D Shared Software System version 0.4 released!

Dawid Ciężarkiewicz dawid.ciezarkiewicz at gmail.com
Mon Nov 20 12:03:09 PST 2006


dpc at chesed:~/tmp$ rm -Rf dsss-0.6
dpc at chesed:~/tmp$ tar xjf dsss-0.6.tar.bz2
cdpc at chesed:~/tmp$ cd dsss-0.6/
dpc at chesed:~/tmp/dsss-0.6$ make -f Makefile.dmd.posix
cd dsss_build && \
        make -f Makefile.unix
[...]
hcf

sss/main.d => dsss
Command: cd dsss_build
Command: make -f Makefile.unix
+ make -f Makefile.unix
make[1]: Entering directory `/home/dpc/tmp/dsss-0.6/dsss_build'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dpc/tmp/dsss-0.6/dsss_build'
+ /home/dpc/tmp/dsss-0.6/dsss_build/dsss_build -I/home/dpc/tmp/dsss-0.6/inst/include/d -LIBPATH=/home/dpc/tmp/dsss-0.6/inst/lib -LIBPATH=.  -od. -g -Idsss_build -LIBPATH=dsss_build
sss/main.d -Tdsss
./libSDD-sss.a(conf.o):(.data+0xac): undefined reference to
`_ModuleInfo_4util8booltype'
./libSDD-sss.a(conf.o):(.data+0xb0): undefined reference to
`_ModuleInfo_4util3fdt'
./libSDD-sss.a(conf.o):(.data+0xb4): undefined reference to
`_ModuleInfo_4util3str'
./libSDD-sss.a(conf.o): In function `_D3sss4conf9fileNewerFAaAaZx':
/home/dpc/tmp/dsss-0.6/sss/conf.d:905: undefined reference to
`_Class_4util3fdt12FileDateTime'
/home/dpc/tmp/dsss-0.6/sss/conf.d:905: undefined reference to
`_D4util3fdt12FileDateTime5_ctorFAaZC4util3fdt12FileDateTime'
/home/dpc/tmp/dsss-0.6/sss/conf.d:906: undefined reference to
`_Class_4util3fdt12FileDateTime'
/home/dpc/tmp/dsss-0.6/sss/conf.d:906: undefined reference to
`_D4util3fdt12FileDateTime5_ctorFAaZC4util3fdt12FileDateTime'
collect2: ld returned 1 exit status
dpc at chesed:~/tmp/dsss-0.6$

:/ Since 0.4 I can't get DSSS to compile.



More information about the Digitalmars-d-announce mailing list