Skip to content

Instantly share code, notes, and snippets.

@db48x
Created June 12, 2018 20:56
Show Gist options
  • Save db48x/292f1718050457ee661f22c0edf8a3a4 to your computer and use it in GitHub Desktop.
Save db48x/292f1718050457ee661f22c0edf8a3a4 to your computer and use it in GitHub Desktop.
link error
make[1]: Entering directory '/home/db48x/remacs/lib-src'
CCLD etags.exe
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN33_$LT$alloc..arc..Arc$LT$T$GT$$GT$9drop_slow17h95c9b0109a7dd198E]+0x10): undefined reference to `__CxxFrameHandler3'
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN4core3fmt5Write10write_char17h02490927eeb6f5f5E]+0xc): undefined reference to `__CxxFrameHandler3'
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN4core3fmt5Write10write_char17h475848f74f7376a7E]+0xc): undefined reference to `__CxxFrameHandler3'
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN4core3fmt5Write10write_char17hd10b0ea2ceb3510fE]+0xc): undefined reference to `__CxxFrameHandler3'
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN4core3ptr13drop_in_place17h00078c9dab54b6feE]+0x10): undefined reference to `__CxxFrameHandler3'
../rust_src/remacs-lib/target/debug/remacs_lib.lib(std-2206a7aa1c04040d.std0.rcgu.o):(.xdata[$cppxdata$_ZN4core3ptr13drop_in_place17h0a1c23c9435b4844E]+0xc): more undefined references to `__CxxFrameHandler3' follow
collect2.exe: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment