Opened 12 years ago
Closed 12 years ago
#4013 closed defect (fixed)
iconv detection on OS X is broken
Reported by: | hobu | Owned by: | dron |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Andrey,
It seems that AM_ICONV on OS X doesn't seem to go ahead and add -liconv to the LIBS even though the detection seems to pass.
I don't know of a good solution. Simply adding -liconv
to the LIBS line in GDALMake.opt allowed things to continue on, but that's not very elegant.
If you're compiling on OSX, you have the developer tools installed, and there will always be a iconv in /usr/lib. Maybe we could just hardcode that case? I dunno...
Howard
Change History (4)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
just hit this. in the configure output I see:
checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
and here is the config.log:
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ws05.pugetworks.com uname -m = i386 uname -r = 10.7.0 uname -s = Darwin uname -v = Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 Kernel configured for up to 2 processors. 2 processors are physically available. 2 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 Primary memory available: 8.00 gigabytes Default processor set: 73 tasks, 313 threads, 2 processors Load average: 0.78, Mach factor: 1.20 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Library/Frameworks/Mapnik.framework/Programs PATH: /Library/Frameworks/Mapnik.framework/Programs PATH: /Library/Frameworks/Mapnik.framework/Programs PATH: /Volumes/wren/Users/dane/projects/minutely_mapnik/osmosis-0.38/bin PATH: /Users/dane/projects/dbsgeocode/seaweed PATH: /usr/local/pgsql/bin PATH: /Library/Frameworks/GDAL.framework/Programs PATH: /Library/Frameworks/SQLite3.framework/Programs PATH: /Library/Frameworks/UnixImageIO.framework/Programs PATH: /Library/Frameworks/MapServer.framework/Versions/Current/Programs PATH: /usr/local/bin PATH: /Users/dane/code/bash PATH: /usr/local/sbin PATH: /Users/dane/projects/kml2mapnik/scripts PATH: /Users/dane/projects/kmlrenderer PATH: /usr/local/bin PATH: /Developer/usr/bin PATH: /Users/dane/src/benchmarking/mapnik/scripts PATH: /Users/dane/projects/mapnik-dev/trunk/utils/optimize_map PATH: /Users/dane/src/depot_tools PATH: /Users/dane/projects/native_client_sdk_0_1_721_0/toolchain/mac_x86/bin PATH: /usr/local/share/npm/bin PATH: /Users/dane/src/llvm/tools/clang/tools/scan-build PATH: /Users/dane/.gem/ruby/1.8/bin PATH: /Users/dane/projects/febp/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/texbin PATH: /usr/X11/bin PATH: /Users/dane/.ec2/ec2-api-tools-1.3-53907/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2880: checking build system type configure:2894: result: i386-apple-darwin10.7.0 configure:2914: checking host system type configure:2927: result: i386-apple-darwin10.7.0 configure:2996: checking for gcc configure:3012: found /Developer/usr/bin/gcc configure:3023: result: gcc configure:3252: checking for C compiler version configure:3261: gcc --version >&5 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 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:3272: $? = 0 configure:3261: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664) configure:3272: $? = 0 configure:3261: gcc -V >&5 gcc-4.2: argument to `-V' is missing configure:3272: $? = 1 configure:3261: gcc -qversion >&5 i686-apple-darwin10-gcc-4.2.1: no input files configure:3272: $? = 1 configure:3292: checking whether the C compiler works configure:3314: gcc conftest.c >&5 configure:3318: $? = 0 configure:3366: result: yes configure:3369: checking for C compiler default output file name configure:3371: result: a.out configure:3377: checking for suffix of executables configure:3384: gcc -o conftest conftest.c >&5 configure:3388: $? = 0 configure:3410: result: configure:3432: checking whether we are cross compiling configure:3440: gcc -o conftest conftest.c >&5 configure:3444: $? = 0 configure:3451: ./conftest configure:3455: $? = 0 configure:3470: result: no configure:3475: checking for suffix of object files configure:3497: gcc -c conftest.c >&5 configure:3501: $? = 0 configure:3522: result: o configure:3526: checking whether we are using the GNU C compiler configure:3545: gcc -c conftest.c >&5 configure:3545: $? = 0 configure:3554: result: yes configure:3563: checking whether gcc accepts -g configure:3583: gcc -c -g conftest.c >&5 configure:3583: $? = 0 configure:3624: result: yes configure:3641: checking for gcc option to accept ISO C89 configure:3705: gcc -c -g -O2 conftest.c >&5 configure:3705: $? = 0 configure:3718: result: none needed configure:3739: checking C_WFLAGS for maximum warnings configure:3766: gcc -c -g -O2 -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c >&5 configure:3766: $? = 0 configure:3780: result: -Wall -Wdeclaration-after-statement configure:3793: : C_WFLAGS="$C_WFLAGS $ac_cv_cflags_warn_all" configure:3796: $? = 0 configure:3861: checking for g++ configure:3877: found /Developer/usr/bin/g++ configure:3888: result: g++ configure:3915: checking for C++ compiler version configure:3924: g++ --version >&5 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 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:3935: $? = 0 configure:3924: g++ -v >&5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664) configure:3935: $? = 0 configure:3924: g++ -V >&5 g++-4.2: argument to `-V' is missing configure:3935: $? = 1 configure:3924: g++ -qversion >&5 i686-apple-darwin10-g++-4.2.1: no input files configure:3935: $? = 1 configure:3939: checking whether we are using the GNU C++ compiler configure:3958: g++ -c conftest.cpp >&5 configure:3958: $? = 0 configure:3967: result: yes configure:3976: checking whether g++ accepts -g configure:3996: g++ -c -g conftest.cpp >&5 configure:3996: $? = 0 configure:4037: result: yes configure:4061: checking CXX_WFLAGS for maximum warnings configure:4088: g++ -c -g -O2 -pedantic -Wall conftest.cpp >&5 configure:4088: $? = 0 configure:4102: result: -Wall configure:4115: : CXX_WFLAGS="$CXX_WFLAGS $ac_cv_cxxflags_warn_all" configure:4118: $? = 0 configure:4178: checking for gcc configure:4205: result: gcc configure:4434: checking for C compiler version configure:4443: gcc --version >&5 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 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:4454: $? = 0 configure:4443: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664) configure:4454: $? = 0 configure:4443: gcc -V >&5 gcc-4.2: argument to `-V' is missing configure:4454: $? = 1 configure:4443: gcc -qversion >&5 i686-apple-darwin10-gcc-4.2.1: no input files configure:4454: $? = 1 configure:4458: checking whether we are using the GNU C compiler configure:4486: result: yes configure:4495: checking whether gcc accepts -g configure:4556: result: yes configure:4573: checking for gcc option to accept ISO C89 configure:4650: result: none needed configure:4782: checking for C++ compiler version configure:4791: g++ --version >&5 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 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:4802: $? = 0 configure:4791: g++ -v >&5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664) configure:4802: $? = 0 configure:4791: g++ -V >&5 g++-4.2: argument to `-V' is missing configure:4802: $? = 1 configure:4791: g++ -qversion >&5 i686-apple-darwin10-g++-4.2.1: no input files configure:4802: $? = 1 configure:4806: checking whether we are using the GNU C++ compiler configure:4834: result: yes configure:4843: checking whether g++ accepts -g configure:4904: result: yes configure:5276: checking how to print strings configure:5303: result: printf configure:5324: checking for a sed that does not truncate output configure:5388: result: /usr/bin/sed configure:5406: checking for grep that handles long lines and -e configure:5464: result: /usr/bin/grep configure:5469: checking for egrep configure:5531: result: /usr/bin/grep -E configure:5536: checking for fgrep configure:5598: result: /usr/bin/grep -F configure:5633: checking for ld used by gcc configure:5700: result: /Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld configure:5707: checking if the linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld configure:5722: result: no configure:5734: checking for BSD- or MS-compatible name lister (nm) configure:5783: result: /Developer/usr/bin/nm configure:5913: checking the name lister (/Developer/usr/bin/nm) interface configure:5920: gcc -c -g -O2 conftest.c >&5 configure:5923: /Developer/usr/bin/nm "conftest.o" configure:5926: output 0000000000000170 D _some_variable configure:5933: result: BSD nm configure:5936: checking whether ln -s works configure:5940: result: yes configure:5948: checking the maximum length of command line arguments configure:6073: result: 196608 configure:6090: checking whether the shell understands some XSI constructs configure:6100: result: yes configure:6104: checking whether the shell understands "+=" configure:6110: result: yes configure:6145: checking how to convert i386-apple-darwin10.7.0 file names to i386-apple-darwin10.7.0 format configure:6185: result: func_convert_file_noop configure:6192: checking how to convert i386-apple-darwin10.7.0 file names to toolchain format configure:6212: result: func_convert_file_noop configure:6219: checking for /Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files configure:6226: result: -r configure:6300: checking for objdump configure:6327: result: objdump configure:6356: checking how to recognize dependent libraries configure:6558: result: pass_all configure:6643: checking for dlltool configure:6670: result: dlltool configure:6700: checking how to associate runtime and link libraries configure:6727: result: printf %s\n configure:6787: checking for ar configure:6803: found /Developer/usr/bin/ar configure:6814: result: ar configure:6851: checking for archiver @FILE support configure:6868: gcc -c -g -O2 conftest.c >&5 configure:6868: $? = 0 configure:6871: ar cru libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:6874: $? = 1 configure:6894: result: no configure:6952: checking for strip configure:6968: found /Developer/usr/bin/strip configure:6979: result: strip configure:7051: checking for ranlib configure:7067: found /Developer/usr/bin/ranlib configure:7078: result: ranlib configure:7155: checking for gawk configure:7185: result: no configure:7155: checking for mawk configure:7185: result: no configure:7155: checking for nawk configure:7185: result: no configure:7155: checking for awk configure:7171: found /usr/bin/awk configure:7182: result: awk configure:7222: checking command to parse /Developer/usr/bin/nm output from gcc object configure:7341: gcc -c -g -O2 conftest.c >&5 configure:7344: $? = 0 configure:7348: /Developer/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7351: $? = 0 cannot find nm_test_var in conftest.nm configure:7341: gcc -c -g -O2 conftest.c >&5 configure:7344: $? = 0 configure:7348: /Developer/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7351: $? = 0 configure:7417: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7420: $? = 0 configure:7458: result: ok configure:7495: checking for sysroot configure:7525: result: no configure:7768: checking for mt configure:7798: result: no configure:7818: checking if : is a manifest tool configure:7824: : '-?' configure:7832: result: no configure:7888: checking for dsymutil configure:7904: found /Developer/usr/bin/dsymutil configure:7915: result: dsymutil configure:7980: checking for nmedit configure:7996: found /Developer/usr/bin/nmedit configure:8007: result: nmedit configure:8072: checking for lipo configure:8088: found /usr/bin/lipo configure:8099: result: lipo configure:8164: checking for otool configure:8180: found /Developer/usr/bin/otool configure:8191: result: otool configure:8256: checking for otool64 configure:8286: result: no configure:8331: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:8358: result: yes configure:8360: checking for -exported_symbols_list linker flag configure:8380: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:8380: $? = 0 configure:8390: result: yes configure:8392: checking for -force_load linker flag gcc -g -O2 -c -o conftest.o conftest.c ar cru libconftest.a conftest.o ranlib libconftest.a gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:8422: result: yes configure:8464: checking how to run the C preprocessor configure:8495: gcc -E conftest.c configure:8495: $? = 0 configure:8509: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:8509: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8534: result: gcc -E configure:8554: gcc -E conftest.c configure:8554: $? = 0 configure:8568: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:8568: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8597: checking for ANSI C header files configure:8617: gcc -c -g -O2 conftest.c >&5 configure:8617: $? = 0 configure:8690: gcc -o conftest -g -O2 conftest.c >&5 configure:8690: $? = 0 configure:8690: ./conftest configure:8690: $? = 0 configure:8701: result: yes configure:8714: checking for sys/types.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for sys/stat.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for stdlib.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for string.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for memory.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for strings.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for inttypes.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for stdint.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for unistd.h configure:8714: gcc -c -g -O2 conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8728: checking for dlfcn.h configure:8728: gcc -c -g -O2 conftest.c >&5 configure:8728: $? = 0 configure:8728: result: yes configure:8923: checking for objdir configure:8938: result: .libs configure:9209: checking if gcc supports -fno-rtti -fno-exceptions configure:9227: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9231: $? = 0 configure:9244: result: no configure:9554: checking for gcc option to produce PIC configure:9561: result: -fno-common -DPIC configure:9569: checking if gcc PIC flag -fno-common -DPIC works configure:9587: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:9591: $? = 0 configure:9604: result: yes configure:9633: checking if gcc static flag -static works configure:9661: result: no configure:9676: checking if gcc supports -c -o file.o configure:9697: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9701: $? = 0 configure:9723: result: yes configure:9731: checking if gcc supports -c -o file.o configure:9778: result: yes configure:9811: checking whether the gcc linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:10969: result: yes configure:11214: checking dynamic linker characteristics configure:11950: result: darwin10.7.0 dyld configure:12057: checking how to hardcode library paths into programs configure:12082: result: immediate configure:12622: checking whether stripping libraries is possible configure:12636: result: yes configure:12662: checking if libtool supports shared libraries configure:12664: result: yes configure:12667: checking whether to build shared libraries configure:12688: result: yes configure:12691: checking whether to build static libraries configure:12695: result: yes configure:12718: checking how to run the C++ preprocessor configure:12745: g++ -E conftest.cpp configure:12745: $? = 0 configure:12759: g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:12759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:12784: result: g++ -E configure:12804: g++ -E conftest.cpp configure:12804: $? = 0 configure:12818: g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:12818: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:12988: checking for ld used by g++ configure:13055: result: /Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld configure:13062: checking if the linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld configure:13077: result: no configure:13132: checking whether the g++ linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:14136: result: yes configure:14171: g++ -c -g -O2 conftest.cpp >&5 configure:14174: $? = 0 configure:14694: checking for g++ option to produce PIC configure:14701: result: -fno-common -DPIC configure:14709: checking if g++ PIC flag -fno-common -DPIC works configure:14727: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 configure:14731: $? = 0 configure:14744: result: yes configure:14767: checking if g++ static flag -static works configure:14795: result: no configure:14807: checking if g++ supports -c -o file.o configure:14828: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14832: $? = 0 configure:14854: result: yes configure:14859: checking if g++ supports -c -o file.o configure:14906: result: yes configure:14936: checking whether the g++ linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:14970: result: yes configure:15113: checking dynamic linker characteristics configure:15783: result: darwin10.7.0 dyld configure:15836: checking how to hardcode library paths into programs configure:15861: result: immediate configure:16178: checking for dlopen in -ldl configure:16203: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16203: $? = 0 configure:16212: result: yes configure:16224: checking for nanosleep in -lrt configure:16249: gcc -o conftest -g -O2 conftest.c -lrt -ldl >&5 ld: library not found for -lrt collect2: ld returned 1 exit status configure:16249: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char nanosleep (); | int | main () | { | return nanosleep (); | ; | return 0; | } configure:16258: result: no configure:16322: checking for ANSI C header files configure:16426: result: yes configure:16437: checking assert.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking assert.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for assert.h configure:16437: result: yes configure:16437: checking fcntl.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking fcntl.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for fcntl.h configure:16437: result: yes configure:16437: checking for unistd.h configure:16437: result: yes configure:16437: checking dbmalloc.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 conftest.c:59:22: error: dbmalloc.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <dbmalloc.h> configure:16437: result: no configure:16437: checking dbmalloc.h presence configure:16437: gcc -E conftest.c conftest.c:26:22: error: dbmalloc.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <dbmalloc.h> configure:16437: result: no configure:16437: checking for dbmalloc.h configure:16437: result: no configure:16437: checking for dlfcn.h configure:16437: result: yes configure:16437: checking for stdint.h configure:16437: result: yes configure:16437: checking limits.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking limits.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for limits.h configure:16437: result: yes configure:16437: checking locale.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking locale.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for locale.h configure:16437: result: yes configure:16437: checking values.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 conftest.c:63:20: error: values.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <values.h> configure:16437: result: no configure:16437: checking values.h presence configure:16437: gcc -E conftest.c conftest.c:30:20: error: values.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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 | /* end confdefs.h. */ | #include <values.h> configure:16437: result: no configure:16437: checking for values.h configure:16437: result: no configure:16437: checking float.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking float.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for float.h configure:16437: result: yes configure:16437: checking errno.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking errno.h presence configure:16437: gcc -E conftest.c configure:16437: $? = 0 configure:16437: result: yes configure:16437: checking for errno.h configure:16437: result: yes configure:16437: checking direct.h usability configure:16437: gcc -c -g -O2 conftest.c >&5 conftest.c:65:20: error: direct.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <direct.h> configure:16437: result: no configure:16437: checking direct.h presence configure:16437: gcc -E conftest.c conftest.c:32:20: error: direct.h: No such file or directory configure:16437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include <direct.h> configure:16437: result: no configure:16437: checking for direct.h configure:16437: result: no configure:16448: checking whether byte ordering is bigendian configure:16463: gcc -c -g -O2 conftest.c >&5 configure:16463: $? = 0 configure:16508: gcc -c -g -O2 conftest.c >&5 configure:16508: $? = 0 configure:16526: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:39: error: 'not' undeclared (first use in this function) conftest.c:39: error: (Each undeclared identifier is reported only once conftest.c:39: error: for each function it appears in.) conftest.c:39: error: expected ';' before 'big' configure:16526: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:16654: result: no configure:16674: checking for 64bit integer type configure:16682: result: long long configure:16698: checking for 64bit file io configure:16769: result: yes configure:16772: checking for stat64 configure:16772: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16772: $? = 0 configure:16772: result: yes configure:16779: checking for fopen64 configure:16779: gcc -o conftest -g -O2 conftest.c -ldl >&5 Undefined symbols: "_fopen64", referenced from: _main in ccPgOI7k.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:16779: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | /* end confdefs.h. */ | /* Define fopen64 to an innocuous variant, in case <limits.h> declares fopen64. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fopen64 innocuous_fopen64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fopen64 (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef fopen64 | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fopen64 (); | /* 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_fopen64 || defined __stub___fopen64 | choke me | #endif | | int | main () | { | return fopen64 (); | ; | return 0; | } configure:16779: result: no configure:16831: checking size of int configure:16836: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16836: $? = 0 configure:16836: ./conftest configure:16836: $? = 0 configure:16850: result: 4 configure:16864: checking size of unsigned long configure:16869: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16869: $? = 0 configure:16869: ./conftest configure:16869: $? = 0 configure:16883: result: 8 configure:16897: checking size of void* configure:16902: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16902: $? = 0 configure:16902: ./conftest configure:16902: $? = 0 configure:16916: result: 8 configure:16926: checking for int8 configure:16926: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:52: error: 'int8' undeclared (first use in this function) conftest.c:52: error: (Each undeclared identifier is reported only once conftest.c:52: error: for each function it appears in.) configure:16926: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include <inttypes.h> | #endif | | | int | main () | { | if (sizeof (int8)) | return 0; | ; | return 0; | } configure:16926: result: no configure:16940: checking for int16 configure:16940: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:52: error: 'int16' undeclared (first use in this function) conftest.c:52: error: (Each undeclared identifier is reported only once conftest.c:52: error: for each function it appears in.) configure:16940: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include <inttypes.h> | #endif | | | int | main () | { | if (sizeof (int16)) | return 0; | ; | return 0; | } configure:16940: result: no configure:16954: checking for int32 configure:16954: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:52: error: 'int32' undeclared (first use in this function) conftest.c:52: error: (Each undeclared identifier is reported only once conftest.c:52: error: for each function it appears in.) configure:16954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include <inttypes.h> | #endif | | | int | main () | { | if (sizeof (int32)) | return 0; | ; | return 0; | } configure:16954: result: no configure:16977: checking native cpu bit order configure:16982: result: lsb2msb configure:16999: checking for vprintf configure:16999: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c:68: warning: conflicting types for built-in function 'vprintf' configure:16999: $? = 0 configure:16999: result: yes configure:17005: checking for _doprnt configure:17005: gcc -o conftest -g -O2 conftest.c -ldl >&5 Undefined symbols: "__doprnt", referenced from: _main in ccjZgFnN.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:17005: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #define HAVE_IEEEFP 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef _doprnt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:17005: result: no configure:17019: checking for snprintf configure:17019: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c:69: warning: conflicting types for built-in function 'snprintf' configure:17019: $? = 0 configure:17019: result: yes configure:17019: checking for vsnprintf configure:17019: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c:70: warning: conflicting types for built-in function 'vsnprintf' configure:17019: $? = 0 configure:17019: result: yes configure:17030: checking for atoll configure:17030: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:17030: $? = 0 configure:17030: result: yes configure:17041: checking for strtof configure:17041: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:17041: $? = 0 configure:17041: result: yes configure:17052: checking for getcwd configure:17052: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:17052: $? = 0 configure:17052: result: yes configure:17062: checking whether strtof is declared configure:17062: gcc -c -g -O2 conftest.c >&5 configure:17062: $? = 0 configure:17062: result: yes configure:17076: checking for readlink configure:17076: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:17076: $? = 0 configure:17076: result: yes configure:17093: checking for gmtime_r configure:17116: g++ -o conftest -g -O2 conftest.cpp -ldl >&5 configure:17116: $? = 0 configure:17124: result: yes configure:17129: checking for localtime_r configure:17152: g++ -o conftest -g -O2 conftest.cpp -ldl >&5 configure:17152: $? = 0 configure:17160: result: yes configure:17172: checking for setlocale configure:17172: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:17172: $? = 0 configure:17172: result: yes configure:17182: checking to enable debug build configure:17212: result: no, CFLAGS="-g -O2" configure:17217: checking whether GCC 4.1 atomic builtins are available configure:17224: result: yes configure:17275: checking whether we should hide internal symbols configure:17277: result: no configure:17293: checking for local include/lib path configure:17317: result: none configure:17335: checking for pthread_create in -lpthread configure:17360: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5 configure:17360: $? = 0 configure:17369: result: yes configure:17380: checking for PTHREAD_MUTEX_RECURSIVE configure:17399: gcc -c -g -O2 conftest.c >&5 configure:17399: $? = 0 configure:17401: result: yes configure:17458: checking for deflateInit_ in -lz configure:17483: gcc -o conftest -g -O2 conftest.c -lz -lpthread -ldl >&5 configure:17483: $? = 0 configure:17492: result: yes configure:17502: checking for inflateCopy in -lz configure:17527: gcc -o conftest -g -O2 conftest.c -lz -lpthread -ldl >&5 configure:17527: $? = 0 configure:17536: result: yes configure:17545: result: using pre-installed libz configure:17718: checking for ld used by GCC configure:17782: result: /Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld configure:17789: checking if the linker (/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld configure:17802: result: no configure:17809: checking for shared library run path origin configure:17822: result: done configure:18330: checking for iconv configure:18354: gcc -o conftest -g -O2 conftest.c -lz -lpthread -ldl >&5 Undefined symbols: "_iconv_close", referenced from: _main in cc1nPy3l.o "_iconv", referenced from: _main in cc1nPy3l.o "_iconv_open", referenced from: _main in cc1nPy3l.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:18354: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | /* end confdefs.h. */ | | #include <stdlib.h> | #include <iconv.h> | | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:18378: gcc -o conftest -g -O2 conftest.c -lz -lpthread -ldl -liconv >&5 configure:18378: $? = 0 configure:18388: result: yes configure:18391: checking for working iconv configure:18511: gcc -o conftest -g -O2 conftest.c -lz -lpthread -ldl -liconv >&5 configure:18511: $? = 0 configure:18511: ./conftest configure:18511: $? = 0 configure:18523: result: yes configure:18538: checking how to link with libiconv configure:18540: result: -liconv configure:18551: checking for iconv declaration configure:18580: gcc -c -g -O2 conftest.c >&5 configure:18580: $? = 0 configure:18591: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:18678: checking for pg_config configure:18696: found /usr/local/pgsql/bin/pg_config configure:18709: result: /usr/local/pgsql/bin/pg_config configure:18721: checking for PostgreSQL configure:18746: result: yes configure:18749: checking for PQconnectdb in -lpq configure:18774: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/local/pgsql-9.0/lib -lz -lpthread -ldl >&5 configure:18774: $? = 0 configure:18783: result: yes configure:18798: checking for PQputCopyData in -lpq configure:18823: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:18823: $? = 0 configure:18832: result: yes configure:18851: checking for PQescapeStringConn in -lpq configure:18876: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:18876: $? = 0 configure:18885: result: yes configure:18998: checking for G_gisinit_2 in -lgrass5 configure:19023: gcc -o conftest -g -O2 conftest.c -lgrass5 -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lgrass5 collect2: ld returned 1 exit status configure:19023: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char G_gisinit_2 (); | int | main () | { | return G_gisinit_2 (); | ; | return 0; | } configure:19032: result: no configure:19126: checking for ffopen in -lcfitsio configure:19151: gcc -o conftest -g -O2 conftest.c -lcfitsio -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lcfitsio collect2: ld returned 1 exit status configure:19151: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ffopen (); | int | main () | { | return ffopen (); | ; | return 0; | } configure:19160: result: no configure:19212: checking for Mopen in -lcsf configure:19237: gcc -o conftest -g -O2 conftest.c -lcsf -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lcsf collect2: ld returned 1 exit status configure:19237: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char Mopen (); | int | main () | { | return Mopen (); | ; | return 0; | } configure:19246: result: no configure:19256: checking csf.h usability configure:19256: gcc -c -g -O2 conftest.c >&5 conftest.c:92:17: error: csf.h: No such file or directory configure:19256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <csf.h> configure:19256: result: no configure:19256: checking csf.h presence configure:19256: gcc -E conftest.c conftest.c:59:17: error: csf.h: No such file or directory configure:19256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | #include <csf.h> configure:19256: result: no configure:19256: checking for csf.h configure:19256: result: no configure:19317: checking for nc_open in -lnetcdf configure:19342: gcc -o conftest -g -O2 conftest.c -lnetcdf -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lnetcdf collect2: ld returned 1 exit status configure:19342: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char nc_open (); | int | main () | { | return nc_open (); | ; | return 0; | } configure:19351: result: no configure:19396: checking for libpng configure:19407: checking for png_set_IHDR in -lpng configure:19432: gcc -o conftest -g -O2 conftest.c -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:19432: $? = 0 configure:19441: result: yes configure:19451: checking png.h usability configure:19451: gcc -c -g -O2 conftest.c >&5 configure:19451: $? = 0 configure:19451: result: yes configure:19451: checking png.h presence configure:19451: gcc -E conftest.c configure:19451: $? = 0 configure:19451: result: yes configure:19451: checking for png.h configure:19451: result: yes configure:19503: checking for PCIDSK configure:19546: checking for libtiff configure:19551: checking for TIFFScanlineSize64 in -ltiff configure:19576: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 Undefined symbols: "_TIFFScanlineSize64", referenced from: _main in ccjuQ74d.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char TIFFScanlineSize64 (); | int | main () | { | return TIFFScanlineSize64 (); | ; | return 0; | } configure:19585: result: no configure:19644: result: using internal TIFF code. configure:19935: checking for jpeg_read_scanlines in -ljpeg configure:19960: gcc -o conftest -g -O2 conftest.c -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:19960: $? = 0 configure:19969: result: yes configure:19979: checking jpeglib.h usability configure:19979: gcc -c -g -O2 conftest.c >&5 configure:19979: $? = 0 configure:19979: result: yes configure:19979: checking jpeglib.h presence configure:19979: gcc -E conftest.c configure:19979: $? = 0 configure:19979: result: yes configure:19979: checking for jpeglib.h configure:19979: result: yes configure:19995: checking for width_in_blocks in jpeglib.h configure:20003: result: yes configure:20051: checking for jpeg12 configure:20064: result: disabled, libjpeg or libtiff not internal configure:20092: checking for DGifOpenFileName in -lgif configure:20117: gcc -o conftest -g -O2 conftest.c -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:20117: $? = 0 configure:20126: result: yes configure:20186: checking ecs.h usability configure:20186: gcc -c -g -O2 conftest.c >&5 conftest.c:94:17: error: ecs.h: No such file or directory configure:20186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ecs.h> configure:20186: result: no configure:20186: checking ecs.h presence configure:20186: gcc -E conftest.c conftest.c:61:17: error: ecs.h: No such file or directory configure:20186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | #include <ecs.h> configure:20186: result: no configure:20186: checking for ecs.h configure:20186: result: no configure:20439: checking for FMEObjects configure:20462: result: no configure:20527: checking for SDreaddata in -lmfhdfalt configure:20552: gcc -o conftest -g -O2 conftest.c -lmfhdfalt -ldfalt -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lmfhdfalt collect2: ld returned 1 exit status configure:20552: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SDreaddata (); | int | main () | { | return SDreaddata (); | ; | return 0; | } configure:20561: result: no configure:20572: checking for SDreaddata in -lmfhdf configure:20597: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lmfhdf collect2: ld returned 1 exit status configure:20597: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SDreaddata (); | int | main () | { | return SDreaddata (); | ; | return 0; | } configure:20606: result: no configure:20616: checking for SDreaddata in -lhdf4 configure:20641: gcc -o conftest -g -O2 conftest.c -lhdf4 -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lhdf4 collect2: ld returned 1 exit status configure:20641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SDreaddata (); | int | main () | { | return SDreaddata (); | ; | return 0; | } configure:20650: result: no configure:20663: checking for SDreaddata in -lmfhdf configure:20688: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -ljpeg -lz -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lmfhdf collect2: ld returned 1 exit status configure:20688: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SDreaddata (); | int | main () | { | return SDreaddata (); | ; | return 0; | } configure:20697: result: no configure:20709: checking for SDreaddata in -lmfhdf configure:20734: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -lsz -ljpeg -lz -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lmfhdf collect2: ld returned 1 exit status configure:20734: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SDreaddata (); | int | main () | { | return SDreaddata (); | ; | return 0; | } configure:20743: result: no configure:20816: checking for H5Fopen in -lhdf5 configure:20841: gcc -o conftest -g -O2 conftest.c -lhdf5 -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lhdf5 collect2: ld returned 1 exit status configure:20841: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char H5Fopen (); | int | main () | { | return H5Fopen (); | ; | return 0; | } configure:20850: result: no configure:20966: checking for jpc_decode in -ljasper configure:20991: gcc -o conftest -g -O2 conftest.c -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:20991: $? = 0 configure:21000: result: yes configure:21008: checking for jp2_decode in -ljasper configure:21033: gcc -o conftest -g -O2 conftest.c -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:21033: $? = 0 configure:21042: result: yes configure:21050: checking for pgx_decode in -ljasper configure:21075: gcc -o conftest -g -O2 conftest.c -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:21075: $? = 0 configure:21084: result: yes configure:21110: checking for jp2_encode_uuid in -ljasper configure:21135: gcc -o conftest -g -O2 conftest.c -ljasper -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 Undefined symbols: "_jp2_encode_uuid", referenced from: _main in cciwU1mH.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:21135: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char jp2_encode_uuid (); | int | main () | { | return jp2_encode_uuid (); | ; | return 0; | } configure:21144: result: no configure:21158: hacked JasPer version not found, GeoJP2 disabled. configure:21186: checking for opj_decode_tile_data in -lopenjpeg configure:21211: gcc -o conftest -g -O2 conftest.c -lopenjpeg -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lopenjpeg collect2: ld returned 1 exit status configure:21211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char opj_decode_tile_data (); | int | main () | { | return opj_decode_tile_data (); | ; | return 0; | } configure:21220: result: no configure:21230: checking openjpeg.h usability configure:21230: gcc -c -g -O2 conftest.c >&5 conftest.c:94:22: error: openjpeg.h: No such file or directory configure:21230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <openjpeg.h> configure:21230: result: no configure:21230: checking openjpeg.h presence configure:21230: gcc -E conftest.c conftest.c:61:22: error: openjpeg.h: No such file or directory configure:21230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | #include <openjpeg.h> configure:21230: result: no configure:21230: checking for openjpeg.h configure:21230: result: no configure:21340: checking for NCScbmOpenFileView in -lNCSEcw configure:21365: gcc -o conftest -g -O2 conftest.c -lNCSEcw -lNCSCnet -lNCSUtil -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lNCSEcw collect2: ld returned 1 exit status configure:21365: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char NCScbmOpenFileView (); | int | main () | { | return NCScbmOpenFileView (); | ; | return 0; | } configure:21374: result: no configure:21388: checking for NCScbmOpenFileView in -lecwj2 configure:21413: gcc -o conftest -g -O2 conftest.c -lecwj2 -framework Carbon -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lecwj2 collect2: ld returned 1 exit status configure:21413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char NCScbmOpenFileView (); | int | main () | { | return NCScbmOpenFileView (); | ; | return 0; | } configure:21422: result: no configure:21479: checking for Kakadu JPEG2000 support configure:21491: result: not requested. configure:21531: MrSID support disabled. configure:21671: MrSID/MG4 Lidar support disabled. configure:21733: checking for MSG configure:21744: result: not requested configure:21757: checking for BSB configure:21761: result: enabled configure:22086: checking if Oracle support is enabled configure:22100: result: no configure:22119: checking for GRIB configure:22124: result: enabled configure:22213: checking for MySQL configure:22222: result: no configure:22271: checking for Ingres configure:22279: result: no configure:22500: checking for Xerces C++ Parser configure:22574: result: no configure:22726: checking for XML_ParserCreate in -lexpat configure:22751: gcc -o conftest -g -O2 conftest.c -lexpat >&5 configure:22751: $? = 0 configure:22760: result: yes configure:22829: checking for Expat XML Parser headers in /usr/include configure:22853: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 configure:22853: $? = 0 configure:22857: result: found configure:22879: checking for Expat XML Parser configure:22893: result: yes configure:22902: checking if Expat XML Parser version is >= 1.95.0 configure:22934: result: yes configure:23063: checking for Google libkml headers in /usr/local/include, /usr/local/include/kml, and /usr/local/include/kml/third_party/boost_1_34_1 configure:23087: g++ -c -g -O2 -I/usr/local/include -I/usr/local/include/kml -I/usr/local/include/kml/third_party/boost_1_34_1 conftest.cpp >&5 configure:23087: $? = 0 configure:23091: result: found configure:23112: checking for Google libkml libraries configure:23138: g++ -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/kml -I/usr/local/include/kml/third_party/boost_1_34_1 conftest.cpp -lexpat -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl -L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser >&5 configure:23138: $? = 0 configure:23142: result: found configure:23167: checking for Google libkml configure:23181: result: yes configure:23190: checking if Google libkml version is >= 1.3.0 configure:23222: result: yes configure:23277: checking for SQLConnect in -lodbc configure:23302: gcc -o conftest -g -O2 conftest.c -lodbc -L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser -lexpat -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:23302: $? = 0 configure:23311: result: yes configure:23319: checking for SQLInstallDriverEx in -lodbcinst configure:23344: gcc -o conftest -g -O2 conftest.c -lodbcinst -L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser -lexpat -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 ld: library not found for -lodbcinst collect2: ld returned 1 exit status configure:23344: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 LT_OBJDIR ".libs/" | #define HAVE_LIBDL 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_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello | #define VSI_FSEEK64 fseeko | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_VOIDP 8 | #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_STRTOF 1 | #define HAVE_GETCWD 1 | #define HAVE_DECL_STRTOF 1 | #define HAVE_READLINK 1 | #define HAVE_GCC_ATOMIC_BUILTINS 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define CPL_MULTIPROC_PTHREAD 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SQLInstallDriverEx (); | int | main () | { | return SQLInstallDriverEx (); | ; | return 0; | } configure:23353: result: no configure:23705: checking if Oracle support is enabled configure:23719: result: no configure:23736: checking Checking for DODS configure:23746: result: disabled configure:23838: checking for curl-config configure:23856: found /usr/bin/curl-config configure:23869: result: /usr/bin/curl-config configure:23884: result: found libcurl version 7.19.7 configure:23887: checking for curl_global_init in -lcurl configure:23912: gcc -o conftest -g -O2 conftest.c -lcurl -L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser -lexpat -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl >&5 configure:23912: $? = 0 configure:23921: result: yes configure:23958: result: disabled configure:24183: checking for sqlite3_open in -lsqlite3 configure:24208: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5 configure:24208: $? = 0 configure:24217: result: yes configure:24291: checking for SQLite3 library >= 3.0.0 configure:24327: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 configure:24327: $? = 0 configure:24329: result: yes configure:24400: checking Checking for DWGdirect configure:24410: result: disabled configure:24515: IBM Informix DataBlade not supported. configure:24531: checking whether we should include ESRI SDE support... configure:24846: result: ESRI SDE support not requested. configure:24858: checking for VFK support configure:24880: result: yes configure:25156: checking for geos-config configure:25174: found /usr/local/bin/geos-config configure:25187: result: /usr/local/bin/geos-config configure:25287: checking for GEOS version >= 2.2.0 configure:25310: result: yes configure:25340: checking for GEOSversion in -lgeos_c configure:25366: gcc -o conftest -I/usr/local/Cellar/geos/3.2.2/include conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.2.2/lib -lgeos_c >&5 configure:25366: $? = 0 configure:25375: result: yes configure:25394: Using C API from GEOS 3.2.2 configure:25412: checking for OpenCL support configure:25451: result: no configure:25460: checking whether to enable PAM configure:25476: result: yes configure:25496: checking for poppler configure:25572: result: disabled configure:25586: checking how to link PROJ.4 library configure:25599: result: link dynamically. configure:25922: result: checking GDAL version information from gdal_version.h: 1.9.0 configure:25961: checking for Mac OS X Framework build configure:25981: result: disabled configure:26051: checking for perl bindings configure:26058: result: disabled configure:26070: checking for php bindings configure:26077: result: disabled configure:26089: checking for ruby bindings configure:26096: result: disabled configure:26108: checking for python bindings configure:26239: result: disabled configure:26254: checking whether we should include Java support configure:26309: result: no configure:26326: checking whether we should include MDB support configure:26534: result: no configure:26547: checking whether we should include rasdaman support... configure:26620: result: rasdaman support not requested. configure:26665: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ws05.pugetworks.com config.status:1288: creating GDALmake.opt config.status:1387: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting config.status:1288: creating port/cpl_config.h config.status:1458: port/cpl_config.h is unchanged config.status:1472: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin10.7.0 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cflags_warn_all='-Wall -Wdeclaration-after-statement' ac_cv_cxx_compiler_gnu=yes ac_cv_cxxflags_warn_all=-Wall ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_func__doprnt=no ac_cv_func_atoll=yes ac_cv_func_fopen64=no ac_cv_func_getcwd=yes ac_cv_func_gmtime_r=yes ac_cv_func_localtime_r=yes ac_cv_func_readlink=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_stat64=yes ac_cv_func_strtof=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_decl_strtof=yes 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_ecs_h=no ac_cv_header_errno_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_openjpeg_h=no 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=no ac_cv_host=i386-apple-darwin10.7.0 ac_cv_lib_NCSEcw_NCScbmOpenFileView=no ac_cv_lib_cfitsio_ffopen=no ac_cv_lib_csf_Mopen=no ac_cv_lib_curl_curl_global_init=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_ecwj2_NCScbmOpenFileView=no ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_geos_c_GEOSversion=yes ac_cv_lib_gif_DGifOpenFileName=yes ac_cv_lib_grass5_G_gisinit_2=no ac_cv_lib_hdf4_SDreaddata=no ac_cv_lib_hdf5_H5Fopen=no 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_mfhdf_SDreaddata=no ac_cv_lib_mfhdfalt_SDreaddata=no ac_cv_lib_netcdf_nc_open=no ac_cv_lib_odbc_SQLConnect=yes ac_cv_lib_odbcinst_SQLInstallDriverEx=no ac_cv_lib_openjpeg_opj_decode_tile_data=no ac_cv_lib_png_png_set_IHDR=yes ac_cv_lib_pq_PQconnectdb=yes ac_cv_lib_pq_PQescapeStringConn=yes ac_cv_lib_pq_PQputCopyData=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_rt_nanosleep=no ac_cv_lib_sqlite3_sqlite3_open=yes ac_cv_lib_tiff_TIFFScanlineSize64=no ac_cv_lib_z_deflateInit_=yes ac_cv_lib_z_inflateCopy=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GEOS_CONFIG=/usr/local/bin/geos-config ac_cv_path_GREP=/usr/bin/grep ac_cv_path_LIBCURL_CONFIG=/usr/bin/curl-config ac_cv_path_PG_CONFIG=/usr/local/pgsql/bin/pg_config ac_cv_path_SED=/usr/bin/sed ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' 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_DLLTOOL=dlltool ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_OTOOL=otool ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_sizeof_int=4 ac_cv_sizeof_unsigned_long=8 ac_cv_sizeof_voidp=8 ac_cv_type_int16=no ac_cv_type_int32=no ac_cv_type_int8=no acl_cv_path_LD=/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld acl_cv_prog_gnu_ld=no acl_cv_rpath=done am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= lt_cv_apple_cc_single_mod=yes lt_cv_ar_at_file=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld lt_cv_path_LDCXX=/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld lt_cv_path_NM=/Developer/usr/bin/nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fno-common -DPIC' lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=196608 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AS='as' AWK='awk' BINDINGS='' BINTRUE='/usr/bin/true' CC='gcc' CFLAGS=' -g -O2' CPP='gcc -E' CPPFLAGS='' CURL_INC='' CURL_LIB='-lcurl' CURL_SETTING='yes' CXX='g++' CXXCPP='g++ -E' CXXFLAGS=' -g -O2' CXX_WFLAGS=' -Wall' C_WFLAGS=' -Wall -Wdeclaration-after-statement' DEFS='-DHAVE_CONFIG_H' DLLTOOL='dlltool' DODS_INC='' DSYMUTIL='dsymutil' DUMPBIN='' DWGDIRECT='' DWG_PLT='' ECHO_C='\c' ECHO_N='' ECHO_T='' ECW_SETTING='no' EGREP='/usr/bin/grep -E' EXEEXT='' EXE_EXT='' EXPAT_CFLAGS='-I/usr/include' EXPAT_INCLUDE='-I/usr/include' EXPAT_LDFLAGS='-lexpat' EXPAT_VERSION='2.0.1' EXTRA_INCLUDES='' FGREP='/usr/bin/grep -F' FITS_SETTING='no' GDAL_VER='1.9.0' GDAL_VERSION_MAJOR='1' GDAL_VERSION_MINOR='9' GDAL_VERSION_REV='0' GEOS_CFLAGS='-I/usr/local/Cellar/geos/3.2.2/include' GEOS_CONFIG='/usr/local/bin/geos-config' GEOS_LIBS='-L/usr/local/Cellar/geos/3.2.2/lib -lgeos_c' GEOS_VERSION='3.2.2' GEOTIFF_INCLUDE='' GEOTIFF_SETTING='internal' GIF_SETTING='external' GRASS_GISBASE='' GRASS_INCLUDE='' GRASS_SETTING='no' GREP='/usr/bin/grep' HAVE_EXPAT='yes' HAVE_GCC_ATOMIC_BUILTINS='yes' HAVE_GEOS='yes' HAVE_GRASS='no' HAVE_HDF4='no' HAVE_HDF5='no' HAVE_HIDE_INTERNAL_SYMBOLS='no' HAVE_IDB='no' HAVE_INGRES='no' HAVE_JASPER='yes' HAVE_LIBKML='yes' HAVE_LIBTOOL='yes' HAVE_MYSQL='no' HAVE_NAS='no' HAVE_OCI='no' HAVE_OGDI='no' HAVE_OPENJPEG='no' HAVE_PG='yes' HAVE_POPPLER='no' HAVE_SPATIALITE='no' HAVE_SQLITE='yes' HAVE_VFK='yes' HAVE_XERCES='no' HDF4_INCLUDE='' HDF5_INCLUDE='' IDB_INC='' IDB_LIB='' II_SYSTEM='' INGRES_INC='' INGRES_LIB='' JASPER_FLAGS='' JAVA_HOME='' JAVA_INC='' JPEG12_ENABLED='no' JPEG_SETTING='external' JVM_LIB='' KAKDIR='' LD='/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld' LDFLAGS='' LD_SHARED='' LIBCURL_CONFIG='/usr/bin/curl-config' LIBICONV='-liconv' LIBKML_CFLAGS='-I/usr/local/include -I/usr/local/include/kml -I/usr/local/include/kml/third_party/boost_1_34_1' LIBKML_INCLUDE='-I/usr/local/include -I/usr/local/include/kml -I/usr/local/include/kml/third_party/boost_1_34_1' LIBKML_LDFLAGS='-L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser' LIBKML_VERSION='1.3.0' LIBLZMA_SETTING='no' LIBOBJS='' LIBS=' -L/usr/local/Cellar/geos/3.2.2/lib -lgeos_c -lsqlite3 -L/usr/local/lib -lkmlengine -lkmldom -lkmlbase -lkmlconvenience -lminizip -luriparser -lexpat -ljasper -lgif -ljpeg -lpng -L/usr/local/pgsql-9.0/lib -lpq -lz -lpthread -ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBZ_SETTING='external' LIPO='lipo' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBOBJS='' MACOSX_FRAMEWORK='no' MANIFEST_TOOL=':' MDB_ENABLED='no' MRSID_FLAGS='' MRSID_INCLUDE='' MRSID_LIBS='' MRSID_LIDAR_INCLUDE='' MRSID_LIDAR_LIBS='' MYSQL_CONFIG='no' MYSQL_INC='' MYSQL_LIB='' NETCDF_SETTING='no' NM='/Developer/usr/bin/nm' NMEDIT='nmedit' OBJDUMP='objdump' OBJEXT='o' OCI_INCLUDE='' ODBC_SETTING='no' OGDI_INCLUDE='' OGR_ENABLED='yes' OPENCL_FLAGS='' OPENCL_LIB='' OPT_GDAL_FORMATS='wcs wms grib bsb jpeg2000 gif jpeg png pcraster ' ORACLE_OCI_CFLAGS='' ORACLE_OCI_LDFLAGS='' ORACLE_OCI_VERSION='' OTOOL64=':' OTOOL='otool' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PAM_SETTING='-DPAM_ENABLED' PATH_SEPARATOR=':' PCIDSK_INCLUDE='' PCIDSK_LIB='' PCIDSK_SETTING='internal' PCRASTER_SETTING='internal' PG_CONFIG='/usr/local/pgsql/bin/pg_config' PG_INC='-I/usr/local/pgsql-9.0/include -I/usr/local/pgsql-9.0/include/server -DPG_HAS_PQESCAPESTRINGCONN' PG_LIB='' PNG_SETTING='external' POPPLER_BASE_STREAM_HAS_TWO_ARGS='no' POPPLER_HAS_OPTCONTENT='no' POPPLER_INC='' PROJ_INCLUDE='' PROJ_STATIC='no' PYTHON='' PY_HAVE_SETUPTOOLS='' RANLIB='ranlib' RASDAMAN_ENABLED='no' RASDAMAN_INC='' RASDAMAN_LIB='' SDE_ENABLED='no' SDE_INC='' SDE_LIB='' SED='/usr/bin/sed' SHELL='/bin/sh' SO_EXT='' SQLITE3_CFLAGS='-I/usr/include' SQLITE3_LDFLAGS=' -lsqlite3' SQLITE3_VERSION='3.6.12' SQLITE_INC='-I/usr/include' STRIP='strip' TIFF_OPTS='-DBIGTIFF_SUPPORT' TIFF_SETTING='internal' XERCES_CFLAGS='' XERCES_INCLUDE='' XERCES_LDFLAGS='' XERCES_VERSION='' X_FME_HOME='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' bindir='${exec_prefix}/bin' build='i386-apple-darwin10.7.0' build_alias='' build_cpu='i386' build_os='darwin10.7.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share/gdal' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-apple-darwin10.7.0' host_alias='' host_cpu='i386' host_os='darwin10.7.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='' pymoddir='' pythondir='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #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 LT_OBJDIR ".libs/" #define HAVE_LIBDL 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_FLOAT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_LONG_LONG 1 #define UNIX_STDIO_64 1 #define VSI_LARGE_API_SUPPORTED 1 #define VSI_FTELL64 ftello #define VSI_FSEEK64 fseeko #define VSI_STAT64 stat64 #define VSI_STAT64_T stat64 #define VSI_FOPEN64 fopen #define SIZEOF_INT 4 #define SIZEOF_UNSIGNED_LONG 8 #define SIZEOF_VOIDP 8 #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_STRTOF 1 #define HAVE_GETCWD 1 #define HAVE_DECL_STRTOF 1 #define HAVE_READLINK 1 #define HAVE_GCC_ATOMIC_BUILTINS 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 #define CPL_MULTIPROC_PTHREAD 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_LIBPQ 1 #define HAVE_PNG_H 1 #define HAVE_JPEGLIB_H 1 #define GDAL_PREFIX "/usr/local" configure: exit 0
comment:3 by , 12 years ago
Ok, it seems I caught it, see r22287. The LIBICONV variable was not added to the list of libraries in LIBS. Please, test whether it works for you now.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
yes, works nice job! I should mention that I'm now building against a source installed version of libiconv (since I had installed that originally thinking it might help avoid the linking error, before realizing I could just pass LDFLAGS='-liconv'). I assume this will work just fine against the apple provided iconv in /usr/lib.
Hi Howard,
Could you please attach a config.log? Maybe configure script thinks that iconv() is available in libc so libiconv is not being linked.
Best regards, Andrey