Mageia Bugzilla – Attachment 2590 Details for
Bug 6434
gdal has no wms support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Config.log from compiling the upstream version
config.log (text/plain), 131.72 KB, created by
Gunther Hartmann
on 2012-07-29 08:27:14 CEST
(
hide
)
Description:
Config.log from compiling the upstream version
Filename:
MIME Type:
Creator:
Gunther Hartmann
Created:
2012-07-29 08:27:14 CEST
Size:
131.72 KB
patch
obsolete
>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 = linha >uname -m = x86_64 >uname -r = 3.3.6-desktop-2.mga2 >uname -s = Linux >uname -v = #1 SMP Thu May 17 16:25:59 UTC 2012 > >/usr/bin/uname -p = unknown >/bin/uname -X = unknown > >/bin/arch = x86_64 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/bin >PATH: /bin >PATH: /usr/local/bin >PATH: /usr/X11R6/bin/ >PATH: /usr/games >PATH: /usr/lib64/qt4/bin >PATH: /home/gunther/bin >PATH: /home/gunther/android-sdk-linux_x86/tools/ > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2914: checking build system type >configure:2928: result: x86_64-unknown-linux-gnu >configure:2948: checking host system type >configure:2961: result: x86_64-unknown-linux-gnu >configure:3030: checking for gcc >configure:3046: found /usr/bin/gcc >configure:3057: result: gcc >configure:3286: checking for C compiler version >configure:3295: gcc --version >&5 >gcc (GCC) 4.6.3 >Copyright (C) 2011 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:3306: $? = 0 >configure:3295: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=gcc >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.6.3 (GCC) >configure:3306: $? = 0 >configure:3295: gcc -V >&5 >gcc: error: unrecognized option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:3306: $? = 1 >configure:3295: gcc -qversion >&5 >gcc: error: unrecognized option '-qversion' >gcc: fatal error: no input files >compilation terminated. >configure:3306: $? = 1 >configure:3326: checking whether the C compiler works >configure:3348: gcc conftest.c >&5 >configure:3352: $? = 0 >configure:3400: result: yes >configure:3403: checking for C compiler default output file name >configure:3405: result: a.out >configure:3411: checking for suffix of executables >configure:3418: gcc -o conftest conftest.c >&5 >configure:3422: $? = 0 >configure:3444: result: >configure:3466: checking whether we are cross compiling >configure:3474: gcc -o conftest conftest.c >&5 >configure:3478: $? = 0 >configure:3485: ./conftest >configure:3489: $? = 0 >configure:3504: result: no >configure:3509: checking for suffix of object files >configure:3531: gcc -c conftest.c >&5 >configure:3535: $? = 0 >configure:3556: result: o >configure:3560: checking whether we are using the GNU C compiler >configure:3579: gcc -c conftest.c >&5 >configure:3579: $? = 0 >configure:3588: result: yes >configure:3597: checking whether gcc accepts -g >configure:3617: gcc -c -g conftest.c >&5 >configure:3617: $? = 0 >configure:3658: result: yes >configure:3675: checking for gcc option to accept ISO C89 >configure:3739: gcc -c -g -O2 conftest.c >&5 >configure:3739: $? = 0 >configure:3752: result: none needed >configure:3773: checking C_WFLAGS for maximum warnings >configure:3800: gcc -c -g -O2 -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c >&5 >configure:3800: $? = 0 >configure:3814: result: -Wall -Wdeclaration-after-statement >configure:3827: : C_WFLAGS="$C_WFLAGS $ac_cv_cflags_warn_all" >configure:3830: $? = 0 >configure:3895: checking for g++ >configure:3911: found /usr/bin/g++ >configure:3922: result: g++ >configure:3949: checking for C++ compiler version >configure:3958: g++ --version >&5 >g++ (GCC) 4.6.3 >Copyright (C) 2011 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:3969: $? = 0 >configure:3958: g++ -v >&5 >Using built-in specs. >COLLECT_GCC=g++ >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.6.3 (GCC) >configure:3969: $? = 0 >configure:3958: g++ -V >&5 >g++: error: unrecognized option '-V' >g++: fatal error: no input files >compilation terminated. >configure:3969: $? = 1 >configure:3958: g++ -qversion >&5 >g++: error: unrecognized option '-qversion' >g++: fatal error: no input files >compilation terminated. >configure:3969: $? = 1 >configure:3973: checking whether we are using the GNU C++ compiler >configure:3992: g++ -c conftest.cpp >&5 >configure:3992: $? = 0 >configure:4001: result: yes >configure:4010: checking whether g++ accepts -g >configure:4030: g++ -c -g conftest.cpp >&5 >configure:4030: $? = 0 >configure:4071: result: yes >configure:4095: checking CXX_WFLAGS for maximum warnings >configure:4122: g++ -c -g -O2 -pedantic -Wall conftest.cpp >&5 >configure:4122: $? = 0 >configure:4136: result: -Wall >configure:4149: : CXX_WFLAGS="$CXX_WFLAGS $ac_cv_cxxflags_warn_all" >configure:4152: $? = 0 >configure:4212: checking for gcc >configure:4239: result: gcc >configure:4468: checking for C compiler version >configure:4477: gcc --version >&5 >gcc (GCC) 4.6.3 >Copyright (C) 2011 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:4488: $? = 0 >configure:4477: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=gcc >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.6.3 (GCC) >configure:4488: $? = 0 >configure:4477: gcc -V >&5 >gcc: error: unrecognized option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:4488: $? = 1 >configure:4477: gcc -qversion >&5 >gcc: error: unrecognized option '-qversion' >gcc: fatal error: no input files >compilation terminated. >configure:4488: $? = 1 >configure:4492: checking whether we are using the GNU C compiler >configure:4520: result: yes >configure:4529: checking whether gcc accepts -g >configure:4590: result: yes >configure:4607: checking for gcc option to accept ISO C89 >configure:4684: result: none needed >configure:4816: checking for C++ compiler version >configure:4825: g++ --version >&5 >g++ (GCC) 4.6.3 >Copyright (C) 2011 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:4836: $? = 0 >configure:4825: g++ -v >&5 >Using built-in specs. >COLLECT_GCC=g++ >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.6.3 (GCC) >configure:4836: $? = 0 >configure:4825: g++ -V >&5 >g++: error: unrecognized option '-V' >g++: fatal error: no input files >compilation terminated. >configure:4836: $? = 1 >configure:4825: g++ -qversion >&5 >g++: error: unrecognized option '-qversion' >g++: fatal error: no input files >compilation terminated. >configure:4836: $? = 1 >configure:4840: checking whether we are using the GNU C++ compiler >configure:4868: result: yes >configure:4877: checking whether g++ accepts -g >configure:4938: result: yes >configure:5310: checking how to print strings >configure:5337: result: printf >configure:5358: checking for a sed that does not truncate output >configure:5422: result: /bin/sed >configure:5440: checking for grep that handles long lines and -e >configure:5498: result: /bin/grep >configure:5503: checking for egrep >configure:5565: result: /bin/grep -E >configure:5570: checking for fgrep >configure:5632: result: /bin/grep -F >configure:5667: checking for ld used by gcc >configure:5734: result: /usr/bin/ld >configure:5741: checking if the linker (/usr/bin/ld) is GNU ld >configure:5756: result: yes >configure:5768: checking for BSD- or MS-compatible name lister (nm) >configure:5817: result: /usr/bin/nm -B >configure:5947: checking the name lister (/usr/bin/nm -B) interface >configure:5954: gcc -c -g -O2 conftest.c >&5 >configure:5957: /usr/bin/nm -B "conftest.o" >configure:5960: output >0000000000000000 B some_variable >configure:5967: result: BSD nm >configure:5970: checking whether ln -s works >configure:5974: result: yes >configure:5982: checking the maximum length of command line arguments >configure:6107: result: 1572864 >configure:6124: checking whether the shell understands some XSI constructs >configure:6134: result: yes >configure:6138: checking whether the shell understands "+=" >configure:6144: result: yes >configure:6179: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format >configure:6219: result: func_convert_file_noop >configure:6226: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format >configure:6246: result: func_convert_file_noop >configure:6253: checking for /usr/bin/ld option to reload object files >configure:6260: result: -r >configure:6334: checking for objdump >configure:6361: result: objdump >configure:6390: checking how to recognize dependent libraries >configure:6592: result: pass_all >configure:6677: checking for dlltool >configure:6704: result: dlltool >configure:6734: checking how to associate runtime and link libraries >configure:6761: result: printf %s\n >configure:6821: checking for ar >configure:6837: found /usr/bin/ar >configure:6848: result: ar >configure:6885: checking for archiver @FILE support >configure:6902: gcc -c -g -O2 conftest.c >&5 >configure:6902: $? = 0 >configure:6905: ar cru libconftest.a @conftest.lst >&5 >configure:6908: $? = 0 >configure:6913: ar cru libconftest.a @conftest.lst >&5 >ar: conftest.o: No such file or directory >configure:6916: $? = 1 >configure:6928: result: @ >configure:6986: checking for strip >configure:7002: found /usr/bin/strip >configure:7013: result: strip >configure:7085: checking for ranlib >configure:7101: found /usr/bin/ranlib >configure:7112: result: ranlib >configure:7189: checking for gawk >configure:7205: found /usr/bin/gawk >configure:7216: result: gawk >configure:7256: checking command to parse /usr/bin/nm -B output from gcc object >configure:7375: gcc -c -g -O2 conftest.c >&5 >configure:7378: $? = 0 >configure:7382: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:7385: $? = 0 >configure:7451: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 >configure:7454: $? = 0 >configure:7492: result: ok >configure:7529: checking for sysroot >configure:7559: result: no >configure:7636: gcc -c -g -O2 conftest.c >&5 >configure:7639: $? = 0 >configure:7802: checking for mt >configure:7832: result: no >configure:7852: checking if : is a manifest tool >configure:7858: : '-?' >configure:7866: result: no >configure:8498: checking how to run the C preprocessor >configure:8529: gcc -E conftest.c >configure:8529: $? = 0 >configure:8543: gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:8543: $? = 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:8568: result: gcc -E >configure:8588: gcc -E conftest.c >configure:8588: $? = 0 >configure:8602: gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:8602: $? = 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:8631: checking for ANSI C header files >configure:8651: gcc -c -g -O2 conftest.c >&5 >configure:8651: $? = 0 >configure:8724: gcc -o conftest -g -O2 conftest.c >&5 >configure:8724: $? = 0 >configure:8724: ./conftest >configure:8724: $? = 0 >configure:8735: result: yes >configure:8748: checking for sys/types.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for sys/stat.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for stdlib.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for string.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for memory.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for strings.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for inttypes.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for stdint.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8748: checking for unistd.h >configure:8748: gcc -c -g -O2 conftest.c >&5 >configure:8748: $? = 0 >configure:8748: result: yes >configure:8762: checking for dlfcn.h >configure:8762: gcc -c -g -O2 conftest.c >&5 >configure:8762: $? = 0 >configure:8762: result: yes >configure:8957: checking for objdir >configure:8972: result: .libs >configure:9243: checking if gcc supports -fno-rtti -fno-exceptions >configure:9261: 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 [enabled by default] >configure:9265: $? = 0 >configure:9278: result: no >configure:9588: checking for gcc option to produce PIC >configure:9595: result: -fPIC -DPIC >configure:9603: checking if gcc PIC flag -fPIC -DPIC works >configure:9621: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 >configure:9625: $? = 0 >configure:9638: result: yes >configure:9667: checking if gcc static flag -static works >configure:9695: result: no >configure:9710: checking if gcc supports -c -o file.o >configure:9731: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 >configure:9735: $? = 0 >configure:9757: result: yes >configure:9765: checking if gcc supports -c -o file.o >configure:9812: result: yes >configure:9845: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries >configure:11003: result: yes >configure:11040: checking whether -lc should be explicitly linked in >configure:11048: gcc -c -g -O2 conftest.c >&5 >configure:11051: $? = 0 >configure:11066: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11069: $? = 0 >configure:11083: result: no >configure:11248: checking dynamic linker characteristics >configure:11762: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11762: $? = 0 >configure:11984: result: GNU/Linux ld.so >configure:12091: checking how to hardcode library paths into programs >configure:12116: result: immediate >configure:12656: checking whether stripping libraries is possible >configure:12661: result: yes >configure:12696: checking if libtool supports shared libraries >configure:12698: result: yes >configure:12701: checking whether to build shared libraries >configure:12722: result: yes >configure:12725: checking whether to build static libraries >configure:12729: result: yes >configure:12752: checking how to run the C++ preprocessor >configure:12779: g++ -E conftest.cpp >configure:12779: $? = 0 >configure:12793: g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:12793: $? = 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:12818: result: g++ -E >configure:12838: g++ -E conftest.cpp >configure:12838: $? = 0 >configure:12852: g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:12852: $? = 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:13022: checking for ld used by g++ >configure:13089: result: /usr/bin/ld -m elf_x86_64 >configure:13096: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld >configure:13111: result: yes >configure:13166: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries >configure:14170: result: yes >configure:14205: g++ -c -g -O2 conftest.cpp >&5 >configure:14208: $? = 0 >configure:14728: checking for g++ option to produce PIC >configure:14735: result: -fPIC -DPIC >configure:14743: checking if g++ PIC flag -fPIC -DPIC works >configure:14761: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:14765: $? = 0 >configure:14778: result: yes >configure:14801: checking if g++ static flag -static works >configure:14829: result: no >configure:14841: checking if g++ supports -c -o file.o >configure:14862: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 >configure:14866: $? = 0 >configure:14888: result: yes >configure:14893: checking if g++ supports -c -o file.o >configure:14940: result: yes >configure:14970: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries >configure:15004: result: yes >configure:15147: checking dynamic linker characteristics >configure:15817: result: GNU/Linux ld.so >configure:15870: checking how to hardcode library paths into programs >configure:15895: result: immediate >configure:16213: checking for dlopen in -ldl >configure:16238: gcc -o conftest -g -O2 conftest.c -ldl >&5 >configure:16238: $? = 0 >configure:16247: result: yes >configure:16259: checking for nanosleep in -lrt >configure:16284: gcc -o conftest -g -O2 conftest.c -lrt -ldl >&5 >configure:16284: $? = 0 >configure:16293: result: yes >configure:16309: checking for sin in -lm >configure:16334: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >conftest.c:30:6: warning: conflicting types for built-in function 'sin' [enabled by default] >configure:16334: $? = 0 >configure:16343: result: yes >configure:16357: checking for ANSI C header files >configure:16461: result: yes >configure:16472: checking assert.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking assert.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for assert.h >configure:16472: result: yes >configure:16472: checking fcntl.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking fcntl.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for fcntl.h >configure:16472: result: yes >configure:16472: checking for unistd.h >configure:16472: result: yes >configure:16472: checking dbmalloc.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >conftest.c:61:22: fatal error: dbmalloc.h: No such file or directory >compilation terminated. >configure:16472: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <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:16472: result: no >configure:16472: checking dbmalloc.h presence >configure:16472: gcc -E conftest.c >conftest.c:28:22: fatal error: dbmalloc.h: No such file or directory >compilation terminated. >configure:16472: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <dbmalloc.h> >configure:16472: result: no >configure:16472: checking for dbmalloc.h >configure:16472: result: no >configure:16472: checking for dlfcn.h >configure:16472: result: yes >configure:16472: checking for stdint.h >configure:16472: result: yes >configure:16472: checking limits.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking limits.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for limits.h >configure:16472: result: yes >configure:16472: checking locale.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking locale.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for locale.h >configure:16472: result: yes >configure:16472: checking values.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking values.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for values.h >configure:16472: result: yes >configure:16472: checking float.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking float.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for float.h >configure:16472: result: yes >configure:16472: checking errno.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking errno.h presence >configure:16472: gcc -E conftest.c >configure:16472: $? = 0 >configure:16472: result: yes >configure:16472: checking for errno.h >configure:16472: result: yes >configure:16472: checking direct.h usability >configure:16472: gcc -c -g -O2 conftest.c >&5 >conftest.c:68:20: fatal error: direct.h: No such file or directory >compilation terminated. >configure:16472: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_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:16472: result: no >configure:16472: checking direct.h presence >configure:16472: gcc -E conftest.c >conftest.c:35:20: fatal error: direct.h: No such file or directory >compilation terminated. >configure:16472: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| /* end confdefs.h. */ >| #include <direct.h> >configure:16472: result: no >configure:16472: checking for direct.h >configure:16472: result: no >configure:16483: checking whether byte ordering is bigendian >configure:16498: gcc -c -g -O2 conftest.c >&5 >conftest.c:36:9: error: unknown type name 'not' >conftest.c:36:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' >conftest.c:36:15: error: unknown type name 'universal' >configure:16498: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:16543: gcc -c -g -O2 conftest.c >&5 >configure:16543: $? = 0 >configure:16561: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:42:4: error: unknown type name 'not' >conftest.c:42:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' >configure:16561: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_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:16689: result: no >configure:16709: checking for 64bit integer type >configure:16717: result: long long >configure:16733: checking for 64bit file io >configure:16820: result: yes >configure:16823: checking for stat64 >configure:16823: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16823: $? = 0 >configure:16823: result: yes >configure:16830: checking for fopen64 >configure:16830: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16830: $? = 0 >configure:16830: result: yes >configure:16837: checking for ftruncate64 >configure:16837: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16837: $? = 0 >configure:16837: result: yes >configure:16894: checking size of int >configure:16899: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16899: $? = 0 >configure:16899: ./conftest >configure:16899: $? = 0 >configure:16913: result: 4 >configure:16927: checking size of unsigned long >configure:16932: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16932: $? = 0 >configure:16932: ./conftest >configure:16932: $? = 0 >configure:16946: result: 8 >configure:16960: checking size of void* >configure:16965: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:16965: $? = 0 >configure:16965: ./conftest >configure:16965: $? = 0 >configure:16979: result: 8 >configure:16989: checking for int8 >configure:16989: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:56:13: error: 'int8' undeclared (first use in this function) >conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in >configure:16989: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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:16989: result: no >configure:17003: checking for int16 >configure:17003: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:56:13: error: 'int16' undeclared (first use in this function) >conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in >configure:17003: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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:17003: result: no >configure:17017: checking for int32 >configure:17017: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:56:13: error: 'int32' undeclared (first use in this function) >conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in >configure:17017: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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:17017: result: no >configure:17040: checking native cpu bit order >configure:17045: result: lsb2msb >configure:17062: checking for vprintf >configure:17062: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >conftest.c:72:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] >configure:17062: $? = 0 >configure:17062: result: yes >configure:17068: checking for _doprnt >configure:17068: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >/tmp/ccXw2y2s.o: In function `main': >/home/gunther/Downloads/gdal-1.9.0/conftest.c:84: undefined reference to `_doprnt' >collect2: ld returned 1 exit status >configure:17068: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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:17068: result: no >configure:17082: checking for snprintf >configure:17082: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >conftest.c:73:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] >configure:17082: $? = 0 >configure:17082: result: yes >configure:17082: checking for vsnprintf >configure:17082: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >conftest.c:74:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] >configure:17082: $? = 0 >configure:17082: result: yes >configure:17093: checking for atoll >configure:17093: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:17093: $? = 0 >configure:17093: result: yes >configure:17104: checking for strtof >configure:17104: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:17104: $? = 0 >configure:17104: result: yes >configure:17115: checking for getcwd >configure:17115: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:17115: $? = 0 >configure:17115: result: yes >configure:17125: checking whether strtof is declared >configure:17125: gcc -c -g -O2 conftest.c >&5 >configure:17125: $? = 0 >configure:17125: result: yes >configure:17139: checking for readlink >configure:17139: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:17139: $? = 0 >configure:17139: result: yes >configure:17156: checking for gmtime_r >configure:17179: g++ -o conftest -g -O2 conftest.cpp -lm -lrt -ldl >&5 >configure:17179: $? = 0 >configure:17187: result: yes >configure:17192: checking for localtime_r >configure:17215: g++ -o conftest -g -O2 conftest.cpp -lm -lrt -ldl >&5 >configure:17215: $? = 0 >configure:17223: result: yes >configure:17235: checking for setlocale >configure:17235: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 >configure:17235: $? = 0 >configure:17235: result: yes >configure:17245: checking to enable debug build >configure:17275: result: no, CFLAGS="-g -O2" >configure:17280: checking whether GCC 4.1 atomic builtins are available >configure:17287: result: yes >configure:17338: checking whether we should hide internal symbols >configure:17340: result: no >configure:17383: checking for local include/lib path >configure:17407: result: none >configure:17425: checking for pthread_create in -lpthread >configure:17450: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lrt -ldl >&5 >configure:17450: $? = 0 >configure:17459: result: yes >configure:17470: checking for PTHREAD_MUTEX_RECURSIVE >configure:17489: gcc -c -g -O2 conftest.c >&5 >configure:17489: $? = 0 >configure:17491: result: yes >configure:17548: checking for deflateInit_ in -lz >configure:17573: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 >configure:17573: $? = 0 >configure:17582: result: yes >configure:17592: checking for inflateCopy in -lz >configure:17617: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 >configure:17617: $? = 0 >configure:17626: result: yes >configure:17635: result: using pre-installed libz >configure:17808: checking for ld used by GCC >configure:17872: result: /usr/bin/ld -m elf_x86_64 >configure:17879: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld >configure:17892: result: yes >configure:17899: checking for shared library run path origin >configure:17912: result: done >configure:18420: checking for iconv >configure:18444: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 >configure:18444: $? = 0 >configure:18478: result: yes >configure:18481: checking for working iconv >configure:18601: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 >configure:18601: $? = 0 >configure:18601: ./conftest >configure:18601: $? = 0 >configure:18613: result: yes >configure:18641: checking for iconv declaration >configure:18670: gcc -c -g -O2 conftest.c >&5 >configure:18670: $? = 0 >configure:18681: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:18702: result: using ICONV_CPP_CONST="" >configure:18791: checking for pg_config >configure:18809: found /usr/bin/pg_config >configure:18822: result: /usr/bin/pg_config >configure:18834: checking for PostgreSQL >configure:18859: result: yes >configure:18862: checking for PQconnectdb in -lpq >configure:18887: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lz -lpthread -lm -lrt -ldl >&5 >configure:18887: $? = 0 >configure:18896: result: yes >configure:18911: checking for PQputCopyData in -lpq >configure:18936: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:18936: $? = 0 >configure:18945: result: yes >configure:18964: checking for PQescapeStringConn in -lpq >configure:18989: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:18989: $? = 0 >configure:18998: result: yes >configure:19111: checking for G_gisinit_2 in -lgrass5 >configure:19136: gcc -o conftest -g -O2 conftest.c -lgrass5 -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lgrass5 >collect2: ld returned 1 exit status >configure:19136: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_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:19145: result: no >configure:19239: checking for ffopen in -lcfitsio >configure:19264: gcc -o conftest -g -O2 conftest.c -lcfitsio -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lcfitsio >collect2: ld returned 1 exit status >configure:19264: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_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:19273: result: no >configure:19325: checking for Mopen in -lcsf >configure:19350: gcc -o conftest -g -O2 conftest.c -lcsf -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lcsf >collect2: ld returned 1 exit status >configure:19350: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_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:19359: result: no >configure:19369: checking csf.h usability >configure:19369: gcc -c -g -O2 conftest.c >&5 >conftest.c:97:17: fatal error: csf.h: No such file or directory >compilation terminated. >configure:19369: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_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:19369: result: no >configure:19369: checking csf.h presence >configure:19369: gcc -E conftest.c >conftest.c:64:17: fatal error: csf.h: No such file or directory >compilation terminated. >configure:19369: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| /* end confdefs.h. */ >| #include <csf.h> >configure:19369: result: no >configure:19369: checking for csf.h >configure:19369: result: no >configure:19422: checking for libpng >configure:19433: checking for png_set_IHDR in -lpng >configure:19458: gcc -o conftest -g -O2 conftest.c -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:19458: $? = 0 >configure:19467: result: yes >configure:19477: checking png.h usability >configure:19477: gcc -c -g -O2 conftest.c >&5 >configure:19477: $? = 0 >configure:19477: result: yes >configure:19477: checking png.h presence >configure:19477: gcc -E conftest.c >configure:19477: $? = 0 >configure:19477: result: yes >configure:19477: checking for png.h >configure:19477: result: yes >configure:19537: checking for gta_version in -lgta >configure:19562: gcc -o conftest -g -O2 conftest.c -lgta -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lgta >collect2: ld returned 1 exit status >configure:19562: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_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 gta_version (); >| int >| main () >| { >| return gta_version (); >| ; >| return 0; >| } >configure:19571: result: no >configure:19611: checking for PCIDSK >configure:19654: checking for libtiff >configure:19659: checking for TIFFScanlineSize64 in -ltiff >configure:19684: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:19684: $? = 0 >configure:19693: result: yes >configure:19703: checking for _TIFFsetDoubleArray in -ltiff >configure:19728: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:19728: $? = 0 >configure:19737: result: yes >configure:19749: result: using pre-installed libtiff. >configure:19850: checking for XTIFFClientOpen in -lgeotiff >configure:19875: gcc -o conftest -g -O2 conftest.c -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:19875: $? = 0 >configure:19884: result: yes >configure:20043: checking for jpeg_read_scanlines in -ljpeg >configure:20068: gcc -o conftest -g -O2 conftest.c -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:20068: $? = 0 >configure:20077: result: yes >configure:20087: checking jpeglib.h usability >configure:20087: gcc -c -g -O2 conftest.c >&5 >configure:20087: $? = 0 >configure:20087: result: yes >configure:20087: checking jpeglib.h presence >configure:20087: gcc -E conftest.c >configure:20087: $? = 0 >configure:20087: result: yes >configure:20087: checking for jpeglib.h >configure:20087: result: yes >configure:20159: checking for jpeg12 >configure:20172: result: disabled, libjpeg or libtiff not internal >configure:20200: checking for DGifOpenFileName in -lgif >configure:20225: gcc -o conftest -g -O2 conftest.c -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:20225: $? = 0 >configure:20234: result: yes >configure:20244: checking gif_lib.h usability >configure:20244: gcc -c -g -O2 conftest.c >&5 >configure:20244: $? = 0 >configure:20244: result: yes >configure:20244: checking gif_lib.h presence >configure:20244: gcc -E conftest.c >configure:20244: $? = 0 >configure:20244: result: yes >configure:20244: checking for gif_lib.h >configure:20244: result: yes >configure:20306: checking ecs.h usability >configure:20306: gcc -c -g -O2 conftest.c >&5 >conftest.c:100:17: fatal error: ecs.h: No such file or directory >compilation terminated. >configure:20306: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20306: result: no >configure:20306: checking ecs.h presence >configure:20306: gcc -E conftest.c >conftest.c:67:17: fatal error: ecs.h: No such file or directory >compilation terminated. >configure:20306: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_H 1 >| /* end confdefs.h. */ >| #include <ecs.h> >configure:20306: result: no >configure:20306: checking for ecs.h >configure:20306: result: no >configure:20330: checking for cln_GetLayerCapabilities in -logdi >configure:20355: gcc -o conftest -g -O2 conftest.c -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:20355: $? = 0 >configure:20364: result: yes >configure:20559: checking for FMEObjects >configure:20582: result: no >configure:20647: checking for SDreaddata in -lmfhdfalt >configure:20672: gcc -o conftest -g -O2 conftest.c -lmfhdfalt -ldfalt -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lmfhdfalt >/usr/bin/ld: cannot find -ldfalt >collect2: ld returned 1 exit status >configure:20672: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20681: result: no >configure:20692: checking for SDreaddata in -lmfhdf >configure:20717: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lmfhdf >/usr/bin/ld: cannot find -ldf >collect2: ld returned 1 exit status >configure:20717: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20726: result: no >configure:20736: checking for SDreaddata in -lhdf4 >configure:20761: gcc -o conftest -g -O2 conftest.c -lhdf4 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lhdf4 >collect2: ld returned 1 exit status >configure:20761: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20770: result: no >configure:20783: checking for SDreaddata in -lmfhdf >configure:20808: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -ljpeg -lz -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lmfhdf >/usr/bin/ld: cannot find -ldf >collect2: ld returned 1 exit status >configure:20808: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20817: result: no >configure:20829: checking for SDreaddata in -lmfhdf >configure:20854: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -lsz -ljpeg -lz -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lmfhdf >/usr/bin/ld: cannot find -ldf >/usr/bin/ld: cannot find -lsz >collect2: ld returned 1 exit status >configure:20854: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:20863: result: no >configure:20936: checking for H5Fopen in -lhdf5 >configure:20961: gcc -o conftest -g -O2 conftest.c -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:20961: $? = 0 >configure:20970: result: yes >configure:21090: checking for nc_open in -lnetcdf >configure:21115: gcc -o conftest -g -O2 conftest.c -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:21115: $? = 0 >configure:21124: result: yes >configure:21233: checking libnetcdf version with /usr/bin/ncdump >configure:21236: result: got 4.1.3 >configure:21246: checking for netcdf-4 (and HDF5) support in libnetcdf >configure:21249: result: yes >configure:21258: checking for HDF4 support in libnetcdf >configure:21265: result: no >configure:21310: checking for jpc_decode in -ljasper >configure:21335: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:21335: $? = 0 >configure:21344: result: yes >configure:21352: checking for jp2_decode in -ljasper >configure:21377: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:21377: $? = 0 >configure:21386: result: yes >configure:21394: checking for pgx_decode in -ljasper >configure:21419: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:21419: $? = 0 >configure:21428: result: yes >configure:21454: checking for jp2_encode_uuid in -ljasper >configure:21479: gcc -o conftest -g -O2 conftest.c -ljasper -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/tmp/cc33g5Fp.o: In function `main': >/home/gunther/Downloads/gdal-1.9.0/conftest.c:78: undefined reference to `jp2_encode_uuid' >collect2: ld returned 1 exit status >configure:21479: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:21488: result: no >configure:21502: hacked JasPer version not found, GeoJP2 disabled. >configure:21530: checking for opj_decode_tile_data in -lopenjpeg >configure:21555: gcc -o conftest -g -O2 conftest.c -lopenjpeg -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lopenjpeg >collect2: ld returned 1 exit status >configure:21555: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:21564: result: no >configure:21574: checking openjpeg.h usability >configure:21574: gcc -c -g -O2 conftest.c >&5 >conftest.c:100:22: fatal error: openjpeg.h: No such file or directory >compilation terminated. >configure:21574: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:21574: result: no >configure:21574: checking openjpeg.h presence >configure:21574: gcc -E conftest.c >conftest.c:67:22: fatal error: openjpeg.h: No such file or directory >compilation terminated. >configure:21574: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_H 1 >| /* end confdefs.h. */ >| #include <openjpeg.h> >configure:21574: result: no >configure:21574: checking for openjpeg.h >configure:21574: result: no >configure:21680: checking for OpenGeodatabase in -lFileGDBAPI >configure:21705: gcc -o conftest -g -O2 conftest.c -lFileGDBAPI -lFileGDBAPI -lfgdblinuxrtl -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lFileGDBAPI >/usr/bin/ld: cannot find -lFileGDBAPI >/usr/bin/ld: cannot find -lfgdblinuxrtl >collect2: ld returned 1 exit status >configure:21705: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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 OpenGeodatabase (); >| int >| main () >| { >| return OpenGeodatabase (); >| ; >| return 0; >| } >configure:21714: result: no >configure:21781: checking for NCScbmOpenFileView in -lNCSEcw >configure:21806: gcc -o conftest -g -O2 conftest.c -lNCSEcw -lNCSCnet -lNCSUtil -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lNCSEcw >/usr/bin/ld: cannot find -lNCSCnet >/usr/bin/ld: cannot find -lNCSUtil >collect2: ld returned 1 exit status >configure:21806: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:21815: result: no >configure:21829: checking for NCScbmOpenFileView in -lecwj2 >configure:21854: gcc -o conftest -g -O2 conftest.c -lecwj2 -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lecwj2 >collect2: ld returned 1 exit status >configure:21854: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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:21863: result: no >configure:21920: checking for Kakadu JPEG2000 support >configure:21932: result: not requested. >configure:21972: MrSID support disabled. >configure:22112: MrSID/MG4 Lidar support disabled. >configure:22174: checking for MSG >configure:22185: result: not requested >configure:22198: checking for BSB >configure:22202: result: enabled >configure:22527: checking if Oracle support is enabled >configure:22541: result: no >configure:22560: checking for GRIB >configure:22565: result: enabled >configure:22654: checking for MySQL >configure:22663: result: no >configure:22712: checking for Ingres >configure:22720: result: no >configure:22832: checking for Xerces C++ Parser headers in /usr/include and /usr/include/xercesc >configure:22857: g++ -c -g -O2 -I/usr/include -I/usr/include/xercesc conftest.cpp >&5 >configure:22857: $? = 0 >configure:22861: result: found >configure:22882: checking for Xerces C++ Parser libraries >configure:22912: g++ -o conftest -g -O2 -I/usr/include -I/usr/include/xercesc conftest.cpp -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -lxerces-c -lpthread >&5 >configure:22912: $? = 0 >configure:22916: result: found >configure:22941: checking for Xerces C++ Parser >configure:22956: result: yes >configure:22965: checking if Xerces C++ Parser version is >= 2.7.0 >configure:22997: result: yes >configure:23168: checking for XML_ParserCreate in -lexpat >configure:23193: gcc -o conftest -g -O2 conftest.c -lexpat >&5 >configure:23193: $? = 0 >configure:23202: result: yes >configure:23271: checking for Expat XML Parser headers in /usr/include >configure:23295: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 >configure:23295: $? = 0 >configure:23299: result: found >configure:23321: checking for Expat XML Parser >configure:23335: result: yes >configure:23344: checking if Expat XML Parser version is >= 1.95.0 >configure:23376: result: yes >configure:23609: checking for Google libkml >configure:23684: result: no >configure:23719: checking for SQLConnect in -lodbc >configure:23744: gcc -o conftest -g -O2 conftest.c -lodbc -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:23744: $? = 0 >configure:23753: result: yes >configure:23761: checking for SQLInstallDriverEx in -lodbcinst >configure:23786: gcc -o conftest -g -O2 conftest.c -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:23786: $? = 0 >configure:23795: result: yes >configure:24147: checking if Oracle support is enabled >configure:24161: result: no >configure:24178: checking Checking for DODS >configure:24188: result: disabled >configure:24280: checking for curl-config >configure:24298: found /usr/bin/curl-config >configure:24311: result: /usr/bin/curl-config >configure:24326: result: found libcurl version 7.24.0 >configure:24329: checking for curl_global_init in -lcurl >configure:24354: gcc -o conftest -g -O2 conftest.c -lcurl -lcurl -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >configure:24354: $? = 0 >configure:24363: result: yes >configure:24401: result: disabled >configure:24677: checking for sqlite3_open in -lsqlite3 >configure:24702: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5 >configure:24702: $? = 0 >configure:24711: result: yes >configure:24785: checking for SQLite3 library >= 3.0.0 >configure:24821: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 >configure:24821: $? = 0 >configure:24823: result: yes >configure:24894: checking Checking for DWGdirect >configure:24904: result: disabled >configure:25009: IBM Informix DataBlade not supported. >configure:25025: checking whether we should include ESRI SDE support... >configure:25340: result: ESRI SDE support not requested. >configure:25352: checking for VFK support >configure:25374: result: yes >configure:25650: checking for geos-config >configure:25668: found /usr/bin/geos-config >configure:25681: result: /usr/bin/geos-config >configure:25781: checking for GEOS version >= 2.2.0 >configure:25804: result: yes >configure:25834: checking for GEOSversion in -lgeos_c >configure:25860: gcc -o conftest -I/usr/include conftest.c -lgeos_c > -L/usr/lib64 -lgeos_c >&5 >configure:25860: $? = 0 >configure:25869: result: yes >configure:25892: Using C API from GEOS 3.3.2 >configure:25910: checking for OpenCL support >configure:25949: result: no >configure:25966: checking for FreeXL support >configure:25975: checking freexl.h usability >configure:25975: gcc -c -g -O2 conftest.c >&5 >conftest.c:100:20: fatal error: freexl.h: No such file or directory >compilation terminated. >configure:25975: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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 <freexl.h> >configure:25975: result: no >configure:25975: checking freexl.h presence >configure:25975: gcc -E conftest.c >conftest.c:67:20: fatal error: freexl.h: No such file or directory >compilation terminated. >configure:25975: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_H 1 >| /* end confdefs.h. */ >| #include <freexl.h> >configure:25975: result: no >configure:25975: checking for freexl.h >configure:25975: result: no >configure:25985: checking for freexl_open in -lfreexl >configure:26010: gcc -o conftest -g -O2 conftest.c -lfreexl -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lfreexl >collect2: ld returned 1 exit status >configure:26010: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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 freexl_open (); >| int >| main () >| { >| return freexl_open (); >| ; >| return 0; >| } >configure:26019: result: no >configure:26030: checking for freexl_open in -lfreexl >configure:26055: gcc -o conftest -g -O2 conftest.c -lfreexl -liconv -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lfreexl >/usr/bin/ld: cannot find -liconv >collect2: ld returned 1 exit status >configure:26055: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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 freexl_open (); >| int >| main () >| { >| return freexl_open (); >| ; >| return 0; >| } >configure:26064: result: no >configure:26076: checking for freexl_open in -lfreexl >configure:26101: gcc -o conftest -g -O2 conftest.c -lfreexl -liconv -lcharset -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 >/usr/bin/ld: cannot find -lfreexl >/usr/bin/ld: cannot find -liconv >/usr/bin/ld: cannot find -lcharset >collect2: ld returned 1 exit status >configure:26101: $? = 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 HAVE_LIBRT 1 >| #define HAVE_LIBM 1 >| #define STDC_HEADERS 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_VALUES_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_LONG_LONG 1 >| #define UNIX_STDIO_64 1 >| #define VSI_LARGE_API_SUPPORTED 1 >| #define VSI_FTELL64 ftello64 >| #define VSI_FSEEK64 fseeko64 >| #define VSI_STAT64 stat64 >| #define VSI_STAT64_T stat64 >| #define VSI_FOPEN64 fopen64 >| #define VSI_FTRUNCATE64 ftruncate64 >| #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 ICONV_CPP_CONST >| #define HAVE_LIBPQ 1 >| #define HAVE_PNG_H 1 >| #define HAVE_JPEGLIB_H 1 >| #define HAVE_GIF_LIB_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 freexl_open (); >| int >| main () >| { >| return freexl_open (); >| ; >| return 0; >| } >configure:26110: result: no >configure:26308: checking whether to enable PAM >configure:26324: result: yes >configure:26344: checking for poppler >configure:26420: result: disabled >configure:26443: checking for podofo >configure:26522: result: disabled >configure:26532: checking how to link PROJ.4 library >configure:26545: result: link dynamically. >configure:26868: result: checking GDAL version information from gdal_version.h: 1.9.0 >configure:26997: checking for perl bindings >configure:27004: result: disabled >configure:27016: checking for php bindings >configure:27023: result: disabled >configure:27035: checking for ruby bindings >configure:27042: result: disabled >configure:27054: checking for python bindings >configure:27185: result: disabled >configure:27200: checking whether we should include Java support >configure:27255: result: no >configure:27272: checking whether we should include MDB support >configure:27480: result: no >configure:27493: checking whether we should include rasdaman support... >configure:27567: result: rasdaman support not requested. >configure:27586: checking whether we should include Armadillo support >configure:27608: result: no >configure:27649: 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 linha > >config.status:1313: creating GDALmake.opt >config.status:1412: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting >config.status:1313: creating port/cpl_config.h >config.status:1497: executing libtool commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-unknown-linux-gnu >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= >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=yes >ac_cv_func_ftruncate64=yes >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_freexl_h=no >ac_cv_header_gif_lib_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=yes >ac_cv_host=x86_64-unknown-linux-gnu >ac_cv_lib_FileGDBAPI_OpenGeodatabase=no >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_freexl_freexl_open=no >ac_cv_lib_geos_c_GEOSversion=yes >ac_cv_lib_geotiff_XTIFFClientOpen=yes >ac_cv_lib_gif_DGifOpenFileName=yes >ac_cv_lib_grass5_G_gisinit_2=no >ac_cv_lib_gta_gta_version=no >ac_cv_lib_hdf4_SDreaddata=no >ac_cv_lib_hdf5_H5Fopen=yes >ac_cv_lib_jasper_jp2_decode=yes >ac_cv_lib_jasper_jp2_encode_uuid=no >ac_cv_lib_jasper_jpc_decode=yes >ac_cv_lib_jasper_pgx_decode=yes >ac_cv_lib_jpeg_jpeg_read_scanlines=yes >ac_cv_lib_m_sin=yes >ac_cv_lib_mfhdf_SDreaddata=no >ac_cv_lib_mfhdfalt_SDreaddata=no >ac_cv_lib_netcdf_nc_open=yes >ac_cv_lib_odbc_SQLConnect=yes >ac_cv_lib_odbcinst_SQLInstallDriverEx=yes >ac_cv_lib_ogdi_cln_GetLayerCapabilities=yes >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=yes >ac_cv_lib_sqlite3_sqlite3_open=yes >ac_cv_lib_tiff_TIFFScanlineSize64=yes >ac_cv_lib_tiff__TIFFsetDoubleArray=yes >ac_cv_lib_z_deflateInit_=yes >ac_cv_lib_z_inflateCopy=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GEOS_CONFIG=/usr/bin/geos-config >ac_cv_path_GREP=/bin/grep >ac_cv_path_LIBCURL_CONFIG=/usr/bin/curl-config >ac_cv_path_PG_CONFIG=/usr/bin/pg_config >ac_cv_path_SED=/bin/sed >ac_cv_prog_AWK=gawk >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_OBJDUMP=objdump >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='/usr/bin/ld -m elf_x86_64' >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >am_cv_func_iconv=yes >am_cv_func_iconv_works=yes >am_cv_lib_iconv=no >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_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/bin/ld >lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/nm -B' >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='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -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=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=no >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_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/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >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='gawk' >BINDINGS='' >BINTRUE='/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='' >DUMPBIN='' >DWGDIRECT='' >DWG_PLT='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >ECW_SETTING='no' >EGREP='/bin/grep -E' >EXEEXT='' >EXE_EXT='' >EXPAT_CFLAGS='-I/usr/include' >EXPAT_INCLUDE='-I/usr/include' >EXPAT_LDFLAGS='-lexpat' >EXPAT_VERSION='2.1.0' >EXTRA_INCLUDES='' >FGDB_ENABLED='no' >FGDB_INC='' >FGDB_LIB='' >FGREP='/bin/grep -F' >FITS_SETTING='no' >FREEXL_INCLUDE='' >GDAL_VER='1.9.0' >GDAL_VERSION_MAJOR='1' >GDAL_VERSION_MINOR='9' >GDAL_VERSION_REV='0' >GEOS_CFLAGS='-I/usr/include' >GEOS_CONFIG='/usr/bin/geos-config' >GEOS_LIBS='-L/usr/lib64 -lgeos_c' >GEOS_VERSION='3.3.2' >GEOTIFF_INCLUDE='' >GEOTIFF_SETTING='external' >GIF_SETTING='external' >GRASS_GISBASE='' >GRASS_INCLUDE='' >GRASS_SETTING='no' >GREP='/bin/grep' >GTA_SETTING='no' >HAVE_ARMADILLO='no' >HAVE_EXPAT='yes' >HAVE_FREEXL='no' >HAVE_GCC_ATOMIC_BUILTINS='yes' >HAVE_GEOS='yes' >HAVE_GRASS='no' >HAVE_HDF4='no' >HAVE_HDF5='yes' >HAVE_HIDE_INTERNAL_SYMBOLS='no' >HAVE_IDB='no' >HAVE_INGRES='no' >HAVE_JASPER='yes' >HAVE_LIBKML='no' >HAVE_LIBTOOL='yes' >HAVE_MYSQL='no' >HAVE_NAS='yes' >HAVE_OCI='no' >HAVE_OGDI='yes' >HAVE_OPENJPEG='no' >HAVE_PG='yes' >HAVE_PODOFO='no' >HAVE_POPPLER='no' >HAVE_SPATIALITE='no' >HAVE_SQLITE='yes' >HAVE_VFK='yes' >HAVE_XERCES='yes' >HDF4_INCLUDE='' >HDF5_INCLUDE='-I/usr/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='/usr/bin/ld -m elf_x86_64' >LDFLAGS='' >LD_SHARED='' >LIBCURL_CONFIG='/usr/bin/curl-config' >LIBICONV='' >LIBKML_CFLAGS='' >LIBKML_INCLUDE='' >LIBKML_LDFLAGS='' >LIBKML_VERSION='' >LIBLZMA_SETTING='no' >LIBOBJS='' >LIBS='-L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBZ_SETTING='external' >LIPO='' >LN_S='ln -s' >LTLIBICONV='' >LTLIBOBJS='' >MACOSX_FRAMEWORK='' >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_HAS_HDF4='no' >NETCDF_HAS_NC4='yes' >NETCDF_ROOT='/usr' >NETCDF_SETTING='yes' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='objdump' >OBJEXT='o' >OCI_INCLUDE='' >ODBC_SETTING='yes' >OGDI_INCLUDE='-I/usr/include/ogdi' >OGR_ENABLED='yes' >OPENCL_FLAGS='' >OPENCL_LIB='' >OPT_GDAL_FORMATS='wcs wms grib bsb jpeg2000 netcdf hdf5 ogdi gif jpeg png pcraster ' >ORACLE_OCI_CFLAGS='' >ORACLE_OCI_LDFLAGS='' >ORACLE_OCI_VERSION='' >OTOOL64='' >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/bin/pg_config' >PG_INC='-I/usr/include -I/usr/include/postgresql/server -DPG_HAS_PQESCAPESTRINGCONN' >PG_LIB='' >PNG_SETTING='external' >PODOFO_INC='' >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='' >RENAME_INTERNAL_LIBGEOTIFF_SYMBOLS='no' >RENAME_INTERNAL_LIBTIFF_SYMBOLS='no' >SDE_ENABLED='no' >SDE_INC='' >SDE_LIB='' >SED='/bin/sed' >SHELL='/bin/sh' >SO_EXT='' >SPATIALITE_AMALGAMATION='no' >SPATIALITE_INC='' >SQLITE3_CFLAGS='-I/usr/include' >SQLITE3_LDFLAGS=' -lsqlite3' >SQLITE3_VERSION='3.7.11' >SQLITE_INC='-I/usr/include' >STRIP='strip' >TIFF_OPTS='-DBIGTIFF_SUPPORT' >TIFF_SETTING='external' >XERCES_CFLAGS='-I/usr/include -I/usr/include/xercesc' >XERCES_INCLUDE='-I/usr/include -I/usr/include/xercesc' >XERCES_LDFLAGS='-lxerces-c -lpthread' >XERCES_VERSION='3.1.1' >X_FME_HOME='' >ac_ct_AR='ar' >ac_ct_CC='gcc' >ac_ct_CXX='g++' >ac_ct_DUMPBIN='' >bindir='${exec_prefix}/bin' >build='x86_64-unknown-linux-gnu' >build_alias='' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='unknown' >datadir='${datarootdir}' >datarootdir='${prefix}/share/gdal' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-unknown-linux-gnu' >host_alias='' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='unknown' >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 HAVE_LIBRT 1 >#define HAVE_LIBM 1 >#define STDC_HEADERS 1 >#define HAVE_ASSERT_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_VALUES_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_LONG_LONG 1 >#define UNIX_STDIO_64 1 >#define VSI_LARGE_API_SUPPORTED 1 >#define VSI_FTELL64 ftello64 >#define VSI_FSEEK64 fseeko64 >#define VSI_STAT64 stat64 >#define VSI_STAT64_T stat64 >#define VSI_FOPEN64 fopen64 >#define VSI_FTRUNCATE64 ftruncate64 >#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 ICONV_CPP_CONST >#define HAVE_LIBPQ 1 >#define HAVE_PNG_H 1 >#define HAVE_JPEGLIB_H 1 >#define HAVE_GIF_LIB_H 1 >#define GDAL_PREFIX "/usr/local" > >configure: exit 0
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 = linha uname -m = x86_64 uname -r = 3.3.6-desktop-2.mga2 uname -s = Linux uname -v = #1 SMP Thu May 17 16:25:59 UTC 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: /bin PATH: /usr/local/bin PATH: /usr/X11R6/bin/ PATH: /usr/games PATH: /usr/lib64/qt4/bin PATH: /home/gunther/bin PATH: /home/gunther/android-sdk-linux_x86/tools/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2914: checking build system type configure:2928: result: x86_64-unknown-linux-gnu configure:2948: checking host system type configure:2961: result: x86_64-unknown-linux-gnu configure:3030: checking for gcc configure:3046: found /usr/bin/gcc configure:3057: result: gcc configure:3286: checking for C compiler version configure:3295: gcc --version >&5 gcc (GCC) 4.6.3 Copyright (C) 2011 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:3306: $? = 0 configure:3295: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.6.3 (GCC) configure:3306: $? = 0 configure:3295: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:3306: $? = 1 configure:3295: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3306: $? = 1 configure:3326: checking whether the C compiler works configure:3348: gcc conftest.c >&5 configure:3352: $? = 0 configure:3400: result: yes configure:3403: checking for C compiler default output file name configure:3405: result: a.out configure:3411: checking for suffix of executables configure:3418: gcc -o conftest conftest.c >&5 configure:3422: $? = 0 configure:3444: result: configure:3466: checking whether we are cross compiling configure:3474: gcc -o conftest conftest.c >&5 configure:3478: $? = 0 configure:3485: ./conftest configure:3489: $? = 0 configure:3504: result: no configure:3509: checking for suffix of object files configure:3531: gcc -c conftest.c >&5 configure:3535: $? = 0 configure:3556: result: o configure:3560: checking whether we are using the GNU C compiler configure:3579: gcc -c conftest.c >&5 configure:3579: $? = 0 configure:3588: result: yes configure:3597: checking whether gcc accepts -g configure:3617: gcc -c -g conftest.c >&5 configure:3617: $? = 0 configure:3658: result: yes configure:3675: checking for gcc option to accept ISO C89 configure:3739: gcc -c -g -O2 conftest.c >&5 configure:3739: $? = 0 configure:3752: result: none needed configure:3773: checking C_WFLAGS for maximum warnings configure:3800: gcc -c -g -O2 -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c >&5 configure:3800: $? = 0 configure:3814: result: -Wall -Wdeclaration-after-statement configure:3827: : C_WFLAGS="$C_WFLAGS $ac_cv_cflags_warn_all" configure:3830: $? = 0 configure:3895: checking for g++ configure:3911: found /usr/bin/g++ configure:3922: result: g++ configure:3949: checking for C++ compiler version configure:3958: g++ --version >&5 g++ (GCC) 4.6.3 Copyright (C) 2011 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:3969: $? = 0 configure:3958: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.6.3 (GCC) configure:3969: $? = 0 configure:3958: g++ -V >&5 g++: error: unrecognized option '-V' g++: fatal error: no input files compilation terminated. configure:3969: $? = 1 configure:3958: g++ -qversion >&5 g++: error: unrecognized option '-qversion' g++: fatal error: no input files compilation terminated. configure:3969: $? = 1 configure:3973: checking whether we are using the GNU C++ compiler configure:3992: g++ -c conftest.cpp >&5 configure:3992: $? = 0 configure:4001: result: yes configure:4010: checking whether g++ accepts -g configure:4030: g++ -c -g conftest.cpp >&5 configure:4030: $? = 0 configure:4071: result: yes configure:4095: checking CXX_WFLAGS for maximum warnings configure:4122: g++ -c -g -O2 -pedantic -Wall conftest.cpp >&5 configure:4122: $? = 0 configure:4136: result: -Wall configure:4149: : CXX_WFLAGS="$CXX_WFLAGS $ac_cv_cxxflags_warn_all" configure:4152: $? = 0 configure:4212: checking for gcc configure:4239: result: gcc configure:4468: checking for C compiler version configure:4477: gcc --version >&5 gcc (GCC) 4.6.3 Copyright (C) 2011 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:4488: $? = 0 configure:4477: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.6.3 (GCC) configure:4488: $? = 0 configure:4477: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:4488: $? = 1 configure:4477: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4488: $? = 1 configure:4492: checking whether we are using the GNU C compiler configure:4520: result: yes configure:4529: checking whether gcc accepts -g configure:4590: result: yes configure:4607: checking for gcc option to accept ISO C89 configure:4684: result: none needed configure:4816: checking for C++ compiler version configure:4825: g++ --version >&5 g++ (GCC) 4.6.3 Copyright (C) 2011 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:4836: $? = 0 configure:4825: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.6.3 (GCC) configure:4836: $? = 0 configure:4825: g++ -V >&5 g++: error: unrecognized option '-V' g++: fatal error: no input files compilation terminated. configure:4836: $? = 1 configure:4825: g++ -qversion >&5 g++: error: unrecognized option '-qversion' g++: fatal error: no input files compilation terminated. configure:4836: $? = 1 configure:4840: checking whether we are using the GNU C++ compiler configure:4868: result: yes configure:4877: checking whether g++ accepts -g configure:4938: result: yes configure:5310: checking how to print strings configure:5337: result: printf configure:5358: checking for a sed that does not truncate output configure:5422: result: /bin/sed configure:5440: checking for grep that handles long lines and -e configure:5498: result: /bin/grep configure:5503: checking for egrep configure:5565: result: /bin/grep -E configure:5570: checking for fgrep configure:5632: result: /bin/grep -F configure:5667: checking for ld used by gcc configure:5734: result: /usr/bin/ld configure:5741: checking if the linker (/usr/bin/ld) is GNU ld configure:5756: result: yes configure:5768: checking for BSD- or MS-compatible name lister (nm) configure:5817: result: /usr/bin/nm -B configure:5947: checking the name lister (/usr/bin/nm -B) interface configure:5954: gcc -c -g -O2 conftest.c >&5 configure:5957: /usr/bin/nm -B "conftest.o" configure:5960: output 0000000000000000 B some_variable configure:5967: result: BSD nm configure:5970: checking whether ln -s works configure:5974: result: yes configure:5982: checking the maximum length of command line arguments configure:6107: result: 1572864 configure:6124: checking whether the shell understands some XSI constructs configure:6134: result: yes configure:6138: checking whether the shell understands "+=" configure:6144: result: yes configure:6179: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:6219: result: func_convert_file_noop configure:6226: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6246: result: func_convert_file_noop configure:6253: checking for /usr/bin/ld option to reload object files configure:6260: result: -r configure:6334: checking for objdump configure:6361: result: objdump configure:6390: checking how to recognize dependent libraries configure:6592: result: pass_all configure:6677: checking for dlltool configure:6704: result: dlltool configure:6734: checking how to associate runtime and link libraries configure:6761: result: printf %s\n configure:6821: checking for ar configure:6837: found /usr/bin/ar configure:6848: result: ar configure:6885: checking for archiver @FILE support configure:6902: gcc -c -g -O2 conftest.c >&5 configure:6902: $? = 0 configure:6905: ar cru libconftest.a @conftest.lst >&5 configure:6908: $? = 0 configure:6913: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6916: $? = 1 configure:6928: result: @ configure:6986: checking for strip configure:7002: found /usr/bin/strip configure:7013: result: strip configure:7085: checking for ranlib configure:7101: found /usr/bin/ranlib configure:7112: result: ranlib configure:7189: checking for gawk configure:7205: found /usr/bin/gawk configure:7216: result: gawk configure:7256: checking command to parse /usr/bin/nm -B output from gcc object configure:7375: gcc -c -g -O2 conftest.c >&5 configure:7378: $? = 0 configure:7382: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7385: $? = 0 configure:7451: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7454: $? = 0 configure:7492: result: ok configure:7529: checking for sysroot configure:7559: result: no configure:7636: gcc -c -g -O2 conftest.c >&5 configure:7639: $? = 0 configure:7802: checking for mt configure:7832: result: no configure:7852: checking if : is a manifest tool configure:7858: : '-?' configure:7866: result: no configure:8498: checking how to run the C preprocessor configure:8529: gcc -E conftest.c configure:8529: $? = 0 configure:8543: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8543: $? = 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:8568: result: gcc -E configure:8588: gcc -E conftest.c configure:8588: $? = 0 configure:8602: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8602: $? = 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:8631: checking for ANSI C header files configure:8651: gcc -c -g -O2 conftest.c >&5 configure:8651: $? = 0 configure:8724: gcc -o conftest -g -O2 conftest.c >&5 configure:8724: $? = 0 configure:8724: ./conftest configure:8724: $? = 0 configure:8735: result: yes configure:8748: checking for sys/types.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for sys/stat.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for stdlib.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for string.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for memory.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for strings.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for inttypes.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for stdint.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8748: checking for unistd.h configure:8748: gcc -c -g -O2 conftest.c >&5 configure:8748: $? = 0 configure:8748: result: yes configure:8762: checking for dlfcn.h configure:8762: gcc -c -g -O2 conftest.c >&5 configure:8762: $? = 0 configure:8762: result: yes configure:8957: checking for objdir configure:8972: result: .libs configure:9243: checking if gcc supports -fno-rtti -fno-exceptions configure:9261: 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 [enabled by default] configure:9265: $? = 0 configure:9278: result: no configure:9588: checking for gcc option to produce PIC configure:9595: result: -fPIC -DPIC configure:9603: checking if gcc PIC flag -fPIC -DPIC works configure:9621: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9625: $? = 0 configure:9638: result: yes configure:9667: checking if gcc static flag -static works configure:9695: result: no configure:9710: checking if gcc supports -c -o file.o configure:9731: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9735: $? = 0 configure:9757: result: yes configure:9765: checking if gcc supports -c -o file.o configure:9812: result: yes configure:9845: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11003: result: yes configure:11040: checking whether -lc should be explicitly linked in configure:11048: gcc -c -g -O2 conftest.c >&5 configure:11051: $? = 0 configure:11066: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11069: $? = 0 configure:11083: result: no configure:11248: checking dynamic linker characteristics configure:11762: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11762: $? = 0 configure:11984: result: GNU/Linux ld.so configure:12091: checking how to hardcode library paths into programs configure:12116: result: immediate configure:12656: checking whether stripping libraries is possible configure:12661: result: yes configure:12696: checking if libtool supports shared libraries configure:12698: result: yes configure:12701: checking whether to build shared libraries configure:12722: result: yes configure:12725: checking whether to build static libraries configure:12729: result: yes configure:12752: checking how to run the C++ preprocessor configure:12779: g++ -E conftest.cpp configure:12779: $? = 0 configure:12793: g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12793: $? = 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:12818: result: g++ -E configure:12838: g++ -E conftest.cpp configure:12838: $? = 0 configure:12852: g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12852: $? = 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:13022: checking for ld used by g++ configure:13089: result: /usr/bin/ld -m elf_x86_64 configure:13096: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:13111: result: yes configure:13166: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:14170: result: yes configure:14205: g++ -c -g -O2 conftest.cpp >&5 configure:14208: $? = 0 configure:14728: checking for g++ option to produce PIC configure:14735: result: -fPIC -DPIC configure:14743: checking if g++ PIC flag -fPIC -DPIC works configure:14761: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14765: $? = 0 configure:14778: result: yes configure:14801: checking if g++ static flag -static works configure:14829: result: no configure:14841: checking if g++ supports -c -o file.o configure:14862: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14866: $? = 0 configure:14888: result: yes configure:14893: checking if g++ supports -c -o file.o configure:14940: result: yes configure:14970: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15004: result: yes configure:15147: checking dynamic linker characteristics configure:15817: result: GNU/Linux ld.so configure:15870: checking how to hardcode library paths into programs configure:15895: result: immediate configure:16213: checking for dlopen in -ldl configure:16238: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16238: $? = 0 configure:16247: result: yes configure:16259: checking for nanosleep in -lrt configure:16284: gcc -o conftest -g -O2 conftest.c -lrt -ldl >&5 configure:16284: $? = 0 configure:16293: result: yes configure:16309: checking for sin in -lm configure:16334: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 conftest.c:30:6: warning: conflicting types for built-in function 'sin' [enabled by default] configure:16334: $? = 0 configure:16343: result: yes configure:16357: checking for ANSI C header files configure:16461: result: yes configure:16472: checking assert.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking assert.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for assert.h configure:16472: result: yes configure:16472: checking fcntl.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking fcntl.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for fcntl.h configure:16472: result: yes configure:16472: checking for unistd.h configure:16472: result: yes configure:16472: checking dbmalloc.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 conftest.c:61:22: fatal error: dbmalloc.h: No such file or directory compilation terminated. configure:16472: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <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:16472: result: no configure:16472: checking dbmalloc.h presence configure:16472: gcc -E conftest.c conftest.c:28:22: fatal error: dbmalloc.h: No such file or directory compilation terminated. configure:16472: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <dbmalloc.h> configure:16472: result: no configure:16472: checking for dbmalloc.h configure:16472: result: no configure:16472: checking for dlfcn.h configure:16472: result: yes configure:16472: checking for stdint.h configure:16472: result: yes configure:16472: checking limits.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking limits.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for limits.h configure:16472: result: yes configure:16472: checking locale.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking locale.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for locale.h configure:16472: result: yes configure:16472: checking values.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking values.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for values.h configure:16472: result: yes configure:16472: checking float.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking float.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for float.h configure:16472: result: yes configure:16472: checking errno.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking errno.h presence configure:16472: gcc -E conftest.c configure:16472: $? = 0 configure:16472: result: yes configure:16472: checking for errno.h configure:16472: result: yes configure:16472: checking direct.h usability configure:16472: gcc -c -g -O2 conftest.c >&5 conftest.c:68:20: fatal error: direct.h: No such file or directory compilation terminated. configure:16472: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_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:16472: result: no configure:16472: checking direct.h presence configure:16472: gcc -E conftest.c conftest.c:35:20: fatal error: direct.h: No such file or directory compilation terminated. configure:16472: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include <direct.h> configure:16472: result: no configure:16472: checking for direct.h configure:16472: result: no configure:16483: checking whether byte ordering is bigendian configure:16498: gcc -c -g -O2 conftest.c >&5 conftest.c:36:9: error: unknown type name 'not' conftest.c:36:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' conftest.c:36:15: error: unknown type name 'universal' configure:16498: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:16543: gcc -c -g -O2 conftest.c >&5 configure:16543: $? = 0 configure:16561: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:42:4: error: unknown type name 'not' conftest.c:42:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:16561: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_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:16689: result: no configure:16709: checking for 64bit integer type configure:16717: result: long long configure:16733: checking for 64bit file io configure:16820: result: yes configure:16823: checking for stat64 configure:16823: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16823: $? = 0 configure:16823: result: yes configure:16830: checking for fopen64 configure:16830: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16830: $? = 0 configure:16830: result: yes configure:16837: checking for ftruncate64 configure:16837: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16837: $? = 0 configure:16837: result: yes configure:16894: checking size of int configure:16899: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16899: $? = 0 configure:16899: ./conftest configure:16899: $? = 0 configure:16913: result: 4 configure:16927: checking size of unsigned long configure:16932: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16932: $? = 0 configure:16932: ./conftest configure:16932: $? = 0 configure:16946: result: 8 configure:16960: checking size of void* configure:16965: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:16965: $? = 0 configure:16965: ./conftest configure:16965: $? = 0 configure:16979: result: 8 configure:16989: checking for int8 configure:16989: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:56:13: error: 'int8' undeclared (first use in this function) conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in configure:16989: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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:16989: result: no configure:17003: checking for int16 configure:17003: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:56:13: error: 'int16' undeclared (first use in this function) conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in configure:17003: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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:17003: result: no configure:17017: checking for int32 configure:17017: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:56:13: error: 'int32' undeclared (first use in this function) conftest.c:56:13: note: each undeclared identifier is reported only once for each function it appears in configure:17017: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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:17017: result: no configure:17040: checking native cpu bit order configure:17045: result: lsb2msb configure:17062: checking for vprintf configure:17062: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 conftest.c:72:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] configure:17062: $? = 0 configure:17062: result: yes configure:17068: checking for _doprnt configure:17068: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 /tmp/ccXw2y2s.o: In function `main': /home/gunther/Downloads/gdal-1.9.0/conftest.c:84: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:17068: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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:17068: result: no configure:17082: checking for snprintf configure:17082: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 conftest.c:73:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] configure:17082: $? = 0 configure:17082: result: yes configure:17082: checking for vsnprintf configure:17082: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 conftest.c:74:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] configure:17082: $? = 0 configure:17082: result: yes configure:17093: checking for atoll configure:17093: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:17093: $? = 0 configure:17093: result: yes configure:17104: checking for strtof configure:17104: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:17104: $? = 0 configure:17104: result: yes configure:17115: checking for getcwd configure:17115: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:17115: $? = 0 configure:17115: result: yes configure:17125: checking whether strtof is declared configure:17125: gcc -c -g -O2 conftest.c >&5 configure:17125: $? = 0 configure:17125: result: yes configure:17139: checking for readlink configure:17139: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:17139: $? = 0 configure:17139: result: yes configure:17156: checking for gmtime_r configure:17179: g++ -o conftest -g -O2 conftest.cpp -lm -lrt -ldl >&5 configure:17179: $? = 0 configure:17187: result: yes configure:17192: checking for localtime_r configure:17215: g++ -o conftest -g -O2 conftest.cpp -lm -lrt -ldl >&5 configure:17215: $? = 0 configure:17223: result: yes configure:17235: checking for setlocale configure:17235: gcc -o conftest -g -O2 conftest.c -lm -lrt -ldl >&5 configure:17235: $? = 0 configure:17235: result: yes configure:17245: checking to enable debug build configure:17275: result: no, CFLAGS="-g -O2" configure:17280: checking whether GCC 4.1 atomic builtins are available configure:17287: result: yes configure:17338: checking whether we should hide internal symbols configure:17340: result: no configure:17383: checking for local include/lib path configure:17407: result: none configure:17425: checking for pthread_create in -lpthread configure:17450: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lrt -ldl >&5 configure:17450: $? = 0 configure:17459: result: yes configure:17470: checking for PTHREAD_MUTEX_RECURSIVE configure:17489: gcc -c -g -O2 conftest.c >&5 configure:17489: $? = 0 configure:17491: result: yes configure:17548: checking for deflateInit_ in -lz configure:17573: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 configure:17573: $? = 0 configure:17582: result: yes configure:17592: checking for inflateCopy in -lz configure:17617: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 configure:17617: $? = 0 configure:17626: result: yes configure:17635: result: using pre-installed libz configure:17808: checking for ld used by GCC configure:17872: result: /usr/bin/ld -m elf_x86_64 configure:17879: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:17892: result: yes configure:17899: checking for shared library run path origin configure:17912: result: done configure:18420: checking for iconv configure:18444: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 configure:18444: $? = 0 configure:18478: result: yes configure:18481: checking for working iconv configure:18601: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lm -lrt -ldl >&5 configure:18601: $? = 0 configure:18601: ./conftest configure:18601: $? = 0 configure:18613: result: yes configure:18641: checking for iconv declaration configure:18670: gcc -c -g -O2 conftest.c >&5 configure:18670: $? = 0 configure:18681: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:18702: result: using ICONV_CPP_CONST="" configure:18791: checking for pg_config configure:18809: found /usr/bin/pg_config configure:18822: result: /usr/bin/pg_config configure:18834: checking for PostgreSQL configure:18859: result: yes configure:18862: checking for PQconnectdb in -lpq configure:18887: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lz -lpthread -lm -lrt -ldl >&5 configure:18887: $? = 0 configure:18896: result: yes configure:18911: checking for PQputCopyData in -lpq configure:18936: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:18936: $? = 0 configure:18945: result: yes configure:18964: checking for PQescapeStringConn in -lpq configure:18989: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:18989: $? = 0 configure:18998: result: yes configure:19111: checking for G_gisinit_2 in -lgrass5 configure:19136: gcc -o conftest -g -O2 conftest.c -lgrass5 -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lgrass5 collect2: ld returned 1 exit status configure:19136: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_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:19145: result: no configure:19239: checking for ffopen in -lcfitsio configure:19264: gcc -o conftest -g -O2 conftest.c -lcfitsio -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lcfitsio collect2: ld returned 1 exit status configure:19264: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_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:19273: result: no configure:19325: checking for Mopen in -lcsf configure:19350: gcc -o conftest -g -O2 conftest.c -lcsf -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lcsf collect2: ld returned 1 exit status configure:19350: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_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:19359: result: no configure:19369: checking csf.h usability configure:19369: gcc -c -g -O2 conftest.c >&5 conftest.c:97:17: fatal error: csf.h: No such file or directory compilation terminated. configure:19369: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_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:19369: result: no configure:19369: checking csf.h presence configure:19369: gcc -E conftest.c conftest.c:64:17: fatal error: csf.h: No such file or directory compilation terminated. configure:19369: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | /* end confdefs.h. */ | #include <csf.h> configure:19369: result: no configure:19369: checking for csf.h configure:19369: result: no configure:19422: checking for libpng configure:19433: checking for png_set_IHDR in -lpng configure:19458: gcc -o conftest -g -O2 conftest.c -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:19458: $? = 0 configure:19467: result: yes configure:19477: checking png.h usability configure:19477: gcc -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19477: result: yes configure:19477: checking png.h presence configure:19477: gcc -E conftest.c configure:19477: $? = 0 configure:19477: result: yes configure:19477: checking for png.h configure:19477: result: yes configure:19537: checking for gta_version in -lgta configure:19562: gcc -o conftest -g -O2 conftest.c -lgta -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lgta collect2: ld returned 1 exit status configure:19562: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_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 gta_version (); | int | main () | { | return gta_version (); | ; | return 0; | } configure:19571: result: no configure:19611: checking for PCIDSK configure:19654: checking for libtiff configure:19659: checking for TIFFScanlineSize64 in -ltiff configure:19684: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:19684: $? = 0 configure:19693: result: yes configure:19703: checking for _TIFFsetDoubleArray in -ltiff configure:19728: gcc -o conftest -g -O2 conftest.c -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:19728: $? = 0 configure:19737: result: yes configure:19749: result: using pre-installed libtiff. configure:19850: checking for XTIFFClientOpen in -lgeotiff configure:19875: gcc -o conftest -g -O2 conftest.c -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:19875: $? = 0 configure:19884: result: yes configure:20043: checking for jpeg_read_scanlines in -ljpeg configure:20068: gcc -o conftest -g -O2 conftest.c -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:20068: $? = 0 configure:20077: result: yes configure:20087: checking jpeglib.h usability configure:20087: gcc -c -g -O2 conftest.c >&5 configure:20087: $? = 0 configure:20087: result: yes configure:20087: checking jpeglib.h presence configure:20087: gcc -E conftest.c configure:20087: $? = 0 configure:20087: result: yes configure:20087: checking for jpeglib.h configure:20087: result: yes configure:20159: checking for jpeg12 configure:20172: result: disabled, libjpeg or libtiff not internal configure:20200: checking for DGifOpenFileName in -lgif configure:20225: gcc -o conftest -g -O2 conftest.c -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:20225: $? = 0 configure:20234: result: yes configure:20244: checking gif_lib.h usability configure:20244: gcc -c -g -O2 conftest.c >&5 configure:20244: $? = 0 configure:20244: result: yes configure:20244: checking gif_lib.h presence configure:20244: gcc -E conftest.c configure:20244: $? = 0 configure:20244: result: yes configure:20244: checking for gif_lib.h configure:20244: result: yes configure:20306: checking ecs.h usability configure:20306: gcc -c -g -O2 conftest.c >&5 conftest.c:100:17: fatal error: ecs.h: No such file or directory compilation terminated. configure:20306: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20306: result: no configure:20306: checking ecs.h presence configure:20306: gcc -E conftest.c conftest.c:67:17: fatal error: ecs.h: No such file or directory compilation terminated. configure:20306: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_H 1 | /* end confdefs.h. */ | #include <ecs.h> configure:20306: result: no configure:20306: checking for ecs.h configure:20306: result: no configure:20330: checking for cln_GetLayerCapabilities in -logdi configure:20355: gcc -o conftest -g -O2 conftest.c -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:20355: $? = 0 configure:20364: result: yes configure:20559: checking for FMEObjects configure:20582: result: no configure:20647: checking for SDreaddata in -lmfhdfalt configure:20672: gcc -o conftest -g -O2 conftest.c -lmfhdfalt -ldfalt -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lmfhdfalt /usr/bin/ld: cannot find -ldfalt collect2: ld returned 1 exit status configure:20672: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20681: result: no configure:20692: checking for SDreaddata in -lmfhdf configure:20717: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lmfhdf /usr/bin/ld: cannot find -ldf collect2: ld returned 1 exit status configure:20717: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20726: result: no configure:20736: checking for SDreaddata in -lhdf4 configure:20761: gcc -o conftest -g -O2 conftest.c -lhdf4 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lhdf4 collect2: ld returned 1 exit status configure:20761: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20770: result: no configure:20783: checking for SDreaddata in -lmfhdf configure:20808: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -ljpeg -lz -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lmfhdf /usr/bin/ld: cannot find -ldf collect2: ld returned 1 exit status configure:20808: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20817: result: no configure:20829: checking for SDreaddata in -lmfhdf configure:20854: gcc -o conftest -g -O2 conftest.c -lmfhdf -ldf -lsz -ljpeg -lz -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lmfhdf /usr/bin/ld: cannot find -ldf /usr/bin/ld: cannot find -lsz collect2: ld returned 1 exit status configure:20854: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:20863: result: no configure:20936: checking for H5Fopen in -lhdf5 configure:20961: gcc -o conftest -g -O2 conftest.c -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:20961: $? = 0 configure:20970: result: yes configure:21090: checking for nc_open in -lnetcdf configure:21115: gcc -o conftest -g -O2 conftest.c -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:21115: $? = 0 configure:21124: result: yes configure:21233: checking libnetcdf version with /usr/bin/ncdump configure:21236: result: got 4.1.3 configure:21246: checking for netcdf-4 (and HDF5) support in libnetcdf configure:21249: result: yes configure:21258: checking for HDF4 support in libnetcdf configure:21265: result: no configure:21310: checking for jpc_decode in -ljasper configure:21335: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:21335: $? = 0 configure:21344: result: yes configure:21352: checking for jp2_decode in -ljasper configure:21377: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:21377: $? = 0 configure:21386: result: yes configure:21394: checking for pgx_decode in -ljasper configure:21419: gcc -o conftest -g -O2 conftest.c -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:21419: $? = 0 configure:21428: result: yes configure:21454: checking for jp2_encode_uuid in -ljasper configure:21479: gcc -o conftest -g -O2 conftest.c -ljasper -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /tmp/cc33g5Fp.o: In function `main': /home/gunther/Downloads/gdal-1.9.0/conftest.c:78: undefined reference to `jp2_encode_uuid' collect2: ld returned 1 exit status configure:21479: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:21488: result: no configure:21502: hacked JasPer version not found, GeoJP2 disabled. configure:21530: checking for opj_decode_tile_data in -lopenjpeg configure:21555: gcc -o conftest -g -O2 conftest.c -lopenjpeg -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lopenjpeg collect2: ld returned 1 exit status configure:21555: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:21564: result: no configure:21574: checking openjpeg.h usability configure:21574: gcc -c -g -O2 conftest.c >&5 conftest.c:100:22: fatal error: openjpeg.h: No such file or directory compilation terminated. configure:21574: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:21574: result: no configure:21574: checking openjpeg.h presence configure:21574: gcc -E conftest.c conftest.c:67:22: fatal error: openjpeg.h: No such file or directory compilation terminated. configure:21574: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_H 1 | /* end confdefs.h. */ | #include <openjpeg.h> configure:21574: result: no configure:21574: checking for openjpeg.h configure:21574: result: no configure:21680: checking for OpenGeodatabase in -lFileGDBAPI configure:21705: gcc -o conftest -g -O2 conftest.c -lFileGDBAPI -lFileGDBAPI -lfgdblinuxrtl -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lFileGDBAPI /usr/bin/ld: cannot find -lFileGDBAPI /usr/bin/ld: cannot find -lfgdblinuxrtl collect2: ld returned 1 exit status configure:21705: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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 OpenGeodatabase (); | int | main () | { | return OpenGeodatabase (); | ; | return 0; | } configure:21714: result: no configure:21781: checking for NCScbmOpenFileView in -lNCSEcw configure:21806: gcc -o conftest -g -O2 conftest.c -lNCSEcw -lNCSCnet -lNCSUtil -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lNCSEcw /usr/bin/ld: cannot find -lNCSCnet /usr/bin/ld: cannot find -lNCSUtil collect2: ld returned 1 exit status configure:21806: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:21815: result: no configure:21829: checking for NCScbmOpenFileView in -lecwj2 configure:21854: gcc -o conftest -g -O2 conftest.c -lecwj2 -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lecwj2 collect2: ld returned 1 exit status configure:21854: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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:21863: result: no configure:21920: checking for Kakadu JPEG2000 support configure:21932: result: not requested. configure:21972: MrSID support disabled. configure:22112: MrSID/MG4 Lidar support disabled. configure:22174: checking for MSG configure:22185: result: not requested configure:22198: checking for BSB configure:22202: result: enabled configure:22527: checking if Oracle support is enabled configure:22541: result: no configure:22560: checking for GRIB configure:22565: result: enabled configure:22654: checking for MySQL configure:22663: result: no configure:22712: checking for Ingres configure:22720: result: no configure:22832: checking for Xerces C++ Parser headers in /usr/include and /usr/include/xercesc configure:22857: g++ -c -g -O2 -I/usr/include -I/usr/include/xercesc conftest.cpp >&5 configure:22857: $? = 0 configure:22861: result: found configure:22882: checking for Xerces C++ Parser libraries configure:22912: g++ -o conftest -g -O2 -I/usr/include -I/usr/include/xercesc conftest.cpp -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl -lxerces-c -lpthread >&5 configure:22912: $? = 0 configure:22916: result: found configure:22941: checking for Xerces C++ Parser configure:22956: result: yes configure:22965: checking if Xerces C++ Parser version is >= 2.7.0 configure:22997: result: yes configure:23168: checking for XML_ParserCreate in -lexpat configure:23193: gcc -o conftest -g -O2 conftest.c -lexpat >&5 configure:23193: $? = 0 configure:23202: result: yes configure:23271: checking for Expat XML Parser headers in /usr/include configure:23295: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 configure:23295: $? = 0 configure:23299: result: found configure:23321: checking for Expat XML Parser configure:23335: result: yes configure:23344: checking if Expat XML Parser version is >= 1.95.0 configure:23376: result: yes configure:23609: checking for Google libkml configure:23684: result: no configure:23719: checking for SQLConnect in -lodbc configure:23744: gcc -o conftest -g -O2 conftest.c -lodbc -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:23744: $? = 0 configure:23753: result: yes configure:23761: checking for SQLInstallDriverEx in -lodbcinst configure:23786: gcc -o conftest -g -O2 conftest.c -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:23786: $? = 0 configure:23795: result: yes configure:24147: checking if Oracle support is enabled configure:24161: result: no configure:24178: checking Checking for DODS configure:24188: result: disabled configure:24280: checking for curl-config configure:24298: found /usr/bin/curl-config configure:24311: result: /usr/bin/curl-config configure:24326: result: found libcurl version 7.24.0 configure:24329: checking for curl_global_init in -lcurl configure:24354: gcc -o conftest -g -O2 conftest.c -lcurl -lcurl -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 configure:24354: $? = 0 configure:24363: result: yes configure:24401: result: disabled configure:24677: checking for sqlite3_open in -lsqlite3 configure:24702: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5 configure:24702: $? = 0 configure:24711: result: yes configure:24785: checking for SQLite3 library >= 3.0.0 configure:24821: g++ -c -g -O2 -I/usr/include conftest.cpp >&5 configure:24821: $? = 0 configure:24823: result: yes configure:24894: checking Checking for DWGdirect configure:24904: result: disabled configure:25009: IBM Informix DataBlade not supported. configure:25025: checking whether we should include ESRI SDE support... configure:25340: result: ESRI SDE support not requested. configure:25352: checking for VFK support configure:25374: result: yes configure:25650: checking for geos-config configure:25668: found /usr/bin/geos-config configure:25681: result: /usr/bin/geos-config configure:25781: checking for GEOS version >= 2.2.0 configure:25804: result: yes configure:25834: checking for GEOSversion in -lgeos_c configure:25860: gcc -o conftest -I/usr/include conftest.c -lgeos_c -L/usr/lib64 -lgeos_c >&5 configure:25860: $? = 0 configure:25869: result: yes configure:25892: Using C API from GEOS 3.3.2 configure:25910: checking for OpenCL support configure:25949: result: no configure:25966: checking for FreeXL support configure:25975: checking freexl.h usability configure:25975: gcc -c -g -O2 conftest.c >&5 conftest.c:100:20: fatal error: freexl.h: No such file or directory compilation terminated. configure:25975: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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 <freexl.h> configure:25975: result: no configure:25975: checking freexl.h presence configure:25975: gcc -E conftest.c conftest.c:67:20: fatal error: freexl.h: No such file or directory compilation terminated. configure:25975: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_H 1 | /* end confdefs.h. */ | #include <freexl.h> configure:25975: result: no configure:25975: checking for freexl.h configure:25975: result: no configure:25985: checking for freexl_open in -lfreexl configure:26010: gcc -o conftest -g -O2 conftest.c -lfreexl -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lfreexl collect2: ld returned 1 exit status configure:26010: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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 freexl_open (); | int | main () | { | return freexl_open (); | ; | return 0; | } configure:26019: result: no configure:26030: checking for freexl_open in -lfreexl configure:26055: gcc -o conftest -g -O2 conftest.c -lfreexl -liconv -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lfreexl /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status configure:26055: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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 freexl_open (); | int | main () | { | return freexl_open (); | ; | return 0; | } configure:26064: result: no configure:26076: checking for freexl_open in -lfreexl configure:26101: gcc -o conftest -g -O2 conftest.c -lfreexl -liconv -lcharset -L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl >&5 /usr/bin/ld: cannot find -lfreexl /usr/bin/ld: cannot find -liconv /usr/bin/ld: cannot find -lcharset collect2: ld returned 1 exit status configure:26101: $? = 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 HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LONG_LONG 1 | #define UNIX_STDIO_64 1 | #define VSI_LARGE_API_SUPPORTED 1 | #define VSI_FTELL64 ftello64 | #define VSI_FSEEK64 fseeko64 | #define VSI_STAT64 stat64 | #define VSI_STAT64_T stat64 | #define VSI_FOPEN64 fopen64 | #define VSI_FTRUNCATE64 ftruncate64 | #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 ICONV_CPP_CONST | #define HAVE_LIBPQ 1 | #define HAVE_PNG_H 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_GIF_LIB_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 freexl_open (); | int | main () | { | return freexl_open (); | ; | return 0; | } configure:26110: result: no configure:26308: checking whether to enable PAM configure:26324: result: yes configure:26344: checking for poppler configure:26420: result: disabled configure:26443: checking for podofo configure:26522: result: disabled configure:26532: checking how to link PROJ.4 library configure:26545: result: link dynamically. configure:26868: result: checking GDAL version information from gdal_version.h: 1.9.0 configure:26997: checking for perl bindings configure:27004: result: disabled configure:27016: checking for php bindings configure:27023: result: disabled configure:27035: checking for ruby bindings configure:27042: result: disabled configure:27054: checking for python bindings configure:27185: result: disabled configure:27200: checking whether we should include Java support configure:27255: result: no configure:27272: checking whether we should include MDB support configure:27480: result: no configure:27493: checking whether we should include rasdaman support... configure:27567: result: rasdaman support not requested. configure:27586: checking whether we should include Armadillo support configure:27608: result: no configure:27649: 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 linha config.status:1313: creating GDALmake.opt config.status:1412: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting config.status:1313: creating port/cpl_config.h config.status:1497: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu 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= 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=yes ac_cv_func_ftruncate64=yes 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_freexl_h=no ac_cv_header_gif_lib_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=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_FileGDBAPI_OpenGeodatabase=no 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_freexl_freexl_open=no ac_cv_lib_geos_c_GEOSversion=yes ac_cv_lib_geotiff_XTIFFClientOpen=yes ac_cv_lib_gif_DGifOpenFileName=yes ac_cv_lib_grass5_G_gisinit_2=no ac_cv_lib_gta_gta_version=no ac_cv_lib_hdf4_SDreaddata=no ac_cv_lib_hdf5_H5Fopen=yes ac_cv_lib_jasper_jp2_decode=yes ac_cv_lib_jasper_jp2_encode_uuid=no ac_cv_lib_jasper_jpc_decode=yes ac_cv_lib_jasper_pgx_decode=yes ac_cv_lib_jpeg_jpeg_read_scanlines=yes ac_cv_lib_m_sin=yes ac_cv_lib_mfhdf_SDreaddata=no ac_cv_lib_mfhdfalt_SDreaddata=no ac_cv_lib_netcdf_nc_open=yes ac_cv_lib_odbc_SQLConnect=yes ac_cv_lib_odbcinst_SQLInstallDriverEx=yes ac_cv_lib_ogdi_cln_GetLayerCapabilities=yes 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=yes ac_cv_lib_sqlite3_sqlite3_open=yes ac_cv_lib_tiff_TIFFScanlineSize64=yes ac_cv_lib_tiff__TIFFsetDoubleArray=yes ac_cv_lib_z_deflateInit_=yes ac_cv_lib_z_inflateCopy=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GEOS_CONFIG=/usr/bin/geos-config ac_cv_path_GREP=/bin/grep ac_cv_path_LIBCURL_CONFIG=/usr/bin/curl-config ac_cv_path_PG_CONFIG=/usr/bin/pg_config ac_cv_path_SED=/bin/sed ac_cv_prog_AWK=gawk 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_OBJDUMP=objdump 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='/usr/bin/ld -m elf_x86_64' acl_cv_prog_gnu_ld=yes acl_cv_rpath=done am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no 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_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' 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='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -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=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_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/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 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='gawk' BINDINGS='' BINTRUE='/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='' DUMPBIN='' DWGDIRECT='' DWG_PLT='' ECHO_C='' ECHO_N='-n' ECHO_T='' ECW_SETTING='no' EGREP='/bin/grep -E' EXEEXT='' EXE_EXT='' EXPAT_CFLAGS='-I/usr/include' EXPAT_INCLUDE='-I/usr/include' EXPAT_LDFLAGS='-lexpat' EXPAT_VERSION='2.1.0' EXTRA_INCLUDES='' FGDB_ENABLED='no' FGDB_INC='' FGDB_LIB='' FGREP='/bin/grep -F' FITS_SETTING='no' FREEXL_INCLUDE='' GDAL_VER='1.9.0' GDAL_VERSION_MAJOR='1' GDAL_VERSION_MINOR='9' GDAL_VERSION_REV='0' GEOS_CFLAGS='-I/usr/include' GEOS_CONFIG='/usr/bin/geos-config' GEOS_LIBS='-L/usr/lib64 -lgeos_c' GEOS_VERSION='3.3.2' GEOTIFF_INCLUDE='' GEOTIFF_SETTING='external' GIF_SETTING='external' GRASS_GISBASE='' GRASS_INCLUDE='' GRASS_SETTING='no' GREP='/bin/grep' GTA_SETTING='no' HAVE_ARMADILLO='no' HAVE_EXPAT='yes' HAVE_FREEXL='no' HAVE_GCC_ATOMIC_BUILTINS='yes' HAVE_GEOS='yes' HAVE_GRASS='no' HAVE_HDF4='no' HAVE_HDF5='yes' HAVE_HIDE_INTERNAL_SYMBOLS='no' HAVE_IDB='no' HAVE_INGRES='no' HAVE_JASPER='yes' HAVE_LIBKML='no' HAVE_LIBTOOL='yes' HAVE_MYSQL='no' HAVE_NAS='yes' HAVE_OCI='no' HAVE_OGDI='yes' HAVE_OPENJPEG='no' HAVE_PG='yes' HAVE_PODOFO='no' HAVE_POPPLER='no' HAVE_SPATIALITE='no' HAVE_SQLITE='yes' HAVE_VFK='yes' HAVE_XERCES='yes' HDF4_INCLUDE='' HDF5_INCLUDE='-I/usr/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='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LD_SHARED='' LIBCURL_CONFIG='/usr/bin/curl-config' LIBICONV='' LIBKML_CFLAGS='' LIBKML_INCLUDE='' LIBKML_LDFLAGS='' LIBKML_VERSION='' LIBLZMA_SETTING='no' LIBOBJS='' LIBS='-L/usr/lib64 -lgeos_c -lsqlite3 -lodbc -lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lnetcdf -lhdf5 -logdi -lgif -ljpeg -lgeotiff -ltiff -lpng -L/usr/lib64 -lpq -lz -lpthread -lm -lrt -ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBZ_SETTING='external' LIPO='' LN_S='ln -s' LTLIBICONV='' LTLIBOBJS='' MACOSX_FRAMEWORK='' 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_HAS_HDF4='no' NETCDF_HAS_NC4='yes' NETCDF_ROOT='/usr' NETCDF_SETTING='yes' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OCI_INCLUDE='' ODBC_SETTING='yes' OGDI_INCLUDE='-I/usr/include/ogdi' OGR_ENABLED='yes' OPENCL_FLAGS='' OPENCL_LIB='' OPT_GDAL_FORMATS='wcs wms grib bsb jpeg2000 netcdf hdf5 ogdi gif jpeg png pcraster ' ORACLE_OCI_CFLAGS='' ORACLE_OCI_LDFLAGS='' ORACLE_OCI_VERSION='' OTOOL64='' 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/bin/pg_config' PG_INC='-I/usr/include -I/usr/include/postgresql/server -DPG_HAS_PQESCAPESTRINGCONN' PG_LIB='' PNG_SETTING='external' PODOFO_INC='' 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='' RENAME_INTERNAL_LIBGEOTIFF_SYMBOLS='no' RENAME_INTERNAL_LIBTIFF_SYMBOLS='no' SDE_ENABLED='no' SDE_INC='' SDE_LIB='' SED='/bin/sed' SHELL='/bin/sh' SO_EXT='' SPATIALITE_AMALGAMATION='no' SPATIALITE_INC='' SQLITE3_CFLAGS='-I/usr/include' SQLITE3_LDFLAGS=' -lsqlite3' SQLITE3_VERSION='3.7.11' SQLITE_INC='-I/usr/include' STRIP='strip' TIFF_OPTS='-DBIGTIFF_SUPPORT' TIFF_SETTING='external' XERCES_CFLAGS='-I/usr/include -I/usr/include/xercesc' XERCES_INCLUDE='-I/usr/include -I/usr/include/xercesc' XERCES_LDFLAGS='-lxerces-c -lpthread' XERCES_VERSION='3.1.1' X_FME_HOME='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share/gdal' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' 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 HAVE_LIBRT 1 #define HAVE_LIBM 1 #define STDC_HEADERS 1 #define HAVE_ASSERT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define HAVE_STDINT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_VALUES_H 1 #define HAVE_FLOAT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_LONG_LONG 1 #define UNIX_STDIO_64 1 #define VSI_LARGE_API_SUPPORTED 1 #define VSI_FTELL64 ftello64 #define VSI_FSEEK64 fseeko64 #define VSI_STAT64 stat64 #define VSI_STAT64_T stat64 #define VSI_FOPEN64 fopen64 #define VSI_FTRUNCATE64 ftruncate64 #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 ICONV_CPP_CONST #define HAVE_LIBPQ 1 #define HAVE_PNG_H 1 #define HAVE_JPEGLIB_H 1 #define HAVE_GIF_LIB_H 1 #define GDAL_PREFIX "/usr/local" configure: exit 0
View Attachment As Raw
Actions:
View
Attachments on
bug 6434
:
2586
| 2590