dmd not building with dmd

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun May 8 03:30:06 PDT 2016


On Sunday, 8 May 2016 at 06:43:38 UTC, Steven Schveighoffer wrote:

> 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

It's a bug that has been reported and fixed [1]. Unwind_GetIPInfo 
is not available on OS X or rather in libc++abi which is used by 
default on OS X.

[1] https://issues.dlang.org/show_bug.cgi?id=15911
--
/Jacob Carlborg


More information about the Digitalmars-d mailing list