This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Berkeley DB configure 4.7.25, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/build_unix/../dist/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-compat185 --enable-o_direct --without-uniquename --enable-rpc --with-mutex=x86/gcc-assembly --enable-cxx --enable-java --enable-tcl --with-tcl=/usr/lib64 --disable-test --with-java-prefix=/opt/sun-jdk-1.6.0.43 --with-javac-flags=-source 1.5 -target 1.5 ## --------- ## ## Platform. ## ## --------- ## hostname = condor uname -m = x86_64 uname -r = 3.8.5 uname -s = Linux uname -v = #1 SMP Sat Mar 30 13:17:18 CET 2013 /usr/bin/uname -p = Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/sun-jdk-1.6.0.43/bin PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.4.4 PATH: /opt/stuffit/bin PATH: /opt/intel/composerxe-2013_update2.2.146/bin/intel64 PATH: /opt/intel/composerxe-2013_update2.2.146/mpirt/bin/intel64 PATH: /opt/intel/composerxe-2013_update2.2.146/bin/ia32 PATH: /opt/intel/composerxe-2013_update2.2.146/mpirt/bin/ia32 PATH: /opt/nvidia-cg-toolkit/bin PATH: /usr/lib64/subversion/bin PATH: /opt/eagle-5.11.0/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2666: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2800: checking build system type configure:2814: result: x86_64-pc-linux-gnu configure:2834: checking host system type configure:2847: result: x86_64-pc-linux-gnu configure:2879: checking if building in the top-level or dist directories configure:2890: result: no configure:2973: checking if --disable-cryptography option specified configure:2986: result: no configure:2990: checking if --disable-hash option specified configure:3003: result: no configure:3007: checking if --disable-mutexsupport option specified configure:3020: result: no configure:3024: checking if --disable-queue option specified configure:3037: result: no configure:3041: checking if --disable-replication option specified configure:3054: result: no configure:3058: checking if --disable-statistics option specified configure:3071: result: no configure:3075: checking if --disable-verify option specified configure:3088: result: no configure:3092: checking if --enable-compat185 option specified configure:3101: result: yes configure:3104: checking if --enable-cxx option specified configure:3113: result: yes configure:3116: checking if --enable-debug option specified configure:3125: result: no configure:3128: checking if --enable-debug_rop option specified configure:3137: result: no configure:3140: checking if --enable-debug_wop option specified configure:3149: result: no configure:3152: checking if --enable-diagnostic option specified configure:3176: result: no configure:3180: checking if --enable-dump185 option specified configure:3189: result: no configure:3192: checking if --enable-java option specified configure:3201: result: yes configure:3204: checking if --enable-mingw option specified configure:3213: result: no configure:3216: checking if --enable-o_direct option specified configure:3225: result: yes configure:3228: checking if --enable-posixmutexes option specified configure:3237: result: no configure:3246: checking if --enable-pthread_api option specified configure:3259: result: no configure:3267: checking if --enable-rpc option specified configure:3276: result: yes configure:3279: checking if --enable-smallbuild option specified configure:3296: result: no configure:3299: checking if --enable-tcl option specified configure:3308: result: yes configure:3311: checking if --enable-test option specified configure:3320: result: no configure:3323: checking if --enable-uimutexes option specified configure:3332: result: no configure:3335: checking if --enable-umrw option specified configure:3344: result: no configure:3347: checking if --with-mutex=MUTEX option specified configure:3363: result: x86/gcc-assembly configure:3375: checking if --with-tcl=DIR option specified configure:3385: result: /usr/lib64 configure:3391: checking if --with-uniquename=NAME option specified configure:3404: result: no configure:3462: checking for x86_64-pc-linux-gnu-chmod configure:3492: result: no configure:3502: checking for chmod configure:3518: found /usr/bin/chmod configure:3529: result: chmod configure:3556: checking for x86_64-pc-linux-gnu-cp configure:3586: result: no configure:3596: checking for cp configure:3612: found /usr/bin/cp configure:3623: result: cp configure:3747: checking for x86_64-pc-linux-gnu-ln configure:3777: result: no configure:3787: checking for ln configure:3803: found /usr/bin/ln configure:3814: result: ln configure:3841: checking for x86_64-pc-linux-gnu-mkdir configure:3871: result: no configure:3881: checking for mkdir configure:3897: found /usr/bin/mkdir configure:3908: result: mkdir configure:3935: checking for x86_64-pc-linux-gnu-rm configure:3965: result: no configure:3975: checking for rm configure:3991: found /usr/bin/rm configure:4002: result: rm configure:4030: checking for x86_64-pc-linux-gnu-rpcgen configure:4060: result: no configure:4070: checking for rpcgen configure:4086: found /usr/bin/rpcgen configure:4097: result: rpcgen configure:4129: checking for x86_64-pc-linux-gnu-bash configure:4162: result: no configure:4172: checking for bash configure:4190: found /bin/bash configure:4202: result: /bin/bash configure:4244: checking for a BSD-compatible install configure:4312: result: /usr/bin/install -c configure:4412: checking for x86_64-pc-linux-gnu-cc configure:4442: result: no configure:4412: checking for x86_64-pc-linux-gnu-gcc configure:4428: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:4439: result: x86_64-pc-linux-gnu-gcc configure:4514: checking for C compiler version configure:4523: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.7.2-r1 p1.5, pie-0.5.5) 4.7.2 Copyright (C) 2012 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:4534: $? = 0 configure:4523: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2-r1 p1.5, pie-0.5.5' Thread model: posix gcc version 4.7.2 (Gentoo 4.7.2-r1 p1.5, pie-0.5.5) configure:4534: $? = 0 configure:4523: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4534: $? = 1 configure:4523: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4534: $? = 1 configure:4554: checking whether the C compiler works configure:4576: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 configure:4580: $? = 0 configure:4628: result: yes configure:4631: checking for C compiler default output file name configure:4633: result: a.out configure:4639: checking for suffix of executables configure:4646: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 configure:4650: $? = 0 configure:4672: result: configure:4694: checking whether we are cross compiling configure:4702: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 configure:4706: $? = 0 configure:4713: ./conftest configure:4717: $? = 0 configure:4732: result: no configure:4737: checking for suffix of object files configure:4759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:4763: $? = 0 configure:4784: result: o configure:4788: checking whether we are using the GNU C compiler configure:4807: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:4807: $? = 0 configure:4816: result: yes configure:4825: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4845: x86_64-pc-linux-gnu-gcc -c -g -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:4845: $? = 0 configure:4886: result: yes configure:4903: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4966: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:4966: $? = 0 configure:4979: result: none needed configure:5022: checking for an ANSI C-conforming const configure:5088: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:5088: $? = 0 configure:5095: result: yes configure:5103: checking for inline configure:5119: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:5119: $? = 0 configure:5127: result: inline configure:5664: checking for x86_64-pc-linux-gnu-g++ configure:5680: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:5691: result: x86_64-pc-linux-gnu-g++ configure:5762: checking for C++ compiler version configure:5771: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 4.7.2-r1 p1.5, pie-0.5.5) 4.7.2 Copyright (C) 2012 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:5782: $? = 0 configure:5771: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2-r1 p1.5, pie-0.5.5' Thread model: posix gcc version 4.7.2 (Gentoo 4.7.2-r1 p1.5, pie-0.5.5) configure:5782: $? = 0 configure:5771: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:5782: $? = 1 configure:5771: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:5782: $? = 1 configure:5786: checking whether we are using the GNU C++ compiler configure:5805: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 configure:5805: $? = 0 configure:5814: result: yes configure:5823: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:5843: x86_64-pc-linux-gnu-g++ -c -g -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 configure:5843: $? = 0 configure:5884: result: yes configure:5913: checking how to run the C++ preprocessor configure:5940: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp configure:5940: $? = 0 configure:5954: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Berkeley DB" | #define PACKAGE_TARNAME "db-4.7.25" | #define PACKAGE_VERSION "4.7.25" | #define PACKAGE_STRING "Berkeley DB 4.7.25" | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" | #define PACKAGE_URL "" | #define HAVE_UPGRADE_SUPPORT 1 | /* end confdefs.h. */ | #include configure:5979: result: x86_64-pc-linux-gnu-g++ -E configure:5999: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp configure:5999: $? = 0 configure:6013: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6013: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Berkeley DB" | #define PACKAGE_TARNAME "db-4.7.25" | #define PACKAGE_VERSION "4.7.25" | #define PACKAGE_STRING "Berkeley DB 4.7.25" | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" | #define PACKAGE_URL "" | #define HAVE_UPGRADE_SUPPORT 1 | /* end confdefs.h. */ | #include configure:6045: checking whether C++ supports the ISO C++ standard includes configure:6069: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 configure:6069: $? = 0 configure:6083: result: yes configure:6094: checking whether we are using gcc version 2.96 configure:6109: result: no configure:6120: checking whether g++ requires -fhandle-exceptions configure:6135: result: no configure:6206: checking how to print strings configure:6233: result: printf configure:6254: checking for a sed that does not truncate output configure:6318: result: /bin/sed configure:6336: checking for grep that handles long lines and -e configure:6394: result: /bin/grep configure:6399: checking for egrep configure:6461: result: /bin/grep -E configure:6466: checking for fgrep configure:6528: result: /bin/grep -F configure:6563: checking for ld used by x86_64-pc-linux-gnu-gcc configure:6630: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:6637: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:6652: result: yes configure:6664: checking for BSD- or MS-compatible name lister (nm) configure:6713: result: /usr/bin/nm -B configure:6843: checking the name lister (/usr/bin/nm -B) interface configure:6850: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:6853: /usr/bin/nm -B "conftest.o" configure:6856: output 0000000000000000 B some_variable configure:6863: result: BSD nm configure:6866: checking whether ln -s works configure:6870: result: yes configure:6878: checking the maximum length of command line arguments configure:7008: result: 1572864 configure:7025: checking whether the shell understands some XSI constructs configure:7035: result: yes configure:7039: checking whether the shell understands "+=" configure:7045: result: yes configure:7080: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:7120: result: func_convert_file_noop configure:7127: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:7147: result: func_convert_file_noop configure:7154: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:7161: result: -r configure:7195: checking for x86_64-pc-linux-gnu-objdump configure:7211: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:7222: result: x86_64-pc-linux-gnu-objdump configure:7294: checking how to recognize dependent libraries configure:7496: result: pass_all configure:7541: checking for x86_64-pc-linux-gnu-dlltool configure:7571: result: no configure:7581: checking for dlltool configure:7611: result: no configure:7641: checking how to associate runtime and link libraries configure:7668: result: printf %s\n configure:7684: checking for x86_64-pc-linux-gnu-ar configure:7700: found /usr/bin/x86_64-pc-linux-gnu-ar configure:7711: result: x86_64-pc-linux-gnu-ar configure:7792: checking for archiver @FILE support configure:7809: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:7809: $? = 0 configure:7812: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:7815: $? = 0 configure:7820: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:7823: $? = 1 configure:7835: result: @ configure:7853: checking for x86_64-pc-linux-gnu-strip configure:7880: result: true configure:7952: checking for x86_64-pc-linux-gnu-ranlib configure:7968: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:7979: result: x86_64-pc-linux-gnu-ranlib configure:8096: checking for gawk configure:8112: found /usr/bin/gawk configure:8123: result: gawk configure:8163: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:8283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:8286: $? = 0 configure:8290: /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:8293: $? = 0 configure:8359: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c conftstm.o >&5 configure:8362: $? = 0 configure:8400: result: ok configure:8437: checking for sysroot configure:8467: result: no configure:8544: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:8547: $? = 0 configure:8683: checking for x86_64-pc-linux-gnu-mt configure:8713: result: no configure:8723: checking for mt configure:8739: found /usr/sbin/mt configure:8750: result: mt configure:8773: checking if mt is a manifest tool configure:8779: mt '-?' usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] configure:8787: result: no configure:9429: checking how to run the C preprocessor configure:9460: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c configure:9460: $? = 0 configure:9474: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9474: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Berkeley DB" | #define PACKAGE_TARNAME "db-4.7.25" | #define PACKAGE_VERSION "4.7.25" | #define PACKAGE_STRING "Berkeley DB 4.7.25" | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" | #define PACKAGE_URL "" | #define HAVE_UPGRADE_SUPPORT 1 | /* end confdefs.h. */ | #include configure:9499: result: x86_64-pc-linux-gnu-gcc -E configure:9519: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c configure:9519: $? = 0 configure:9533: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9533: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Berkeley DB" | #define PACKAGE_TARNAME "db-4.7.25" | #define PACKAGE_VERSION "4.7.25" | #define PACKAGE_STRING "Berkeley DB 4.7.25" | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" | #define PACKAGE_URL "" | #define HAVE_UPGRADE_SUPPORT 1 | /* end confdefs.h. */ | #include configure:9562: checking for ANSI C header files configure:9582: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9582: $? = 0 configure:9655: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 configure:9655: $? = 0 configure:9655: ./conftest configure:9655: $? = 0 configure:9666: result: yes configure:9679: checking for sys/types.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for sys/stat.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for stdlib.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for string.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for memory.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for strings.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for inttypes.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for stdint.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9679: checking for unistd.h configure:9679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9679: $? = 0 configure:9679: result: yes configure:9693: checking for dlfcn.h configure:9693: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:9693: $? = 0 configure:9693: result: yes configure:9909: checking for objdir configure:9924: result: .libs configure:10191: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:10209: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -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:10213: $? = 0 configure:10226: result: no configure:10553: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:10560: result: -fPIC -DPIC configure:10568: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:10586: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -fPIC -DPIC -DPIC conftest.c >&5 configure:10590: $? = 0 configure:10603: result: yes configure:10632: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:10660: result: yes configure:10675: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:10696: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.c >&5 configure:10700: $? = 0 configure:10722: result: yes configure:10730: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:10777: result: yes configure:10810: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:11963: result: yes configure:12000: checking whether -lc should be explicitly linked in configure:12008: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:12011: $? = 0 configure:12026: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:12029: $? = 0 configure:12043: result: no configure:12203: checking dynamic linker characteristics configure:12727: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12727: $? = 0 configure:12949: result: GNU/Linux ld.so configure:13056: checking how to hardcode library paths into programs configure:13081: result: immediate configure:13621: checking whether stripping libraries is possible configure:13643: result: no configure:13661: checking if libtool supports shared libraries configure:13663: result: yes configure:13666: checking whether to build shared libraries configure:13687: result: yes configure:13690: checking whether to build static libraries configure:13694: result: yes configure:13717: checking how to run the C++ preprocessor configure:13783: result: x86_64-pc-linux-gnu-g++ -E configure:13803: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp configure:13803: $? = 0 configure:13817: x86_64-pc-linux-gnu-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13817: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Berkeley DB" | #define PACKAGE_TARNAME "db-4.7.25" | #define PACKAGE_VERSION "4.7.25" | #define PACKAGE_STRING "Berkeley DB 4.7.25" | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" | #define PACKAGE_URL "" | #define HAVE_UPGRADE_SUPPORT 1 | #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 configure:13986: checking for ld used by x86_64-pc-linux-gnu-g++ configure:14053: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:14060: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:14075: result: yes configure:14130: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:15135: result: yes configure:15171: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 configure:15174: $? = 0 configure:15694: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:15701: result: -fPIC -DPIC configure:15709: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works configure:15727: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15731: $? = 0 configure:15744: result: yes configure:15767: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:15795: result: yes configure:15807: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:15828: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.cpp >&5 configure:15832: $? = 0 configure:15854: result: yes configure:15859: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:15906: result: yes configure:15936: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:15972: result: yes configure:16113: checking dynamic linker characteristics configure:16793: result: GNU/Linux ld.so configure:16846: checking how to hardcode library paths into programs configure:16871: result: immediate configure:16933: creating ./config.lt ## ------------------ ## ## Running config.lt. ## ## ------------------ ## config.lt:681: creating libtool configure:18571: checking SOSUFFIX from libtool configure:18593: result: .so configure:18598: checking MODSUFFIX from libtool configure:18620: result: .so configure:18625: checking JMODSUFFIX from libtool configure:18651: result: .so configure:18861: checking if /opt/sun-jdk-1.6.0.43/bin/javac works configure:18875: /opt/sun-jdk-1.6.0.43/bin/javac -source 1.5 -target 1.5 Test.java configure:18878: $? = 0 configure:18889: result: yes configure:18942: checking for jar configure:18958: found /opt/sun-jdk-1.6.0.43/bin/jar configure:18969: result: jar configure:19077: checking for uudecode configure:19093: found /usr/bin/uudecode configure:19104: result: yes configure:19113: checking if uudecode can decode base 64 file configure:19140: result: yes configure:19276: checking if /opt/sun-jdk-1.6.0.43/bin/java works configure:19307: /opt/sun-jdk-1.6.0.43/bin/java Test Exception in thread "main" java.lang.ClassFormatError: Unknown constant tag 110 in class file Test at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Could not find the main class: Test. Program will exit. configure:19310: $? = 1 configure: failed program was: /* [#]line 19286 "configure" */ public class Test { public static void main (String args[]) { System.exit (0); } } configure:19316: error: The Java VM /opt/sun-jdk-1.6.0.43/bin/java failed (see config.log, check the CLASSPATH?) ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes 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=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--default-symver' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_db_cv_path_sh=/bin/bash ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' ac_cv_prog_JAR=jar ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=true ac_cv_prog_ac_ct_CHMOD=chmod ac_cv_prog_ac_ct_CP=cp ac_cv_prog_ac_ct_LN=ln ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_MKDIR=mkdir ac_cv_prog_ac_ct_RM=rm ac_cv_prog_ac_ct_RPCGEN=rpcgen ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_javac_works=yes ac_cv_prog_uudecode=yes ac_cv_prog_uudecode_base64=yes ac_pt_db_cv_path_sh=/bin/bash db_cv_build_cryptography=yes db_cv_build_hash=yes db_cv_build_mutexsupport=yes db_cv_build_queue=yes db_cv_build_replication=yes db_cv_build_statistics=yes db_cv_build_verify=yes db_cv_compat185=yes db_cv_cxx=yes db_cv_cxx_have_stdheaders=yes db_cv_debug=no db_cv_debug_rop=no db_cv_debug_wop=no db_cv_diagnostic=no db_cv_dump185=no db_cv_gcc_2_96=no db_cv_gxx_except=no db_cv_java=yes db_cv_mingw=no db_cv_mutex=x86/gcc-assembly db_cv_o_direct=yes db_cv_path_sh=/bin/bash db_cv_posixmutexes=no db_cv_pthread_api=no db_cv_rpc=yes db_cv_smallbuild=no db_cv_tcl=yes db_cv_test=no db_cv_uimutexes=no db_cv_umrw=no db_cv_uniquename=no 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/x86_64-pc-linux-gnu/bin/ld lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/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=yes lt_cv_prog_compiler_static_works_CXX=yes 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=yes 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. ## ## ----------------- ## ADDITIONAL_INCS='' ADDITIONAL_LANG='' ADDITIONAL_OBJS='' ADDITIONAL_PROGS='' AR='x86_64-pc-linux-gnu-ar' AWK='gawk' BUILD_TARGET='library_build' CC='x86_64-pc-linux-gnu-gcc' CCC='CXX' CFLAGS='-march=native -O2 -pipe ' CHMOD='chmod' CONFIGURATION_ARGS='' CONFIGURATION_PATH='' CP='cp' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT' CRYPTO_OBJS='' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXFLAGS='-march=native -O2 -pipe' DB_CONST='' DB_PROTO1='#undef __P' DB_PROTO2='#define __P(protos) protos' DB_VERSION_MAJOR='4' DB_VERSION_MINOR='7' DB_VERSION_PATCH='25' DB_VERSION_STRING='"Berkeley DB 4.7.25: (2013-04-06)"' DB_VERSION_UNIQUE_NAME='' DEFAULT_LIB='$(libso_target)' DEFAULT_LIB_CXX='$(libxso_target)' DEFS='' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' FILE_t_decl='' GREP='/bin/grep' INSTALLER='$(LIBTOOL) --mode=install cp -p' INSTALL_DATA='${INSTALL} -m 644' INSTALL_LIBS='$(libso_target) $(libdb) $(libxso_target) $(libcxx)' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_TARGET='library_install' INT64_FMT='' JAR='jar' JAVA='/opt/sun-jdk-1.6.0.43/bin/java' JAVAC='/opt/sun-jdk-1.6.0.43/bin/javac' JAVACFLAGS='-source 1.5 -target 1.5' JAVAFLAGS='' JAVAPREFIX='/opt/sun-jdk-1.6.0.43' JMODSUFFIX='.so' KILL='' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--default-symver' LIBCSO_LIBS='' LIBJSO_LIBS='' LIBOBJS='' LIBS='' LIBSO_LIBS='' LIBTOOL='$(SHELL) ./libtool' LIBTSO_LIBS='' LIBTSO_MODSUFFIX='.so' LIBTSO_MODULE='-module' LIBXSO_LIBS='' LIPO='' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAKEFILE_CC='$(LIBTOOL) --mode=compile x86_64-pc-linux-gnu-gcc' MAKEFILE_CCLINK='$(LIBTOOL) --mode=link x86_64-pc-linux-gnu-gcc' MAKEFILE_CXX='$(LIBTOOL) --mode=compile x86_64-pc-linux-gnu-g++' MAKEFILE_CXXLINK='$(LIBTOOL) --mode=link x86_64-pc-linux-gnu-g++' MAKEFILE_SOLINK='$(LIBTOOL) --mode=link x86_64-pc-linux-gnu-gcc -avoid-version' MAKEFILE_XSOLINK='$(LIBTOOL) --mode=link x86_64-pc-linux-gnu-g++ -avoid-version' MANIFEST_TOOL=':' MKDIR='mkdir' MODSUFFIX='.so' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OSDIR='' OTOOL64='' OTOOL='' PACKAGE_BUGREPORT='Oracle Technology Network Berkeley DB forum' PACKAGE_NAME='Berkeley DB' PACKAGE_STRING='Berkeley DB 4.7.25' PACKAGE_TARNAME='db-4.7.25' PACKAGE_URL='' PACKAGE_VERSION='4.7.25' PATH_SEPARATOR=':' POSTLINK='$(LIBTOOL) --mode=execute true' RANLIB='x86_64-pc-linux-gnu-ranlib' REPLACEMENT_OBJS='' RM='rm' RPCGEN='rpcgen' RPC_CLIENT_OBJS='' RPC_SERVER_H='' SED='/bin/sed' SHELL='/bin/sh' SOFLAGS='-rpath $(libdir)' SOSUFFIX='.so' STRIP='true' SWIGCFLAGS='' TCL_BIN_DIR='' TCL_INCLUDE_SPEC='' TCL_LIB_FILE='' TCL_SRC_DIR='' TCL_TCLSH='' TEST_LIBS='' UINT64_FMT='' _ACJNI_JAVAC='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' cxx_have_stdheaders='#define HAVE_CXX_STDHEADERS 1' datadir='/usr/share' datarootdir='${prefix}/share' db_cv_path_sh='/bin/bash' db_int_def='' db_seq_decl='' db_threadid_t_decl='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' int16_decl='' int32_decl='' int64_decl='' inttypes_h_decl='' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' o='.lo' off_t_decl='' oldincludedir='/usr/include' pdfdir='${docdir}' pid_t_decl='' platform_footer='' platform_header='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' size_t_decl='' ssize_t_decl='' stddef_h_decl='' stdint_h_decl='' sysconfdir='/etc' target_alias='' thread_h_decl='' time_t_decl='' u_char_decl='' u_int16_decl='' u_int32_decl='' u_int64_decl='' u_int8_decl='' u_int_decl='' u_long_decl='' u_short_decl='' uintmax_t_decl='' uintptr_t_decl='' unistd_h_decl='' uudecode='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Berkeley DB" #define PACKAGE_TARNAME "db-4.7.25" #define PACKAGE_VERSION "4.7.25" #define PACKAGE_STRING "Berkeley DB 4.7.25" #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" #define PACKAGE_URL "" #define HAVE_UPGRADE_SUPPORT 1 #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/" configure: exit 1