![]() |
Slackware 7.1 running kernel 2.2.18. The TIFFINC and LIBTIFF variables are set to the proper path. tiff.h and tiffio.h DO exist. After the compile fails, the config log shows..... [snip] #include "/usr/include/tiffio.h" main() { printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, TIFFGetVersion() ); exit(0); } ++ make -f confMakefile t /usr/bin/gcc -I/usr/include t.c -L/usr/lib -ltiff -lcrypt -lutil -lm /usr/lib/libtiff.so: undefined reference to `atexit@@GLIBC_2.0' /usr/lib/libtiff.so: undefined reference to `deflate' /usr/lib/libtiff.so: undefined reference to `inflate' /usr/lib/libtiff.so: undefined reference to `inflateInit_' /usr/lib/libtiff.so: undefined reference to `deflateInit_' /usr/lib/libtiff.so: undefined reference to `inflateReset' /usr/lib/libtiff.so: undefined reference to `deflateReset' /usr/lib/libtiff.so: undefined reference to `inflateSync' /usr/lib/libtiff.so: undefined reference to `deflateParams' /usr/lib/libtiff.so: undefined reference to `inflateEnd' /usr/lib/libtiff.so: undefined reference to `deflateEnd' collect2: ld returned 1 exit status make: *** [t] Error 1 [/snip] I am running GLIBC-2.2.3, and TIFF 3.5.5. So what do I need to do now? ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null