i thought I'd copy the output of the config.log too.

The message size limit of 40 KB was exceeded when I tried it in a 
previous attempt to submit this, so hopefully this will be ok.




kir...@t2:~/sqlite-3.6.14.2$ more config.log
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.14.2, which was
generated by GNU Autoconf 2.62.  Invocation command line was

   $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = t2
uname -m = sun4v
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_127111-09

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = t2
Release = 5.10
KernelID = Generic_127111-09
Machine = sun4v
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 128

/bin/arch              = sun4
/usr/bin/arch -k       = sun4v
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/kirkby/bin
PATH: /home/kirkby/dependencies/bin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2092: checking for a BSD-compatible install
configure:2160: result: ./install-sh -c
configure:2171: checking whether build environment is sane
configure:2214: result: yes
configure:2276: checking for gawk
configure:2306: result: no
configure:2276: checking for mawk
configure:2306: result: no
configure:2276: checking for nawk
configure:2292: found /usr/bin/nawk
configure:2303: result: nawk
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 /home/kirkby/dependencies/bin/gcc
configure:2661: result: gcc
configure:2899: checking for C compiler version
configure:2907: gcc --version >&5
gcc (GCC) 4.4.0
Copyright (C) 2009 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
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.0/configure --with-gnu-as 
--with-as=/home/kirkby/bin/as --with-gnu-ld 
--with-ld=/home/kirkby/bin/ld --with-gmp=/home/kirkby/dependencies/ 
--with-mpfr=/home/kirkby/dependencies/ --enable-languages=c,c++,fortran 
--prefix=/home/kirkby/dependencies/
Thread model: posix
gcc version 4.4.0 (GCC)
configure:2922: $? = 0
configure:2929: gcc -V >&5
gcc: '-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.out
configure:3037: checking whether the C compiler works
configure:3047: ./a.out
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    conftest.c  >&5
configure:3091: $? = 0
configure:3115: result:
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.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.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
configure:3828: $? = 0
configure:3846: result: 64
configure:4033: checking for gcc
configure:4060: result: gcc
configure:4298: checking for C compiler version
configure:4306: gcc --version >&5
gcc (GCC) 4.4.0
Copyright (C) 2009 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
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.0/configure --with-gnu-as 
--with-as=/home/kirkby/bin/as --with-gnu-ld 
--with-ld=/home/kirkby/bin/ld --with-gmp=/home/kirkby/dependencies/ 
--with-mpfr=/home/kirkby/dependencies/ --enable-languages=c,c++,fortran 
--prefix=/home/kirkby/dependencies/
Thread model: posix
gcc version 4.4.0 (GCC)
configure:4321: $? = 0
configure:4328: gcc -V >&5
gcc: '-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 /home/kirkby/bin/ranlib
configure:4853: result: ranlib
configure:4957: checking build system type
configure:4975: result: sparc-sun-solaris2.10
configure:4997: checking host system type
configure:5012: result: sparc-sun-solaris2.10
configure:5034: checking for a sed that does not truncate output
configure:5088: result: /usr/bin/sed
configure:5091: checking for grep that handles long lines and -e
configure:5151: result: /usr/xpg4/bin/grep
configure:5156: checking for egrep
configure:5220: result: /usr/xpg4/bin/grep -E
configure:5236: checking for ld used by gcc
configure:5303: result: /home/kirkby/bin/ld
configure:5312: checking if the linker (/home/kirkby/bin/ld) is GNU ld
configure:5327: result: yes
configure:5332: checking for /home/kirkby/bin/ld option to reload object 
files
configure:5339: result: -r
configure:5357: checking for BSD-compatible nm
configure:5406: result: /home/kirkby/bin/nm -B
configure:5410: checking whether ln -s works
configure:5414: result: yes
configure:5421: checking how to recognise dependent libraries
configure:5597: result: pass_all
configure:5806: gcc -c -g -O2  conftest.c >&5
configure:5809: $? = 0
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:11:28: error: 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.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #define _FILE_OFFSET_BITS 64
| /* 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:11:28: error: 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.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #define _FILE_OFFSET_BITS 64
| /* 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:6200: gcc -o conftest -g -O2   conftest.c  >&5
configure:6204: $? = 0
configure:6210: ./conftest
configure:6214: $? = 0
configure:6232: result: yes
configure:6256: checking for sys/types.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for sys/stat.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for stdlib.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for string.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for memory.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for strings.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for inttypes.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for stdint.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6256: checking for unistd.h
configure:6277: gcc -c -g -O2  conftest.c >&5
configure:6284: $? = 0
configure:6301: result: yes
configure:6330: checking dlfcn.h usability
configure:6347: gcc -c -g -O2  conftest.c >&5
configure:6354: $? = 0
configure:6368: result: yes
configure:6372: checking dlfcn.h presence
configure:6387: gcc -E  conftest.c
configure:6394: $? = 0
configure:6408: result: yes
configure:6441: checking for dlfcn.h
configure:6450: result: yes
configure:6522: checking for g++
configure:6538: found /home/kirkby/dependencies/bin/g++
configure:6549: result: g++
configure:6580: checking for C++ compiler version
configure:6588: g++ --version >&5
g++ (GCC) 4.4.0
Copyright (C) 2009 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:6592: $? = 0
configure:6599: g++ -v >&5
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.0/configure --with-gnu-as 
--with-as=/home/kirkby/bin/as --with-gnu-ld 
--with-ld=/home/kirkby/bin/ld --with-gmp=/home/kirkby/dependencies/ 
--with-mpfr=/home/kirkby/dependencies/ --enable-languages=c,c++,fortran 
--prefix=/home/kirkby/dependencies/
Thread model: posix
gcc version 4.4.0 (GCC)
configure:6603: $? = 0
configure:6610: g++ -V >&5
g++: '-V' option must have argument
configure:6614: $? = 1
configure:6617: checking whether we are using the GNU C++ compiler
configure:6646: g++ -c   conftest.cpp >&5
configure:6653: $? = 0
configure:6670: result: yes
configure:6679: checking whether g++ accepts -g
configure:6709: g++ -c -g  conftest.cpp >&5
configure:6716: $? = 0
configure:6817: result: yes
configure:6842: checking dependency style of g++
configure:6932: result: gcc3
configure:6959: checking how to run the C++ preprocessor
configure:6995: g++ -E  conftest.cpp
configure:7002: $? = 0
configure:7033: g++ -E  conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:7040: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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 <ac_nonexistent.h>
configure:7073: result: g++ -E
configure:7102: g++ -E  conftest.cpp
configure:7109: $? = 0
configure:7140: g++ -E  conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:7147: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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 <ac_nonexistent.h>
configure:7240: checking for g77
configure:7270: result: no
configure:7240: checking for xlf
configure:7270: result: no
configure:7240: checking for f77
configure:7256: found /home/kirkby/dependencies/bin/f77
configure:7267: result: f77
configure:7297: checking for Fortran 77 compiler version
configure:7305: f77 --version >&5
GNU Fortran (GCC) 4.4.0
Copyright (C) 2009 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:7309: $? = 0
configure:7316: f77 -v >&5
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.0/configure --with-gnu-as 
--with-as=/home/kirkby/bin/as --with-gnu-ld 
--with-ld=/home/kirkby/bin/ld --with-gmp=/home/kirkby/dependencies/ 
--with-mpfr=/home/kirkby/dependencies/ --enable-languages=c,c++,fortran 
--prefix=/home/kirkby/dependencies/
Thread model: posix
gcc version 4.4.0 (GCC)
configure:7320: $? = 0
configure:7327: f77 -V >&5
f77: '-V' option must have argument
configure:7331: $? = 1
configure:7339: checking whether we are using the GNU Fortran 77 compiler
configure:7358: f77 -c  conftest.F >&5
configure:7365: $? = 0
configure:7382: result: yes
configure:7388: checking whether f77 accepts -g
configure:7405: f77 -c -g conftest.f >&5
configure:7412: $? = 0
configure:7428: result: yes
configure:7462: checking the maximum length of command line arguments
configure:7571: result: 262144
configure:7582: checking command to parse /home/kirkby/bin/nm -B output 
from gcc object
configure:7687: gcc -c -g -O2  conftest.c >&5
configure:7690: $? = 0
configure:7694: /home/kirkby/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:7697: $? = 0
configure:7749: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7752: $? = 0
configure:7790: result: ok
configure:7794: checking for objdir
configure:7809: result: .libs
configure:7901: checking for ar
configure:7917: found /home/kirkby/bin/ar
configure:7928: result: ar
configure:7997: checking for ranlib
configure:8024: result: ranlib
configure:8093: checking for strip
configure:8109: found /home/kirkby/bin/strip
configure:8120: result: strip
configure:8406: checking if gcc supports -fno-rtti -fno-exceptions
configure:8424: 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
configure:8428: $? = 0
configure:8441: result: no
configure:8456: checking for gcc option to produce PIC
configure:8666: result: -fPIC
configure:8674: checking if gcc PIC flag -fPIC works
configure:8692: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8696: $? = 0
configure:8709: result: yes
configure:8737: checking if gcc static flag -static works
configure:8765: result: no
configure:8775: 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:8822: result: yes
configure:8848: checking whether the gcc linker (/home/kirkby/bin/ld) 
supports shared libraries
configure:9810: result: yes
configure:9831: checking whether -lc should be explicitly linked in
configure:9836: gcc -c -g -O2  conftest.c >&5
configure:9839: $? = 0
configure:9854: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9857: $? = 1
configure:9869: result: yes
configure:9877: checking dynamic linker characteristics
configure:10465: result: solaris2.10 ld.so
configure:10474: checking how to hardcode library paths into programs
configure:10499: result: immediate
configure:10513: checking whether stripping libraries is possible
configure:10518: result: yes
configure:11347: checking if libtool supports shared libraries
configure:11349: result: yes
configure:11352: checking whether to build shared libraries
configure:11373: result: yes
configure:11376: checking whether to build static libraries
configure:11380: result: yes
configure:11472: creating libtool
configure:12060: checking for ld used by g++
configure:12127: result: /home/kirkby/bin/ld
configure:12136: checking if the linker (/home/kirkby/bin/ld) is GNU ld
configure:12151: result: yes
configure:12202: checking whether the g++ linker (/home/kirkby/bin/ld) 
supports
shared libraries
configure:13144: result: yes
configure:13162: g++ -c -g -O2  conftest.cpp >&5
configure:13165: $? = 0
configure:13284: checking for g++ option to produce PIC
configure:13558: result: -fPIC
configure:13566: checking if g++ PIC flag -fPIC works
configure:13584: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13588: $? = 0
configure:13601: result: yes
configure:13629: checking if g++ static flag -static works
configure:13657: result: no
configure:13667: 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:13714: result: yes
configure:13740: checking whether the g++ linker (/home/kirkby/bin/ld) 
supports
shared libraries
configure:13765: result: yes
configure:13832: checking dynamic linker characteristics
configure:14420: result: solaris2.10 ld.so
configure:14429: checking how to hardcode library paths into programs
configure:14454: result: immediate
configure:14980: checking if libtool supports shared libraries
configure:14982: result: yes
configure:14985: checking whether to build shared libraries
configure:15005: result: yes
configure:15008: checking whether to build static libraries
configure:15012: result: yes
configure:15022: checking for f77 option to produce PIC
configure:15232: result: -fPIC
configure:15240: checking if f77 PIC flag -fPIC works
configure:15258: f77 -c -g -O2 -fPIC conftest.f >&5
configure:15262: $? = 0
configure:15275: result: yes
configure:15303: checking if f77 static flag -static works
configure:15331: result: no
configure:15341: checking if f77 supports -c -o file.o
configure:15362: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15366: $? = 0
configure:15388: result: yes
configure:15414: checking whether the f77 linker (/home/kirkby/bin/ld) 
supports
shared libraries
configure:16356: result: yes
configure:16423: checking dynamic linker characteristics
configure:17011: result: solaris2.10 ld.so
configure:17020: checking how to hardcode library paths into programs
configure:17045: result: immediate
configure:20620: checking for fdatasync
configure:20676: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccqf4Xpy.o(.text+0x4): In function `main':
/home/kirkby/sqlite-3.6.14.2/conftest.c:56: undefined reference to 
`fdatasync'
collect2: ld returned 1 exit status
configure:20683: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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.  */
| /* 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:20705: result: no
configure:20620: checking for usleep
configure:20676: gcc -o conftest -g -O2   conftest.c  >&5
configure:20683: $? = 0
configure:20705: result: yes
configure:20620: checking for fullfsync
configure:20676: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccyJMTVq.o(.text+0x4): In function `main':
/home/kirkby/sqlite-3.6.14.2/conftest.c:57: undefined reference to 
`fullfsync'
collect2: ld returned 1 exit status
configure:20683: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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_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:20705: result: no
configure:20620: checking for localtime_r
configure:20676: gcc -o conftest -g -O2   conftest.c  >&5
configure:20683: $? = 0
configure:20705: result: yes
configure:20620: checking for gmtime_r
configure:20676: gcc -o conftest -g -O2   conftest.c  >&5
configure:20683: $? = 0
configure:20705: result: yes
configure:20734: checking for library containing tgetent
configure:20775: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccgMV8hO.o(.text+0x4): In function `main':
/home/kirkby/sqlite-3.6.14.2/conftest.c:36: undefined reference to `tgetent'
collect2: ld returned 1 exit status
configure:20782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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_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:20775: gcc -o conftest -g -O2   conftest.c -lcurses   >&5
configure:20782: $? = 0
configure:20813: result: -lcurses
configure:20821: checking for library containing readline
configure:20862: gcc -o conftest -g -O2   conftest.c -lcurses  >&5
/var/tmp//ccKxDavX.o(.text+0x4): In function `main':
/home/kirkby/sqlite-3.6.14.2/conftest.c:36: undefined reference to 
`readline'
collect2: ld returned 1 exit status
configure:20869: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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_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:20862: gcc -o conftest -g -O2   conftest.c -lreadline -lcurses 
  >&5
/home/kirkby/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:20869: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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_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:20900: result: no
configure:20914: checking for readline
configure:20970: gcc -o conftest -g -O2   conftest.c -lcurses  >&5
/var/tmp//ccG3K85B.o(.text+0x4): In function `main':
/home/kirkby/sqlite-3.6.14.2/conftest.c:59: undefined reference to 
`readline'
collect2: ld returned 1 exit status
configure:20977: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.6.14.2"
| #define PACKAGE_STRING "sqlite 3.6.14.2"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org";
| #define PACKAGE "sqlite"
| #define VERSION "3.6.14.2"
| #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_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 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:20999: result: no
configure:21029: checking for library containing pthread_create
configure:21070: gcc -o conftest -g -O2   conftest.c  >&5
configure:21077: $? = 0
configure:21108: result: none required
configure:21131: checking for library containing dlopen
configure:21172: gcc -o conftest -g -O2   conftest.c  >&5
configure:21179: $? = 0
configure:21210: result: none required
configure:21221: checking for whether to support dynamic extensions
configure:21223: result: yes
configure:21419: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by sqlite config.status 3.6.14.2, which was
generated by GNU Autoconf 2.62.  Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  =
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on t2

config.status:716: creating Makefile
config.status:716: creating sqlite3.pc
config.status:921: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=sparc-sun-solaris2.10
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=no
ac_cv_func_fullfsync=no
ac_cv_func_gmtime_r=yes
ac_cv_func_localtime_r=yes
ac_cv_func_readline=no
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=sparc-sun-solaris2.10
ac_cv_objext=o
ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
ac_cv_path_GREP=/usr/xpg4/bin/grep
ac_cv_prog_AWK=nawk
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=f77
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='none required'
ac_cv_search_pthread_create='none required'
ac_cv_search_readline=no
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=/home/kirkby/bin/ld
lt_cv_path_LDCXX=/home/kirkby/bin/ld
lt_cv_path_NM='/home/kirkby/bin/nm -B'
lt_cv_path_SED=/usr/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=262144
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/kirkby/sqlite-3.6.14.2/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/kirkby/sqlite-3.6.14.2/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/kirkby/sqlite-3.6.14.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/kirkby/sqlite-3.6.14.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/kirkby/sqlite-3.6.14.2/missing --run automake-1.9'
AWK='nawk'
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.14.2\" -DPACKAGE_STRING=\"sqlite\ 3.6.14.2\" 
-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\"; -DPACKAGE=\"sqlite\" 
-DVERSION=\"3.6.14.2\" -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_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1'
DEPDIR='.deps'
DYNAMIC_EXTENSION_FLAGS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/xpg4/bin/grep -E'
EXEEXT=''
F77='f77'
FFLAGS='-g -O2'
GREP='/usr/xpg4/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='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/kirkby/sqlite-3.6.14.2/missing --run makeinfo'
OBJEXT='o'
PACKAGE='sqlite'
PACKAGE_BUGREPORT='http://www.sqlite.org'
PACKAGE_NAME='sqlite'
PACKAGE_STRING='sqlite 3.6.14.2'
PACKAGE_TARNAME='sqlite'
PACKAGE_VERSION='3.6.14.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
READLINE_LIBS='-lcurses '
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
THREADSAFE_FLAGS='-DSQLITE_THREADSAFE=1'
VERSION='3.6.14.2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='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='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='sparc-sun-solaris2.10'
host_alias=''
host_cpu='sparc'
host_os='solaris2.10'
host_vendor='sun'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/kirkby/sqlite-3.6.14.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(install_sh) -d'
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.6.14.2"
#define PACKAGE_STRING "sqlite 3.6.14.2"
#define PACKAGE_BUGREPORT "http://www.sqlite.org";
#define PACKAGE "sqlite"
#define VERSION "3.6.14.2"
#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_USLEEP 1
#define HAVE_LOCALTIME_R 1
#define HAVE_GMTIME_R 1

configure: exit 0



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to