Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 380406 Details for
Bug 516642
sys-libs/db-4.8.30 fails to cross-compile: "configure: error: Unable to find a mutex implementation" due to crossdev cache values
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 156.21 KB, created by
Scott Alfter
on 2014-07-07 20:29:28 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Scott Alfter
Created:
2014-07-07 20:29:28 UTC
Size:
156.21 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 Berkeley DB configure 4.8.30, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /usr/armv6j-hardfloat-linux-gnueabi/tmp/portage/sys-libs/db-4.8.30-r1/work/db-4.8.30/build_unix/../dist/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=armv6j-hardfloat-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --enable-compat185 --enable-o_direct --without-uniquename --enable-cxx --enable-stl --disable-java --disable-tcl --disable-test > >## --------- ## >## Platform. ## >## --------- ## > >hostname = buildhost >uname -m = x86_64 >uname -r = 3.12.21-gentoo-r1 >uname -s = Linux >uname -v = #1 SMP Mon Jun 23 14:06:09 PDT 2014 > >/usr/bin/uname -p = AMD Opteron(TM) Processor 6212 >/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: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2676: 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:2812: checking build system type >configure:2826: result: x86_64-pc-linux-gnu >configure:2846: checking host system type >configure:2859: result: armv6j-hardfloat-linux-gnueabi >configure:2891: checking if building in the top-level or dist directories >configure:2902: result: no >configure:2986: checking if --disable-cryptography option specified >configure:2999: result: no >configure:3003: checking if --disable-hash option specified >configure:3016: result: no >configure:3020: checking if --disable-partition option specified >configure:3033: result: no >configure:3037: checking if --disable-compression option specified >configure:3050: result: no >configure:3054: checking if --disable-mutexsupport option specified >configure:3067: result: no >configure:3071: checking if --disable-atomicsupport option specified >configure:3084: result: no >configure:3088: checking if --disable-queue option specified >configure:3101: result: no >configure:3105: checking if --disable-replication option specified >configure:3118: result: no >configure:3122: checking if --disable-statistics option specified >configure:3135: result: no >configure:3139: checking if --disable-verify option specified >configure:3152: result: no >configure:3156: checking if --enable-compat185 option specified >configure:3165: result: yes >configure:3168: checking if --enable-cxx option specified >configure:3177: result: yes >configure:3180: checking if --enable-debug option specified >configure:3189: result: no >configure:3192: checking if --enable-debug_rop option specified >configure:3201: result: no >configure:3204: checking if --enable-debug_wop option specified >configure:3213: result: no >configure:3216: checking if --enable-diagnostic option specified >configure:3240: result: no >configure:3244: checking if --enable-dump185 option specified >configure:3253: result: no >configure:3256: checking if --enable-java option specified >configure:3265: result: no >configure:3268: checking if --enable-mingw option specified >configure:3277: result: no >configure:3280: checking if --enable-o_direct option specified >configure:3289: result: yes >configure:3292: checking if --enable-posixmutexes option specified >configure:3301: result: no >configure:3318: checking if --enable-rpc option specified >configure:3331: result: no >configure:3334: checking if --enable-smallbuild option specified >configure:3353: result: no >configure:3356: checking if --enable-stl option specified >configure:3368: result: yes >configure:3371: checking if --enable-tcl option specified >configure:3380: result: no >configure:3383: checking if --enable-test option specified >configure:3392: result: no >configure:3395: checking if --enable-uimutexes option specified >configure:3404: result: no >configure:3407: checking if --enable-umrw option specified >configure:3416: result: no >configure:3419: checking if --with-mutex=MUTEX option specified >configure:3435: result: no >configure:3447: checking if --with-tcl=DIR option specified >configure:3457: result: no >configure:3463: checking if --with-uniquename=NAME option specified >configure:3476: result: no >configure:3534: checking for armv6j-hardfloat-linux-gnueabi-chmod >configure:3564: result: no >configure:3574: checking for chmod >configure:3590: found /bin/chmod >configure:3601: result: chmod >configure:3613: WARNING: using cross tools not prefixed with host triplet >configure:3628: checking for armv6j-hardfloat-linux-gnueabi-cp >configure:3658: result: no >configure:3668: checking for cp >configure:3684: found /bin/cp >configure:3695: result: cp >configure:3819: checking for armv6j-hardfloat-linux-gnueabi-ln >configure:3849: result: no >configure:3859: checking for ln >configure:3875: found /bin/ln >configure:3886: result: ln >configure:3913: checking for armv6j-hardfloat-linux-gnueabi-mkdir >configure:3943: result: no >configure:3953: checking for mkdir >configure:3969: found /bin/mkdir >configure:3980: result: mkdir >configure:4007: checking for armv6j-hardfloat-linux-gnueabi-rm >configure:4037: result: no >configure:4047: checking for rm >configure:4063: found /bin/rm >configure:4074: result: rm >configure:4204: checking for armv6j-hardfloat-linux-gnueabi-bash >configure:4234: result: /bin/sh >configure:4319: checking for a BSD-compatible install >configure:4387: result: /usr/bin/install -c >configure:4489: checking for armv6j-hardfloat-linux-gnueabi-cc >configure:4519: result: no >configure:4489: checking for armv6j-hardfloat-linux-gnueabi-gcc >configure:4505: found /usr/bin/armv6j-hardfloat-linux-gnueabi-gcc >configure:4516: result: armv6j-hardfloat-linux-gnueabi-gcc >configure:4591: checking for C compiler version >configure:4600: armv6j-hardfloat-linux-gnueabi-gcc --version >&5 >armv6j-hardfloat-linux-gnueabi-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >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:4611: $? = 0 >configure:4600: armv6j-hardfloat-linux-gnueabi-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.7.3/armv6j-hardfloat-linux-gnueabi-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/lto-wrapper >Target: armv6j-hardfloat-linux-gnueabi >Configured with: /var/tmp/portage/cross-armv6j-hardfloat-linux-gnueabi/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --target=armv6j-hardfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/include --datadir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3 --mandir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/man --infodir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/armv6j-hardfloat-linux-gnueabi --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-float=hard --with-arch=armv6j --with-float=hard --with-fpu=vfp --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --without-ppl >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) >configure:4611: $? = 0 >configure:4600: armv6j-hardfloat-linux-gnueabi-gcc -V >&5 >armv6j-hardfloat-linux-gnueabi-gcc: error: unrecognized command line option '-V' >armv6j-hardfloat-linux-gnueabi-gcc: fatal error: no input files >compilation terminated. >configure:4611: $? = 1 >configure:4600: armv6j-hardfloat-linux-gnueabi-gcc -qversion >&5 >armv6j-hardfloat-linux-gnueabi-gcc: error: unrecognized command line option '-qversion' >armv6j-hardfloat-linux-gnueabi-gcc: fatal error: no input files >compilation terminated. >configure:4611: $? = 1 >configure:4631: checking whether the C compiler works >configure:4653: armv6j-hardfloat-linux-gnueabi-gcc -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 >configure:4657: $? = 0 >configure:4705: result: yes >configure:4708: checking for C compiler default output file name >configure:4710: result: a.out >configure:4716: checking for suffix of executables >configure:4723: armv6j-hardfloat-linux-gnueabi-gcc -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 >configure:4727: $? = 0 >configure:4749: result: >configure:4771: checking whether we are cross compiling >configure:4809: result: yes >configure:4814: checking for suffix of object files >configure:4836: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:4840: $? = 0 >configure:4861: result: o >configure:4865: checking whether we are using the GNU C compiler >configure:4884: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:4884: $? = 0 >configure:4893: result: yes >configure:4902: checking whether armv6j-hardfloat-linux-gnueabi-gcc accepts -g >configure:4922: armv6j-hardfloat-linux-gnueabi-gcc -c -g -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:4922: $? = 0 >configure:4963: result: yes >configure:4980: checking for armv6j-hardfloat-linux-gnueabi-gcc option to accept ISO C89 >configure:5043: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:5043: $? = 0 >configure:5056: result: none needed >configure:5099: checking for an ANSI C-conforming const >configure:5165: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:5165: $? = 0 >configure:5172: result: yes >configure:5180: checking for inline >configure:5196: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:5196: $? = 0 >configure:5204: result: inline >configure:5741: checking for armv6j-hardfloat-linux-gnueabi-g++ >configure:5757: found /usr/bin/armv6j-hardfloat-linux-gnueabi-g++ >configure:5768: result: armv6j-hardfloat-linux-gnueabi-g++ >configure:5839: checking for C++ compiler version >configure:5848: armv6j-hardfloat-linux-gnueabi-g++ --version >&5 >armv6j-hardfloat-linux-gnueabi-g++ (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >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:5859: $? = 0 >configure:5848: armv6j-hardfloat-linux-gnueabi-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.7.3/armv6j-hardfloat-linux-gnueabi-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/lto-wrapper >Target: armv6j-hardfloat-linux-gnueabi >Configured with: /var/tmp/portage/cross-armv6j-hardfloat-linux-gnueabi/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --target=armv6j-hardfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/include --datadir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3 --mandir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/man --infodir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/armv6j-hardfloat-linux-gnueabi --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-float=hard --with-arch=armv6j --with-float=hard --with-fpu=vfp --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --without-ppl >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) >configure:5859: $? = 0 >configure:5848: armv6j-hardfloat-linux-gnueabi-g++ -V >&5 >armv6j-hardfloat-linux-gnueabi-g++: error: unrecognized command line option '-V' >armv6j-hardfloat-linux-gnueabi-g++: fatal error: no input files >compilation terminated. >configure:5859: $? = 1 >configure:5848: armv6j-hardfloat-linux-gnueabi-g++ -qversion >&5 >armv6j-hardfloat-linux-gnueabi-g++: error: unrecognized command line option '-qversion' >armv6j-hardfloat-linux-gnueabi-g++: fatal error: no input files >compilation terminated. >configure:5859: $? = 1 >configure:5863: checking whether we are using the GNU C++ compiler >configure:5882: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:5882: $? = 0 >configure:5891: result: yes >configure:5900: checking whether armv6j-hardfloat-linux-gnueabi-g++ accepts -g >configure:5920: armv6j-hardfloat-linux-gnueabi-g++ -c -g -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:5920: $? = 0 >configure:5961: result: yes >configure:5990: checking how to run the C++ preprocessor >configure:6017: armv6j-hardfloat-linux-gnueabi-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp >configure:6017: $? = 0 >configure:6031: armv6j-hardfloat-linux-gnueabi-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:6031: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" >| #define PACKAGE_URL "" >| #define HAVE_UPGRADE_SUPPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6056: result: armv6j-hardfloat-linux-gnueabi-g++ -E >configure:6076: armv6j-hardfloat-linux-gnueabi-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp >configure:6076: $? = 0 >configure:6090: armv6j-hardfloat-linux-gnueabi-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:6090: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" >| #define PACKAGE_URL "" >| #define HAVE_UPGRADE_SUPPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6122: checking whether C++ supports the ISO C++ standard includes >configure:6142: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:6142: $? = 0 >configure:6154: result: yes >configure:6165: checking whether we are using gcc version 2.96 >configure:6180: result: no >configure:6256: checking how to print strings >configure:6283: result: printf >configure:6304: checking for a sed that does not truncate output >configure:6368: result: /bin/sed >configure:6386: checking for grep that handles long lines and -e >configure:6444: result: /bin/grep >configure:6449: checking for egrep >configure:6511: result: /bin/grep -E >configure:6516: checking for fgrep >configure:6578: result: /bin/grep -F >configure:6613: checking for ld used by armv6j-hardfloat-linux-gnueabi-gcc >configure:6680: result: /usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld >configure:6687: checking if the linker (/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld) is GNU ld >configure:6702: result: yes >configure:6714: checking for BSD- or MS-compatible name lister (nm) >configure:6763: result: /usr/bin/armv6j-hardfloat-linux-gnueabi-nm -B >configure:6893: checking the name lister (/usr/bin/armv6j-hardfloat-linux-gnueabi-nm -B) interface >configure:6900: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:6903: /usr/bin/armv6j-hardfloat-linux-gnueabi-nm -B "conftest.o" >configure:6906: output >00000000 B some_variable >configure:6913: result: BSD nm >configure:6916: checking whether ln -s works >configure:6920: result: yes >configure:6928: checking the maximum length of command line arguments >configure:7058: result: 1572864 >configure:7075: checking whether the shell understands some XSI constructs >configure:7085: result: yes >configure:7089: checking whether the shell understands "+=" >configure:7095: result: yes >configure:7130: checking how to convert x86_64-pc-linux-gnu file names to armv6j-hardfloat-linux-gnueabi format >configure:7170: result: func_convert_file_noop >configure:7177: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:7197: result: func_convert_file_noop >configure:7204: checking for /usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld option to reload object files >configure:7211: result: -r >configure:7245: checking for armv6j-hardfloat-linux-gnueabi-objdump >configure:7261: found /usr/bin/armv6j-hardfloat-linux-gnueabi-objdump >configure:7272: result: armv6j-hardfloat-linux-gnueabi-objdump >configure:7344: checking how to recognize dependent libraries >configure:7546: result: pass_all >configure:7591: checking for armv6j-hardfloat-linux-gnueabi-dlltool >configure:7621: result: no >configure:7631: checking for dlltool >configure:7661: result: no >configure:7691: checking how to associate runtime and link libraries >configure:7718: result: printf %s\n >configure:7734: checking for armv6j-hardfloat-linux-gnueabi-ar >configure:7750: found /usr/bin/armv6j-hardfloat-linux-gnueabi-ar >configure:7761: result: armv6j-hardfloat-linux-gnueabi-ar >configure:7842: checking for archiver @FILE support >configure:7859: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:7859: $? = 0 >configure:7862: armv6j-hardfloat-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5 >configure:7865: $? = 0 >configure:7870: armv6j-hardfloat-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5 >armv6j-hardfloat-linux-gnueabi-ar: conftest.o: No such file or directory >configure:7873: $? = 1 >configure:7885: result: @ >configure:7903: checking for armv6j-hardfloat-linux-gnueabi-strip >configure:7930: result: true >configure:8002: checking for armv6j-hardfloat-linux-gnueabi-ranlib >configure:8018: found /usr/bin/armv6j-hardfloat-linux-gnueabi-ranlib >configure:8029: result: armv6j-hardfloat-linux-gnueabi-ranlib >configure:8146: checking for gawk >configure:8162: found /usr/bin/gawk >configure:8173: result: gawk >configure:8213: checking command to parse /usr/bin/armv6j-hardfloat-linux-gnueabi-nm -B output from armv6j-hardfloat-linux-gnueabi-gcc object >configure:8333: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:8336: $? = 0 >configure:8340: /usr/bin/armv6j-hardfloat-linux-gnueabi-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:8343: $? = 0 >configure:8409: armv6j-hardfloat-linux-gnueabi-gcc -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c conftstm.o >&5 >configure:8412: $? = 0 >configure:8450: result: ok >configure:8487: checking for sysroot >configure:8517: result: no >configure:8733: checking for armv6j-hardfloat-linux-gnueabi-mt >configure:8763: result: no >configure:8773: checking for mt >configure:8803: result: no >configure:8823: checking if : is a manifest tool >configure:8829: : '-?' >configure:8837: result: no >configure:9479: checking how to run the C preprocessor >configure:9510: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:9510: $? = 0 >configure:9524: armv6j-hardfloat-linux-gnueabi-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:9524: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" >| #define PACKAGE_URL "" >| #define HAVE_UPGRADE_SUPPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9549: result: armv6j-hardfloat-linux-gnueabi-gcc -E >configure:9569: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:9569: $? = 0 >configure:9583: armv6j-hardfloat-linux-gnueabi-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:9583: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum" >| #define PACKAGE_URL "" >| #define HAVE_UPGRADE_SUPPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9612: checking for ANSI C header files >configure:9632: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9632: $? = 0 >configure:9716: result: yes >configure:9729: checking for sys/types.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for sys/stat.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for stdlib.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for string.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for memory.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for strings.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for inttypes.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for stdint.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9729: checking for unistd.h >configure:9729: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9729: $? = 0 >configure:9729: result: yes >configure:9743: checking for dlfcn.h >configure:9743: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:9743: $? = 0 >configure:9743: result: yes >configure:9959: checking for objdir >configure:9974: result: .libs >configure:10245: checking if armv6j-hardfloat-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions >configure:10263: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -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:10267: $? = 0 >configure:10280: result: no >configure:10607: checking for armv6j-hardfloat-linux-gnueabi-gcc option to produce PIC >configure:10614: result: -fPIC -DPIC >configure:10622: checking if armv6j-hardfloat-linux-gnueabi-gcc PIC flag -fPIC -DPIC works >configure:10640: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -fPIC -DPIC -DPIC conftest.c >&5 >configure:10644: $? = 0 >configure:10657: result: yes >configure:10686: checking if armv6j-hardfloat-linux-gnueabi-gcc static flag -static works >configure:10714: result: yes >configure:10729: checking if armv6j-hardfloat-linux-gnueabi-gcc supports -c -o file.o >configure:10750: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.c >&5 >configure:10754: $? = 0 >configure:10776: result: yes >configure:10784: checking if armv6j-hardfloat-linux-gnueabi-gcc supports -c -o file.o >configure:10831: result: yes >configure:10864: checking whether the armv6j-hardfloat-linux-gnueabi-gcc linker (/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld) supports shared libraries >configure:12017: result: yes >configure:12054: checking whether -lc should be explicitly linked in >configure:12062: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:12065: $? = 0 >configure:12080: armv6j-hardfloat-linux-gnueabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:12083: $? = 0 >configure:12097: result: no >configure:12257: checking dynamic linker characteristics >configure:12781: armv6j-hardfloat-linux-gnueabi-gcc -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:12781: $? = 0 >configure:13003: result: GNU/Linux ld.so >configure:13110: checking how to hardcode library paths into programs >configure:13135: result: immediate >configure:13675: checking whether stripping libraries is possible >configure:13697: result: no >configure:13715: checking if libtool supports shared libraries >configure:13717: result: yes >configure:13720: checking whether to build shared libraries >configure:13741: result: yes >configure:13744: checking whether to build static libraries >configure:13748: result: yes >configure:13771: checking how to run the C++ preprocessor >configure:13837: result: armv6j-hardfloat-linux-gnueabi-g++ -E >configure:13857: armv6j-hardfloat-linux-gnueabi-g++ -E -D_GNU_SOURCE -D_REENTRANT conftest.cpp >configure:13857: $? = 0 >configure:13871: armv6j-hardfloat-linux-gnueabi-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:13871: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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 <ac_nonexistent.h> >configure:14040: checking for ld used by armv6j-hardfloat-linux-gnueabi-g++ >configure:14107: result: /usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld >configure:14114: checking if the linker (/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld) is GNU ld >configure:14129: result: yes >configure:14184: checking whether the armv6j-hardfloat-linux-gnueabi-g++ linker (/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld) supports shared libraries >configure:15189: result: yes >configure:15225: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:15228: $? = 0 >configure:15748: checking for armv6j-hardfloat-linux-gnueabi-g++ option to produce PIC >configure:15755: result: -fPIC -DPIC >configure:15763: checking if armv6j-hardfloat-linux-gnueabi-g++ PIC flag -fPIC -DPIC works >configure:15781: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15785: $? = 0 >configure:15798: result: yes >configure:15821: checking if armv6j-hardfloat-linux-gnueabi-g++ static flag -static works >configure:15849: result: yes >configure:15861: checking if armv6j-hardfloat-linux-gnueabi-g++ supports -c -o file.o >configure:15882: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.cpp >&5 >configure:15886: $? = 0 >configure:15908: result: yes >configure:15913: checking if armv6j-hardfloat-linux-gnueabi-g++ supports -c -o file.o >configure:15960: result: yes >configure:15990: checking whether the armv6j-hardfloat-linux-gnueabi-g++ linker (/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld) supports shared libraries >configure:16026: result: yes >configure:16167: checking dynamic linker characteristics >configure:16847: result: GNU/Linux ld.so >configure:16900: checking how to hardcode library paths into programs >configure:16925: result: immediate >configure:16987: creating ./config.lt > >## ------------------ ## >## Running config.lt. ## >## ------------------ ## >config.lt:681: creating libtool >configure:18624: checking SOSUFFIX from libtool >configure:18646: result: .so >configure:18651: checking MODSUFFIX from libtool >configure:18673: result: .so >configure:18678: checking JMODSUFFIX from libtool >configure:18704: result: .so >configure:19544: checking whether the C++ compiler supports templates for STL >configure:19835: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:19835: $? = 0 >configure:19836: result: yes >configure:19850: checking whether C++ supports the wstring class >configure:19872: armv6j-hardfloat-linux-gnueabi-g++ -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.cpp >&5 >configure:19872: $? = 0 >configure:19874: result: yes >configure:19891: checking for thread local storage (TLS) class >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:72: error: 'NULL' was not declared in this scope >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __thread T *tlsvar; >| }; >| class TLSClass2 { >| public: static __thread int tlsvar; >| }; >| template<typename T> __thread T* TLSClass<T>::tlsvar = NULL; >| __thread int TLSClass2::tlsvar = 1; >| static __thread int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:47: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:30:25: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __thread T *tlsvar; >| }; >| class TLSClass2 { >| public: static __thread int tlsvar; >| }; >| template<typename T> __declspec(thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(thread) int TLSClass2::tlsvar = 1; >| static __thread int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:48: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:29:48: error: storage class specifiers invalid in parameter declarations >conftest.cpp:29:48: error: storage class specified for parameter 'parameter' >conftest.cpp:29:59: error: expected constructor, destructor, or type conversion before 'T' >conftest.cpp:30:26: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:30:26: error: storage class specifiers invalid in parameter declarations >conftest.cpp:30:26: error: storage class specified for parameter 'parameter' >conftest.cpp:30:36: error: expected constructor, destructor, or type conversion before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __thread T *tlsvar; >| }; >| class TLSClass2 { >| public: static __thread int tlsvar; >| }; >| template<typename T> __declspec(__thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(__thread) int TLSClass2::tlsvar = 1; >| static __thread int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:55: error: non-thread-local declaration of 'T* TLSClass<T>::tlsvar' follows thread-local declaration >conftest.cpp:24:44: error: 'T* TLSClass<T>::tlsvar' previously declared here >conftest.cpp:29:55: error: declaration of 'T* TLSClass<T>::tlsvar' outside of class is not definition [-fpermissive] >conftest.cpp:29:64: error: 'NULL' was not declared in this scope >conftest.cpp:30:31: error: non-thread-local declaration of 'int TLSClass2::tlsvar' follows thread-local declaration >conftest.cpp:27:44: error: 'int TLSClass2::tlsvar' previously declared here >conftest.cpp:30:31: error: declaration of 'int TLSClass2::tlsvar' outside of class is not definition [-fpermissive] >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __thread T *tlsvar; >| }; >| class TLSClass2 { >| public: static __thread int tlsvar; >| }; >| template<typename T> T* TLSClass<T>::tlsvar = NULL; >| int TLSClass2::tlsvar = 1; >| static __thread int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: 'thread' has not been declared >conftest.cpp:24:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:48: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: 'thread' has not been declared >conftest.cpp:27:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:48: error: expected ';' at end of member declaration >conftest.cpp:29:63: error: 'T* TLSClass<T>::tlsvar' is not a static member of 'class TLSClass<T>' >conftest.cpp:29:63: error: template definition of non-template 'T* TLSClass<T>::tlsvar' >conftest.cpp:29:72: error: 'NULL' was not declared in this scope >conftest.cpp:30:39: error: 'int TLSClass2::tlsvar' is not a static member of 'class TLSClass2' >conftest.cpp:31:39: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:31:33: error: 'thread' was not declared in this scope >conftest.cpp:31:41: error: expected ',' or ';' before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:54: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:54: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(thread) int tlsvar; >| }; >| template<typename T> __thread T* TLSClass<T>::tlsvar = NULL; >| __thread int TLSClass2::tlsvar = 1; >| static __declspec(thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: 'thread' has not been declared >conftest.cpp:24:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:48: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: 'thread' has not been declared >conftest.cpp:27:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:48: error: expected ';' at end of member declaration >conftest.cpp:29:47: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:30:25: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:31:39: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:31:33: error: 'thread' was not declared in this scope >conftest.cpp:31:41: error: expected ',' or ';' before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:54: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:54: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(thread) int tlsvar; >| }; >| template<typename T> __declspec(thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(thread) int TLSClass2::tlsvar = 1; >| static __declspec(thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: 'thread' has not been declared >conftest.cpp:24:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:48: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: 'thread' has not been declared >conftest.cpp:27:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:48: error: expected ';' at end of member declaration >conftest.cpp:29:48: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:29:48: error: storage class specifiers invalid in parameter declarations >conftest.cpp:29:48: error: storage class specified for parameter 'parameter' >conftest.cpp:29:59: error: expected constructor, destructor, or type conversion before 'T' >conftest.cpp:30:26: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:30:26: error: storage class specifiers invalid in parameter declarations >conftest.cpp:30:26: error: storage class specified for parameter 'parameter' >conftest.cpp:30:36: error: expected constructor, destructor, or type conversion before 'int' >conftest.cpp:31:39: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:31:33: error: 'thread' was not declared in this scope >conftest.cpp:31:41: error: expected ',' or ';' before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:54: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:54: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(thread) int tlsvar; >| }; >| template<typename T> __declspec(__thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(__thread) int TLSClass2::tlsvar = 1; >| static __declspec(thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: 'thread' has not been declared >conftest.cpp:24:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:48: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: 'thread' has not been declared >conftest.cpp:27:48: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:48: error: expected ';' at end of member declaration >conftest.cpp:29:55: error: 'T* TLSClass<T>::tlsvar' is not a static member of 'class TLSClass<T>' >conftest.cpp:29:55: error: template definition of non-template 'T* TLSClass<T>::tlsvar' >conftest.cpp:29:64: error: 'NULL' was not declared in this scope >conftest.cpp:30:31: error: 'int TLSClass2::tlsvar' is not a static member of 'class TLSClass2' >conftest.cpp:31:39: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:31:33: error: 'thread' was not declared in this scope >conftest.cpp:31:41: error: expected ',' or ';' before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:54: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:54: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(thread) int tlsvar; >| }; >| template<typename T> T* TLSClass<T>::tlsvar = NULL; >| int TLSClass2::tlsvar = 1; >| static __declspec(thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:24:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:24:42: error: storage class specified for parameter 'parameter' >conftest.cpp:24:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:50: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:27:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:27:42: error: storage class specified for parameter 'parameter' >conftest.cpp:27:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:50: error: expected ';' at end of member declaration >conftest.cpp:29:63: error: 'T* TLSClass<T>::tlsvar' is not a static member of 'class TLSClass<T>' >conftest.cpp:29:63: error: template definition of non-template 'T* TLSClass<T>::tlsvar' >conftest.cpp:29:72: error: 'NULL' was not declared in this scope >conftest.cpp:30:39: error: 'int TLSClass2::tlsvar' is not a static member of 'class TLSClass2' >conftest.cpp:31:33: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:31:33: error: storage class specifiers invalid in parameter declarations >conftest.cpp:31:33: error: storage class specified for parameter 'parameter' >conftest.cpp:31:43: error: expected initializer before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:56: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:56: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(__thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(__thread) int tlsvar; >| }; >| template<typename T> __thread T* TLSClass<T>::tlsvar = NULL; >| __thread int TLSClass2::tlsvar = 1; >| static __declspec(__thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:24:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:24:42: error: storage class specified for parameter 'parameter' >conftest.cpp:24:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:50: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:27:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:27:42: error: storage class specified for parameter 'parameter' >conftest.cpp:27:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:50: error: expected ';' at end of member declaration >conftest.cpp:29:47: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:30:25: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:31:33: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:31:33: error: storage class specifiers invalid in parameter declarations >conftest.cpp:31:33: error: storage class specified for parameter 'parameter' >conftest.cpp:31:43: error: expected initializer before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:56: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:56: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(__thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(__thread) int tlsvar; >| }; >| template<typename T> __declspec(thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(thread) int TLSClass2::tlsvar = 1; >| static __declspec(__thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:24:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:24:42: error: storage class specified for parameter 'parameter' >conftest.cpp:24:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:50: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:27:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:27:42: error: storage class specified for parameter 'parameter' >conftest.cpp:27:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:50: error: expected ';' at end of member declaration >conftest.cpp:29:48: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:29:48: error: storage class specifiers invalid in parameter declarations >conftest.cpp:29:48: error: storage class specified for parameter 'parameter' >conftest.cpp:29:59: error: expected constructor, destructor, or type conversion before 'T' >conftest.cpp:30:26: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:30:26: error: storage class specifiers invalid in parameter declarations >conftest.cpp:30:26: error: storage class specified for parameter 'parameter' >conftest.cpp:30:36: error: expected constructor, destructor, or type conversion before 'int' >conftest.cpp:31:33: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:31:33: error: storage class specifiers invalid in parameter declarations >conftest.cpp:31:33: error: storage class specified for parameter 'parameter' >conftest.cpp:31:43: error: expected initializer before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:56: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:56: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(__thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(__thread) int tlsvar; >| }; >| template<typename T> __declspec(__thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(__thread) int TLSClass2::tlsvar = 1; >| static __declspec(__thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:24:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:24:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:24:42: error: storage class specified for parameter 'parameter' >conftest.cpp:24:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:24:50: error: expected ';' at end of member declaration >conftest.cpp:27:42: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:27:42: error: storage class specifiers invalid in parameter declarations >conftest.cpp:27:42: error: storage class specified for parameter 'parameter' >conftest.cpp:27:50: error: ISO C++ forbids declaration of '__declspec' with no type [-fpermissive] >conftest.cpp:27:50: error: expected ';' at end of member declaration >conftest.cpp:29:55: error: 'T* TLSClass<T>::tlsvar' is not a static member of 'class TLSClass<T>' >conftest.cpp:29:55: error: template definition of non-template 'T* TLSClass<T>::tlsvar' >conftest.cpp:29:64: error: 'NULL' was not declared in this scope >conftest.cpp:30:31: error: 'int TLSClass2::tlsvar' is not a static member of 'class TLSClass2' >conftest.cpp:31:33: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:31:33: error: storage class specifiers invalid in parameter declarations >conftest.cpp:31:33: error: storage class specified for parameter 'parameter' >conftest.cpp:31:43: error: expected initializer before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:24:56: error: invalid use of non-static data member 'TLSClass<int>::tlsvar' >conftest.cpp:35:16: error: from this location >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >conftest.cpp:27:56: error: invalid use of non-static data member 'TLSClass2::tlsvar' >conftest.cpp:35:42: error: from this location >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static __declspec(__thread) T *tlsvar; >| }; >| class TLSClass2 { >| public: static __declspec(__thread) int tlsvar; >| }; >| template<typename T> T* TLSClass<T>::tlsvar = NULL; >| int TLSClass2::tlsvar = 1; >| static __declspec(__thread) int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:63: error: thread-local declaration of 'T* TLSClass<T>::tlsvar' follows non-thread-local declaration >conftest.cpp:24:36: error: 'T* TLSClass<T>::tlsvar' previously declared here >conftest.cpp:29:63: error: declaration of 'T* TLSClass<T>::tlsvar' outside of class is not definition [-fpermissive] >conftest.cpp:29:72: error: 'NULL' was not declared in this scope >conftest.cpp:30:39: error: thread-local declaration of 'int TLSClass2::tlsvar' follows non-thread-local declaration >conftest.cpp:27:36: error: 'int TLSClass2::tlsvar' previously declared here >conftest.cpp:30:39: error: declaration of 'int TLSClass2::tlsvar' outside of class is not definition [-fpermissive] >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static T *tlsvar; >| }; >| class TLSClass2 { >| public: static int tlsvar; >| }; >| template<typename T> __thread T* TLSClass<T>::tlsvar = NULL; >| __thread int TLSClass2::tlsvar = 1; >| static int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:47: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp:30:25: error: expected constructor, destructor, or type conversion before '(' token >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static T *tlsvar; >| }; >| class TLSClass2 { >| public: static int tlsvar; >| }; >| template<typename T> __declspec(thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(thread) int TLSClass2::tlsvar = 1; >| static int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19927: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >conftest.cpp:29:48: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:29:48: error: storage class specifiers invalid in parameter declarations >conftest.cpp:29:48: error: storage class specified for parameter 'parameter' >conftest.cpp:29:59: error: expected constructor, destructor, or type conversion before 'T' >conftest.cpp:30:26: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] >conftest.cpp:30:26: error: storage class specifiers invalid in parameter declarations >conftest.cpp:30:26: error: storage class specified for parameter 'parameter' >conftest.cpp:30:36: error: expected constructor, destructor, or type conversion before 'int' >conftest.cpp: In function 'int main()': >conftest.cpp:35:25: error: 'NULL' was not declared in this scope >configure:19927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| /* end confdefs.h. */ >| template <typename T>class TLSClass { >| public: static T *tlsvar; >| }; >| class TLSClass2 { >| public: static int tlsvar; >| }; >| template<typename T> __declspec(__thread) T* TLSClass<T>::tlsvar = NULL; >| __declspec(__thread) int TLSClass2::tlsvar = 1; >| static int x = 0; >| int >| main () >| { >| TLSClass<int>::tlsvar = NULL; TLSClass2::tlsvar = 1; >| ; >| return 0; >| } >configure:19966: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'get_tls': >conftest.c:33:14: warning: passing argument 1 of 'pthread_getspecific' makes integer from pointer without a cast [enabled by default] >In file included from conftest.c:24:0: >/usr/armv6j-hardfloat-linux-gnueabi/usr/include/pthread.h:1110:14: note: expected 'pthread_key_t' but argument is of type 'pthread_key_t *' >conftest.c: In function 'set_tls': >conftest.c:36:15: warning: passing argument 1 of 'pthread_setspecific' makes integer from pointer without a cast [enabled by default] >In file included from conftest.c:24:0: >/usr/armv6j-hardfloat-linux-gnueabi/usr/include/pthread.h:1113:12: note: expected 'pthread_key_t' but argument is of type 'pthread_key_t *' >configure:19966: $? = 0 >configure:19982: result: pthread >configure:19999: checking whether stat file-mode macros are broken >configure:20026: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20026: $? = 0 >configure:20033: result: no >configure:20041: checking whether time.h and sys/time.h may both be included >configure:20061: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20061: $? = 0 >configure:20068: result: yes >configure:20079: checking for dirent.h that defines DIR >configure:20098: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20098: $? = 0 >configure:20106: result: yes >configure:20119: checking for library containing opendir >configure:20150: armv6j-hardfloat-linux-gnueabi-gcc -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 >configure:20150: $? = 0 >configure:20167: result: none required >configure:20237: checking execinfo.h usability >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking execinfo.h presence >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking for execinfo.h >configure:20237: result: yes >configure:20237: checking sys/select.h usability >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking sys/select.h presence >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking for sys/select.h >configure:20237: result: yes >configure:20237: checking sys/socket.h usability >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking sys/socket.h presence >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking for sys/socket.h >configure:20237: result: yes >configure:20237: checking sys/time.h usability >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking sys/time.h presence >configure:20237: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:20237: $? = 0 >configure:20237: result: yes >configure:20237: checking for sys/time.h >configure:20237: result: yes >configure:20247: checking for struct stat.st_blksize >configure:20247: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20247: $? = 0 >configure:20247: result: yes >configure:20271: checking for inttypes.h >configure:20271: result: yes >configure:20288: checking for stdint.h >configure:20298: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20298: $? = 0 >configure:20299: result: yes >configure:20302: checking if stdint.h can be used by C++ >configure:20318: armv6j-hardfloat-linux-gnueabi-g++ -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.cpp >&5 >configure:20318: $? = 0 >configure:20319: result: yes >configure:20356: checking stddef.h usability >configure:20356: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking stddef.h presence >configure:20356: armv6j-hardfloat-linux-gnueabi-gcc -E -D_GNU_SOURCE -D_REENTRANT conftest.c >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for stddef.h >configure:20356: result: yes >configure:20366: checking for unistd.h >configure:20366: result: yes >configure:20383: checking size of char >configure:20403: result: 1 >configure:20417: checking size of unsigned char >configure:20422: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20422: $? = 0 >configure:20422: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:41:12: error: size of array 'test_array' is negative >configure:20422: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned char))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20422: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20422: $? = 0 >configure:20437: result: 1 >configure:20451: checking size of short >configure:20471: result: 2 >configure:20485: checking size of unsigned short >configure:20505: result: 2 >configure:20519: checking size of int >configure:20539: result: 4 >configure:20553: checking size of unsigned int >configure:20573: result: 4 >configure:20587: checking size of long >configure:20607: result: 4 >configure:20621: checking size of unsigned long >configure:20641: result: 4 >configure:20655: checking size of long long >configure:20675: result: 8 >configure:20689: checking size of unsigned long long >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20694: $? = 0 >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:49:12: error: size of array 'test_array' is negative >configure:20694: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:49:12: error: size of array 'test_array' is negative >configure:20694: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:49:12: error: size of array 'test_array' is negative >configure:20694: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:49:12: error: size of array 'test_array' is negative >configure:20694: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 7)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20694: $? = 0 >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20694: $? = 0 >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20694: $? = 0 >configure:20694: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20694: $? = 0 >configure:20709: result: 8 >configure:20723: checking size of char * >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20728: $? = 0 >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:50:12: error: size of array 'test_array' is negative >configure:20728: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:50:12: error: size of array 'test_array' is negative >configure:20728: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:50:12: error: size of array 'test_array' is negative >configure:20728: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20728: $? = 0 >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20728: $? = 0 >configure:20728: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20728: $? = 0 >configure:20743: result: 4 >configure:20757: checking for u_char >configure:20757: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20757: $? = 0 >configure:20757: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:21: error: expected expression before ')' token >configure:20757: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_char))) >| return 0; >| ; >| return 0; >| } >configure:20757: result: yes >configure:20767: checking for u_short >configure:20767: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20767: $? = 0 >configure:20767: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:22: error: expected expression before ')' token >configure:20767: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_short))) >| return 0; >| ; >| return 0; >| } >configure:20767: result: yes >configure:20777: checking for u_int >configure:20777: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20777: $? = 0 >configure:20777: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:20: error: expected expression before ')' token >configure:20777: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_int))) >| return 0; >| ; >| return 0; >| } >configure:20777: result: yes >configure:20787: checking for u_long >configure:20787: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20787: $? = 0 >configure:20787: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:21: error: expected expression before ')' token >configure:20787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_long))) >| return 0; >| ; >| return 0; >| } >configure:20787: result: yes >configure:20798: checking for u_int8_t >configure:20798: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20798: $? = 0 >configure:20798: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:23: error: expected expression before ')' token >configure:20798: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_int8_t))) >| return 0; >| ; >| return 0; >| } >configure:20798: result: yes >configure:20824: checking for u_int16_t >configure:20824: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20824: $? = 0 >configure:20824: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:24: error: expected expression before ')' token >configure:20824: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_int16_t))) >| return 0; >| ; >| return 0; >| } >configure:20824: result: yes >configure:20850: checking for int16_t >configure:20850: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20850: $? = 0 >configure:20850: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:22: error: expected expression before ')' token >configure:20850: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((int16_t))) >| return 0; >| ; >| return 0; >| } >configure:20850: result: yes >configure:20876: checking for u_int32_t >configure:20876: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20876: $? = 0 >configure:20876: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:24: error: expected expression before ')' token >configure:20876: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_int32_t))) >| return 0; >| ; >| return 0; >| } >configure:20876: result: yes >configure:20902: checking for int32_t >configure:20902: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20902: $? = 0 >configure:20902: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:22: error: expected expression before ')' token >configure:20902: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((int32_t))) >| return 0; >| ; >| return 0; >| } >configure:20902: result: yes >configure:20928: checking for u_int64_t >configure:20928: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20928: $? = 0 >configure:20928: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:24: error: expected expression before ')' token >configure:20928: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((u_int64_t))) >| return 0; >| ; >| return 0; >| } >configure:20928: result: yes >configure:20954: checking for int64_t >configure:20954: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20954: $? = 0 >configure:20954: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:22: error: expected expression before ')' token >configure:20954: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((int64_t))) >| return 0; >| ; >| return 0; >| } >configure:20954: result: yes >configure:20984: checking for FILE * >configure:20984: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20984: $? = 0 >configure:20984: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:21: error: expected expression before ')' token >configure:20984: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((FILE *))) >| return 0; >| ; >| return 0; >| } >configure:20984: result: yes >configure:20993: checking for off_t >configure:20993: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:20993: $? = 0 >configure:20993: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:20: error: expected expression before ')' token >configure:20993: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:20993: result: yes >configure:21002: checking for pid_t >configure:21002: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21002: $? = 0 >configure:21002: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:20: error: expected expression before ')' token >configure:21002: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:21002: result: yes >configure:21011: checking for size_t >configure:21011: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21011: $? = 0 >configure:21011: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:21: error: expected expression before ')' token >configure:21011: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:21011: result: yes >configure:21020: checking for time_t >configure:21020: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21020: $? = 0 >configure:21020: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:51:21: error: expected expression before ')' token >configure:21020: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((time_t))) >| return 0; >| ; >| return 0; >| } >configure:21020: result: yes >configure:21035: checking size of size_t >configure:21055: result: 4 >configure:21066: checking for ssize_t >configure:21066: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21066: $? = 0 >configure:21066: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:52:22: error: expected expression before ')' token >configure:21066: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_SIZE_T 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:21066: result: yes >configure:21094: checking for uintmax_t >configure:21094: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21094: $? = 0 >configure:21094: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:78:24: error: expected expression before ')' token >configure:21094: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_SIZE_T 4 >| /* 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 >| int >| main () >| { >| if (sizeof ((uintmax_t))) >| return 0; >| ; >| return 0; >| } >configure:21094: result: yes >configure:21112: checking for uintptr_t >configure:21112: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21112: $? = 0 >configure:21112: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:78:24: error: expected expression before ')' token >configure:21112: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_SIZE_T 4 >| /* 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 >| int >| main () >| { >| if (sizeof ((uintptr_t))) >| return 0; >| ; >| return 0; >| } >configure:21112: result: yes >configure:21137: checking for socklen_t >configure:21137: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21137: $? = 0 >configure:21137: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >conftest.c: In function 'main': >conftest.c:55:24: error: expected expression before ')' token >configure:21137: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_SIZE_T 4 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <inttypes.h> >| #include <stdint.h> >| #include <stddef.h> >| #include <unistd.h> >| #include <stdio.h> >| #ifdef HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| >| int >| main () >| { >| if (sizeof ((socklen_t))) >| return 0; >| ; >| return 0; >| } >configure:21137: result: yes >configure:21196: checking for ANSI C exit success/failure values >configure:21213: armv6j-hardfloat-linux-gnueabi-gcc -c -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 >configure:21213: $? = 0 >configure:21220: result: yes >configure:21228: checking for getopt optreset variable >configure:21245: armv6j-hardfloat-linux-gnueabi-gcc -o conftest -Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm -D_GNU_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--default-symver conftest.c >&5 >/usr/armv6j-hardfloat-linux-gnueabi/tmp/portage/sys-libs/db-4.8.30-r1/temp/ccJMN3UD.o: In function `main': >conftest.c:(.text.startup+0x14): undefined reference to `optreset' >collect2: error: ld returned 1 exit status >configure:21245: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Berkeley DB" >| #define PACKAGE_TARNAME "db-4.8.30" >| #define PACKAGE_VERSION "4.8.30" >| #define PACKAGE_STRING "Berkeley DB 4.8.30" >| #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/" >| #define HAVE_SYSTEM_INCLUDE_FILES 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_UNSIGNED_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_UNSIGNED_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_UNSIGNED_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_UNSIGNED_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_UNSIGNED_LONG_LONG 8 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_SIZE_T 4 >| #define HAVE_EXIT_SUCCESS 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| int >| main () >| { >| extern int optreset; optreset = 1; >| ; >| return 0; >| } >configure:21253: result: no >configure:21269: checking for mutexes >configure:22369: result: no >configure:22553: error: Unable to find a mutex implementation > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv___va_copy=yes >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_littleendian=yes >ac_cv_c_long_double=yes >ac_cv_conv_longlong_to_float=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_dirent_have_space_d_name=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='-Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm' >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=armv6j-hardfloat-linux-gnueabi >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_fnmatch_works=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getgrgid_r=yes >ac_cv_func_getpwuid_r=yes >ac_cv_func_lstat_dereferences_slashed_symlink=yes >ac_cv_func_lstat_empty_string_bug=no >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_malloc_works=yes >ac_cv_func_memcmp_working=yes >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_pthread_key_delete=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_realloc_works=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_stat_empty_string_bug=no >ac_cv_func_stat_ignores_trailing_slash=no >ac_cv_func_strnlen_working=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_have_abstract_sockets=yes >ac_cv_have_accrights_in_msghdr=no >ac_cv_have_broken_snprintf=no >ac_cv_have_control_in_msghdr=yes >ac_cv_have_openpty_ctty_bug=yes >ac_cv_have_space_d_name_in_struct_dirent=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_execinfo_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_netinet_sctp_h=no >ac_cv_header_netinet_sctp_uio_h=no >ac_cv_header_pwd_h=yes >ac_cv_header_stat_broken=no >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=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_select_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_time=yes >ac_cv_header_unistd_h=yes >ac_cv_host=armv6j-hardfloat-linux-gnueabi >ac_cv_ispeed_offset=13 >ac_cv_lib_png_png_create_info_struct=yes >ac_cv_libiconv_utf8=yes >ac_cv_linux_vers=2 >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_need_trio=no >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_db_cv_path_sh=/bin/sh >ac_cv_path_install='/usr/bin/install -c' >ac_cv_pread=no >ac_cv_printf_zd_format=yes >ac_cv_prog_AR=armv6j-hardfloat-linux-gnueabi-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=armv6j-hardfloat-linux-gnueabi-gcc >ac_cv_prog_CPP='armv6j-hardfloat-linux-gnueabi-gcc -E' >ac_cv_prog_CXX=armv6j-hardfloat-linux-gnueabi-g++ >ac_cv_prog_CXXCPP='armv6j-hardfloat-linux-gnueabi-g++ -E' >ac_cv_prog_OBJDUMP=armv6j-hardfloat-linux-gnueabi-objdump >ac_cv_prog_RANLIB=armv6j-hardfloat-linux-gnueabi-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_MKDIR=mkdir >ac_cv_prog_ac_ct_RM=rm >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_pwrite=no >ac_cv_regexec_segfault_emptystr=no >ac_cv_sctp=no >ac_cv_search_opendir='none required' >ac_cv_sizeof___int64=0 >ac_cv_sizeof_char=1 >ac_cv_sizeof_char_p=4 >ac_cv_sizeof_int16_t=2 >ac_cv_sizeof_int32_t=4 >ac_cv_sizeof_int64_t=8 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_long_int=4 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_short_int=2 >ac_cv_sizeof_size_t=4 >ac_cv_sizeof_ssize_t=4 >ac_cv_sizeof_u_int16_t=2 >ac_cv_sizeof_u_int32_t=4 >ac_cv_sizeof_u_int64_t=8 >ac_cv_sizeof_uint16_t=2 >ac_cv_sizeof_uint32_t=4 >ac_cv_sizeof_uint64_t=8 >ac_cv_sizeof_unsigned_char=1 >ac_cv_sizeof_unsigned_int=4 >ac_cv_sizeof_unsigned_long=4 >ac_cv_sizeof_unsigned_long_long=8 >ac_cv_sizeof_unsigned_short=2 >ac_cv_sizeof_void_p=4 >ac_cv_sizeof_wchar_t=4 >ac_cv_strerror_r_SUSv3=no >ac_cv_sys_restartable_syscalls=yes >ac_cv_time_r_type=POSIX >ac_cv_tls=pthread >ac_cv_type_FILE_p=yes >ac_cv_type_int16_t=yes >ac_cv_type_int32_t=yes >ac_cv_type_int64_t=yes >ac_cv_type_off_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_size_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_time_t=yes >ac_cv_type_u_char=yes >ac_cv_type_u_int16_t=yes >ac_cv_type_u_int32_t=yes >ac_cv_type_u_int64_t=yes >ac_cv_type_u_int8_t=yes >ac_cv_type_u_int=yes >ac_cv_type_u_long=yes >ac_cv_type_u_short=yes >ac_cv_type_uintmax_t=yes >ac_cv_type_uintptr_t=yes >ac_cv_uchar=no >ac_cv_uint=yes >ac_cv_ulong=yes >ac_cv_ushort=yes >ac_cv_va_copy=yes >ac_cv_va_val_copy=yes >am_cv_func_working_getline=yes >apr_cv_process_shared_works=no >apr_cv_tcp_nodelay_with_cork=yes >as_cv_unaligned_access=no >bash_cv_dup2_broken=no >bash_cv_func_sigsetjmp=missing >bash_cv_func_strcoll_broken=no >bash_cv_getcwd_calls_popen=no >bash_cv_getenv_redef=yes >bash_cv_have_mbstate_t=yes >bash_cv_job_control_missing=present >bash_cv_must_reinstall_sighandlers=no >bash_cv_opendir_not_robust=no >bash_cv_pgrp_pipe=no >bash_cv_printf_a_format=yes >bash_cv_sys_named_pipes=present >bash_cv_type_rlimit=rlim_t >bash_cv_ulimit_maxfds=yes >bash_cv_unusable_rtsigs=no >compat_cv_func_basename_works=no >compat_cv_func_dirname_works=no >compat_cv_func_snprintf_works=yes >cvs_cv_func_printf_ptr=yes >db_cv_align_t='unsigned long long' >db_cv_alignp_t='unsigned long' >db_cv_build_atomicsupport=yes >db_cv_build_compression=yes >db_cv_build_cryptography=yes >db_cv_build_hash=yes >db_cv_build_mutexsupport=yes >db_cv_build_partition=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_exit_defines=yes >db_cv_fcntl_f_setfd=yes >db_cv_gcc_2_96=no >db_cv_java=no >db_cv_mingw=no >db_cv_mutex=no >db_cv_o_direct=yes >db_cv_optreset=no >db_cv_path_ar=/usr/bin/ar >db_cv_path_chmod=/bin/chmod >db_cv_path_cp=/bin/cp >db_cv_path_ln=/bin/ln >db_cv_path_mkdir=/bin/mkdir >db_cv_path_ranlib=/usr/bin/ranlib >db_cv_path_rm=/bin/rm >db_cv_path_sh=/bin/sh >db_cv_path_strip=/usr/bin/strip >db_cv_posixmutexes=no >db_cv_rpc=no >db_cv_smallbuild=no >db_cv_spinlocks=no >db_cv_sprintf_count=yes >db_cv_stl=yes >db_cv_tcl=no >db_cv_test=no >db_cv_uimutexes=no >db_cv_umrw=no >db_cv_uniquename=no >dpkg_cv___va_copy=yes >dpkg_cv_va_copy=yes >ettercap_cv_type_socklen_t=yes >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_sizeof_intmax_t=8 >glib_cv_sizeof_ptrdiff_t=4 >glib_cv_sizeof_size_t=4 >glib_cv_sizeof_system_thread=4 >glib_cv_stack_grows=no >glib_cv_sys_pthread_cond_timedwait_posix=yes >glib_cv_sys_pthread_getspecific_posix=yes >glib_cv_sys_pthread_mutex_trylock_posix=yes >glib_cv_sys_use_pid_niceness_surrogate=yes >glib_cv_uscore=no >glib_cv_use_pid_surrogate=yes >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >jm_cv_func_working_readdir=yes >lf_cv_sane_realloc=yes >lftp_cv___va_copy=yes >lftp_cv_va_copy=yes >lftp_cv_va_val_copy=yes >libIDL_cv_long_long_format=ll >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/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld >lt_cv_path_LDCXX=/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld >lt_cv_path_NM='/usr/bin/armv6j-hardfloat-linux-gnueabi-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 >mr_cv_target_elf=yes >mysql_cv_func_atomic_add=no >mysql_cv_func_atomic_sub=no >nano_cv_func_regexec_segv_emptystr=no >php_cv_lib_cookie_io_functions_use_off64_t=yes >racoon_cv_bug_getaddrinfo=no >rsync_cv_HAVE_BROKEN_LARGEFILE=no >rsync_cv_HAVE_BROKEN_READDIR=no >rsync_cv_HAVE_C99_VSNPRINTF=yes >rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes >rsync_cv_HAVE_LONGLONG=yes >rsync_cv_HAVE_OFF64_T=no >rsync_cv_HAVE_SECURE_MKSTEMP=yes >rsync_cv_HAVE_SHORT_INO_T=no >rsync_cv_HAVE_SOCKETPAIR=yes >rsync_cv_HAVE_UNSIGNED_CHAR=no >rsync_cv_REPLACE_INET_ATON=no >rsync_cv_REPLACE_INET_NTOA=no >sc_cv_termios_ispeed=yes >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >slrn_cv___va_copy=yes >slrn_cv_va_copy=yes >slrn_cv_va_val_copy=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >utils_cv_sys_open_max=1019 >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ADDITIONAL_INCS='dbstl_common.h dbstl_set.h dbstl_vector.h dbstl_exception.h dbstl_map.h dbstl_utility.h dbstl_dbc.h dbstl_dbt.h dbstl_base_iterator.h dbstl_container.h dbstl_element_ref.h dbstl_inner_utility.h dbstl_resource_manager.h ' >ADDITIONAL_LANG='' >ADDITIONAL_OBJS='' >ADDITIONAL_PROGS='' >AR='armv6j-hardfloat-linux-gnueabi-ar' >AWK='gawk' >BUILD_TARGET='library_build' >CC='armv6j-hardfloat-linux-gnueabi-gcc' >CCC='CXX' >CFLAGS='-Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm ' >CHMOD='chmod' >CONFIGURATION_ARGS='' >CONFIGURATION_PATH='' >CP='cp' >CPP='armv6j-hardfloat-linux-gnueabi-gcc -E' >CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT' >CRYPTO_OBJS='' >CXX='armv6j-hardfloat-linux-gnueabi-g++' >CXXCPP='armv6j-hardfloat-linux-gnueabi-g++ -E' >CXXFLAGS='-Os -pipe -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -marm' >DB_CONST='' >DB_PROTO1='#undef __P' >DB_PROTO2='#define __P(protos) protos' >DB_VERSION_MAJOR='4' >DB_VERSION_MINOR='8' >DB_VERSION_PATCH='30' >DB_VERSION_STRING='"Berkeley DB 4.8.30: (2014-07-07)"' >DB_VERSION_UNIQUE_NAME='' >DEFAULT_LIB='$(libso_target)' >DEFAULT_LIB_CXX='$(libxso_target)' >DEFAULT_LIB_STL='$(libstlso_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) $(libstlso_target) $(libstl)' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_TARGET='library_install' >INT64_FMT='' >JAR='' >JAVA='' >JAVAC='nojavac' >JAVACFLAGS='' >JAVAFLAGS='' >JAVAPREFIX='' >JMODSUFFIX='.so' >KILL='' >LD='/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--default-symver' >LIBCSO_LIBS='' >LIBJSO_LIBS='' >LIBOBJS='' >LIBS='' >LIBSO_LIBS='' >LIBTOOL='./libtool' >LIBTSO_LIBS='' >LIBTSO_MODSUFFIX='.so' >LIBTSO_MODULE='-module' >LIBXSO_LIBS='' >LIPO='' >LN='ln' >LN_S='ln -s' >LTLIBOBJS='' >MAKEFILE_CC='$(LIBTOOL) --mode=compile armv6j-hardfloat-linux-gnueabi-gcc' >MAKEFILE_CCLINK='$(LIBTOOL) --mode=link armv6j-hardfloat-linux-gnueabi-gcc' >MAKEFILE_CXX='$(LIBTOOL) --mode=compile armv6j-hardfloat-linux-gnueabi-g++' >MAKEFILE_CXXLINK='$(LIBTOOL) --mode=link armv6j-hardfloat-linux-gnueabi-g++' >MAKEFILE_SOLINK='$(LIBTOOL) --mode=link armv6j-hardfloat-linux-gnueabi-gcc -avoid-version' >MAKEFILE_XSOLINK='$(LIBTOOL) --mode=link armv6j-hardfloat-linux-gnueabi-g++ -avoid-version' >MANIFEST_TOOL=':' >MKDIR='mkdir' >MODSUFFIX='.so' >NM='/usr/bin/armv6j-hardfloat-linux-gnueabi-nm -B' >NMEDIT='' >OBJDUMP='armv6j-hardfloat-linux-gnueabi-objdump' >OBJEXT='o' >OSDIR='os' >OTOOL64='' >OTOOL='' >PACKAGE_BUGREPORT='Oracle Technology Network Berkeley DB forum' >PACKAGE_NAME='Berkeley DB' >PACKAGE_STRING='Berkeley DB 4.8.30' >PACKAGE_TARNAME='db-4.8.30' >PACKAGE_URL='' >PACKAGE_VERSION='4.8.30' >PATH_SEPARATOR='/' >POSTLINK='$(LIBTOOL) --mode=execute true' >RANLIB='armv6j-hardfloat-linux-gnueabi-ranlib' >REPLACEMENT_OBJS='' >RM='rm -f' >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='' >TLS_decl='#define HAVE_PTHREAD_TLS' >TLS_defn='' >UINT64_FMT='' >WSTRING_decl='#define HAVE_WSTRING 1' >_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/sh' >db_int_def='' >db_seq_decl='' >db_threadid_t_decl='' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='armv6j-hardfloat-linux-gnueabi' >host_alias='armv6j-hardfloat-linux-gnueabi' >host_cpu='armv6j' >host_os='linux-gnueabi' >host_vendor='hardfloat' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >int16_decl='' >int32_decl='' >int64_decl='' >inttypes_h_decl='#include <inttypes.h>' >libdir='/usr/lib' >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='#include <stddef.h>' >stdint_h_decl='#include <stdint.h>' >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='#include <unistd.h>' >uudecode='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Berkeley DB" >#define PACKAGE_TARNAME "db-4.8.30" >#define PACKAGE_VERSION "4.8.30" >#define PACKAGE_STRING "Berkeley DB 4.8.30" >#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/" >#define HAVE_SYSTEM_INCLUDE_FILES 1 >#define TIME_WITH_SYS_TIME 1 >#define HAVE_DIRENT_H 1 >#define HAVE_EXECINFO_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_UNSIGNED_CHAR 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_UNSIGNED_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_UNSIGNED_INT 4 >#define SIZEOF_LONG 4 >#define SIZEOF_UNSIGNED_LONG 4 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_UNSIGNED_LONG_LONG 8 >#define SIZEOF_CHAR_P 4 >#define SIZEOF_SIZE_T 4 >#define HAVE_EXIT_SUCCESS 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 516642
: 380406 |
380408
|
380410
|
405098
|
405100
|
405102