Linking D code into existing C programs

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 29 10:30:09 PDT 2016


On 9/26/2016 4:32 PM, Walter Bright wrote:
> Produces:
>
>   bar.o:(.eh_frame+0x13): undefined reference to `__dmd_personality_v0'

I fixed this for Linux and OSX:

     https://github.com/dlang/dmd/pull/6159

There is apparently some issue with the gnu toolchain on FreeBSD which prevents 
this improvement from working there (had to disable it for FreeBSD).


More information about the Digitalmars-d mailing list