rpg-x2/sqlite/config.log
2011-06-01 14:20:56 +02:00

1748 lines
56 KiB
Text

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.7.2, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = MACBOOK
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-6.0
uname -v = 2004-03-15 07:17
/usr/bin/uname -p = unknown
/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: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Program Files/NVIDIA Corporation/PhysX/Common
PATH: /c/Perl/site/bin
PATH: /c/Perl/bin
PATH: "C
PATH: /Program Files/NVIDIA Corporation/PhysX/Common"
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: "C
PATH: /Program Files/TortoiseSVN/bin"
PATH: "C
PATH: /Program Files/Autodesk/Backburner/"
PATH: "C
PATH: /Program Files/Common Files/Autodesk Shared/"
PATH: "C
PATH: /Program Files/QuickTime/QTSystem/"
PATH: "C
PATH: /Program Files/doxygen/bin"
PATH: "C
PATH: /MinGW/bin"
PATH: "C
PATH: /GnuWin32/bin"
PATH: "C
PATH: /tools/"
PATH: /c/Program Files/TortoiseGit/bin
PATH: /c/Program Files/Common Files/Autodesk Shared/
PATH: /c/Program Files/QuickTime/QTSystem/
PATH: /c/Program Files/NetRadiant
PATH: /c/3dsmax5/backburner2/
PATH: /c/Program Files/Steam/steamapps/gsio01@aol.com/garrysmod/bin
PATH: /c/Program Files/hdparm/bin
PATH: /c/Program Files/OpenVPN/bin
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2092: checking for a BSD-compatible install
configure:2160: result: /bin/install -c
configure:2171: checking whether build environment is sane
configure:2214: result: yes
configure:2276: checking for gawk
configure:2292: found /bin/gawk
configure:2303: result: gawk
configure:2314: checking whether make sets $(MAKE)
configure:2336: result: yes
configure:2533: checking for style of include used by make
configure:2561: result: GNU
configure:2634: checking for gcc
configure:2650: found /mingw/bin/gcc
configure:2661: result: gcc
configure:2899: checking for C compiler version
configure:2907: gcc --version >&5
gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 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:2911: $? = 0
configure:2918: gcc -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:2922: $? = 0
configure:2929: gcc -V >&5
gcc.exe: `-V' option must have argument
configure:2933: $? = 1
configure:2956: checking for C compiler default output file name
configure:2978: gcc conftest.c >&5
configure:2982: $? = 0
configure:3020: result: a.exe
configure:3037: checking whether the C compiler works
configure:3047: ./a.exe
configure:3051: $? = 0
configure:3068: result: yes
configure:3075: checking whether we are cross compiling
configure:3077: result: no
configure:3080: checking for suffix of executables
configure:3087: gcc -o conftest.exe conftest.c >&5
configure:3091: $? = 0
configure:3115: result: .exe
configure:3121: checking for suffix of object files
configure:3147: gcc -c conftest.c >&5
configure:3151: $? = 0
configure:3174: result: o
configure:3178: checking whether we are using the GNU C compiler
configure:3207: gcc -c conftest.c >&5
configure:3214: $? = 0
configure:3231: result: yes
configure:3240: checking whether gcc accepts -g
configure:3270: gcc -c -g conftest.c >&5
configure:3277: $? = 0
configure:3378: result: yes
configure:3395: checking for gcc option to accept ISO C89
configure:3469: gcc -c -g -O2 conftest.c >&5
configure:3476: $? = 0
configure:3499: result: none needed
configure:3519: checking dependency style of gcc
configure:3609: result: gcc3
configure:3634: checking for special C compiler options needed for large files
configure:3729: result: no
configure:3735: checking for _FILE_OFFSET_BITS value needed for large files
configure:3770: gcc -c -g -O2 conftest.c >&5
conftest.c:16: warning: left shift count >= width of type
conftest.c:16: warning: left shift count >= width of type
conftest.c:18: error: size of array `off_t_is_large' is negative
configure:3777: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #include <sys/types.h>
| /* 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:3821: 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:3828: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #define _FILE_OFFSET_BITS 64
| #include <sys/types.h>
| /* 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:3846: result: unknown
configure:3858: checking for _LARGE_FILES value needed for large files
configure:3893: gcc -c -g -O2 conftest.c >&5
conftest.c:16: warning: left shift count >= width of type
conftest.c:16: warning: left shift count >= width of type
conftest.c:18: error: size of array `off_t_is_large' is negative
configure:3900: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #include <sys/types.h>
| /* 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:3944: 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:3951: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #define _LARGE_FILES 1
| #include <sys/types.h>
| /* 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:3969: result: unknown
configure:4033: checking for gcc
configure:4060: result: gcc
configure:4298: checking for C compiler version
configure:4306: gcc --version >&5
gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 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:4310: $? = 0
configure:4317: gcc -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:4321: $? = 0
configure:4328: gcc -V >&5
gcc.exe: `-V' option must have argument
configure:4332: $? = 1
configure:4335: checking whether we are using the GNU C compiler
configure:4388: result: yes
configure:4397: checking whether gcc accepts -g
configure:4535: result: yes
configure:4552: checking for gcc option to accept ISO C89
configure:4656: result: none needed
configure:4676: checking dependency style of gcc
configure:4766: result: gcc3
configure:4826: checking for ranlib
configure:4842: found /mingw/bin/ranlib
configure:4853: result: ranlib
configure:4957: checking build system type
configure:4975: result: i686-pc-mingw32
configure:4997: checking host system type
configure:5012: result: i686-pc-mingw32
configure:5034: checking for a sed that does not truncate output
configure:5088: result: /bin/sed
configure:5091: checking for grep that handles long lines and -e
configure:5151: result: /bin/grep
configure:5156: checking for egrep
configure:5220: result: /bin/grep -E
configure:5236: checking for ld used by gcc
configure:5303: result: c:/MinGW/mingw32/bin/ld.exe
configure:5312: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:5327: result: yes
configure:5332: checking for c:/MinGW/mingw32/bin/ld.exe option to reload object files
configure:5339: result: -r
configure:5357: checking for BSD-compatible nm
configure:5406: result: /mingw/bin/nm
configure:5410: checking whether ln -s works
configure:5417: result: no, using cp -p
configure:5421: checking how to recognise dependent libraries
configure:5597: result: file_magic file format pei*-i386(.*architecture: i386)?
configure:5834: checking how to run the C preprocessor
configure:5874: gcc -E conftest.c
configure:5881: $? = 0
configure:5912: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:5919: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5952: result: gcc -E
configure:5981: gcc -E conftest.c
configure:5988: $? = 0
configure:6019: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:6026: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6064: checking for ANSI C header files
configure:6094: gcc -c -g -O2 conftest.c >&5
configure:6101: $? = 0
configure:6197: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:6201: $? = 0
configure:6207: ./conftest.exe
configure:6211: $? = 0
configure:6229: result: yes
configure:6253: checking for sys/types.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for sys/stat.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for stdlib.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for string.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for memory.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for strings.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for inttypes.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for stdint.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6253: checking for unistd.h
configure:6274: gcc -c -g -O2 conftest.c >&5
configure:6281: $? = 0
configure:6298: result: yes
configure:6327: checking dlfcn.h usability
configure:6344: gcc -c -g -O2 conftest.c >&5
conftest.c:53:19: dlfcn.h: No such file or directory
configure:6351: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:6365: result: no
configure:6369: checking dlfcn.h presence
configure:6384: gcc -E conftest.c
conftest.c:20:19: dlfcn.h: No such file or directory
configure:6391: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:6405: result: no
configure:6438: checking for dlfcn.h
configure:6447: result: no
configure:6519: checking for g++
configure:6535: found /mingw/bin/g++
configure:6546: result: g++
configure:6577: checking for C++ compiler version
configure:6585: g++ --version >&5
g++.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 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:6589: $? = 0
configure:6596: g++ -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:6600: $? = 0
configure:6607: g++ -V >&5
g++.exe: `-V' option must have argument
configure:6611: $? = 1
configure:6614: checking whether we are using the GNU C++ compiler
configure:6643: g++ -c conftest.cpp >&5
configure:6650: $? = 0
configure:6667: result: yes
configure:6676: checking whether g++ accepts -g
configure:6706: g++ -c -g conftest.cpp >&5
configure:6713: $? = 0
configure:6814: result: yes
configure:6839: checking dependency style of g++
configure:6929: result: gcc3
configure:6956: checking how to run the C++ preprocessor
configure:6992: g++ -E conftest.cpp
configure:6999: $? = 0
configure:7030: g++ -E conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:7037: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7070: result: g++ -E
configure:7099: g++ -E conftest.cpp
configure:7106: $? = 0
configure:7137: g++ -E conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:7144: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7237: checking for g77
configure:7267: result: no
configure:7237: checking for xlf
configure:7267: result: no
configure:7237: checking for f77
configure:7267: result: no
configure:7237: checking for frt
configure:7267: result: no
configure:7237: checking for pgf77
configure:7267: result: no
configure:7237: checking for cf77
configure:7267: result: no
configure:7237: checking for fort77
configure:7267: result: no
configure:7237: checking for fl32
configure:7267: result: no
configure:7237: checking for af77
configure:7267: result: no
configure:7237: checking for xlf90
configure:7267: result: no
configure:7237: checking for f90
configure:7267: result: no
configure:7237: checking for pgf90
configure:7267: result: no
configure:7237: checking for pghpf
configure:7267: result: no
configure:7237: checking for epcf90
configure:7267: result: no
configure:7237: checking for gfortran
configure:7267: result: no
configure:7237: checking for g95
configure:7267: result: no
configure:7237: checking for xlf95
configure:7267: result: no
configure:7237: checking for f95
configure:7267: result: no
configure:7237: checking for fort
configure:7267: result: no
configure:7237: checking for ifort
configure:7267: result: no
configure:7237: checking for ifc
configure:7267: result: no
configure:7237: checking for efc
configure:7267: result: no
configure:7237: checking for pgf95
configure:7267: result: no
configure:7237: checking for lf95
configure:7267: result: no
configure:7237: checking for ftn
configure:7267: result: no
configure:7294: checking for Fortran 77 compiler version
configure:7302: --version >&5
./configure: --version: command not found
configure:7306: $? = 127
configure:7313: -v >&5
./configure: -v: command not found
configure:7317: $? = 127
configure:7324: -V >&5
./configure: -V: command not found
configure:7328: $? = 127
configure:7336: checking whether we are using the GNU Fortran 77 compiler
configure:7355: -c conftest.F >&5
./configure: -c: command not found
configure:7362: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:7379: result: no
configure:7385: checking whether accepts -g
configure:7402: -c -g conftest.f >&5
./configure: -c: command not found
configure:7409: $? = 127
configure: failed program was:
| program main
|
| end
configure:7425: result: no
configure:7459: checking the maximum length of command line arguments
configure:7568: result: 8192
configure:7579: checking command to parse /mingw/bin/nm output from gcc object
configure:7684: gcc -c -g -O2 conftest.c >&5
configure:7687: $? = 0
configure:7691: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
configure:7694: $? = 0
cannot find nm_test_var in conftest.nm
configure:7684: gcc -c -g -O2 conftest.c >&5
configure:7687: $? = 0
configure:7691: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
configure:7694: $? = 0
configure:7746: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:7749: $? = 0
configure:7787: result: ok
configure:7791: checking for objdir
configure:7806: result: .libs
configure:7898: checking for ar
configure:7914: found /mingw/bin/ar
configure:7925: result: ar
configure:7994: checking for ranlib
configure:8021: result: ranlib
configure:8090: checking for strip
configure:8106: found /mingw/bin/strip
configure:8117: result: strip
configure:8403: checking if gcc supports -fno-rtti -fno-exceptions
configure:8424: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8428: $? = 0
configure:8438: result: no
configure:8453: checking for gcc option to produce PIC
configure:8663: result: -DDLL_EXPORT
configure:8671: checking if gcc PIC flag -DDLL_EXPORT works
configure:8692: gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5
configure:8696: $? = 0
configure:8706: result: yes
configure:8734: checking if gcc static flag -static works
configure:8762: result: yes
configure:8772: checking if gcc supports -c -o file.o
configure:8796: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8800: $? = 0
configure:8819: result: yes
configure:8845: checking whether the gcc linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:9807: result: yes
configure:9828: checking whether -lc should be explicitly linked in
configure:9833: gcc -c -g -O2 conftest.c >&5
configure:9836: $? = 0
configure:9851: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9854: $? = 1
configure:9866: result: yes
configure:9874: checking dynamic linker characteristics
configure:10462: result: Win32 ld.exe
configure:10471: checking how to hardcode library paths into programs
configure:10496: result: immediate
configure:10510: checking whether stripping libraries is possible
configure:10515: result: yes
configure:11344: checking if libtool supports shared libraries
configure:11346: result: yes
configure:11349: checking whether to build shared libraries
configure:11370: result: yes
configure:11373: checking whether to build static libraries
configure:11377: result: yes
configure:11469: creating libtool
configure:12057: checking for ld used by g++
configure:12124: result: c:/MinGW/mingw32/bin/ld.exe
configure:12133: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:12148: result: yes
configure:12199: checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:13141: result: yes
configure:13159: g++ -c -g -O2 conftest.cpp >&5
configure:13162: $? = 0
configure:13281: checking for g++ option to produce PIC
configure:13555: result: -DDLL_EXPORT
configure:13563: checking if g++ PIC flag -DDLL_EXPORT works
configure:13584: g++ -c -g -O2 -DDLL_EXPORT -DPIC conftest.cpp >&5
configure:13588: $? = 0
configure:13598: result: yes
configure:13626: checking if g++ static flag -static works
configure:13654: result: yes
configure:13664: checking if g++ supports -c -o file.o
configure:13688: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13692: $? = 0
configure:13711: result: yes
configure:13737: checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:13762: result: yes
configure:13829: checking dynamic linker characteristics
configure:14417: result: Win32 ld.exe
configure:14426: checking how to hardcode library paths into programs
configure:14451: result: immediate
configure:20617: checking for fdatasync
configure:20673: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccelX1Yn.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:54: undefined reference to `fdatasync'
collect2: ld returned 1 exit status
configure:20680: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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
| /* end confdefs.h. */
| /* Define fdatasync to an innocuous variant, in case <limits.h> declares fdatasync.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fdatasync innocuous_fdatasync
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fdatasync (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fdatasync
|
| /* 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 fdatasync ();
| /* 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_fdatasync || defined __stub___fdatasync
| choke me
| #endif
|
| int
| main ()
| {
| return fdatasync ();
| ;
| return 0;
| }
configure:20702: result: no
configure:20617: checking for usleep
configure:20673: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20680: $? = 0
configure:20702: result: yes
configure:20617: checking for fullfsync
configure:20673: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccCwk2QD.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:55: undefined reference to `fullfsync'
collect2: ld returned 1 exit status
configure:20680: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 1
| /* end confdefs.h. */
| /* Define fullfsync to an innocuous variant, in case <limits.h> declares fullfsync.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fullfsync innocuous_fullfsync
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fullfsync (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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:20702: result: no
configure:20617: checking for localtime_r
configure:20673: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccG1vQke.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:55: undefined reference to `localtime_r'
collect2: ld returned 1 exit status
configure:20680: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 1
| /* end confdefs.h. */
| /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define localtime_r innocuous_localtime_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char localtime_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef localtime_r
|
| /* 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 localtime_r ();
| /* 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_localtime_r || defined __stub___localtime_r
| choke me
| #endif
|
| int
| main ()
| {
| return localtime_r ();
| ;
| return 0;
| }
configure:20702: result: no
configure:20617: checking for gmtime_r
configure:20673: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccKKwFXO.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:55: undefined reference to `gmtime_r'
collect2: ld returned 1 exit status
configure:20680: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 1
| /* end confdefs.h. */
| /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gmtime_r innocuous_gmtime_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gmtime_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gmtime_r
|
| /* 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 gmtime_r ();
| /* 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_gmtime_r || defined __stub___gmtime_r
| choke me
| #endif
|
| int
| main ()
| {
| return gmtime_r ();
| ;
| return 0;
| }
configure:20702: result: no
configure:20731: checking for library containing tgetent
configure:20772: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccOfYWp7.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:32: undefined reference to `tgetent'
collect2: ld returned 1 exit status
configure:20779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20772: gcc -o conftest.exe -g -O2 conftest.c -lcurses >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lcurses
collect2: ld returned 1 exit status
configure:20779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20772: gcc -o conftest.exe -g -O2 conftest.c -lncurses >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lncurses
collect2: ld returned 1 exit status
configure:20779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20772: gcc -o conftest.exe -g -O2 conftest.c -lncursesw >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lncursesw
collect2: ld returned 1 exit status
configure:20779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20810: result: no
configure:20818: checking for library containing readline
configure:20859: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccSlG9HJ.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:32: undefined reference to `readline'
collect2: ld returned 1 exit status
configure:20866: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20859: gcc -o conftest.exe -g -O2 conftest.c -lreadline >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lreadline
collect2: ld returned 1 exit status
configure:20866: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:20897: result: no
configure:20911: checking for readline
configure:20967: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccuLMs0J.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:55: undefined reference to `readline'
collect2: ld returned 1 exit status
configure:20974: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 1
| /* end confdefs.h. */
| /* Define readline to an innocuous variant, in case <limits.h> declares readline.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define readline innocuous_readline
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char readline (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef readline
|
| /* 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 ();
| /* 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_readline || defined __stub___readline
| choke me
| #endif
|
| int
| main ()
| {
| return readline ();
| ;
| return 0;
| }
configure:20996: result: no
configure:21026: checking for library containing pthread_create
configure:21067: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/cc21Aum0.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:32: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure:21074: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:21067: gcc -o conftest.exe -g -O2 conftest.c -lpthread >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpthread
collect2: ld returned 1 exit status
configure:21074: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:21105: result: no
configure:21128: checking for library containing dlopen
configure:21169: gcc -o conftest.exe -g -O2 conftest.c >&5
C:/Users/GSIO01/AppData/Local/Temp/ccGsv8MI.o: In function `main':
c:/stvoy/Code-DM/sqlite/conftest.c:32: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:21176: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:21169: gcc -o conftest.exe -g -O2 conftest.c -ldl >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -ldl
collect2: ld returned 1 exit status
configure:21176: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.7.2"
| #define PACKAGE_STRING "sqlite 3.7.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE "sqlite"
| #define VERSION "3.7.2"
| #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_USLEEP 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:21207: result: no
configure:21218: checking for whether to support dynamic extensions
configure:21220: result: yes
configure:21416: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by sqlite config.status 3.7.2, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on MACBOOK
config.status:715: creating Makefile
config.status:715: creating sqlite3.pc
config.status:920: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-mingw32
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_exeext=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_func_fdatasync=no
ac_cv_func_fullfsync=no
ac_cv_func_gmtime_r=no
ac_cv_func_localtime_r=no
ac_cv_func_readline=no
ac_cv_func_usleep=yes
ac_cv_header_dlfcn_h=no
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-mingw32
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/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_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=no
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen=no
ac_cv_search_pthread_create=no
ac_cv_search_readline=no
ac_cv_search_tgetent=no
ac_cv_sys_file_offset_bits=unknown
ac_cv_sys_large_files=unknown
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='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_LDCXX=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
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_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]*\)
\{0,1\}$/\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=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\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} /c/stvoy/Code-DM/sqlite/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/stvoy/Code-DM/sqlite/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /c/stvoy/Code-DM/sqlite/missing --run autoconf'
AUTOHEADER='${SHELL} /c/stvoy/Code-DM/sqlite/missing --run autoheader'
AUTOMAKE='${SHELL} /c/stvoy/Code-DM/sqlite/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.7.2\" -DPACKAGE_STRING=\"sqlite\ 3.7.2\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.2\" -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_USLEEP=1'
DEPDIR='.deps'
DYNAMIC_EXTENSION_FLAGS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
F77=''
FFLAGS=''
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=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='cp -p'
LTLIBOBJS=''
MAKEINFO='${SHELL} /c/stvoy/Code-DM/sqlite/missing --run makeinfo'
OBJEXT='o'
PACKAGE='sqlite'
PACKAGE_BUGREPORT='http://www.sqlite.org'
PACKAGE_NAME='sqlite'
PACKAGE_STRING='sqlite 3.7.2'
PACKAGE_TARNAME='sqlite'
PACKAGE_VERSION='3.7.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
READLINE_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
THREADSAFE_FLAGS='-DSQLITE_THREADSAFE=1'
VERSION='3.7.2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
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-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/c/stvoy/Code-DM/sqlite/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. ##
## ----------- ##
#define PACKAGE_NAME "sqlite"
#define PACKAGE_TARNAME "sqlite"
#define PACKAGE_VERSION "3.7.2"
#define PACKAGE_STRING "sqlite 3.7.2"
#define PACKAGE_BUGREPORT "http://www.sqlite.org"
#define PACKAGE "sqlite"
#define VERSION "3.7.2"
#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_USLEEP 1
configure: exit 0