DSSS 0.54 and Rebuild 0.12 released!
Knud Soerensen
4tuu4k002 at sneakemail.com
Fri Feb 23 20:38:13 PST 2007
There is still an issue on linux
While installing dsss-test it fails with.
sss/test/main.d => dsss_test
+ /home/knud/dsss/bin/rebuild -Idsss_imports/ -I. -S./ -I/home/knud/dsss/include/d -S/home/knud/dsss/lib/ -oqdsss_objs sss/test/main.d -ofdsss_test
gcc dsss_objs/sss.test.main.o dsss_objs/sss.test.test.o -o dsss_test -m32 -lphobos -lpthread -lm -Xlinker -L./ -Xlinker -L/home/knud/dsss/lib/
dsss_objs/sss.test.test.o:(.data+0x0): undefined reference to `_D11TypeInfo_Aa6__initZ'
dsss_objs/sss.test.test.o:(.data+0x34): undefined reference to `_D3std5stdio12__ModuleInfoZ'
dsss_objs/sss.test.test.o:(.gnu.linkonce.d._D13TypeInfo_B2Aa6__initZ+0x0): undefined reference to `_D14TypeInfo_Tuple6__vtblZ'
collect2: ld returned 1 exit status
--- errorlevel 1
Command /home/knud/dsss/bin/rebuild returned with exitcode 65280, aborting.
but
> cd /tmp/DSSS_dsss-test/test
> gcc dsss_objs/sss.test.main.o dsss_objs/sss.test.test.o -o dsss_test -m32 -lphobos -lpthread -lm -L./ -L/home/knud/dsss/lib/
works fine.
On Fri, 23 Feb 2007 16:58:07 -0800, Gregor Richards wrote:
> DSSS, the D Shared Software System, is a tool to ease the building,
> installation, configuration and acquisition of D software.
>
> This release fixes a number of bugs. If you had issues you brought to my
> attention with 0.52, you should try 0.54.
>
> DSSS: http://www.dsource.org/projects/dsss/wiki/
> Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild
>
> - Gregor Richards
More information about the Digitalmars-d-announce
mailing list