On Sun, 2003-08-10 at 06:34, HAHN Nicolas wrote: > Hi all, > > When doing ./configure, here is what I have at the end: > /*************************/ > Configuration Summary: > > FreeType2 installed: Yes > CUPS installed: Yes > LittleCMS installed: Yes > TiffLib installed: No > > Start make now. > /*************************/ > > But libtiff-3.5.7-11 with its devel package is installed on my RedHat > 9. > And here is what I found in the config.log file about this: > > /*************************/ > configure:4011: checking for TIFFOpen in -ltiff > configure:4042: gcc -o conftest -g -O2 conftest.c -ltiff -lnsl >&5 > /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libtiff.so: undefined > reference to `log' > /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libtiff.so: undefined > reference to `pow' > /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libtiff.so: undefined > reference to `exp' > configure:5540: (Each undeclared identifier is reported only once for > each > ac_cv_lib_tiff_TIFFOpen=no > /*************************/ > > Furthemore, when doing make, it stops after an error, as displayed > below: > > /*************************/ > scribusXml.cpp: In member function ? bool ScriXmlDoc::WriteDoc(QString, > ScribusDoc*, ScribusView*, QProgressBar*) ?: > scribusXml.cpp:2433: ? gzputs ? undeclared (first use in this function > fonction) > scribusXml.cpp:2433: (Each undeclared identifier is reported only once > for the function in which it appears.) > make[3]: *** [scribusXml.o] Error 1 > make[3]: leaving directory `/home/hahnn/Scribus/scribus-1.0.1/scribus' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/hahnn/Scribus/scribus-1.0.1/scribus' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/hahnn/Scribus/scribus-1.0.1' > make: *** [all] Error 2 > /*************************/ > > Of course, zlib is also installed. > > Could somebody privide me any help, please ? > > Thanks, > Nicolas >
Try: export LDFLAGS="-lm" Then rerun ./configure Hints: http://home.comcast.net/~scribusdocs/compile.html Hope that helps, Peter
