From: R S A. M. <rsa...@sa...> - 2005-04-30 03:17:51
|
Hello: I am trying to compile octave-forge-2004.11.16 on a Slackware 10.1 system. When I do ./configure --prefix=/usr --build=i486-slackware-linux I got the following log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --build=i486-slackware-linux ## --------- ## ## Platform. ## ## --------- ## hostname = Gavathi uname -m = i686 uname -r = 2.4.29 uname -s = Linux uname -v = #6 Thu Jan 20 16:30:37 PST 2005 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/games PATH: /opt/www/htdig/bin PATH: /usr/lib/java/bin PATH: /usr/lib/java/jre/bin PATH: /usr/lib/java/bin PATH: /usr/lib/java/jre/bin PATH: /opt/kde/bin PATH: /usr/lib/qt/bin PATH: /usr/share/texmf/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:1366: checking for gcc configure:1382: found /usr/bin/gcc configure:1392: result: gcc configure:1636: checking for C compiler version configure:1639: gcc --version </dev/null >&5 gcc (GCC) 3.3.4 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1642: $? = 0 configure:1644: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 3.3.4 configure:1647: $? = 0 configure:1649: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:1652: $? = 1 configure:1675: checking for C compiler default output file name configure:1678: gcc conftest.c >&5 configure:1681: $? = 0 configure:1727: result: a.out configure:1732: checking whether the C compiler works configure:1738: ./a.out configure:1741: $? = 0 configure:1758: result: yes configure:1765: checking whether we are cross compiling configure:1767: result: no configure:1770: checking for suffix of executables configure:1772: gcc -o conftest conftest.c >&5 configure:1775: $? = 0 configure:1800: result: configure:1806: checking for suffix of object files configure:1827: gcc -c conftest.c >&5 configure:1830: $? = 0 configure:1852: result: o configure:1856: checking whether we are using the GNU C compiler configure:1880: gcc -c conftest.c >&5 configure:1886: $? = 0 configure:1889: test -z || test ! -s conftest.err configure:1892: $? = 0 configure:1895: test -s conftest.o configure:1898: $? = 0 configure:1911: result: yes configure:1917: checking whether gcc accepts -g configure:1938: gcc -c -g conftest.c >&5 configure:1944: $? = 0 configure:1947: test -z || test ! -s conftest.err configure:1950: $? = 0 configure:1953: test -s conftest.o configure:1956: $? = 0 configure:1967: result: yes configure:1984: checking for gcc option to accept ANSI C configure:2054: gcc -c -g -O2 conftest.c >&5 configure:2060: $? = 0 configure:2063: test -z || test ! -s conftest.err configure:2066: $? = 0 configure:2069: test -s conftest.o configure:2072: $? = 0 configure:2090: result: none needed configure:2108: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2114: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2250: checking for mkoctfile configure:2266: found /usr/bin/mkoctfile configure:2276: result: mkoctfile configure:2406: result: retrieving compile and link flags from mkoctfile configure:2437: checking for F77_FUNC configure:2444: mkoctfile -c conftest.cc configure:2447: $? = 0 configure:2449: result: yes configure:2459: checking for SLList.h configure:2466: mkoctfile -c conftest.cc conftest.cc:2:27: octave/SLList.h: No such file or directory configure:2469: $? = 1 configure:2475: result: no configure:2481: checking for lo_ieee_nan_value configure:2489: mkoctfile -c conftest.cc configure:2492: $? = 0 configure:2494: result: yes configure:2504: checking for quit.h configure:2511: mkoctfile -c conftest.cc configure:2514: $? = 0 configure:2516: result: yes configure:2533: checking for octave configure:2549: found /usr/bin/octave configure:2559: result: octave configure:2566: checking for OCTAVE_VERSION in Octave configure:2569: result: 2.1.69 configure:2574: checking for octave_config_info('canonical_host_type') in Octave configure:2577: result: i486-slackware-linux-gnu configure:2582: checking for octave_config_info('SHLEXT') in Octave configure:2585: result: so configure:2590: checking whether ln -s works configure:2594: result: yes configure:2639: checking for a BSD-compatible install configure:2694: result: /usr/bin/ginstall -c configure:2746: checking for ranlib configure:2762: found /usr/bin/ranlib configure:2773: result: ranlib configure:2797: checking for strip configure:2824: result: strip configure:2850: checking how to run the C preprocessor configure:2885: gcc -E conftest.c configure:2891: $? = 0 configure:2923: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2929: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:2968: result: gcc -E configure:2992: gcc -E conftest.c configure:2998: $? = 0 configure:3030: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3036: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3082: checking for X configure:3316: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:3487: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm -L/usr/X11R6/lib -lX11 >&5 configure:3493: $? = 0 configure:3496: test -z || test ! -s conftest.err configure:3499: $? = 0 configure:3502: test -s conftest configure:3505: $? = 0 configure:3661: checking for gethostbyname configure:3718: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 configure:3724: $? = 0 configure:3727: test -z || test ! -s conftest.err configure:3730: $? = 0 configure:3733: test -s conftest configure:3736: $? = 0 configure:3748: result: yes configure:3897: checking for connect configure:3954: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 configure:3960: $? = 0 configure:3963: test -z || test ! -s conftest.err configure:3966: $? = 0 configure:3969: test -s conftest configure:3972: $? = 0 configure:3984: result: yes configure:4058: checking for remove configure:4115: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 configure:4121: $? = 0 configure:4124: test -z || test ! -s conftest.err configure:4127: $? = 0 configure:4130: test -s conftest configure:4133: $? = 0 configure:4145: result: yes configure:4219: checking for shmat configure:4276: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 configure:4282: $? = 0 configure:4285: test -z || test ! -s conftest.err configure:4288: $? = 0 configure:4291: test -s conftest configure:4294: $? = 0 configure:4306: result: yes configure:4389: checking for IceConnectionNumber in -lICE configure:4419: gcc -o conftest -O -L/usr/X11R6/lib conftest.c -lICE -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 configure:4425: $? = 0 configure:4428: test -z || test ! -s conftest.err configure:4431: $? = 0 configure:4434: test -s conftest configure:4437: $? = 0 configure:4450: result: yes configure:4469: checking for do_fortran_indexing in Octave configure:4476: result: no configure:4483: checking for propagate_empty_matrices in Octave configure:4490: result: no configure:4497: checking for ok_to_lose_imaginary_part in Octave configure:4504: result: no configure:4511: checking for N-dim arrays configure:4518: mkoctfile -c conftest.cc configure:4521: $? = 0 configure:4523: result: yes configure:4534: checking for class in Octave configure:4537: result: yes configure:4548: checking for load/save functions in class configure:4556: mkoctfile -c conftest.cc configure:4559: $? = 0 configure:4561: result: yes configure:4572: checking for Octave_map indexing configure:4580: mkoctfile -c conftest.cc conftest.cc: In function `int main()': conftest.cc:3: error: no match for 'operator[]' in 'a["key"]' configure:4583: $? = 1 configure:4589: result: no configure:4596: checking for old Octave concatenation configure:4604: mkoctfile -c conftest.cc conftest.cc: In function `int main()': conftest.cc:3: error: `concat' undeclared (first use this function) conftest.cc:3: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:4607: $? = 1 configure:4613: result: no configure:4619: checking for Octave concatenation configure:4627: mkoctfile -c conftest.cc configure:4630: $? = 0 configure:4632: result: yes configure:4643: checking for swap_8_bytes configure:4653: mkoctfile -c conftest.cc conftest.cc: In function `int main()': conftest.cc:5: error: `swap_8_bytes' undeclared (first use this function) conftest.cc:5: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:4656: $? = 1 configure:4662: result: no configure:4669: checking for op_uplus configure:4678: mkoctfile -c conftest.cc configure:4681: $? = 0 configure:4683: result: yes configure:4696: checking for makeinfo configure:4712: found /usr/bin/makeinfo configure:4722: result: makeinfo configure:4731: checking for makeinfo --no-split configure:4734: makeinfo --no-split conftest.texi configure:4737: $? = 0 configure:4740: result: yes configure:4751: checking for texi2dvi configure:4767: found /usr/bin/texi2dvi configure:4777: result: texi2dvi configure:4789: checking that texi2dvi runs configure:4792: texi2dvi conftest.texi > /dev/null /usr/bin/texi2dvi: texinfo.tex appears to be broken, quitting. configure:4795: $? = 1 configure:4816: result: no configure:4824: checking for texi2html configure:4840: found /usr/share/texmf/bin/texi2html configure:4850: result: texi2html configure:4860: checking for texi2html --clean configure:4863: texi2html -split_chapter -number conftest.texi ** empty document configure:4866: $? = 0 configure:4869: result: yes configure:4880: checking for dvipdf configure:4896: found /usr/bin/dvipdf configure:4906: result: dvipdf configure:4916: checking for dvips configure:4932: found /usr/share/texmf/bin/dvips configure:4942: result: dvips configure:4998: checking IEEE 754 compliance configure:5017: gcc -o conftest conftest.c /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:5020: $? = 1 configure:5036: result: no configure:5057: checking for egrep configure:5067: result: grep -E configure:5072: checking for ANSI C header files configure:5097: gcc -c -O conftest.c >&5 configure:5103: $? = 0 configure:5106: test -z || test ! -s conftest.err configure:5109: $? = 0 configure:5112: test -s conftest.o configure:5115: $? = 0 configure:5204: gcc -o conftest -O conftest.c -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:5207: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | /* end confdefs.h. */ | #include <ctype.h> | #if ((' ' & 0x0FF) == 0x020) | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | #else | # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z')) | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | #endif | | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | int | main () | { | int i; | for (i = 0; i < 256; i++) | if (XOR (islower (i), ISLOWER (i)) | || toupper (i) != TOUPPER (i)) | exit(2); | exit (0); | } configure:5227: result: no configure:5251: checking for sys/types.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for sys/stat.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for stdlib.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for string.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for memory.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for strings.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for inttypes.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for stdint.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5251: checking for unistd.h configure:5267: gcc -c -O conftest.c >&5 configure:5273: $? = 0 configure:5276: test -z || test ! -s conftest.err configure:5279: $? = 0 configure:5282: test -s conftest.o configure:5285: $? = 0 configure:5296: result: yes configure:5318: checking linux/soundcard.h usability configure:5330: gcc -c -O conftest.c >&5 configure:5336: $? = 0 configure:5339: test -z || test ! -s conftest.err configure:5342: $? = 0 configure:5345: test -s conftest.o configure:5348: $? = 0 configure:5358: result: yes configure:5362: checking linux/soundcard.h presence configure:5372: gcc -E conftest.c configure:5378: $? = 0 configure:5398: result: yes configure:5433: checking for linux/soundcard.h configure:5440: result: yes configure:5471: checking resize and fill function configure:5481: mkoctfile -c conftest.cc configure:5484: $? = 0 configure:5486: result: yes configure:5497: checking for 6 argument MX_ND_REDUCTION configure:5528: mkoctfile -c conftest.cc conftest.cc:14:55: macro "MX_ND_REDUCTION" passed 6 arguments, but takes just 5 conftest.cc: In member function `testclass testclass::testfun(int)': conftest.cc:12: error: `MX_ND_REDUCTION' undeclared (first use this function) conftest.cc:12: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:5531: $? = 1 configure:5537: result: no configure:5568: checking qhull/qhull_a.h usability configure:5580: gcc -c -O conftest.c >&5 configure:5586: $? = 0 configure:5589: test -z || test ! -s conftest.err configure:5592: $? = 0 configure:5595: test -s conftest.o configure:5598: $? = 0 configure:5608: result: yes configure:5612: checking qhull/qhull_a.h presence configure:5622: gcc -E conftest.c configure:5628: $? = 0 configure:5648: result: yes configure:5683: checking for qhull/qhull_a.h configure:5690: result: yes configure:5702: checking for qh_qhull in -lqhull configure:5732: gcc -o conftest -O conftest.c -lqhull -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:5738: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char qh_qhull (); | int | main () | { | qh_qhull (); | ; | return 0; | } configure:5763: result: no configure:5774: checking for qh_qhull in -lqhull with qh_version configure:5793: gcc -O conftest.c -o conftest -lqhull -lreadline -lncurses -ldl -lhdf5 -lz -lm /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:5796: $? = 1 configure:5810: result: no configure:5831: checking for gsl_message in -lgsl configure:5861: gcc -o conftest -O conftest.c -lgsl -lgslcblas -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:5867: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gsl_message (); | int | main () | { | gsl_message (); | ; | return 0; | } configure:5892: result: no configure:5933: checking jpeglib.h usability configure:5945: gcc -c -O conftest.c >&5 configure:5951: $? = 0 configure:5954: test -z || test ! -s conftest.err configure:5957: $? = 0 configure:5960: test -s conftest.o configure:5963: $? = 0 configure:5973: result: yes configure:5977: checking jpeglib.h presence configure:5987: gcc -E conftest.c configure:5993: $? = 0 configure:6013: result: yes configure:6048: checking for jpeglib.h configure:6055: result: yes configure:6067: checking for jpeg_std_error in -ljpeg configure:6097: gcc -o conftest -O conftest.c -ljpeg -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:6103: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define have_jpeg 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char jpeg_std_error (); | int | main () | { | jpeg_std_error (); | ; | return 0; | } configure:6128: result: no configure:6161: checking png.h usability configure:6173: gcc -c -O conftest.c >&5 configure:6179: $? = 0 configure:6182: test -z || test ! -s conftest.err configure:6185: $? = 0 configure:6188: test -s conftest.o configure:6191: $? = 0 configure:6201: result: yes configure:6205: checking png.h presence configure:6215: gcc -E conftest.c configure:6221: $? = 0 configure:6241: result: yes configure:6276: checking for png.h configure:6283: result: yes configure:6295: checking for png_set_sig_bytes in -lpng configure:6325: gcc -o conftest -O conftest.c -lpng -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:6331: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define have_jpeg 1 | #define have_png 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char png_set_sig_bytes (); | int | main () | { | png_set_sig_bytes (); | ; | return 0; | } configure:6356: result: no configure:6391: checking for socklen_t configure:6414: gcc -c -O conftest.c >&5 configure:6420: $? = 0 configure:6423: test -z || test ! -s conftest.err configure:6426: $? = 0 configure:6429: test -s conftest.o configure:6432: $? = 0 configure:6444: result: yes configure:6451: checking for octave_function(void) configure:6459: mkoctfile -c conftest.cc configure:6462: $? = 0 configure:6464: result: yes configure:6490: checking term.h usability configure:6502: gcc -c -O conftest.c >&5 configure:6508: $? = 0 configure:6511: test -z || test ! -s conftest.err configure:6514: $? = 0 configure:6517: test -s conftest.o configure:6520: $? = 0 configure:6530: result: yes configure:6534: checking term.h presence configure:6544: gcc -E conftest.c configure:6550: $? = 0 configure:6570: result: yes configure:6605: checking for term.h configure:6612: result: yes configure:6633: checking termcap.h usability configure:6645: gcc -c -O conftest.c >&5 configure:6651: $? = 0 configure:6654: test -z || test ! -s conftest.err configure:6657: $? = 0 configure:6660: test -s conftest.o configure:6663: $? = 0 configure:6673: result: yes configure:6677: checking termcap.h presence configure:6687: gcc -E conftest.c configure:6693: $? = 0 configure:6713: result: yes configure:6748: checking for termcap.h configure:6755: result: yes configure:6770: checking for tgetnum in -ltermcap configure:6800: gcc -o conftest -O conftest.c -ltermcap -lreadline -lncurses -ldl -lhdf5 -lz -lm >&5 /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot open output file conftest: Is a directory collect2: ld returned 1 exit status configure:6806: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define have_oss 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define have_jpeg 1 | #define have_png 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetnum (); | int | main () | { | tgetnum (); | ; | return 0; | } configure:6831: result: no configure:6916: checking for exist('struct')==5 in Octave configure:6919: result: 1 configure:6936: checking for ginac-config configure:6963: result: no configure:7062: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Gavathi config.status:746: creating Makeconf config.status:746: creating octinst.sh config.status:746: creating admin/RPM/octave-forge.spec configure:7927: result: octave commands will install into the following directories: m-files: /usr/share/octave/2.1.69/site/m/octave-forge oct-files: /usr/libexec/octave/2.1.69/site/oct/i486-slackware-linux-gnu/octave-forge binaries: /usr/libexec/octave/2.1.69/site/exec/i486-slackware-linux-gnu alternatives: m-files: /usr/share/octave/2.1.69/site/octave-forge-alternatives/m oct-files: /usr/libexec/octave/2.1.69/site/octave-forge-alternatives/oct/i486-slackware-linux-gnu shell commands will install into the following directories: binaries: ${exec_prefix}/bin man pages: ${prefix}/man libraries: ${exec_prefix}/lib headers: ${prefix}/include octave-forge is configured with octave: octave (version 2.1.69) mkoctfile: mkoctfile for Octave 69 X11 support: yes makeinfo: makeinfo --no-split texi2dvi: texi2html: texi2html -split_chapter -number mkdoc: /home/anand/octave-forge-2004.11.16/admin/mkdoc mktexi: /home/anand/octave-forge-2004.11.16/admin/mktexi dvips: dvips dvipdf: dvipdf audio capture: yes geometry toolbox: Qhull not found --- see main/geometry/README GSL toolbox: no read/write image formats: libjpeg not found, libpng not found have term.h or termcap.h: yes symbolic toolbox: GiNaC not found --- see main/symbolic/INSTALL find . -name NOINSTALL -print # shows which toolboxes won't be installed ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i486-slackware-linux ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_linux_soundcard_h=yes ac_cv_header_memory_h=yes ac_cv_header_png_h=yes ac_cv_header_qhull_qhull_a_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_term_h=yes ac_cv_header_termcap_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_gsl_gsl_message=no ac_cv_lib_jpeg_jpeg_std_error=no ac_cv_lib_png_png_set_sig_bytes=no ac_cv_lib_qhull_qh_qhull=no ac_cv_lib_qhull_version=no ac_cv_lib_termcap_tgetnum=no ac_cv_objext=o ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_DVIPDF=dvipdf ac_cv_prog_DVIPS=dvips ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_MKOCTFILE=mkoctfile ac_cv_prog_OCTAVE=octave ac_cv_prog_STRIP=strip ac_cv_prog_TEXI2DVI=texi2dvi ac_cv_prog_TEXI2HTML=texi2html ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_have_ginac=no ac_cv_type_socklen_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-O' CLASS_HAS_LOAD_SAVE='-DCLASS_HAS_LOAD_SAVE' COPY_FLAGS='-fdp' CPICFLAG='-fPIC' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS='-O' CXXPICFLAG='-fPIC' DEFHAVE_GINAC='' DEFHAVE_JPEG='' DEFHAVE_LIBGSL='' DEFHAVE_LINUX_SOUNDCARD='HAVE_LINUX_SOUNDCARD=1' DEFHAVE_PNG='' DEFHAVE_X='HAVE_X=1' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -Dhave_oss=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Dhave_jpeg=1 -Dhave_png=1 -Dhave_ginac=1 ' DVIPDF='dvipdf' DVIPS='dvips' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='-O -mieee-fp' FPICFLAG='-fPIC' HAVE_6ARG_MX_ND_RED='' HAVE_BUILTIN_STRUCT='1' HAVE_DO_FORTRAN_INDEXING='' HAVE_IEEE754_COMPLIANCE='' HAVE_LIB_TERMCAP='' HAVE_ND_ARRAYS='-DHAVE_ND_ARRAYS' HAVE_OCTAVE_CONCAT='-DHAVE_OCTAVE_CONCAT' HAVE_OCTAVE_MAP_INDEX='' HAVE_OCTAVE_UPLUS='-DHAVE_OCTAVE_UPLUS' HAVE_OK_TO_LOSE_IMAGINARY_PART='' HAVE_PROPAGATE_EMPTY_MATRICES='' HAVE_RESIZE_AND_FILL='-DHAVE_RESIZE_AND_FILL' HAVE_SWAP_BYTES='-DHAVE_SWAP_BYTES' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lreadline -lncurses -ldl -lhdf5 -lz -lm' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='makeinfo --no-split' MISCDEFS=' -DUSE_TERM -DHAVE_TERMCAP_H' MKDOC='/home/anand/octave-forge-2004.11.16/admin/mkdoc' MKOCTFILE='mkoctfile' MKTEXI='/home/anand/octave-forge-2004.11.16/admin/mktexi' OBJEXT='o' OCTAVE='octave' OCTAVEFIXEDVERSION='0.7.0' OCTAVE_FORGE_RELEASE='2005.04.29' OCTAVE_VERSION='2.1.69' PACKAGE='octave-forge' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' SHLEXT='so' STRIP='strip' TEXI2DVI='' TEXI2HTML='texi2html -split_chapter -number' TOPDIR='/home/anand/octave-forge-2004.11.16' TYPEID_HAS_CLASS='-DTYPEID_HAS_CLASS' VERSION='0.1.0' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lSM -lICE -lX11 ' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' altmpath='/usr/share/octave/2.1.69/site/octave-forge-alternatives/m' altopath='/usr/libexec/octave/2.1.69/site/octave-forge-alternatives/oct/i486-slackware-linux-gnu' altpath='' bindir='${exec_prefix}/bin' build_alias='i486-slackware-linux' canonical_host_type='i486-slackware-linux-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' have_ginac='no' have_qhull='no' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mpath='/usr/share/octave/2.1.69/site/m/octave-forge' need_qhull_version='yes' oldincludedir='/usr/include' opath='/usr/libexec/octave/2.1.69/site/oct/i486-slackware-linux-gnu/octave-forge' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subver='69' sysconfdir='${prefix}/etc' target_alias='' ver='21' xpath='/usr/libexec/octave/2.1.69/site/exec/i486-slackware-linux-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define have_ginac 1 #define have_jpeg 1 #define have_oss 1 #define have_png 1 configure: exit 0 I have libjpeg and libpng both installed. But still configure is reporting that they are not present. What is the mistake? Can anybody help? Thanks for your help. Anand |