From: Antoine L. <an...@sh...> - 2001-02-22 19:56:29
|
Hi, my version work fine. I also update some change in the cvs, try downloading the new version to see if it works. Normally, the 'test' program should be compile after the library. I'm not sure why your compiler seem to compile the test program first. If you want, I could give you a temporary account on my computer in order to talk directly. So I will be able to assist you directly for the compilation. After you suceed, I could be a good idea if you write a Readme file for windows compilation. On Thu, Feb 22, 2001 at 11:10:39AM -0700, David Lautenschlager wrote: > When trying to compile libnum I got the following error, there is no source > or rules for -lnum or -lm. Should PROG=test be removed from this make file, > or does source/rules for num and m need to be added? > > Thanks, > Dave > > $ make > make -C src all > make[1]: Entering directory `/rwb/libnum/src' > gcc -g -Wall -O3 test.o -L../lib/ -lnum -lm -o test > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-6/../../../../i686-pc-cygwin/bin/ld: > cann > ot find -lnum > collect2: ld returned 1 exit status > make[1]: *** [test] Error 1 > make[1]: Leaving directory `/rwb/libnum/src' > make: *** [all] Error 2 > > _______________________________________________ > http://rocketworkbench.sourceforge.net > Rocketworkbench-devel mailing list > Roc...@li... > http://lists.sourceforge.net/lists/listinfo/rocketworkbench-devel -- Antoine Lefebvre ant...@po... |