DSSS 0.51 and Rebuild 0.8 released.

Knud Soerensen 4tuu4k002 at sneakemail.com
Tue Feb 20 01:48:51 PST 2007


On Sat, 17 Feb 2007 18:24:59 -0800, Gregor Richards wrote:
> 
> This is a bit odd. I haven't tested the net-install-dmd on GNU/Linux in 
> a while, I suspect that it's at fault.
> 
> The fact that it shows "trunk" instead of "dmd" in the installed list is 
> a bit of silliness on my part, I forgot to give it a proper name in the 
> configuration file X_X
> 
> I'll look into why it didn't work.
> 

Play with a test program I get: 
>dmd test.d
gcc test.o -o test -m32 -lphobos -lpthread -lm 
test.o:(.gnu.linkonce.d._D17TypeInfo_S4test1A6__initZ+0x0): undefined reference to `_D15TypeInfo_Struct6__vtblZ'
collect2: ld returned 1 exit status
--- errorlevel 1


Adding a lib path:

gcc test.o -o test -m32 -L/home/knud/dsss/lib/ -lphobos -lpthread -lm 

succes



More information about the Digitalmars-d-announce mailing list