Compiling DMD for *nix platforms

Leo Singer aronnax at umd.edu
Wed May 7 00:41:22 PDT 2008


== Quote from Anders F Björklund (afb at algonet.se)'s article
> 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

I used the trunk:
svn co http://dgcc.svn.sourceforge.net/svnroot/dgcc/trunk/d



More information about the Digitalmars-d mailing list