Hi all.. Could someone tell me what I'm missing here? I'm using SuSE 9.3 and I think that I have all the need software. What do you guys think? Thanks, JIM ################################################### /bin/sh ./libtool --mode=link gcc -g -O2 -o primax_scan primax_scan.o libprimax.la -ltiff -lm -lieee1284 gcc -g -O2 -o primax_scan primax_scan.o ./.libs/libprimax.a /usr/lib/libtiff.so /usr/lib/libjpeg.so -lz /usr/lib/libstdc++.so -lm /usr/lib/libieee1284.so /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lz collect2: ld returned 1 exit status make[1]: *** [primax_scan] Error 1 make[1]: Leaving directory `/usr/local/primaxscan-1.1.beta1' make: *** [all] Error 2 -- Jim Hatridge Linux User #88484 ------------------------------------------------------ WartHog Bulletin Info about new German Stamps http://www.fuzzybunnymilitia.org/~hatridge/bulletin/index.php Viel Feind -- Viel Ehr' Anti-US Propaganda stamp collection http://www.fuzzybunnymilitia.org/~hatridge/collection/index.php
James Hatridge wrote:
Hi all..
Could someone tell me what I'm missing here? I'm using SuSE 9.3 and I think that I have all the need software. What do you guys think?
################################################### /bin/sh ./libtool --mode=link gcc -g -O2 -o primax_scan primax_scan.o libprimax.la -ltiff -lm -lieee1284 gcc -g -O2 -o primax_scan primax_scan.o ./.libs/libprimax.a /usr/lib/libtiff.so /usr/lib/libjpeg.so -lz /usr/lib/libstdc++.so -lm /usr/lib/libieee1284.so /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lz
The compiler cannot find libz. Try installing the zlib package. -- JDL
HI all... DAMN!!! that was IT! THANKS,,, I've been beating my head against the wall for a week over this crap! Thanks John! JIM On Thursday 25 August 2005 19:44, John D Lamb wrote:
James Hatridge wrote:
Hi all..
Could someone tell me what I'm missing here? I'm using SuSE 9.3 and I think that I have all the need software. What do you guys think?
################################################### /bin/sh ./libtool --mode=link gcc -g -O2 -o primax_scan primax_scan.o libprimax.la -ltiff -lm -lieee1284 gcc -g -O2 -o primax_scan primax_scan.o ./.libs/libprimax.a /usr/lib/libtiff.so /usr/lib/libjpeg.so -lz /usr/lib/libstdc++.so -lm /usr/lib/libieee1284.so /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld : cannot find -lz
The compiler cannot find libz. Try installing the zlib package.
-- JDL
-- Jim Hatridge Linux User #88484 ------------------------------------------------------ WartHog Bulletin Info about new German Stamps http://www.fuzzybunnymilitia.org/~hatridge/bulletin/index.php Viel Feind -- Viel Ehr' Anti-US Propaganda stamp collection http://www.fuzzybunnymilitia.org/~hatridge/collection/index.php
participants (2)
-
James Hatridge
-
John D Lamb