Linking doesn' work under linux

David Ferenczi raggae at ferenczi.net
Thu Jun 15 01:42:26 PDT 2006


First of all, thank you for the new release.

The version 2.09 works smoothly, but any later version I tried didn't work
for me.

With the version 3.01 calling the command

util/build src/kludge.d -debug -g -odobj/debug -ofkludgedebug -unittest -w

I get the following error message:

-----------8<-----------------------------------------
gcc: ob: No such file or directory
gcc: /debug/src/kludge.o,obj/debug/src/application.o,obj/debug/src/game.o,obj/debug/src/searchengine.o,obj/debug/src/board.o,-ofkludgedebug,-lc,-lphobos,-lm,/co:
No such file or directory
gcc: no input files
-----------8<-----------------------------------------

The object files are generated, but linking doesn't work. The paths listed
above are appareantly false, since "src" is added to them.

I also tried with a simpler configuration (everything is in the same
folder). The result:

-----------8<-----------------------------------------
gcc:
kludge.o,application.o,game.o,searchengine.o,board.o,-ofkludge,-lc,-lphobos,-lm,:
No such file or directory
gcc: no input files
-----------8<-----------------------------------------






More information about the Digitalmars-d-announce mailing list