www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15911] New: undefined __Unwind_GetIPInfo for x86_64

https://issues.dlang.org/show_bug.cgi?id=15911

          Issue ID: 15911
           Summary: undefined __Unwind_GetIPInfo for x86_64
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: major
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: code dawg.eu

Undefined symbols for architecture x86_64:
  "__Unwind_GetIPInfo", referenced from:
      ___dmd_personality_v0 in libphobos2.a(dwarfeh_5c8_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)

Apparently comes from compiling idgen.d with 2.071.0.

--
Apr 10 2016