On Mon, Mar 2, 2009 at 3:15 AM, John Stoneham <[email protected]> wrote: > > I followed the steps listed on the LDC dsource homepage for building > everything. LLVM built fine (although it took quite a long while!), > and LDC and Tango built fine as well. No errors, some warnings when > building Tango but they were about deprecation I believe. I put the -L- > ltango-user-ldc line in ldc.conf and tried to build a simple Tango > "hello.d" and got a slew of undefined symbols ending with "linking > failed". Here's the first bit of output: > > $ ldc hi.d > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: > _llvm.dbg.global_variable > _llvm.dbg.global_variable11 > ... > > And it goes on for a bit like that. >
It looks like a LLVM bug, can you try and build without debug info? -Tomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
