Installing DMD on linux

torhu fake at address.dude
Sun Jul 8 06:18:34 PDT 2007


I've put libphobos.a in /usr/lib/.

I've installed everything else in ~/dmd, and added it to PATH.

when trying to compile something, I get this:

user at ubuntu:~$ dmd test.d
gcc test.o -o test -m32 -Xlinker -L/home/user/dmd/bin/../lib -lphobos 
-lpthread -lm
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
--- errorlevel 1


More information about the Digitalmars-d-learn mailing list