This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local/mapguideopensource --enable-optimized=yes --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = i686 uname -r = 2.4.21-4.ELsmp uname -s = Linux uname -v = #1 SMP Fri Oct 3 17:52:56 EDT 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/java/j2sdk1.4.2_10/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1552: checking build system type configure:1570: result: i686-pc-linux-gnu configure:1578: checking host system type configure:1592: result: i686-pc-linux-gnu configure:1600: checking target system type configure:1614: result: i686-pc-linux-gnu configure:1675: checking for gcc configure:1691: found /usr/bin/gcc configure:1701: result: gcc configure:1945: checking for C compiler version configure:1948: gcc --version &5 gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-52) 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:1951: $? = 0 configure:1953: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52) configure:1956: $? = 0 configure:1958: gcc -V &5 gcc: argument to `-V' is missing configure:1961: $? = 1 configure:1984: checking for C compiler default output file name configure:1987: gcc conftest.c >&5 configure:1990: $? = 0 configure:2036: result: a.out configure:2041: checking whether the C compiler works configure:2047: ./a.out configure:2050: $? = 0 configure:2067: result: yes configure:2074: checking whether we are cross compiling configure:2076: result: no configure:2079: checking for suffix of executables configure:2081: gcc -o conftest conftest.c >&5 configure:2084: $? = 0 configure:2109: result: configure:2115: checking for suffix of object files configure:2136: gcc -c conftest.c >&5 configure:2139: $? = 0 configure:2161: result: o configure:2165: checking whether we are using the GNU C compiler configure:2189: gcc -c conftest.c >&5 configure:2195: $? = 0 configure:2199: test -z || test ! -s conftest.err configure:2202: $? = 0 configure:2205: test -s conftest.o configure:2208: $? = 0 configure:2221: result: yes configure:2227: checking whether gcc accepts -g configure:2248: gcc -c -g conftest.c >&5 configure:2254: $? = 0 configure:2258: test -z || test ! -s conftest.err configure:2261: $? = 0 configure:2264: test -s conftest.o configure:2267: $? = 0 configure:2278: result: yes configure:2295: checking for gcc option to accept ANSI C configure:2365: gcc -c -g -O2 conftest.c >&5 configure:2371: $? = 0 configure:2375: test -z || test ! -s conftest.err configure:2378: $? = 0 configure:2381: test -s conftest.o configure:2384: $? = 0 configure:2402: result: none needed configure:2420: gcc -c -g -O2 conftest.c >&5 conftest.c:2: syntax error before "me" configure:2426: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2611: checking for g++ configure:2627: found /usr/bin/g++ configure:2637: result: g++ configure:2653: checking for C++ compiler version configure:2656: g++ --version &5 g++ (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-52) 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:2659: $? = 0 configure:2661: g++ -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52) configure:2664: $? = 0 configure:2666: g++ -V &5 g++: argument to `-V' missing configure:2669: $? = 1 configure:2672: checking whether we are using the GNU C++ compiler configure:2696: g++ -c conftest.cc >&5 configure:2702: $? = 0 configure:2706: test -z || test ! -s conftest.err configure:2709: $? = 0 configure:2712: test -s conftest.o configure:2715: $? = 0 configure:2728: result: yes configure:2734: checking whether g++ accepts -g configure:2755: g++ -c -g conftest.cc >&5 configure:2761: $? = 0 configure:2765: test -z || test ! -s conftest.err configure:2768: $? = 0 configure:2771: test -s conftest.o configure:2774: $? = 0 configure:2785: result: yes configure:2827: g++ -c -g -O2 conftest.cc >&5 configure:2833: $? = 0 configure:2837: test -z || test ! -s conftest.err configure:2840: $? = 0 configure:2843: test -s conftest.o configure:2846: $? = 0 configure:2872: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:13: `exit' undeclared (first use this function) conftest.cc:13: (Each undeclared identifier is reported only once for each function it appears in.) configure:2878: $? = 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 () | { | exit (42); | ; | return 0; | } configure:2827: g++ -c -g -O2 conftest.cc >&5 configure:2833: $? = 0 configure:2837: test -z || test ! -s conftest.err configure:2840: $? = 0 configure:2843: test -s conftest.o configure:2846: $? = 0 configure:2872: g++ -c -g -O2 conftest.cc >&5 configure:2878: $? = 0 configure:2882: test -z || test ! -s conftest.err configure:2885: $? = 0 configure:2888: test -s conftest.o configure:2891: $? = 0 configure:2988: checking for a sed that does not truncate output configure:3042: result: /bin/sed configure:3045: checking for egrep configure:3055: result: grep -E configure:3071: checking for ld used by gcc configure:3138: result: /usr/bin/ld configure:3147: checking if the linker (/usr/bin/ld) is GNU ld configure:3162: result: yes configure:3167: checking for /usr/bin/ld option to reload object files configure:3174: result: -r configure:3183: checking for BSD-compatible nm configure:3225: result: /usr/bin/nm -B configure:3229: checking whether ln -s works configure:3233: result: yes configure:3240: checking how to recognise dependent libraries configure:3414: result: pass_all configure:3870: checking how to run the C preprocessor configure:3905: gcc -E conftest.c configure:3911: $? = 0 configure:3943: gcc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3949: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3988: result: gcc -E configure:4012: gcc -E conftest.c configure:4018: $? = 0 configure:4050: gcc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:4056: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4100: checking for ANSI C header files configure:4125: gcc -c -g -O2 conftest.c >&5 configure:4131: $? = 0 configure:4135: test -z || test ! -s conftest.err configure:4138: $? = 0 configure:4141: test -s conftest.o configure:4144: $? = 0 configure:4230: gcc -o conftest -g -O2 conftest.c >&5 configure:4233: $? = 0 configure:4235: ./conftest configure:4238: $? = 0 configure:4253: result: yes configure:4277: checking for sys/types.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for sys/stat.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for stdlib.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for string.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for memory.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for strings.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for inttypes.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for stdint.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4277: checking for unistd.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4299: $? = 0 configure:4303: test -z || test ! -s conftest.err configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4323: result: yes configure:4349: checking dlfcn.h usability configure:4361: gcc -c -g -O2 conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4390: result: yes configure:4394: checking dlfcn.h presence configure:4404: gcc -E conftest.c configure:4410: $? = 0 configure:4430: result: yes configure:4465: checking for dlfcn.h configure:4472: result: yes configure:4490: checking how to run the C++ preprocessor configure:4521: g++ -E conftest.cc configure:4527: $? = 0 configure:4559: g++ -E conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:4565: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4604: result: g++ -E configure:4628: g++ -E conftest.cc configure:4634: $? = 0 configure:4666: g++ -E conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:4672: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4767: checking for g77 configure:4783: found /usr/bin/g77 configure:4793: result: g77 configure:4811: checking for Fortran 77 compiler version configure:4811: g77 --version &5 GNU Fortran (GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-52)) 3.2.3 20030502 (Red Hat Linux 3.2.3-52) Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:4814: $? = 0 configure:4816: g77 -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52) configure:4819: $? = 0 configure:4821: g77 -V &5 g77: argument to `-V' missing configure:4824: $? = 1 configure:4832: checking whether we are using the GNU Fortran 77 compiler configure:4846: g77 -c conftest.F >&5 configure:4852: $? = 0 configure:4856: test -z || test ! -s conftest.err configure:4859: $? = 0 configure:4862: test -s conftest.o configure:4865: $? = 0 configure:4878: result: yes configure:4884: checking whether g77 accepts -g configure:4896: g77 -c -g conftest.f >&5 configure:4902: $? = 0 configure:4906: test -z || test ! -s conftest.err configure:4909: $? = 0 configure:4912: test -s conftest.o configure:4915: $? = 0 configure:4927: result: yes configure:4957: checking the maximum length of command line arguments configure:5022: result: 32768 configure:5033: checking command to parse /usr/bin/nm -B output from gcc object configure:5122: gcc -c -g -O2 conftest.c >&5 configure:5125: $? = 0 configure:5129: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5132: $? = 0 configure:5184: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5187: $? = 0 configure:5225: result: ok configure:5229: checking for objdir configure:5244: result: .libs configure:5334: checking for ar configure:5350: found /usr/bin/ar configure:5361: result: ar configure:5414: checking for ranlib configure:5430: found /usr/bin/ranlib configure:5441: result: ranlib configure:5494: checking for strip configure:5510: found /usr/bin/strip configure:5521: result: strip configure:5783: checking if gcc static flag works configure:5806: result: yes configure:5828: checking if gcc supports -fno-rtti -fno-exceptions configure:5849: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:5853: $? = 0 configure:5861: result: yes configure:5876: checking for gcc option to produce PIC configure:6053: result: -fPIC configure:6061: checking if gcc PIC flag -fPIC works configure:6082: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6086: $? = 0 configure:6094: result: yes configure:6118: checking if gcc supports -c -o file.o configure:6142: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6146: $? = 0 configure:6163: result: yes configure:6189: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7037: result: yes configure:7063: checking whether -lc should be explicitly linked in configure:7068: gcc -c -g -O2 conftest.c >&5 configure:7071: $? = 0 configure:7085: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7088: $? = 0 configure:7100: result: no configure:7108: checking dynamic linker characteristics configure:7648: result: GNU/Linux ld.so configure:7652: checking how to hardcode library paths into programs configure:7677: result: immediate configure:7691: checking whether stripping libraries is possible configure:7696: result: yes configure:8526: checking if libtool supports shared libraries configure:8528: result: yes configure:8531: checking whether to build shared libraries configure:8589: result: yes configure:8592: checking whether to build static libraries configure:8596: result: yes configure:8688: creating libtool configure:9235: checking for ld used by g++ configure:9302: result: /usr/bin/ld configure:9311: checking if the linker (/usr/bin/ld) is GNU ld configure:9326: result: yes configure:9377: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:10205: result: yes configure:10227: g++ -c -g -O2 conftest.cc >&5 configure:10230: $? = 0 configure:10326: checking for g++ option to produce PIC configure:10578: result: -fPIC configure:10586: checking if g++ PIC flag -fPIC works configure:10607: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10611: $? = 0 configure:10619: result: yes configure:10643: checking if g++ supports -c -o file.o configure:10667: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10671: $? = 0 configure:10688: result: yes configure:10714: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:10739: result: yes configure:10810: checking dynamic linker characteristics configure:11350: result: GNU/Linux ld.so configure:11354: checking how to hardcode library paths into programs configure:11379: result: immediate configure:11393: checking whether stripping libraries is possible configure:11398: result: yes configure:12705: checking if libtool supports shared libraries configure:12707: result: yes configure:12710: checking whether to build shared libraries configure:12728: result: yes configure:12731: checking whether to build static libraries configure:12735: result: yes configure:12747: checking for g77 option to produce PIC configure:12924: result: -fPIC configure:12932: checking if g77 PIC flag -fPIC works configure:12953: g77 -c -g -O2 -fPIC conftest.f >&5 configure:12957: $? = 0 configure:12965: result: yes configure:12989: checking if g77 supports -c -o file.o configure:13013: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13017: $? = 0 configure:13034: result: yes configure:13060: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:13888: result: yes configure:13959: checking dynamic linker characteristics configure:14499: result: GNU/Linux ld.so configure:14503: checking how to hardcode library paths into programs configure:14528: result: immediate configure:14542: checking whether stripping libraries is possible configure:14547: result: yes configure:18893: checking for dlopen in -ldl configure:18923: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:18929: $? = 0 configure:18933: test -z || test ! -s conftest.err configure:18936: $? = 0 configure:18939: test -s conftest configure:18942: $? = 0 configure:18955: result: yes configure:18968: checking for nanosleep in -lrt configure:18998: gcc -o conftest -g -O2 conftest.c -lrt -ldl >&5 configure:19004: $? = 0 configure:19008: test -z || test ! -s conftest.err configure:19011: $? = 0 configure:19014: test -s conftest configure:19017: $? = 0 configure:19030: result: yes configure:19047: checking for main in -lm configure:19071: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:19077: $? = 0 configure:19081: test -z || test ! -s conftest.err configure:19084: $? = 0 configure:19087: test -s conftest configure:19090: $? = 0 configure:19103: result: yes configure:19117: checking for ANSI C header files configure:19270: result: yes configure:19303: checking assert.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking assert.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for assert.h configure:19426: result: yes configure:19303: checking fcntl.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking fcntl.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for fcntl.h configure:19426: result: yes configure:19294: checking for unistd.h configure:19299: result: yes configure:19303: checking dbmalloc.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 conftest.c:64:22: dbmalloc.h: No such file or directory configure:19321: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_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:19344: result: no configure:19348: checking dbmalloc.h presence configure:19358: gcc -E conftest.c conftest.c:30:22: dbmalloc.h: No such file or directory configure:19364: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:19384: result: no configure:19419: checking for dbmalloc.h configure:19426: result: no configure:19294: checking for dlfcn.h configure:19299: result: yes configure:19294: checking for stdint.h configure:19299: result: yes configure:19303: checking limits.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking limits.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for limits.h configure:19426: result: yes configure:19303: checking locale.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking locale.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for locale.h configure:19426: result: yes configure:19303: checking values.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking values.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for values.h configure:19426: result: yes configure:19303: checking float.h usability configure:19315: gcc -c -g -O2 conftest.c >&5 configure:19321: $? = 0 configure:19325: test -z || test ! -s conftest.err configure:19328: $? = 0 configure:19331: test -s conftest.o configure:19334: $? = 0 configure:19344: result: yes configure:19348: checking float.h presence configure:19358: gcc -E conftest.c configure:19364: $? = 0 configure:19384: result: yes configure:19419: checking for float.h configure:19426: result: yes configure:19440: checking whether byte ordering is bigendian configure:19467: gcc -c -g -O2 conftest.c >&5 configure:19473: $? = 0 configure:19477: test -z || test ! -s conftest.err configure:19480: $? = 0 configure:19483: test -s conftest.o configure:19486: $? = 0 configure:19510: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:43: `not' undeclared (first use in this function) conftest.c:43: (Each undeclared identifier is reported only once conftest.c:43: for each function it appears in.) conftest.c:43: syntax error before "big" configure:19516: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:19651: result: no configure:19672: checking for 64bit integer type configure:19682: result: long long configure:19698: checking for 64bit file io configure:19771: result: yes configure:19818: checking for int configure:19842: gcc -c -g -O2 conftest.c >&5 configure:19848: $? = 0 configure:19852: test -z || test ! -s conftest.err configure:19855: $? = 0 configure:19858: test -s conftest.o configure:19861: $? = 0 configure:19872: result: yes configure:19875: checking size of int configure:20194: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:20197: $? = 0 configure:20199: ./conftest configure:20202: $? = 0 configure:20225: result: 4 configure:20232: checking for long configure:20256: gcc -c -g -O2 conftest.c >&5 configure:20262: $? = 0 configure:20266: test -z || test ! -s conftest.err configure:20269: $? = 0 configure:20272: test -s conftest.o configure:20275: $? = 0 configure:20286: result: yes configure:20289: checking size of long configure:20608: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:20611: $? = 0 configure:20613: ./conftest configure:20616: $? = 0 configure:20639: result: 4 configure:20646: checking for int8 configure:20675: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:55: `int8' undeclared (first use in this function) conftest.c:55: (Each undeclared identifier is reported only once conftest.c:55: for each function it appears in.) conftest.c:55: syntax error before ')' token configure:20681: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #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:20705: result: no configure:20715: checking for int16 configure:20744: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:55: `int16' undeclared (first use in this function) conftest.c:55: (Each undeclared identifier is reported only once conftest.c:55: for each function it appears in.) conftest.c:55: syntax error before ')' token configure:20750: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #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:20774: result: no configure:20784: checking for int32 configure:20813: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:55: `int32' undeclared (first use in this function) conftest.c:55: (Each undeclared identifier is reported only once conftest.c:55: for each function it appears in.) conftest.c:55: syntax error before ')' token configure:20819: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #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:20843: result: no configure:20862: checking native cpu bit order configure:20867: result: lsb2msb configure:20887: checking for vprintf configure:20944: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:20950: $? = 0 configure:20954: test -z || test ! -s conftest.err configure:20957: $? = 0 configure:20960: test -s conftest configure:20963: $? = 0 configure:20975: result: yes configure:20982: checking for _doprnt configure:21039: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 /tmp/cc8uYAec.o(.text+0x11): In function `main': /home/strangt/MgDev/Oem/gdal-1.3.0/conftest.c:89: undefined reference to `_doprnt' /tmp/cc8uYAec.o(.data+0x0):/home/strangt/MgDev/Oem/gdal-1.3.0/conftest.c:88: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:21045: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #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:21070: result: no configure:21088: checking for vsnprintf configure:21145: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:21151: $? = 0 configure:21155: test -z || test ! -s conftest.err configure:21158: $? = 0 configure:21161: test -s conftest configure:21164: $? = 0 configure:21176: result: yes configure:21190: checking for snprintf configure:21247: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:21253: $? = 0 configure:21257: test -z || test ! -s conftest.err configure:21260: $? = 0 configure:21263: test -s conftest configure:21266: $? = 0 configure:21278: result: yes configure:21292: checking for atoll configure:21349: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:21355: $? = 0 configure:21359: test -z || test ! -s conftest.err configure:21362: $? = 0 configure:21365: test -s conftest configure:21368: $? = 0 configure:21380: result: yes configure:21398: checking for gmtime_r configure:21426: g++ -o conftest -g -O2 conftest.cc -lm -lrt -ldl >&5 configure:21432: $? = 0 configure:21436: test -z || test ! -s conftest.err configure:21439: $? = 0 configure:21442: test -s conftest configure:21445: $? = 0 configure:21457: result: yes configure:21460: checking for localtime_r configure:21488: g++ -o conftest -g -O2 conftest.cc -lm -lrt -ldl >&5 configure:21494: $? = 0 configure:21498: test -z || test ! -s conftest.err configure:21501: $? = 0 configure:21504: test -s conftest configure:21507: $? = 0 configure:21519: result: yes configure:21529: checking for setlocale configure:21586: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:21592: $? = 0 configure:21596: test -z || test ! -s conftest.err configure:21599: $? = 0 configure:21602: test -s conftest configure:21605: $? = 0 configure:21617: result: yes configure:21625: checking for local include/lib path configure:21649: result: none configure:21750: checking whether we should include thread/mutex support...... configure:21752: result: thread safe support disabled. configure:21776: checking for deflateInit_ in -lz configure:21806: gcc -o conftest -g -O2 conftest.c -lz -lm -lrt -ldl >&5 configure:21812: $? = 0 configure:21816: test -z || test ! -s conftest.err configure:21819: $? = 0 configure:21822: test -s conftest configure:21825: $? = 0 configure:21838: result: yes configure:21848: result: using pre-installed libz configure:21890: checking for pg_config configure:21908: found /usr/bin/pg_config configure:21921: result: /usr/bin/pg_config configure:21932: checking for PostgreSQL configure:21965: result: yes configure:22097: checking for G_gisinit_2 in -lgrass5 configure:22127: gcc -o conftest -g -O2 conftest.c -lgrass5 -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lgrass5 collect2: ld returned 1 exit status configure:22133: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 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 G_gisinit_2 (); | int | main () | { | G_gisinit_2 (); | ; | return 0; | } configure:22159: result: no configure:22283: checking for ffopen in -lcfitsio configure:22313: gcc -o conftest -g -O2 conftest.c -lcfitsio -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lcfitsio collect2: ld returned 1 exit status configure:22319: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 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 ffopen (); | int | main () | { | ffopen (); | ; | return 0; | } configure:22345: result: no configure:22393: checking for Mopen in -lcsf configure:22423: gcc -o conftest -g -O2 conftest.c -lcsf -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lcsf collect2: ld returned 1 exit status configure:22429: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 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 Mopen (); | int | main () | { | Mopen (); | ; | return 0; | } configure:22455: result: no configure:22500: checking for nc_open in -lnetcdf configure:22530: gcc -o conftest -g -O2 conftest.c -lnetcdf -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lnetcdf collect2: ld returned 1 exit status configure:22536: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 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 nc_open (); | int | main () | { | nc_open (); | ; | return 0; | } configure:22562: result: no configure:22610: checking for png_set_IHDR in -lpng configure:22640: gcc -o conftest -g -O2 conftest.c -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 configure:22646: $? = 0 configure:22650: test -z || test ! -s conftest.err configure:22653: $? = 0 configure:22656: test -s conftest configure:22659: $? = 0 configure:22672: result: yes configure:22694: checking png.h usability configure:22706: gcc -c -g -O2 conftest.c >&5 configure:22712: $? = 0 configure:22716: test -z || test ! -s conftest.err configure:22719: $? = 0 configure:22722: test -s conftest.o configure:22725: $? = 0 configure:22735: result: yes configure:22739: checking png.h presence configure:22749: gcc -E conftest.c configure:22755: $? = 0 configure:22775: result: yes configure:22810: checking for png.h configure:22817: result: yes configure:22875: checking for TIFFGetTagListCount in -ltiff configure:22905: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /tmp/cceZr21b.o(.text+0xa): In function `main': /home/strangt/MgDev/Oem/gdal-1.3.0/conftest.c:64: undefined reference to `TIFFGetTagListCount' collect2: ld returned 1 exit status configure:22911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 TIFFGetTagListCount (); | int | main () | { | TIFFGetTagListCount (); | ; | return 0; | } configure:22937: result: no configure:23255: checking for jpeg_read_scanlines in -ljpeg configure:23285: gcc -o conftest -g -O2 conftest.c -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 configure:23291: $? = 0 configure:23295: test -z || test ! -s conftest.err configure:23298: $? = 0 configure:23301: test -s conftest configure:23304: $? = 0 configure:23317: result: yes configure:23339: checking jpeglib.h usability configure:23351: gcc -c -g -O2 conftest.c >&5 configure:23357: $? = 0 configure:23361: test -z || test ! -s conftest.err configure:23364: $? = 0 configure:23367: test -s conftest.o configure:23370: $? = 0 configure:23380: result: yes configure:23384: checking jpeglib.h presence configure:23394: gcc -E conftest.c configure:23400: $? = 0 configure:23420: result: yes configure:23455: checking for jpeglib.h configure:23462: result: yes configure:23481: checking for width_in_blocks in jpeglib.h configure:23489: result: yes configure:23545: checking for DGifOpenFileName in -lgif configure:23575: gcc -o conftest -g -O2 conftest.c -lgif -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: warning: libX11.so.6, needed by /usr/lib/libgif.so, not found (try using -rpath or -rpath-link) /usr/lib/libgif.so: undefined reference to `XDestroyImage' /usr/lib/libgif.so: undefined reference to `XGetWindowAttributes' /usr/lib/libgif.so: undefined reference to `XGetImage' /usr/lib/libgif.so: undefined reference to `XGetPixel' /usr/lib/libgif.so: undefined reference to `XQueryColors' collect2: ld returned 1 exit status configure:23581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 DGifOpenFileName (); | int | main () | { | DGifOpenFileName (); | ; | return 0; | } configure:23607: result: no configure:23665: checking for cln_GetLayerCapabilities in -logdi31 configure:23695: gcc -o conftest -g -O2 conftest.c -logdi31 -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -logdi31 collect2: ld returned 1 exit status configure:23701: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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:23727: result: no configure:23770: checking for FMEObjects configure:23797: result: no configure:23844: checking for SDreaddata in -lmfhdf configure:23874: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lmfhdf collect2: ld returned 1 exit status configure:23880: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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:23906: result: no configure:24275: checking for H5Fopen in -lhdf5 configure:24305: gcc -o conftest -g -O2 conftest.c -lhdf5 -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lhdf5 collect2: ld returned 1 exit status configure:24311: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 H5Fopen (); | int | main () | { | H5Fopen (); | ; | return 0; | } configure:24337: result: no configure:24478: checking for jpc_decode in -ljasper configure:24508: gcc -o conftest -g -O2 conftest.c -ljasper -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -ljasper collect2: ld returned 1 exit status configure:24514: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 jpc_decode (); | int | main () | { | jpc_decode (); | ; | return 0; | } configure:24540: result: no configure:24548: checking for jp2_decode in -ljasper configure:24578: gcc -o conftest -g -O2 conftest.c -ljasper -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -ljasper collect2: ld returned 1 exit status configure:24584: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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_decode (); | int | main () | { | jp2_decode (); | ; | return 0; | } configure:24610: result: no configure:24618: checking for pgx_decode in -ljasper configure:24648: gcc -o conftest -g -O2 conftest.c -ljasper -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -ljasper collect2: ld returned 1 exit status configure:24654: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 pgx_decode (); | int | main () | { | pgx_decode (); | ; | return 0; | } configure:24680: result: no configure:24814: checking for NCScbmOpenFileView in -lNCSEcw configure:24844: gcc -o conftest -g -O2 conftest.c -lNCSEcw -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lNCSEcw collect2: ld returned 1 exit status configure:24850: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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:24876: result: no configure:24890: checking for NCScbmOpenFileView in -lecwj2 configure:24920: gcc -o conftest -g -O2 conftest.c -lecwj2 -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lecwj2 collect2: ld returned 1 exit status configure:24926: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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:24952: result: no configure:25009: checking for Kakadu JPEG2000 support configure:25021: result: not requested. configure:25056: MrSID support disabled. configure:25191: checking for mysql_config configure:25222: result: no configure:25233: checking for MySQL configure:25242: result: no configure:25290: checking for Xerces C++ configure:25314: result: disabled configure:25395: checking for SQLConnect in -lodbc configure:25425: gcc -o conftest -g -O2 conftest.c -lodbc -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lodbc collect2: ld returned 1 exit status configure:25431: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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:25457: result: no configure:25507: checking for OCIBindByName in -lclntsh configure:25537: gcc -o conftest -g -O2 conftest.c -lclntsh -ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lclntsh collect2: ld returned 1 exit status configure:25543: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_ATOLL 1 | #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 OCIBindByName (); | int | main () | { | OCIBindByName (); | ; | return 0; | } configure:25569: result: no configure:25605: checking Checking for DODS configure:25615: result: disabled configure:25662: checking Checking for SQLite configure:25672: result: disabled configure:25709: checking for geos-config configure:25740: result: no configure:25788: checking how to link PROJ.4 library configure:25801: result: link dynamically. configure:26281: checking GDAL version configure:26301: result: 1.3.0 configure:26395: checking for python configure:26411: found /usr/bin/python configure:26421: result: python configure:26437: checking where python Makefiles are configure:26452: result: found configure:26456: checking Python makefile configure:26460: result: found configure:26481: checking where .py files should go configure:26491: result: /usr/lib/python2.2/site-packages configure:26503: checking for python headers configure:26520: result: found configure:26524: checking definitions from Python makefile configure:26553: result: done configure:26569: checking for special pymod link hacks configure:26585: result: default configure:26597: checking for NumPy include files configure:26607: result: missing configure:26622: checking if local/include already standard configure:26630: result: no, everything is ok configure:26687: 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 localhost.localdomain config.status:751: creating GDALmake.opt config.status:854: creating port/cpl_config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= 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= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func__doprnt=no ac_cv_func_atoll=yes ac_cv_func_gmtime_r=yes ac_cv_func_localtime_r=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_assert_h=yes ac_cv_header_dbmalloc_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_png_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_NCSEcw_NCScbmOpenFileView=no ac_cv_lib_cfitsio_ffopen=no ac_cv_lib_clntsh_OCIBindByName=no ac_cv_lib_csf_Mopen=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_ecwj2_NCScbmOpenFileView=no ac_cv_lib_gif_DGifOpenFileName=no ac_cv_lib_grass5_G_gisinit_2=no ac_cv_lib_hdf5_H5Fopen=no ac_cv_lib_jasper_jp2_decode=no ac_cv_lib_jasper_jpc_decode=no ac_cv_lib_jasper_pgx_decode=no ac_cv_lib_jpeg_jpeg_read_scanlines=yes ac_cv_lib_m_main=yes ac_cv_lib_mfhdf_SDreaddata=no ac_cv_lib_netcdf_nc_open=no ac_cv_lib_odbc_SQLConnect=no ac_cv_lib_ogdi31_cln_GetLayerCapabilities=no ac_cv_lib_png_png_set_IHDR=yes ac_cv_lib_rt_nanosleep=yes ac_cv_lib_tiff_TIFFGetTagListCount=no ac_cv_lib_z_deflateInit_=yes ac_cv_objext=o ac_cv_path_GEOS_CONFIG=no ac_cv_path_MYSQL_CONFIG=no ac_cv_path_PG_CONFIG=/usr/bin/pg_config ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_PYTHON=python ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ 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=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-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=-fPIC am_cv_python_LDSHARED='$(CC) -shared' am_cv_python_OPT='-DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC' am_cv_python_SO=.so am_cv_python_includes='-I/usr/include/python2.2 -I/usr/include/python2.2' 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=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/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_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' 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='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 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='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' 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='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AS='as' BINTRUE='/bin/true' CC='gcc' CFLAGS='-O2 ' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-O2 ' CXX_PIC='' CXX_WFLAGS='-Wall' C_PIC='' C_WFLAGS='-Wall' DEFS='-DHAVE_CONFIG_H' DLLTOOL='dlltool' DODS_INC='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' ECW_SETTING='no' EGREP='grep -E' EXEEXT='' EXE_EXT='' EXTRA_INCLUDES='' F77='g77' FFLAGS='-g -O2' FITS_SETTING='no' GDAL_VER='1.3.0' GEOS_CONFIG='no' GEOS_INC='' GEOTIFF_SETTING='internal' GIF_SETTING='internal' GRASS_GISBASE='' GRASS_INCLUDE='' GRASS_SETTING='no' HAVE_GEOS='no' HAVE_GRASS='no' HAVE_HDF4='no' HAVE_HDF5='no' HAVE_JASPER='no' HAVE_LIBTOOL='yes' HAVE_MRSID='no' HAVE_MYSQL='no' HAVE_NUMPY='no' HAVE_OCI='no' HAVE_OGDI='no' HAVE_PG='yes' HAVE_SQLITE='no' HAVE_XERCES='no' HDF4_INCLUDE='' HDF5_INCLUDE='' JASPER_FLAGS='' JPEG_SETTING='external' KAKDIR='' LDFLAGS='' LD_SHARED='' LIBOBJS='' LIBS='-ljpeg -lpng -L/usr/lib -lpq -lz -lm -lrt -ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBZ_SETTING='external' LN_S='ln -s' LTLIBOBJS='' MRSID_FLAGS='' MRSID_INCLUDE='' MYSQL_CONFIG='no' MYSQL_INC='' MYSQL_LIB='' NETCDF_SETTING='no' NUMPY_FLAG='' OBJDUMP='objdump' OBJEXT='o' OCI_INCLUDE='' ODBC_SETTING='no' OGDI_INCLUDE='' OGR_ENABLED='yes' OPT_GDAL_FORMATS='bsb gif jpeg png ' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PCRASTER_SETTING='no' PG_CONFIG='/usr/bin/pg_config' PG_INC='-I/usr/include' PG_LIB='' PNG_SETTING='external' PROJ_INCLUDE='' PROJ_STATIC='no' PYTHON='python' PYTHON_CC='gcc' PYTHON_CFLAGS='-fPIC $(OPT)' PYTHON_INCLUDES='-I/usr/include/python2.2 -I/usr/include/python2.2' PYTHON_LIBS='' PYTHON_LINK='$(CC) -shared -o $@' PYTHON_OPT='-DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC' PYTHON_SO='.so' PY_LD_SHARED='$(LD_SHARED)' PY_SO_EXT='$(SO_EXT)' RANLIB='ranlib' SHELL='/bin/sh' SO_EXT='' SQLITE_INC='' STRIP='strip' TIFF_SETTING='internal' XERCES_INCLUDE='' X_FME_HOME='' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DLLTOOL='' ac_ct_F77='g77' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share/gdal' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local/mapguideopensource' program_transform_name='s,x,x,' pyexecdir='/usr/lib/python2.2/site-packages' pymoddir='/usr/lib/python2.2/site-packages' pythondir='/usr/lib/python2.2/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GDAL_PREFIX "/usr/local/mapguideopensource" #define HAVE_ASSERT_H 1 #define HAVE_ATOLL 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_IEEEFP 1 #define HAVE_INTTYPES_H 1 #define HAVE_JPEGLIB_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_LIBRT 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMORY_H 1 #define HAVE_PNG_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 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 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define UNIX_STDIO_64 1 #define USE_GNUCC 1 #define USE_GNUCC 1 #define VSI_FOPEN64 fopen64 #define VSI_FSEEK64 fseeko64 #define VSI_FTELL64 ftello64 #define VSI_LARGE_API_SUPPORTED 1 #define VSI_STAT64 stat64 #define VSI_STAT64_T stat64 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0