This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by sqlite configure 3.6.22, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --enable-threadsafe ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = i686 uname -r = 2.6.27.41-170.2.117.fc10.i686.PAE uname -s = Linux uname -v = #1 SMP Thu Dec 10 10:48:30 EST 2009 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/bob/Realtek_toolchain/toolchain/rsdk-1.3.6-4181-EB-2.6.30-0.9.30/bin PATH: /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin PATH: /projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/bin PATH: /opt/brcm/hndtools-mipsel-linux-3.2.3/bin PATH: /opt/brcm/hndtools-mipsel-uclibc-3.2.3/bin PATH: /opt/brcm/hndtools-mipsel-linux-3.2.3/bin PATH: /opt/brcm/hndtools-mipsel-uclibc-3.2.3/bin PATH: /usr/lib/qt-3.3/bin PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/lib/ccache PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2574: checking for a BSD-compatible install configure:2642: result: /usr/bin/install -c configure:2653: checking whether build environment is sane configure:2690: result: yes configure:2752: checking for gawk configure:2768: found /bin/gawk configure:2779: result: gawk configure:2790: checking whether make sets $(MAKE) configure:2812: result: yes configure:3003: checking for style of include used by make configure:3031: result: GNU configure:3104: checking for gcc configure:3120: found /usr/lib/ccache/gcc configure:3131: result: gcc configure:3360: checking for C compiler version configure:3369: gcc --version >&5 gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) Copyright (C) 2008 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:3380: $? = 0 configure:3369: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux Thread model: posix gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) configure:3380: $? = 0 configure:3369: gcc -V >&5 gcc: '-V' option must have argument configure:3380: $? = 1 configure:3369: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3380: $? = 1 configure:3400: checking whether the C compiler works configure:3422: gcc conftest.c >&5 configure:3426: $? = 0 configure:3475: result: yes configure:3478: checking for C compiler default output file name configure:3480: result: a.out configure:3486: checking for suffix of executables configure:3493: gcc -o conftest conftest.c >&5 configure:3497: $? = 0 configure:3519: result: configure:3541: checking whether we are cross compiling configure:3549: gcc -o conftest conftest.c >&5 configure:3553: $? = 0 configure:3560: ./conftest configure:3564: $? = 0 configure:3579: result: no configure:3584: checking for suffix of object files configure:3606: gcc -c conftest.c >&5 configure:3610: $? = 0 configure:3631: result: o configure:3635: checking whether we are using the GNU C compiler configure:3654: gcc -c conftest.c >&5 configure:3654: $? = 0 configure:3663: result: yes configure:3672: checking whether gcc accepts -g configure:3692: gcc -c -g conftest.c >&5 configure:3692: $? = 0 configure:3733: result: yes configure:3750: checking for gcc option to accept ISO C89 configure:3814: gcc -c -g -O2 conftest.c >&5 configure:3814: $? = 0 configure:3827: result: none needed configure:3849: checking dependency style of gcc configure:3939: result: gcc3 configure:3964: checking for special C compiler options needed for large files configure:4009: result: no configure:4015: checking for _FILE_OFFSET_BITS value needed for large files configure:4040: gcc -c -g -O2 conftest.c >&5 conftest.c:17: warning: left shift count >= width of type conftest.c:17: warning: left shift count >= width of type conftest.c:19: error: size of array 'off_t_is_large' is negative configure:4040: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4064: gcc -c -g -O2 conftest.c >&5 configure:4064: $? = 0 configure:4072: result: 64 configure:4205: checking for gcc configure:4232: result: gcc configure:4461: checking for C compiler version configure:4470: gcc --version >&5 gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) Copyright (C) 2008 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:4481: $? = 0 configure:4470: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux Thread model: posix gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) configure:4481: $? = 0 configure:4470: gcc -V >&5 gcc: '-V' option must have argument configure:4481: $? = 1 configure:4470: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4481: $? = 1 configure:4485: checking whether we are using the GNU C compiler configure:4513: result: yes configure:4522: checking whether gcc accepts -g configure:4583: result: yes configure:4600: checking for gcc option to accept ISO C89 configure:4677: result: none needed configure:4699: checking dependency style of gcc configure:4789: result: gcc3 configure:4849: checking for ranlib configure:4865: found /usr/bin/ranlib configure:4876: result: ranlib configure:4974: checking build system type configure:4988: result: i686-pc-linux-gnu configure:5008: checking host system type configure:5021: result: i686-pc-linux-gnu configure:5041: checking for a sed that does not truncate output configure:5095: result: /bin/sed configure:5098: checking for grep that handles long lines and -e configure:5156: result: /bin/grep configure:5161: checking for egrep configure:5223: result: /bin/grep -E configure:5239: checking for ld used by gcc configure:5306: result: /usr/bin/ld configure:5313: checking if the linker (/usr/bin/ld) is GNU ld configure:5328: result: yes configure:5333: checking for /usr/bin/ld option to reload object files configure:5340: result: -r configure:5358: checking for BSD-compatible nm configure:5407: result: /usr/bin/nm -B configure:5411: checking whether ln -s works configure:5415: result: yes configure:5422: checking how to recognise dependent libraries configure:5598: result: pass_all configure:5806: checking how to run the C preprocessor configure:5837: gcc -E conftest.c configure:5837: $? = 0 configure:5851: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:5851: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:5876: result: gcc -E configure:5896: gcc -E conftest.c configure:5896: $? = 0 configure:5910: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:5910: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:5939: checking for ANSI C header files configure:5959: gcc -c -g -O2 conftest.c >&5 configure:5959: $? = 0 configure:6032: gcc -o conftest -g -O2 conftest.c >&5 configure:6032: $? = 0 configure:6032: ./conftest configure:6032: $? = 0 configure:6043: result: yes configure:6056: checking for sys/types.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for sys/stat.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for stdlib.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for string.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for memory.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for strings.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for inttypes.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for stdint.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6056: checking for unistd.h configure:6056: gcc -c -g -O2 conftest.c >&5 configure:6056: $? = 0 configure:6056: result: yes configure:6071: checking dlfcn.h usability configure:6071: gcc -c -g -O2 conftest.c >&5 configure:6071: $? = 0 configure:6071: result: yes configure:6071: checking dlfcn.h presence configure:6071: gcc -E conftest.c configure:6071: $? = 0 configure:6071: result: yes configure:6071: checking for dlfcn.h configure:6071: result: yes configure:6139: checking for g++ configure:6155: found /usr/lib/ccache/g++ configure:6166: result: g++ configure:6193: checking for C++ compiler version configure:6202: g++ --version >&5 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) Copyright (C) 2008 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:6213: $? = 0 configure:6202: g++ -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux Thread model: posix gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) configure:6213: $? = 0 configure:6202: g++ -V >&5 g++: '-V' option must have argument configure:6213: $? = 1 configure:6202: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:6213: $? = 1 configure:6217: checking whether we are using the GNU C++ compiler configure:6236: g++ -c conftest.cpp >&5 configure:6236: $? = 0 configure:6245: result: yes configure:6254: checking whether g++ accepts -g configure:6274: g++ -c -g conftest.cpp >&5 configure:6274: $? = 0 configure:6315: result: yes configure:6340: checking dependency style of g++ configure:6430: result: gcc3 configure:6457: checking how to run the C++ preprocessor configure:6484: g++ -E conftest.cpp configure:6484: $? = 0 configure:6498: g++ -E conftest.cpp conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory configure:6498: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6523: result: g++ -E configure:6543: g++ -E conftest.cpp configure:6543: $? = 0 configure:6557: g++ -E conftest.cpp conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory configure:6557: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6641: checking for g77 configure:6671: result: no configure:6641: checking for xlf configure:6671: result: no configure:6641: checking for f77 configure:6671: result: no configure:6641: checking for frt configure:6671: result: no configure:6641: checking for pgf77 configure:6671: result: no configure:6641: checking for cf77 configure:6671: result: no configure:6641: checking for fort77 configure:6671: result: no configure:6641: checking for fl32 configure:6671: result: no configure:6641: checking for af77 configure:6671: result: no configure:6641: checking for xlf90 configure:6671: result: no configure:6641: checking for f90 configure:6671: result: no configure:6641: checking for pgf90 configure:6671: result: no configure:6641: checking for pghpf configure:6671: result: no configure:6641: checking for epcf90 configure:6671: result: no configure:6641: checking for gfortran configure:6657: found /usr/bin/gfortran configure:6668: result: gfortran configure:6694: checking for Fortran 77 compiler version configure:6703: gfortran --version >&5 GNU Fortran (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) Copyright (C) 2008 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:6714: $? = 0 configure:6703: gfortran -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux Thread model: posix gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) configure:6714: $? = 0 configure:6703: gfortran -V >&5 gfortran: '-V' option must have argument configure:6714: $? = 1 configure:6703: gfortran -qversion >&5 gfortran: unrecognized option '-qversion' gfortran: no input files configure:6714: $? = 1 configure:6723: checking whether we are using the GNU Fortran 77 compiler configure:6736: gfortran -c conftest.F >&5 configure:6736: $? = 0 configure:6745: result: yes configure:6751: checking whether gfortran accepts -g configure:6762: gfortran -c -g conftest.f >&5 configure:6762: $? = 0 configure:6770: result: yes configure:6804: checking the maximum length of command line arguments configure:6913: result: 32768 configure:6924: checking command to parse /usr/bin/nm -B output from gcc object configure:7029: gcc -c -g -O2 conftest.c >&5 configure:7032: $? = 0 configure:7036: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7039: $? = 0 configure:7091: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7094: $? = 0 configure:7132: result: ok configure:7136: checking for objdir configure:7151: result: .libs configure:7243: checking for ar configure:7259: found /usr/bin/ar configure:7270: result: ar configure:7335: checking for ranlib configure:7362: result: ranlib configure:7427: checking for strip configure:7443: found /usr/bin/strip configure:7454: result: strip configure:7736: checking if gcc supports -fno-rtti -fno-exceptions configure:7754: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7758: $? = 0 configure:7771: result: no configure:7786: checking for gcc option to produce PIC configure:7996: result: -fPIC configure:8004: checking if gcc PIC flag -fPIC works configure:8022: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:8026: $? = 0 configure:8039: result: yes configure:8067: checking if gcc static flag -static works configure:8095: result: yes configure:8105: checking if gcc supports -c -o file.o configure:8126: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8130: $? = 0 configure:8152: result: yes configure:8178: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:9078: result: yes configure:9099: checking whether -lc should be explicitly linked in configure:9104: gcc -c -g -O2 conftest.c >&5 configure:9107: $? = 0 configure:9122: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9125: $? = 0 configure:9137: result: no configure:9145: checking dynamic linker characteristics configure:9733: result: GNU/Linux ld.so configure:9742: checking how to hardcode library paths into programs configure:9767: result: immediate configure:9781: checking whether stripping libraries is possible configure:9786: result: yes configure:10302: checking if libtool supports shared libraries configure:10304: result: yes configure:10307: checking whether to build shared libraries configure:10328: result: yes configure:10331: checking whether to build static libraries configure:10335: result: yes configure:10427: creating libtool configure:11011: checking for ld used by g++ configure:11078: result: /usr/bin/ld configure:11085: checking if the linker (/usr/bin/ld) is GNU ld configure:11100: result: yes configure:11151: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:12031: result: yes configure:12049: g++ -c -g -O2 conftest.cpp >&5 configure:12052: $? = 0 configure:12171: checking for g++ option to produce PIC configure:12445: result: -fPIC configure:12453: checking if g++ PIC flag -fPIC works configure:12471: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:12475: $? = 0 configure:12488: result: yes configure:12516: checking if g++ static flag -static works configure:12544: result: yes configure:12554: checking if g++ supports -c -o file.o configure:12575: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:12579: $? = 0 configure:12601: result: yes configure:12627: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:12652: result: yes configure:12719: checking dynamic linker characteristics configure:13307: result: GNU/Linux ld.so configure:13316: checking how to hardcode library paths into programs configure:13341: result: immediate configure:13867: checking if libtool supports shared libraries configure:13869: result: yes configure:13872: checking whether to build shared libraries configure:13892: result: yes configure:13895: checking whether to build static libraries configure:13899: result: yes configure:13909: checking for gfortran option to produce PIC configure:14119: result: -fPIC configure:14127: checking if gfortran PIC flag -fPIC works configure:14145: gfortran -c -g -O2 -fPIC conftest.f >&5 configure:14149: $? = 0 configure:14162: result: yes configure:14190: checking if gfortran static flag -static works configure:14218: result: yes configure:14228: checking if gfortran supports -c -o file.o configure:14249: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14253: $? = 0 configure:14275: result: yes configure:14301: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries configure:15189: result: yes configure:15256: checking dynamic linker characteristics configure:15844: result: GNU/Linux ld.so configure:15853: checking how to hardcode library paths into programs configure:15878: result: immediate configure:19382: checking for fdatasync configure:19382: gcc -o conftest -g -O2 conftest.c >&5 configure:19382: $? = 0 configure:19382: result: yes configure:19382: checking for usleep configure:19382: gcc -o conftest -g -O2 conftest.c >&5 configure:19382: $? = 0 configure:19382: result: yes configure:19382: checking for fullfsync configure:19382: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cckXuhd1.o: In function `main': /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/conftest.c:59: undefined reference to `fullfsync' collect2: ld returned 1 exit status configure:19382: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FDATASYNC 1 | #define HAVE_USLEEP 1 | /* end confdefs.h. */ | /* Define fullfsync to an innocuous variant, in case declares fullfsync. | For example, HP-UX 11i declares gettimeofday. */ | #define fullfsync innocuous_fullfsync | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fullfsync (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fullfsync | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fullfsync (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fullfsync || defined __stub___fullfsync | choke me | #endif | | int | main () | { | return fullfsync (); | ; | return 0; | } configure:19382: result: no configure:19382: checking for localtime_r configure:19382: gcc -o conftest -g -O2 conftest.c >&5 configure:19382: $? = 0 configure:19382: result: yes configure:19382: checking for gmtime_r configure:19382: gcc -o conftest -g -O2 conftest.c >&5 configure:19382: $? = 0 configure:19382: result: yes configure:19410: checking for library containing tgetent configure:19441: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc8Kxrcq.o: In function `main': /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/conftest.c:38: undefined reference to `tgetent' collect2: ld returned 1 exit status configure:19441: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FDATASYNC 1 | #define HAVE_USLEEP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:19441: gcc -o conftest -g -O2 conftest.c -lcurses >&5 configure:19441: $? = 0 configure:19458: result: -lcurses configure:19466: checking for library containing readline configure:19497: gcc -o conftest -g -O2 conftest.c -lcurses >&5 /tmp/ccuiJN2C.o: In function `main': /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/conftest.c:38: undefined reference to `readline' collect2: ld returned 1 exit status configure:19497: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FDATASYNC 1 | #define HAVE_USLEEP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char readline (); | int | main () | { | return readline (); | ; | return 0; | } configure:19497: gcc -o conftest -g -O2 conftest.c -lreadline -lcurses >&5 configure:19497: $? = 0 configure:19514: result: -lreadline configure:19526: checking for readline configure:19526: gcc -o conftest -g -O2 conftest.c -lreadline -lcurses >&5 configure:19526: $? = 0 configure:19526: result: yes configure:19554: checking for library containing pthread_create configure:19585: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccWBffv0.o: In function `main': /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/conftest.c:39: undefined reference to `pthread_create' collect2: ld returned 1 exit status configure:19585: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FDATASYNC 1 | #define HAVE_USLEEP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_READLINE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_create (); | int | main () | { | return pthread_create (); | ; | return 0; | } configure:19585: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:19585: $? = 0 configure:19602: result: -lpthread configure:19625: checking for library containing dlopen configure:19656: gcc -o conftest -g -O2 conftest.c -lpthread >&5 /tmp/ccEW2izh.o: In function `main': /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/conftest.c:39: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:19656: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "sqlite" | #define PACKAGE_TARNAME "sqlite" | #define PACKAGE_VERSION "3.6.22" | #define PACKAGE_STRING "sqlite 3.6.22" | #define PACKAGE_BUGREPORT "http://www.sqlite.org" | #define PACKAGE_URL "" | #define PACKAGE "sqlite" | #define VERSION "3.6.22" | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FDATASYNC 1 | #define HAVE_USLEEP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_READLINE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:19656: gcc -o conftest -g -O2 conftest.c -ldl -lpthread >&5 configure:19656: $? = 0 configure:19673: result: -ldl configure:19684: checking for whether to support dynamic extensions configure:19686: result: yes configure:19870: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by sqlite config.status 3.6.22, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on localhost.localdomain config.status:798: creating Makefile config.status:798: creating sqlite3.pc config.status:955: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=yes ac_cv_func_fdatasync=yes ac_cv_func_fullfsync=no ac_cv_func_gmtime_r=yes ac_cv_func_localtime_r=yes ac_cv_func_readline=yes ac_cv_func_usleep=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_dlopen=-ldl ac_cv_search_pthread_create=-lpthread ac_cv_search_readline=-lreadline ac_cv_search_tgetent=-lcurses ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run autoconf' AUTOHEADER='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run autoheader' AUTOMAKE='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run automake-1.9' AWK='gawk' BUILD_CFLAGS='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.6.22\" -DPACKAGE_STRING=\"sqlite\ 3.6.22\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.6.22\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1' DEPDIR='.deps' DYNAMIC_EXTENSION_FLAGS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' F77='gfortran' FFLAGS='-g -O2' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-ldl -lpthread ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/missing --run makeinfo' OBJEXT='o' PACKAGE='sqlite' PACKAGE_BUGREPORT='http://www.sqlite.org' PACKAGE_NAME='sqlite' PACKAGE_STRING='sqlite 3.6.22' PACKAGE_TARNAME='sqlite' PACKAGE_URL='' PACKAGE_VERSION='3.6.22' PATH_SEPARATOR=':' RANLIB='ranlib' READLINE_LIBS='-lreadline -lcurses ' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THREADSAFE_FLAGS='-DSQLITE_THREADSAFE=1' VERSION='3.6.22' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='gfortran' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/home/antony/2012_11_02_BSP_6.30.153.0/ap/gpl/iserver/sqlite-3.6.22/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "sqlite" #define PACKAGE_TARNAME "sqlite" #define PACKAGE_VERSION "3.6.22" #define PACKAGE_STRING "sqlite 3.6.22" #define PACKAGE_BUGREPORT "http://www.sqlite.org" #define PACKAGE_URL "" #define PACKAGE "sqlite" #define VERSION "3.6.22" #define _FILE_OFFSET_BITS 64 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FDATASYNC 1 #define HAVE_USLEEP 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GMTIME_R 1 #define HAVE_READLINE 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by sqlite config.status 3.6.22, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status sqlite3.pc on foxconncpe2 config.status:798: creating sqlite3.pc