Compiling DMD for *nix platforms

Anders F Björklund afb at algonet.se
Wed May 7 00:29:50 PDT 2008


Leo Singer wrote:

> > Undefined symbols:
>   "AggregateDeclaration::buildDtor(Scope*)", referenced from:
>       ClassDeclaration::semantic(Scope*)      in class.dmd.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[2]: *** [cc1d] Error 1
> make[1]: *** [all-gcc] Error 2
> make: *** [all] Error 2
> 
> Any ideas?
> 
> I compiling on Mac OS X 10.5.2.

Your GCC versions and setup seems OK, it seems like symbols
from "clone.c" are missing in the library creation though ?

Which version of GDC and which language was this ? trunk/D2 ?
Maybe you need to add d/clone.dmd.o to D_DMD_OBJS, or wait...

--anders



More information about the Digitalmars-d mailing list