rendered paste bodyThis file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ocaml-sqlite configure 1.5.8, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ftrvxmtrx
uname -m = x86_64
uname -r = 2.6.36-ck
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Dec 14 22:37:30 EET 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/bin/perlbin/vendor
PATH: /usr/lib/perl5/core_perl/bin
PATH: /home/i515i/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2010: checking for ocaml compiler and tools...
configure:2014: checking for ocamlc
configure:2030: found /usr/bin/ocamlc
configure:2041: result: ocamlc
configure:2051: checking for ocamlopt
configure:2067: found /usr/bin/ocamlopt
configure:2078: result: ocamlopt
configure:2088: checking for ocamlfind
configure:2104: found /usr/bin/ocamlfind
configure:2115: result: ocamlfind
configure:2167: checking for a BSD-compatible install
configure:2235: result: /usr/bin/install -c
configure:2248: checking for C compiler...
configure:2298: checking for gcc
configure:2314: found /usr/bin/gcc
configure:2325: result: gcc
configure:2554: checking for C compiler version
configure:2563: gcc --version >&5
gcc (GCC) 4.5.1 20101125 (prerelease)
Copyright (C) 2010 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:2574: $? = 0
configure:2563: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.5-20101125/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
Thread model: posix
gcc version 4.5.1 20101125 (prerelease) (GCC)
configure:2574: $? = 0
configure:2563: gcc -V >&5
gcc: '-V' option must have argument
configure:2574: $? = 1
configure:2563: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2574: $? = 1
configure:2594: checking whether the C compiler works
configure:2616: gcc conftest.c >&5
configure:2620: $? = 0
configure:2668: result: yes
configure:2671: checking for C compiler default output file name
configure:2673: result: a.out
configure:2679: checking for suffix of executables
configure:2686: gcc -o conftest conftest.c >&5
configure:2690: $? = 0
configure:2712: result:
configure:2734: checking whether we are cross compiling
configure:2742: gcc -o conftest conftest.c >&5
configure:2746: $? = 0
configure:2753: ./conftest
configure:2757: $? = 0
configure:2772: result: no
configure:2777: checking for suffix of object files
configure:2799: gcc -c conftest.c >&5
configure:2803: $? = 0
configure:2824: result: o
configure:2828: checking whether we are using the GNU C compiler
configure:2847: gcc -c conftest.c >&5
configure:2847: $? = 0
configure:2856: result: yes
configure:2865: checking whether gcc accepts -g
configure:2885: gcc -c -g conftest.c >&5
configure:2885: $? = 0
configure:2926: result: yes
configure:2943: checking for gcc option to accept ISO C89
configure:3007: gcc -c -g -O2 conftest.c >&5
configure:3007: $? = 0
configure:3020: result: none needed
configure:3041: checking for C header files...
configure:3049: checking how to run the C preprocessor
configure:3080: gcc -E conftest.c
configure:3080: $? = 0
configure:3094: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ocaml-sqlite"
| #define PACKAGE_TARNAME "ocaml-sqlite"
| #define PACKAGE_VERSION "1.5.8"
| #define PACKAGE_STRING "ocaml-sqlite 1.5.8"
| #define PACKAGE_BUGREPORT "markus.mottl@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3119: result: gcc -E
configure:3139: gcc -E conftest.c
configure:3139: $? = 0
configure:3153: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3153: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ocaml-sqlite"
| #define PACKAGE_TARNAME "ocaml-sqlite"
| #define PACKAGE_VERSION "1.5.8"
| #define PACKAGE_STRING "ocaml-sqlite 1.5.8"
| #define PACKAGE_BUGREPORT "markus.mottl@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3182: checking for grep that handles long lines and -e
configure:3240: result: /bin/grep
configure:3245: checking for egrep
configure:3307: result: /bin/grep -E
configure:3312: checking for ANSI C header files
configure:3332: gcc -c -g -O2 conftest.c >&5
configure:3332: $? = 0
configure:3405: gcc -o conftest -g -O2 conftest.c >&5
configure:3405: $? = 0
configure:3405: ./conftest
configure:3405: $? = 0
configure:3416: result: yes
configure:3425: checking libraries...
configure:3436: checking for sqlite3 library...
configure:3438: checking for sqlite3_open in -lsqlite3
configure:3463: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
configure:3463: $? = 0
configure:3472: result: yes
configure:3486: checking for Sqlite header files...
configure:3493: checking for sys/types.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for sys/stat.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for stdlib.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for string.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for memory.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for strings.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for inttypes.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for stdint.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3493: checking for unistd.h
configure:3493: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: result: yes
configure:3505: checking sqlite3.h usability
configure:3505: gcc -c -g -O2 conftest.c >&5
configure:3505: $? = 0
configure:3505: result: yes
configure:3505: checking sqlite3.h presence
configure:3505: gcc -E conftest.c
configure:3505: $? = 0
configure:3505: result: yes
configure:3505: checking for sqlite3.h
configure:3505: result: yes
configure:3514: checking for sqlite3_load_extension in -lsqlite3
configure:3539: gcc -o conftest -g -O2 conftest.c -lsqlite3 -lsqlite3 >&5
configure:3539: $? = 0
configure:3548: result: yes
configure:3555: checking for OCaml header files...
configure:3701: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ocaml-sqlite config.status 1.5.8, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ftrvxmtrx
config.status:741: creating Makefile
configure:4861: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ocaml-sqlite config.status 1.5.8, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ftrvxmtrx
config.status:742: creating Makefile
config.status:742: creating META
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
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_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_sqlite3_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_lib_sqlite3_sqlite3_load_extension=yes
ac_cv_lib_sqlite3_sqlite3_open=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_ocamlc=ocamlc
ac_cv_prog_ocamlfind=ocamlfind
ac_cv_prog_ocamlopt=ocamlopt
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/lib/ocaml'
DEFS='-DPACKAGE_NAME=\"ocaml-sqlite\" -DPACKAGE_TARNAME=\"ocaml-sqlite\" -DPACKAGE_VERSION=\"1.5.8\" -DPACKAGE_STRING=\"ocaml-sqlite\ 1.5.8\" -DPACKAGE_BUGREPORT=\"markus.mottl@gmail.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBSQLITE3=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'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
HAS_ENABLE_LOAD_EXTENSION='true'
INSTALL='/usr/bin/install -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-lsqlite3 '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='markus.mottl@gmail.com'
PACKAGE_NAME='ocaml-sqlite'
PACKAGE_STRING='ocaml-sqlite 1.5.8'
PACKAGE_TARNAME='ocaml-sqlite'
PACKAGE_URL=''
PACKAGE_VERSION='1.5.8'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
ocamlc='ocamlc'
ocamlfind='ocamlfind'
ocamlopt='ocamlopt'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ocaml-sqlite"
#define PACKAGE_TARNAME "ocaml-sqlite"
#define PACKAGE_VERSION "1.5.8"
#define PACKAGE_STRING "ocaml-sqlite 1.5.8"
#define PACKAGE_BUGREPORT "markus.mottl@gmail.com"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_LIBSQLITE3 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
configure: exit 0