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 --with-libz=/usr --with-jasper=/usr/local --with-libgeotiff=/usr/local --with-libgif=/usr/local --with-libjpeg=/usr/local --with-libtiff=/usr/local --with-png=/usr/local --with-python --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 117 tasks, 171 threads, 4 processors Load average: 0.95, Mach factor: 3.04 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1582: checking build system type configure:1600: result: i386-unknown-gnu configure:1608: checking host system type configure:1622: result: i386-unknown-gnu configure:1630: checking target system type configure:1644: result: i386-unknown-gnu configure:1667: checking for i386-unknown-gnu-gcc configure:1693: result: cc configure:1975: checking for C compiler version configure:1978: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1981: $? = 0 configure:1983: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1986: $? = 0 configure:1988: cc -V &5 cc: `-V' option must have argument configure:1991: $? = 1 configure:2014: checking for C compiler default output file name configure:2017: cc -fno-common conftest.c >&5 configure:2020: $? = 0 configure:2066: result: a.out configure:2071: checking whether the C compiler works configure:2077: ./a.out configure:2080: $? = 0 configure:2097: result: yes configure:2104: checking whether we are cross compiling configure:2106: result: no configure:2109: checking for suffix of executables configure:2111: cc -o conftest -fno-common conftest.c >&5 configure:2114: $? = 0 configure:2139: result: configure:2145: checking for suffix of object files configure:2166: cc -c -fno-common conftest.c >&5 configure:2169: $? = 0 configure:2191: result: configure:2195: checking whether we are using the GNU C compiler configure:2219: cc -c -fno-common conftest.c >&5 configure:2225: $? = 0 configure:2228: test -z || test ! -s conftest.err configure:2231: $? = 0 configure:2234: test -s conftest. configure:2237: $? = 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. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2250: result: no configure:2256: checking whether cc accepts -g configure:2277: cc -c -g conftest.c >&5 configure:2283: $? = 0 configure:2286: test -z || test ! -s conftest.err configure:2289: $? = 0 configure:2292: test -s conftest. configure:2295: $? = 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. */ | | int | main () | { | | ; | return 0; | } configure:2306: result: no configure:2323: checking for cc option to accept ANSI C configure:2393: cc -c -fno-common conftest.c >&5 configure:2399: $? = 0 configure:2402: test -z || test ! -s conftest.err configure:2405: $? = 0 configure:2408: test -s conftest. configure:2411: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2393: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2399: $? = 0 configure:2402: test -z || test ! -s conftest.err configure:2405: $? = 0 configure:2408: test -s conftest. configure:2411: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2393: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2399: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2393: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2399: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2393: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2399: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2393: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2399: $? = 0 configure:2402: test -z || test ! -s conftest.err configure:2405: $? = 0 configure:2408: test -s conftest. configure:2411: $? = 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 | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2429: result: none needed configure:2447: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2453: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2593: checking for i386-unknown-gnu-g++ configure:2619: result: c++ configure:2677: checking for C++ compiler version configure:2680: c++ --version &5 c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:2683: $? = 0 configure:2685: c++ -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2688: $? = 0 configure:2690: c++ -V &5 c++: `-V' option must have argument configure:2693: $? = 1 configure:2696: checking whether we are using the GNU C++ compiler configure:2720: c++ -c -fno-common conftest.cc >&5 configure:2726: $? = 0 configure:2729: test -z || test ! -s conftest.err configure:2732: $? = 0 configure:2735: test -s conftest. configure:2738: $? = 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. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2751: result: no configure:2757: checking whether c++ accepts -g configure:2778: c++ -c -g conftest.cc >&5 configure:2784: $? = 0 configure:2787: test -z || test ! -s conftest.err configure:2790: $? = 0 configure:2793: test -s conftest. configure:2796: $? = 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. */ | | int | main () | { | | ; | return 0; | } configure:2807: result: no configure:2849: c++ -c -fno-common conftest.cc >&5 configure:2855: $? = 0 configure:2858: test -z || test ! -s conftest.err configure:2861: $? = 0 configure:2864: test -s conftest. configure:2867: $? = 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 | int | main () | { | exit (42); | ; | return 0; | } configure:2849: c++ -c -fno-common conftest.cc >&5 configure:2855: $? = 0 configure:2858: test -z || test ! -s conftest.err configure:2861: $? = 0 configure:2864: test -s conftest. configure:2867: $? = 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. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2849: c++ -c -fno-common conftest.cc >&5 configure:2855: $? = 0 configure:2858: test -z || test ! -s conftest.err configure:2861: $? = 0 configure:2864: test -s conftest. configure:2867: $? = 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. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2849: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:10: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:9: error: than previous declaration `void exit(int) throw ()' configure:2855: $? = 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. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2849: c++ -c -fno-common conftest.cc >&5 configure:2855: $? = 0 configure:2858: test -z || test ! -s conftest.err configure:2861: $? = 0 configure:2864: test -s conftest. configure:2867: $? = 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. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2849: c++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:10: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:2855: $? = 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. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:3008: checking for a sed that does not truncate output configure:3062: result: /usr/local/bin/sed configure:3065: checking for egrep configure:3075: result: grep -E configure:3124: checking for non-GNU ld configure:3158: result: /usr/bin/ld configure:3167: checking if the linker (/usr/bin/ld) is GNU ld configure:3182: result: no configure:3187: checking for /usr/bin/ld option to reload object files configure:3194: result: -r configure:3212: checking for BSD-compatible nm configure:3261: result: /usr/bin/nm -p configure:3265: checking whether ln -s works configure:3269: result: yes configure:3276: checking how to recognise dependent libraries configure:3452: result: pass_all configure:3930: checking how to run the C preprocessor configure:3965: cc -E conftest.c configure:3971: $? = 0 configure:4003: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:4009: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4048: result: cc -E configure:4072: cc -E conftest.c configure:4078: $? = 0 configure:4110: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:4116: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4160: checking for ANSI C header files configure:4185: cc -c -fno-common conftest.c >&5 configure:4191: $? = 0 configure:4194: test -z || test ! -s conftest.err configure:4197: $? = 0 configure:4200: test -s conftest. configure:4203: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4312: result: no configure:4336: checking for sys/types.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for sys/stat.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for stdlib.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for string.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for memory.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for strings.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for inttypes.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for stdint.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4336: checking for unistd.h configure:4352: cc -c -fno-common conftest.c >&5 configure:4358: $? = 0 configure:4361: test -z || test ! -s conftest.err configure:4364: $? = 0 configure:4367: test -s conftest. configure:4370: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4381: result: no configure:4407: checking dlfcn.h usability configure:4419: cc -c -fno-common conftest.c >&5 configure:4425: $? = 0 configure:4428: test -z || test ! -s conftest.err configure:4431: $? = 0 configure:4434: test -s conftest. configure:4437: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4447: result: no configure:4451: checking dlfcn.h presence configure:4461: cc -E conftest.c configure:4467: $? = 0 configure:4487: result: yes configure:4500: WARNING: dlfcn.h: present but cannot be compiled configure:4502: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4504: WARNING: dlfcn.h: see the Autoconf documentation configure:4506: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4508: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4510: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4522: checking for dlfcn.h configure:4529: result: yes configure:4552: checking how to run the C++ preprocessor configure:4583: c++ -E conftest.cc configure:4589: $? = 0 configure:4621: c++ -E conftest.cc conftest.cc:13:28: ac_nonexistent.h: No such file or directory configure:4627: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4666: result: c++ -E configure:4690: c++ -E conftest.cc configure:4696: $? = 0 configure:4728: c++ -E conftest.cc conftest.cc:13:28: ac_nonexistent.h: No such file or directory configure:4734: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4789: checking for i386-unknown-gnu-g77 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-f77 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-xlf configure:4818: result: no configure:4789: checking for i386-unknown-gnu-frt configure:4818: result: no configure:4789: checking for i386-unknown-gnu-pgf77 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-fort77 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-fl32 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-af77 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-f90 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-xlf90 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-pgf90 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-epcf90 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-f95 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-fort configure:4818: result: no configure:4789: checking for i386-unknown-gnu-xlf95 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-ifc configure:4818: result: no configure:4789: checking for i386-unknown-gnu-efc configure:4818: result: no configure:4789: checking for i386-unknown-gnu-pgf95 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-lf95 configure:4818: result: no configure:4789: checking for i386-unknown-gnu-gfortran configure:4818: result: no configure:4831: checking for g77 configure:4847: found /usr/local/bin/g77 configure:4857: result: g77 configure:4875: checking for Fortran 77 compiler version configure:4875: g77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:4878: $? = 0 configure:4880: g77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) cc: /tmp/: linker input file unused because linking not done configure:4883: $? = 0 configure:4885: g77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:4888: $? = 0 configure:4896: checking whether we are using the GNU Fortran 77 compiler configure:4910: g77 -c conftest.F >&5 Error on line 2: Bad # line: "#ifndef __GNUC__" Error on line 4: Bad # line: "#endif" Error on line 3: unclassifiable statement (starts "chokeme") cc: /tmp/conftest.F: Fortran compiler not installed on this system configure:4916: $? = 0 configure:4919: test -z || test ! -s conftest.err configure:4922: $? = 0 configure:4925: test -s conftest. configure:4928: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:4941: result: no configure:4947: checking whether g77 accepts -g configure:4959: g77 -c -g conftest.f >&5 configure:4965: $? = 0 configure:4968: test -z || test ! -s conftest.err configure:4971: $? = 0 configure:4974: test -s conftest. configure:4977: $? = 1 configure: failed program was: | program main | | end configure:4989: result: no configure:5019: checking the maximum length of command line arguments configure:5128: result: configure:5139: checking command to parse /usr/bin/nm -p output from cc object configure:5244: cc -c -fno-common conftest.c >&5 configure:5247: $? = 0 configure:5251: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5254: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:5244: cc -c -fno-common conftest.c >&5 configure:5247: $? = 0 configure:5251: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5254: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:5344: result: failed configure:5351: checking for objdir configure:5366: result: .libs configure:5418: checking for i386-unknown-gnu-ar configure:5447: result: no configure:5456: checking for ar configure:5472: found /usr/bin/ar configure:5483: result: ar configure:5498: checking for i386-unknown-gnu-ranlib configure:5527: result: no configure:5536: checking for ranlib configure:5552: found /usr/bin/ranlib configure:5563: result: ranlib configure:5578: checking for i386-unknown-gnu-strip configure:5607: result: no configure:5616: checking for strip configure:5632: found /usr/bin/strip configure:5643: result: strip configure:5969: checking for cc option to produce PIC configure:6179: result: configure:6250: checking if cc static flag works configure:6278: result: yes configure:6288: checking if cc supports -c -o file.o configure:6312: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:6316: $? = 0 configure:6335: result: yes configure:6361: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7318: result: no configure:7385: checking dynamic linker characteristics configure:7961: result: gnu ld.so configure:7970: checking how to hardcode library paths into programs configure:7995: result: unsupported configure:8009: checking whether stripping libraries is possible configure:8030: result: no configure:8841: checking if libtool supports shared libraries configure:8843: result: no configure:8846: checking whether to build shared libraries configure:8867: result: no configure:8870: checking whether to build static libraries configure:8874: result: yes configure:8966: creating libtool configure:9697: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10633: result: yes configure:10655: c++ -c -fno-common conftest.cpp >&5 configure:10658: $? = 0 configure:10777: checking for c++ option to produce PIC configure:11051: result: configure:11122: checking if c++ static flag works configure:11150: result: yes configure:11160: checking if c++ supports -c -o file.o configure:11184: c++ -c -fno-common -o out/conftest2.o conftest.cpp >&5 configure:11188: $? = 0 configure:11207: result: yes configure:11233: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11261: result: yes configure:11328: checking dynamic linker characteristics configure:11904: result: gnu ld.so configure:11913: checking how to hardcode library paths into programs configure:11938: result: unsupported configure:12465: checking if libtool supports shared libraries configure:12467: result: no configure:12470: checking whether to build shared libraries configure:12490: result: no configure:12493: checking whether to build static libraries configure:12497: result: yes configure:12507: checking for g77 option to produce PIC configure:12717: result: configure:12788: checking if g77 static flag works configure:12816: result: yes configure:12826: checking if g77 supports -c -o file.o configure:12850: g77 -c -o out/conftest2.o conftest.f >&5 configure:12854: $? = 0 configure:12873: result: yes configure:12899: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:13836: result: no configure:13903: checking dynamic linker characteristics configure:14479: result: gnu ld.so configure:14488: checking how to hardcode library paths into programs configure:14513: result: unsupported configure:18326: checking for dlopen in -ldl configure:18356: cc -o conftest -fno-common conftest.c -ldl >&5 configure:18362: $? = 0 configure:18365: test -z || test ! -s conftest.err configure:18368: $? = 0 configure:18371: test -s conftest configure:18374: $? = 0 configure:18387: result: yes configure:18400: checking for nanosleep in -lrt configure:18430: cc -o conftest -fno-common conftest.c -lrt -ldl >&5 ld: can't locate file for: -lrt configure:18436: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 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 nanosleep (); | int | main () | { | nanosleep (); | ; | return 0; | } configure:18461: result: no configure:18478: checking for sin in -lm configure:18508: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:21: warning: conflicting types for built-in function `sin' configure:18514: $? = 0 configure:18517: test -z || test ! -s conftest.err configure:18520: $? = 0 configure:18523: test -s conftest configure:18526: $? = 0 configure:18539: result: yes configure:18553: checking for ANSI C header files configure:18705: result: no configure:18740: checking assert.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking assert.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for assert.h configure:18862: result: yes configure:18740: checking fcntl.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking fcntl.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for fcntl.h configure:18862: result: yes configure:18731: checking for unistd.h configure:18736: result: no configure:18740: checking dbmalloc.h usability configure:18752: cc -c -fno-common conftest.c >&5 conftest.c:51:22: dbmalloc.h: No such file or directory configure:18758: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:18780: result: no configure:18784: checking dbmalloc.h presence configure:18794: cc -E conftest.c conftest.c:17:22: dbmalloc.h: No such file or directory configure:18800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:18820: result: no configure:18855: checking for dbmalloc.h configure:18862: result: no configure:18731: checking for dlfcn.h configure:18736: result: yes configure:18731: checking for stdint.h configure:18736: result: no configure:18740: checking limits.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking limits.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for limits.h configure:18862: result: yes configure:18740: checking locale.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking locale.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for locale.h configure:18862: result: yes configure:18740: checking values.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking values.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for values.h configure:18862: result: yes configure:18740: checking float.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking float.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for float.h configure:18862: result: yes configure:18740: checking errno.h usability configure:18752: cc -c -fno-common conftest.c >&5 configure:18758: $? = 0 configure:18761: test -z || test ! -s conftest.err configure:18764: $? = 0 configure:18767: test -s conftest.o configure:18770: $? = 0 configure:18780: result: yes configure:18784: checking errno.h presence configure:18794: cc -E conftest.c configure:18800: $? = 0 configure:18820: result: yes configure:18855: checking for errno.h configure:18862: result: yes configure:18740: checking direct.h usability configure:18752: cc -c -fno-common conftest.c >&5 conftest.c:57:20: direct.h: No such file or directory configure:18758: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:18780: result: no configure:18784: checking direct.h presence configure:18794: cc -E conftest.c conftest.c:23:20: direct.h: No such file or directory configure:18800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include configure:18820: result: no configure:18855: checking for direct.h configure:18862: result: no configure:18876: checking whether byte ordering is bigendian configure:18903: cc -c -fno-common conftest.c >&5 configure:18909: $? = 0 configure:18912: test -z || test ! -s conftest.err configure:18915: $? = 0 configure:18918: test -s conftest.o configure:18921: $? = 0 configure:18945: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:30: error: `not' undeclared (first use in this function) conftest.c:30: error: (Each undeclared identifier is reported only once conftest.c:30: error: for each function it appears in.) conftest.c:30: error: parse error before "big" configure:18951: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:19084: result: no configure:19105: checking for 64bit integer type configure:19115: result: long long configure:19131: checking for 64bit file io configure:19424: result: no configure:19430: checking for int configure:19454: cc -c -fno-common conftest.c >&5 configure:19460: $? = 0 configure:19463: test -z || test ! -s conftest.err configure:19466: $? = 0 configure:19469: test -s conftest.o configure:19472: $? = 0 configure:19483: result: yes configure:19486: checking size of int configure:19798: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:19801: $? = 0 configure:19803: ./conftest configure:19806: $? = 0 configure:19829: result: 4 configure:19836: checking for long configure:19860: cc -c -fno-common conftest.c >&5 configure:19866: $? = 0 configure:19869: test -z || test ! -s conftest.err configure:19872: $? = 0 configure:19875: test -s conftest.o configure:19878: $? = 0 configure:19889: result: yes configure:19892: checking size of long configure:20204: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:20207: $? = 0 configure:20209: ./conftest configure:20212: $? = 0 configure:20235: result: 4 configure:20242: checking for int8 configure:20271: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: `int8' undeclared (first use in this function) conftest.c:35: error: (Each undeclared identifier is reported only once conftest.c:35: error: for each function it appears in.) conftest.c:35: error: parse error before ')' token configure:20277: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if ((int8 *) 0) | return 0; | if (sizeof (int8)) | return 0; | ; | return 0; | } configure:20300: result: no configure:20310: checking for int16 configure:20339: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: `int16' undeclared (first use in this function) conftest.c:35: error: (Each undeclared identifier is reported only once conftest.c:35: error: for each function it appears in.) conftest.c:35: error: parse error before ')' token configure:20345: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if ((int16 *) 0) | return 0; | if (sizeof (int16)) | return 0; | ; | return 0; | } configure:20368: result: no configure:20378: checking for int32 configure:20407: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:35: error: `int32' undeclared (first use in this function) conftest.c:35: error: (Each undeclared identifier is reported only once conftest.c:35: error: for each function it appears in.) conftest.c:35: error: parse error before ')' token configure:20413: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if ((int32 *) 0) | return 0; | if (sizeof (int32)) | return 0; | ; | return 0; | } configure:20436: result: no configure:20455: checking native cpu bit order configure:20460: result: lsb2msb configure:20479: checking for vprintf configure:20536: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:52: warning: conflicting types for built-in function `vprintf' configure:20542: $? = 0 configure:20545: test -z || test ! -s conftest.err configure:20548: $? = 0 configure:20551: test -s conftest configure:20554: $? = 0 configure:20566: result: yes configure:20573: checking for _doprnt configure:20630: cc -o conftest -fno-common conftest.c -lm -ldl >&5 ld: Undefined symbols: __doprnt configure:20636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:20660: result: no configure:20679: checking for snprintf configure:20736: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:53: warning: conflicting types for built-in function `snprintf' configure:20742: $? = 0 configure:20745: test -z || test ! -s conftest.err configure:20748: $? = 0 configure:20751: test -s conftest configure:20754: $? = 0 configure:20766: result: yes configure:20679: checking for vsnprintf configure:20736: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:54: warning: conflicting types for built-in function `vsnprintf' configure:20742: $? = 0 configure:20745: test -z || test ! -s conftest.err configure:20748: $? = 0 configure:20751: test -s conftest configure:20754: $? = 0 configure:20766: result: yes configure:20780: checking for atoll configure:20837: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:20843: $? = 0 configure:20846: test -z || test ! -s conftest.err configure:20849: $? = 0 configure:20852: test -s conftest configure:20855: $? = 0 configure:20867: result: yes configure:20885: checking for copysign configure:20942: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:20948: $? = 0 configure:20951: test -z || test ! -s conftest.err configure:20954: $? = 0 configure:20957: test -s conftest configure:20960: $? = 0 configure:20972: result: yes configure:20885: checking for copysignf configure:20942: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:20948: $? = 0 configure:20951: test -z || test ! -s conftest.err configure:20954: $? = 0 configure:20957: test -s conftest configure:20960: $? = 0 configure:20972: result: yes configure:20885: checking for strtof configure:20942: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:20948: $? = 0 configure:20951: test -z || test ! -s conftest.err configure:20954: $? = 0 configure:20957: test -s conftest configure:20960: $? = 0 configure:20972: result: yes configure:20885: checking for nan configure:20942: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:59: warning: conflicting types for built-in function `nan' configure:20948: $? = 0 configure:20951: test -z || test ! -s conftest.err configure:20954: $? = 0 configure:20957: test -s conftest configure:20960: $? = 0 configure:20972: result: yes configure:20885: checking for nanf configure:20942: cc -o conftest -fno-common conftest.c -lm -ldl >&5 conftest.c:60: warning: conflicting types for built-in function `nanf' configure:20948: $? = 0 configure:20951: test -z || test ! -s conftest.err configure:20954: $? = 0 configure:20957: test -s conftest configure:20960: $? = 0 configure:20972: result: yes configure:20986: checking for getcwd configure:21043: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:21049: $? = 0 configure:21052: test -z || test ! -s conftest.err configure:21055: $? = 0 configure:21058: test -s conftest configure:21061: $? = 0 configure:21073: result: yes configure:21084: checking whether nan is declared configure:21108: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:76: error: `nan' undeclared (first use in this function) conftest.c:76: error: (Each undeclared identifier is reported only once conftest.c:76: error: for each function it appears in.) configure:21114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef nan | char *p = (char *) nan; | #endif | | ; | return 0; | } configure:21137: result: no configure:21153: checking whether nanf is declared configure:21177: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:77: error: `nanf' undeclared (first use in this function) conftest.c:77: error: (Each undeclared identifier is reported only once conftest.c:77: error: for each function it appears in.) configure:21183: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef nanf | char *p = (char *) nanf; | #endif | | ; | return 0; | } configure:21206: result: no configure:21232: checking for gmtime_r configure:21260: c++ -o conftest -fno-common conftest.cc -lm -ldl >&5 In file included from /usr/include/assert.h:44, from conftest.cc:41: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:21266: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* end confdefs.h. */ | | #include | #include | void test_f() | { | time_t t; struct tm ltime; t = time(0); gmtime_r( &t, <ime ); | } | | int | main () | { | | ; | return 0; | } configure:21290: result: no configure:21293: checking for localtime_r configure:21321: c++ -o conftest -fno-common conftest.cc -lm -ldl >&5 In file included from /usr/include/assert.h:44, from conftest.cc:41: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:21327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* end confdefs.h. */ | | #include | #include | void test_f() | { | time_t t; struct tm ltime; t = time(0); localtime_r( &t, <ime ); | } | | int | main () | { | | ; | return 0; | } configure:21351: result: no configure:21361: checking for setlocale configure:21418: cc -o conftest -fno-common conftest.c -lm -ldl >&5 configure:21424: $? = 0 configure:21427: test -z || test ! -s conftest.err configure:21430: $? = 0 configure:21433: test -s conftest configure:21436: $? = 0 configure:21448: result: yes configure:21456: checking for local include/lib path configure:21480: result: none configure:21580: checking whether we should include thread/mutex support...... configure:21582: result: thread safe support disabled. configure:21606: checking for deflateInit_ in -lz configure:21636: cc -o conftest -fno-common conftest.c -lz -lm -ldl >&5 configure:21642: $? = 0 configure:21645: test -z || test ! -s conftest.err configure:21648: $? = 0 configure:21651: test -s conftest configure:21654: $? = 0 configure:21667: result: yes configure:21677: result: using pre-installed libz configure:21719: checking for pg_config configure:21750: result: no configure:21761: checking for PostgreSQL configure:21770: result: no configure:22077: checking for G_gisinit_2 in -lgrass5 configure:22107: cc -o conftest -fno-common conftest.c -lgrass5 -lz -lm -ldl >&5 configure:22113: $? = 0 configure:22116: test -z || test ! -s conftest.err configure:22119: $? = 0 configure:22122: test -s conftest configure:22125: $? = 0 configure:22138: result: yes configure:22261: checking for ffopen in -lcfitsio configure:22291: cc -o conftest -fno-common conftest.c -lcfitsio -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lcfitsio configure:22297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* 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 ffopen (); | int | main () | { | ffopen (); | ; | return 0; | } configure:22322: result: no configure:22370: checking for Mopen in -lcsf configure:22400: cc -o conftest -fno-common conftest.c -lcsf -lgrass5 -lz -lm -ldl -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lcsf configure:22406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* 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 Mopen (); | int | main () | { | Mopen (); | ; | return 0; | } configure:22431: result: no configure:22453: checking csf.h usability configure:22465: cc -c -fno-common conftest.c >&5 conftest.c:74:17: csf.h: No such file or directory configure:22471: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:22493: result: no configure:22497: checking csf.h presence configure:22507: cc -E conftest.c conftest.c:40:17: csf.h: No such file or directory configure:22513: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | /* end confdefs.h. */ | #include configure:22533: result: no configure:22568: checking for csf.h configure:22575: result: no configure:22639: checking for nc_open in -lnetcdf configure:22669: cc -o conftest -fno-common conftest.c -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:22675: $? = 0 configure:22678: test -z || test ! -s conftest.err configure:22681: $? = 0 configure:22684: test -s conftest configure:22687: $? = 0 configure:22700: result: yes configure:22748: checking for png_set_IHDR in -lpng configure:22778: cc -o conftest -fno-common conftest.c -lpng -lnetcdf -lgrass5 -lz -lm -ldl -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:22784: $? = 0 configure:22787: test -z || test ! -s conftest.err configure:22790: $? = 0 configure:22793: test -s conftest configure:22796: $? = 0 configure:22809: result: yes configure:22831: checking png.h usability configure:22843: cc -c -fno-common conftest.c >&5 configure:22849: $? = 0 configure:22852: test -z || test ! -s conftest.err configure:22855: $? = 0 configure:22858: test -s conftest.o configure:22861: $? = 0 configure:22871: result: yes configure:22875: checking png.h presence configure:22885: cc -E conftest.c configure:22891: $? = 0 configure:22911: result: yes configure:22946: checking for png.h configure:22953: result: yes configure:23011: checking for TIFFGetTagListCount in -ltiff configure:23041: cc -o conftest -fno-common conftest.c -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:23047: $? = 0 configure:23050: test -z || test ! -s conftest.err configure:23053: $? = 0 configure:23056: test -s conftest configure:23059: $? = 0 configure:23072: result: yes configure:23082: checking for _TIFFsetDoubleArray in -ltiff configure:23112: cc -o conftest -fno-common conftest.c -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:23118: $? = 0 configure:23121: test -z || test ! -s conftest.err configure:23124: $? = 0 configure:23127: test -s conftest configure:23130: $? = 0 configure:23143: result: yes configure:23151: checking for TIFFScanlineSize64 in -ltiff configure:23181: cc -o conftest -fno-common conftest.c -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: Undefined symbols: _TIFFScanlineSize64 configure:23187: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_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 TIFFScanlineSize64 (); | int | main () | { | TIFFScanlineSize64 (); | ; | return 0; | } configure:23212: result: no configure:23342: checking for XTIFFClientOpen in -lgeotiff configure:23372: cc -o conftest -fno-common conftest.c -lgeotiff -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lgeotiff configure:23378: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_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 XTIFFClientOpen (); | int | main () | { | XTIFFClientOpen (); | ; | return 0; | } configure:23403: result: no configure:23606: checking for jpeg_read_scanlines in -ljpeg configure:23636: cc -o conftest -fno-common conftest.c -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:23642: $? = 0 configure:23645: test -z || test ! -s conftest.err configure:23648: $? = 0 configure:23651: test -s conftest configure:23654: $? = 0 configure:23667: result: yes configure:23689: checking jpeglib.h usability configure:23701: cc -c -fno-common conftest.c >&5 configure:23707: $? = 0 configure:23710: test -z || test ! -s conftest.err configure:23713: $? = 0 configure:23716: test -s conftest.o configure:23719: $? = 0 configure:23729: result: yes configure:23733: checking jpeglib.h presence configure:23743: cc -E conftest.c configure:23749: $? = 0 configure:23769: result: yes configure:23804: checking for jpeglib.h configure:23811: result: yes configure:23894: checking for DGifOpenFileName in -lungif configure:23924: cc -o conftest -fno-common conftest.c -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:23930: $? = 0 configure:23933: test -z || test ! -s conftest.err configure:23936: $? = 0 configure:23939: test -s conftest configure:23942: $? = 0 configure:23955: result: yes configure:24013: checking for cln_GetLayerCapabilities in -logdi31 configure:24043: cc -o conftest -fno-common conftest.c -logdi31 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -logdi31 configure:24049: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 cln_GetLayerCapabilities (); | int | main () | { | cln_GetLayerCapabilities (); | ; | return 0; | } configure:24074: result: no configure:24117: checking for FMEObjects configure:24144: result: no configure:24191: checking for SDreaddata in -lmfhdf configure:24221: cc -o conftest -fno-common conftest.c -lmfhdf -ldf -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lmfhdf configure:24227: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 SDreaddata (); | int | main () | { | SDreaddata (); | ; | return 0; | } configure:24252: result: no configure:24617: checking for H5Fopen in -lhdf5 configure:24647: cc -o conftest -fno-common conftest.c -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:24653: $? = 0 configure:24656: test -z || test ! -s conftest.err configure:24659: $? = 0 configure:24662: test -s conftest configure:24665: $? = 0 configure:24678: result: yes configure:24823: checking for jpc_decode in -ljasper configure:24853: cc -o conftest -fno-common conftest.c -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:24859: $? = 0 configure:24862: test -z || test ! -s conftest.err configure:24865: $? = 0 configure:24868: test -s conftest configure:24871: $? = 0 configure:24884: result: yes configure:24892: checking for jp2_decode in -ljasper configure:24922: cc -o conftest -fno-common conftest.c -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:24928: $? = 0 configure:24931: test -z || test ! -s conftest.err configure:24934: $? = 0 configure:24937: test -s conftest configure:24940: $? = 0 configure:24953: result: yes configure:24961: checking for pgx_decode in -ljasper configure:24991: cc -o conftest -fno-common conftest.c -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 configure:24997: $? = 0 configure:25000: test -z || test ! -s conftest.err configure:25003: $? = 0 configure:25006: test -s conftest configure:25009: $? = 0 configure:25022: result: yes configure:25048: checking for jp2_encode_uuid in -ljasper configure:25078: cc -o conftest -fno-common conftest.c -ljasper -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: Undefined symbols: _jp2_encode_uuid configure:25084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 jp2_encode_uuid (); | int | main () | { | jp2_encode_uuid (); | ; | return 0; | } configure:25109: result: no configure:25123: hacked JasPer version not found, GeoJP2 disabled. configure:25155: checking for NCScbmOpenFileView in -lNCSEcw configure:25185: cc -o conftest -fno-common conftest.c -lNCSEcw -lNCSCnet -lNCSUtil -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lNCSEcw configure:25191: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 NCScbmOpenFileView (); | int | main () | { | NCScbmOpenFileView (); | ; | return 0; | } configure:25216: result: no configure:25230: checking for NCScbmOpenFileView in -lecwj2 configure:25260: cc -o conftest -fno-common conftest.c -lecwj2 -framework Carbon -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lecwj2 configure:25266: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 NCScbmOpenFileView (); | int | main () | { | NCScbmOpenFileView (); | ; | return 0; | } configure:25291: result: no configure:25352: checking for Kakadu JPEG2000 support configure:25364: result: not requested. configure:25407: MrSID support disabled. configure:25591: checking for MySQL configure:25600: result: no configure:25648: checking for Xerces C++ configure:25672: result: disabled configure:25773: checking for SQLConnect in -lodbc configure:25803: cc -o conftest -fno-common conftest.c -lodbc -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: Undefined symbols: _SQLGetConfigMode _SQLGetPrivateProfileString _SQLSetConfigMode configure:25809: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 SQLConnect (); | int | main () | { | SQLConnect (); | ; | return 0; | } configure:25834: result: no configure:25842: checking for SQLInstallDriverEx in -lodbcinst configure:25872: cc -o conftest -fno-common conftest.c -lodbcinst -ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl >&5 ld: can't locate file for: -lodbcinst configure:25878: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ATOLL 1 | #define HAVE_COPYSIGN 1 | #define HAVE_COPYSIGNF 1 | #define HAVE_STRTOF 1 | #define HAVE_NAN 1 | #define HAVE_NANF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_NAN 0 | #define HAVE_DECL_NANF 0 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_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 SQLInstallDriverEx (); | int | main () | { | SQLInstallDriverEx (); | ; | return 0; | } configure:25903: result: no configure:26281: checking if Oracle support is enabled configure:26295: result: no configure:26312: checking Checking for DODS configure:26322: result: disabled configure:26386: checking for curl-config configure:26404: found /usr/local/bin/curl-config configure:26417: result: /usr/local/bin/curl-config configure:26431: result: found libcurl version 7.16.3 configure:26455: checking Checking for SQLite configure:26465: result: disabled configure:26489: checking Checking for DWGdirect configure:26499: result: disabled configure:26585: IBM Informix DataBlade not supported. configure:26600: checking whether we should include ESRI SDE support... configure:27098: result: ESRI SDE support not requested. configure:27133: checking for geos-config configure:27164: result: no configure:27383: checking how to link PROJ.4 library configure:27396: result: link dynamically. configure:27881: result: checking GDAL version information from gdal_version.h: 1.4.4 configure:27915: checking for Mac OS X Framework build configure:27935: result: disabled configure:28027: checking for SWIG perl bindings configure:28034: result: disabled configure:28046: checking for SWIG php bindings configure:28053: result: disabled configure:28065: checking for SWIG ruby bindings configure:28072: result: disabled configure:28084: checking for NG SWIG python bindings configure:28091: result: disabled configure:28110: checking for python configure:28136: result: /usr/local/bin/python2.3 configure:28165: checking for location of Python Makefiles configure:28183: result: found configure:28187: checking for top-level Makefile for Python configure:28191: result: found configure:28211: checking where to install Python modules configure:28221: result: /usr/local/lib/python2.3/site-packages configure:28236: checking for location of Python headers configure:28257: result: found configure:28261: checking definitions from top-level Python Makefile configure:28294: result: found configure:28299: checking for Python.h header configure:28315: cc -c -fno-common -I/usr/local/include/python2.3 -I/usr/local/include/python2.3 conftest.c >&5 In file included from /usr/local/include/python2.3/Python.h:70, from conftest.c:1: /usr/local/include/python2.3/objimpl.h:255: warning: use of `long double' type; its size may change in a future release /usr/local/include/python2.3/objimpl.h:255: warning: (Long double usage is reported only once for each file. /usr/local/include/python2.3/objimpl.h:255: warning: To disable this warning, use -Wno-long-double.) configure:28321: $? = 0 configure:28324: test -z || test ! -s conftest.err configure:28327: $? = 0 configure:28330: test -s conftest.o configure:28333: $? = 0 configure:28366: result: found configure:28379: checking for special pymod link hacks configure:28387: result: darwin-libtool configure:28425: checking for Python NumPy headers configure:28436: result: not found configure:28452: checking if local/include already standard configure:28460: result: no, everything is ok configure:28517: 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 darwintel config.status:815: creating GDALmake.opt config.status:880: creating port/cpl_config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func__doprnt=no ac_cv_func_atoll=yes ac_cv_func_copysign=yes ac_cv_func_copysignf=yes ac_cv_func_getcwd=yes ac_cv_func_gmtime_r=no ac_cv_func_localtime_r=no ac_cv_func_nan=yes ac_cv_func_nanf=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_strtof=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_decl_nan=no ac_cv_have_decl_nanf=no ac_cv_header_assert_h=yes ac_cv_header_csf_h=no ac_cv_header_dbmalloc_h=no ac_cv_header_direct_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_inttypes_h=no ac_cv_header_jpeglib_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=no ac_cv_header_png_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_header_values_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_NCSEcw_NCScbmOpenFileView=no ac_cv_lib_cfitsio_ffopen=no ac_cv_lib_csf_Mopen=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_ecwj2_NCScbmOpenFileView=no ac_cv_lib_geotiff_XTIFFClientOpen=no ac_cv_lib_gif_DGifOpenFileName=yes ac_cv_lib_grass5_G_gisinit_2=yes ac_cv_lib_hdf5_H5Fopen=yes ac_cv_lib_jasper_jp2_decode=yes ac_cv_lib_jasper_jp2_encode_uuid=no ac_cv_lib_jasper_jpc_decode=yes ac_cv_lib_jasper_pgx_decode=yes ac_cv_lib_jpeg_jpeg_read_scanlines=yes ac_cv_lib_m_sin=yes ac_cv_lib_mfhdf_SDreaddata=no ac_cv_lib_netcdf_nc_open=yes ac_cv_lib_odbc_SQLConnect=no ac_cv_lib_odbcinst_SQLInstallDriverEx=no ac_cv_lib_ogdi31_cln_GetLayerCapabilities=no ac_cv_lib_png_png_set_IHDR=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_tiff_TIFFGetTagListCount=yes ac_cv_lib_tiff_TIFFScanlineSize64=no ac_cv_lib_tiff__TIFFsetDoubleArray=yes ac_cv_lib_z_deflateInit_=yes ac_cv_objext= ac_cv_path_GEOS_CONFIG=no ac_cv_path_LIBCURL_CONFIG=/usr/local/bin/curl-config ac_cv_path_PG_CONFIG=no ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_PYTHON=/usr/local/bin/python2.3 ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_python_dev_exists=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_int=yes ac_cv_type_int16=no ac_cv_type_int32=no ac_cv_type_int8=no ac_cv_type_long=yes am_cv_python_CC=gcc am_cv_python_CCSHARED= am_cv_python_LDSHARED='$(CC) $(LDFLAGS) -bundle -bundle_loader $(BINDIR)/python$(VERSION)$(EXE)' am_cv_python_OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' am_cv_python_SO=.so am_cv_python_includes='-I/usr/local/include/python2.3 -I/usr/local/include/python2.3' am_cv_python_makefile=found lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM='/usr/bin/nm -p' lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx= lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len= lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AS='as' BINDINGS='' BINTRUE='/usr/bin/true' CC='cc' CFLAGS='-fno-common ' CPP='cc -E' CPPFLAGS='' CURL_INC='-I/usr/local/include' CURL_LIB='-L/usr/local/lib -lcurl -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssl -lcrypto -lssl -lcrypto -lz' CURL_SETTING='yes' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-fno-common ' CXX_PIC='' CXX_WFLAGS='' C_PIC='' C_WFLAGS='' DEFS='-DHAVE_CONFIG_H' DLLTOOL='dlltool' DODS_INC='' DWGDIRECT='' DWG_PLT='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' ECW_SETTING='no' EGREP='grep -E' EXEEXT='' EXE_EXT='' EXTRA_INCLUDES='' F77='g77' FFLAGS='' FITS_SETTING='no' GDAL_VER='1.4.4' GDAL_VERSION_MAJOR='1' GDAL_VERSION_MINOR='4' GDAL_VERSION_REV='4' GEOS_CFLAGS='' GEOS_CONFIG='no' GEOS_LIBS='' GEOS_VERSION='' GEOTIFF_SETTING='internal' GIF_SETTING='external' GRASS_GISBASE='' GRASS_INCLUDE='' GRASS_SETTING='libgrass' HAVE_GEOS='' HAVE_GRASS='no' HAVE_HDF4='no' HAVE_HDF5='yes' HAVE_IDB='no' HAVE_JASPER='yes' HAVE_LIBTOOL='yes' HAVE_MRSID='no' HAVE_MYSQL='no' HAVE_NUMPY='no' HAVE_OCI='no' HAVE_OGDI='no' HAVE_PANORAMA='no' HAVE_PG='no' HAVE_SQLITE='no' HAVE_XERCES='no' HDF4_INCLUDE='' HDF5_INCLUDE='' IDB_INC='' IDB_LIB='' JASPER_FLAGS='' JPEG_SETTING='external' KAKDIR='' LDFLAGS='' LD_SHARED='' LIBCURL_CONFIG='/usr/local/bin/curl-config' LIBOBJS='' LIBS='-ljasper -lhdf5 -lungif -ljpeg -ltiff -lpng -lnetcdf -lgrass5 -lz -lm -ldl ' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LIBZ_SETTING='external' LN_S='ln -s' LTLIBOBJS='' MACOSX_FRAMEWORK='no' MRSID_FLAGS='' MRSID_INCLUDE='' MYSQL_CONFIG='no' MYSQL_INC='' MYSQL_LIB='' NETCDF_SETTING='yes' NUMPY_FLAG='-UHAVE_NUMPY' OBJDUMP='objdump' OBJEXT='' OCI_INCLUDE='' ODBC_SETTING='no' OGDI_INCLUDE='' OGR_ENABLED='yes' OPT_GDAL_FORMATS='wcs bsb jpeg2000 hdf5 gif jpeg png netcdf pcraster grass ' ORACLE_OCI_CFLAGS='' ORACLE_OCI_LDFLAGS='' ORACLE_OCI_VERSION='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANORAMA_INC='' PATH_SEPARATOR=':' PCRASTER_SETTING='internal' PG_CONFIG='no' PG_INC='' PG_LIB='' PNG_SETTING='external' PROJ_INCLUDE='' PROJ_STATIC='no' PYTHON='/usr/local/bin/python2.3' PYTHON_CC='gcc' PYTHON_CFLAGS=' $(OPT)' PYTHON_DEV='yes' PYTHON_INCLUDES='-I/usr/local/include/python2.3 -I/usr/local/include/python2.3' PYTHON_LIBS='-XCClinker -framework -XCClinker Python $(LIBS)' PYTHON_LINK='$(CC) $(LDFLAGS) -bundle -bundle_loader $(BINDIR)/python$(VERSION)$(EXE) -o $@' PYTHON_OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' PYTHON_SO='.so' PY_LD_SHARED='$(LD_SHARED)' PY_SO_EXT='$(SO_EXT)' RANLIB='ranlib' SDE_ENABLED='no' SDE_INC='' SDE_LIB='' SHELL='/bin/sh' SO_EXT='' SQLITE_INC='' STRIP='strip' TIFF_SETTING='external' XERCES_INCLUDE='' X_FME_HOME='' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='g77' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share/gdal' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' pyexecdir='/usr/local/lib/python2.3/site-packages' pymoddir='/usr/local/lib/python2.3/site-packages' pythondir='/usr/local/lib/python2.3/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GDAL_PREFIX "" #define HAVE_ASSERT_H 1 #define HAVE_ATOLL 1 #define HAVE_COPYSIGN 1 #define HAVE_COPYSIGNF 1 #define HAVE_DECL_NAN 0 #define HAVE_DECL_NANF 0 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_GETCWD 1 #define HAVE_IEEEFP 1 #define HAVE_JPEGLIB_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONG_LONG 1 #define HAVE_NAN 1 #define HAVE_NANF 1 #define HAVE_PNG_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STRTOF 1 #define HAVE_VALUES_H 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HOST_FILLORDER FILLORDER_LSB2MSB #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #endif #ifdef __cplusplus void exit (int); configure: exit 0 ## ---------------------- ## ## 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 darwintel config.status:815: creating GDALmake.opt config.status:880: creating port/cpl_config.h config.status:1024: port/cpl_config.h is unchanged ## ---------------------- ## ## 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 darwintel config.status:815: creating GDALmake.opt config.status:880: creating port/cpl_config.h config.status:1024: port/cpl_config.h is unchanged