dmd not building with dmd
Steven Schveighoffer via Digitalmars-d
digitalmars-d at puremagic.com
Sun May 8 03:33:45 PDT 2016
On Sunday, 8 May 2016 at 10:30:06 UTC, Jacob Carlborg wrote:
> 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
Ok thanks. Will wait for next release. For some reason this
doesn't affect command line compiles
-Steve
More information about the Digitalmars-d
mailing list