On Mar 2, 10:26 am, Tomas Lindquist Olsen <[email protected]> wrote: > I think the problem you're seeing is this: > > http://dsource.org/projects/ldc/ticket/84 > (libgcc_eh not linked on mac (at least 10.4 with default gcc installation) > > Does the fix mentioned here work for you? Maybe change you ldc.conf to > always include it. > > -Tomas
Ok, the fix is a little out of date (llvmdc.conf is now ldc.conf) and it looks like a couple of the libs mentioned may have changed since the fix was posted. Anyway, I just added these two items to ldc.conf and it now works: -L-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -defaultlib=gcc_eh Thanks for pointing this out. I will add a comment to the ticket that brings it more up to date. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "LDC - the LLVM D compiler" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ldc-dev?hl=en -~----------~----~----~----~------~----~------~--~---
