From: Frank O. <f....@fi...> - 2003-11-12 17:32:33
|
Hello, when I try to configure/make plplot-5.2.1 I find a warning that there is a problem with prerequisite headers. configure: WARNING: itclDecls.h: present but cannot be compiled configure: WARNING: itclDecls.h: check for missing prerequisite headers? configure: WARNING: itclDecls.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug...@gn.... ## configure: WARNING: ## ------------------------------------ ## As I was told from bug...@gn..., that this is not a bug in autoconf but because of a recent incompatible change in autoconf that requires the configure.ac file to be updated. Unfortunately I was not able to find the prerequisite headers, so I would be happy if you could help me how to make this work. It's a usual SuSE 8.2 Linux and the downloaded plplot-5.2.1 package. autoconf (GNU Autoconf) 2.57 automake (GNU automake) 1.7.2 gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) Some more output (selected parts) configure: ========== --> snip checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for sin in -lm... yes warning: gd header files not found checking for main in -lgd... no warning: gd library not found warning: cd header files not found checking for main in -lcd... no warning: cd library not found checking for main in -lfreetype... yes checking for tcl.h... /usr/local/include/tcl.h checking for libtcl... /usr/lib/libtcl8.4.so checking for itcl.h... /usr/local/include/itcl.h checking itclDecls.h usability... no checking itclDecls.h presence... yes configure: WARNING: itclDecls.h: present but cannot be compiled configure: WARNING: itclDecls.h: check for missing prerequisite headers? configure: WARNING: itclDecls.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug...@gn.... ## configure: WARNING: ## ------------------------------------ ## checking for itclDecls.h... yes checking for libitcl... /usr/lib/libitcl3.3.so checking for tk.h... /usr/local/include/tk.h checking for tkInt.h... /usr/local/include/tkInt.h checking for tclInt.h... no warning: can't find tclInt.h, setting enable_tkwin to no checking for libtk... /usr/lib/libtk8.4.so checking for libitk... /usr/lib/libitk3.3.so checking for matwrap... no configure: WARNING: Using builtin matwrap. checking for mkoctfile... yes checking for octave... yes <-- snap make: ===== --> snip make[3]: Leaving directory `/home/follig/try/plplot-5.2.1/bindings/tcl' Making all in tk make[3]: Entering directory `/home/follig/try/plplot-5.2.1/bindings/tk' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../tcl/ -I../../libltdl -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -g -O2 -mieee-fp -MT plserver.o -MD -MP -MF ".deps/plserver.Tpo" \ -c -o plserver.o `test -f 'plserver.c' || echo './'`plserver.c; \ then mv ".deps/plserver.Tpo" ".deps/plserver.Po"; \ else rm -f ".deps/plserver.Tpo"; exit 1; \ fi /bin/sh ../../libtool --mode=link gcc -g -O2 -mieee-fp -o plserver -rpath /usr/local/lib -no-undefined plserver.o ../tcl/libplplottcltkd.la mkdir .libs gcc -g -O2 -mieee-fp -o .libs/plserver plserver.o ../tcl/.libs/libplplottcltkd.so -litcl3.3 -litk3.3 -ltk8.4 /home/follig/try/plplot-5.2.1/src/.libs/libplplotd.so /usr/lib/libfreetype.so /home/follig/try/plplot-5.2.1/lib/csa/.libs/libcsa.so -lm -ldl /home/follig/try/plplot-5.2.1/bindings/tcl/.libs/libtclmatrixd.so -ltcl8.4 -Wl,--rpath -Wl,/usr/local/lib /home/follig/try/plplot-5.2.1/lib/csa/.libs/libcsa.so: undefined reference to `errno' collect2: ld returned 1 exit status make[3]: *** [plserver] Fehler 1 make[3]: Leaving directory `/home/follig/try/plplot-5.2.1/bindings/tk' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/follig/try/plplot-5.2.1/bindings' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/follig/try/plplot-5.2.1' make: *** [all] Fehler 2 <-- snap Cheers, Frank _________________________________________________________________ www.ebay.de Hier Finden Sie Auktionen und Festpreisangebote! |