Sono ancora qui con il mio solito problema dello scanner da far funzionare.Qualcuno di voi penser�:ma perch� non lo cambia? In effetti avrebbe anche un po' ragione, ma io sono testardo e voglio provare anora un po' prima di mollare. Adesso che ho imparato il copia-incolla vi mando in allegato gli output di "./configure" e di "make install" nella speranza che qualcuno possa darmi una mano.Un grazie anticipato a tutti. _____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
[root@localhost pxscan0.93b3]# ./configure loading cache ./configure.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for TIFFSetField in -ljpeg... (cached) no checking for pow in -lm... (cached) yes checking for TIFFSetField in -ltiff... (cached) no checking for TIFFSetField in -lz... (cached) no checking how to run the C processor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for gettimeofday... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes creating ./config.status creating Makefile creating primax_scan.spec [root@localhost pxscan0.93b3]# make install gcc -DPACKAGE=\"primax_scan\" -DVERSION=\"0.93beta3\" -DHAVE_LIBM=1 -DSTDC_HEADE RS=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GETTIME OFDAY=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 -I. -I. -g -O2 -c LM9811.c gcc -DPACKAGE=\"primax_scan\" -DVERSION=\"0.93beta3\" -DHAVE_LIBM=1 -DSTDC_HEADE RS=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GETTIME OFDAY=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 -I. -I. -g -O2 -c primax_scan.c gcc -DPACKAGE=\"primax_scan\" -DVERSION=\"0.93beta3\" -DHAVE_LIBM=1 -DSTDC_HEADE RS=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GETTIME OFDAY=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 -I. -I. -g -O2 -c lp.c gcc -DPACKAGE=\"primax_scan\" -DVERSION=\"0.93beta3\" -DHAVE_LIBM=1 -DSTDC_HEADE RS=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GETTIME OFDAY=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 -I. -I. -g -O2 -c tables.c gcc -g -O2 -o primax_scan LM9811.o primax_scan.o lp.o tables.o -lm primax_scan.o: In function`tiff_open': /root/storm/pxscan0.93b3/primax_scan.c:177: undefined reference to `TIFFOpen' /root/storm/pxscan0.93b3/primax_scan.c:187: undefined reference to `TIFFDefaultStripSize' /root/storm/pxscan0.93b3/primax_scan.c:187: undefined reference to `TIFFSetField' /root/storm/pxscan0.93b3/primax_scan.c:193: undefined reference to `TIFFSetField' /root/storm/pxscan0.93b3/primax_scan.c:194: undefined reference to `TIFFSetField' /root/storm/pxscan0.93b3/primax_scan.c:195: undefined reference to `TIFFSetField' /root/storm/pxscan0.93b3/primax_scan.c:200: undefined reference to `TIFFSetField' primax_scan.o:/root/storm/pxscan0.93b3/primax_scan.c:201: more undefined references to `TIFFSetField' follow primax_scan.o: In function `tiff_close': /root/storm/pxscan0.93b3/primax_scan.c:239: undefined reference to `TIFFClose' primax_scan.o: In function `read_scan_data' /root/storm/pxscan0.93b3/primax_scan.c:368: undefined reference to `TIFFWriteScanline' collect2: ld returned 1 exit status make: *** [primax_scan] Error1 [[EMAIL PROTECTED]]#
