From: David L. <dav...@mc...> - 2001-02-22 18:09:47
|
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 |