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).
