CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

Undefined symbols for architecture x86_64: __Unwind_GetIPInfo #32

Closed timotheecour closed 8 years ago

timotheecour commented 8 years ago

just rebuilt digger from scratch

./digger build #ok ./digger build --with=website

c++ -c -Wno-deprecated -Wstrict-aliasing -Wno-logical-op-parentheses -Wno-dynamic-class-memaccess -Wno-switch -fno-exceptions -fno-rtti -Dpascal= -DMARS=1 -DTARGET_OSX=1 -DDM_TARGET_CPU_X86=1 -m64 -Iroot -MMD -MF newdelete.deps root/newdelete.c ld: warning: object file Digger/build/lib/libphobos2.a(errno_c.o)) was built for newer OSX version (10.11) than being linked (10.4) Undefined symbols for architecture x86_64: "Unwind_GetIPInfo", referenced from: ___dmd_personality_v0 in libphobos2.a(dwarfeh_5c9_811.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Fatal error: Command ["make", "-f", "posix.mak", "all", "kindle", "pdf", "verbatim", "LATEST=2.071.0"] failed with status 2

CyberShadow commented 8 years ago

Did this work before for you?

CyberShadow commented 8 years ago

Does it work if you build by hand?

CyberShadow commented 8 years ago

@timotheecour ?

MartinNowak commented 8 years ago

Fixed with 2.071.1, see Issue 15911 – undefined __Unwind_GetIPInfo for x86_64.

CyberShadow commented 8 years ago

Thanks!