I installed everything from very recent sources with default compile
options. Happily, I see,
jcz@ubuntu:$ ls /usr/local/lib/
geos libfreexl.so.1 libgeos_c.a libgeos_c.so.1.7.4
libproj.la libspatialite.a libspatialite.so.2.2.0
libsqlite3.so.0
libfreexl.a libfreexl.so.1.0.0
libgeos_c.la libgeos.la
libproj.so
libspatialite.la libsqlite3.a
libsqlite3.so.0.8.6
libfreexl.la libgeos-3.3.3.so libgeos_c.so libgeos.so
libproj.so.0 libspatialite.so
libsqlite3.la
pkgconfig
libfreexl.so libgeos.a libgeos_c.so.1 libproj.a
libproj.so.0.7.0 libspatialite.so.2 libsqlite3.so
python2.6
But, ./configure on spatialite tools complains about a missing
libspatialite.
Which argument do I use in ./configure to tell it to look in /usr/
local/lib ? (config.log attached)
----------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by spatialite-tools configure 3.0.0-stable, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 2.6.32-38-generic
uname -s = Linux
uname -v = #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/pgsql/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2456: checking for a BSD-compatible install
configure:2524: result: /usr/bin/install -c
configure:2535: checking whether build environment is sane
configure:2585: result: yes
configure:2726: checking for a thread-safe mkdir -p
configure:2765: result: /bin/mkdir -p
configure:2778: checking for gawk
configure:2808: result: no
configure:2778: checking for mawk
configure:2794: found /usr/bin/mawk
configure:2805: result: mawk
configure:2816: checking whether make sets $(MAKE)
configure:2838: result: yes
configure:2919: checking whether to enable maintainer-specific
portions of Makefiles
configure:2928: result: no
configure:2955: checking for style of include used by make
configure:2983: result: GNU
configure:3053: checking for gcc
configure:3069: found /usr/bin/gcc
configure:3080: result: gcc
configure:3309: checking for C compiler version
configure:3318: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
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:3329: $? = 0
configure:3318: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/
usr --enable-shared --enable-multiarch --enable-linker-build-id --with-
system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-
threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-
suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-plugin --enable-objc-gc --enable-targets=all --disable-werror
--with-arch-32=i486 --with-tune=generic --enable-checking=release --
build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
configure:3329: $? = 0
configure:3318: gcc -V >&5
gcc: '-V' option must have argument
configure:3329: $? = 1
configure:3318: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3329: $? = 1
configure:3349: checking whether the C compiler works
configure:3371: gcc conftest.c >&5
configure:3375: $? = 0
configure:3423: result: yes
configure:3426: checking for C compiler default output file name
configure:3428: result: a.out
configure:3434: checking for suffix of executables
configure:3441: gcc -o conftest conftest.c >&5
configure:3445: $? = 0
configure:3467: result:
configure:3489: checking whether we are cross compiling
configure:3497: gcc -o conftest conftest.c >&5
configure:3501: $? = 0
configure:3508: ./conftest
configure:3512: $? = 0
configure:3527: result: no
configure:3532: checking for suffix of object files
configure:3554: gcc -c conftest.c >&5
configure:3558: $? = 0
configure:3579: result: o
configure:3583: checking whether we are using the GNU C compiler
configure:3602: gcc -c conftest.c >&5
configure:3602: $? = 0
configure:3611: result: yes
configure:3620: checking whether gcc accepts -g
configure:3640: gcc -c -g conftest.c >&5
configure:3640: $? = 0
configure:3681: result: yes
configure:3698: checking for gcc option to accept ISO C89
configure:3762: gcc -c -g -O2 conftest.c >&5
configure:3762: $? = 0
configure:3775: result: none needed
configure:3797: checking dependency style of gcc
configure:3907: result: gcc3
configure:3928: checking how to run the C preprocessor
configure:3959: gcc -E conftest.c
configure:3959: $? = 0
configure:3973: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3998: result: gcc -E
configure:4018: gcc -E conftest.c
configure:4018: $? = 0
configure:4032: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4032: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4061: checking for grep that handles long lines and -e
configure:4119: result: /bin/grep
configure:4124: checking for egrep
configure:4186: result: /bin/grep -E
configure:4191: checking for ANSI C header files
configure:4211: gcc -c -g -O2 conftest.c >&5
configure:4211: $? = 0
configure:4284: gcc -o conftest -g -O2 conftest.c >&5
configure:4284: $? = 0
configure:4284: ./conftest
configure:4284: $? = 0
configure:4295: result: yes
configure:4308: checking for sys/types.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for sys/stat.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for stdlib.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for string.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for memory.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for strings.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for inttypes.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for stdint.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for unistd.h
configure:4308: gcc -c -g -O2 conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4322: checking for stdlib.h
configure:4322: result: yes
configure:4336: checking stdio.h usability
configure:4336: gcc -c -g -O2 conftest.c >&5
configure:4336: $? = 0
configure:4336: result: yes
configure:4336: checking stdio.h presence
configure:4336: gcc -E conftest.c
configure:4336: $? = 0
configure:4336: result: yes
configure:4336: checking for stdio.h
configure:4336: result: yes
configure:4350: checking for string.h
configure:4350: result: yes
configure:4364: checking for memory.h
configure:4364: result: yes
configure:4378: checking math.h usability
configure:4378: gcc -c -g -O2 conftest.c >&5
configure:4378: $? = 0
configure:4378: result: yes
configure:4378: checking math.h presence
configure:4378: gcc -E conftest.c
configure:4378: $? = 0
configure:4378: result: yes
configure:4378: checking for math.h
configure:4378: result: yes
configure:4392: checking float.h usability
configure:4392: gcc -c -g -O2 conftest.c >&5
configure:4392: $? = 0
configure:4392: result: yes
configure:4392: checking float.h presence
configure:4392: gcc -E conftest.c
configure:4392: $? = 0
configure:4392: result: yes
configure:4392: checking for float.h
configure:4392: result: yes
configure:4406: checking fcntl.h usability
configure:4406: gcc -c -g -O2 conftest.c >&5
configure:4406: $? = 0
configure:4406: result: yes
configure:4406: checking fcntl.h presence
configure:4406: gcc -E conftest.c
configure:4406: $? = 0
configure:4406: result: yes
configure:4406: checking for fcntl.h
configure:4406: result: yes
configure:4420: checking for inttypes.h
configure:4420: result: yes
configure:4434: checking stddef.h usability
configure:4434: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking stddef.h presence
configure:4434: gcc -E conftest.c
configure:4434: $? = 0
configure:4434: result: yes
configure:4434: checking for stddef.h
configure:4434: result: yes
configure:4448: checking for stdint.h
configure:4448: result: yes
configure:4462: checking sys/time.h usability
configure:4462: gcc -c -g -O2 conftest.c >&5
configure:4462: $? = 0
configure:4462: result: yes
configure:4462: checking sys/time.h presence
configure:4462: gcc -E conftest.c
configure:4462: $? = 0
configure:4462: result: yes
configure:4462: checking for sys/time.h
configure:4462: result: yes
configure:4476: checking for unistd.h
configure:4476: result: yes
configure:4490: checking expat.h usability
configure:4490: gcc -c -g -O2 conftest.c >&5
configure:4490: $? = 0
configure:4490: result: yes
configure:4490: checking expat.h presence
configure:4490: gcc -E conftest.c
configure:4490: $? = 0
configure:4490: result: yes
configure:4490: checking for expat.h
configure:4490: result: yes
configure:4562: checking for g++
configure:4578: found /usr/bin/g++
configure:4589: result: g++
configure:4616: checking for C++ compiler version
configure:4625: g++ --version >&5
g++ (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
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:4636: $? = 0
configure:4625: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/
usr --enable-shared --enable-multiarch --enable-linker-build-id --with-
system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-
threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-
suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-plugin --enable-objc-gc --enable-targets=all --disable-werror
--with-arch-32=i486 --with-tune=generic --enable-checking=release --
build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
configure:4636: $? = 0
configure:4625: g++ -V >&5
g++: '-V' option must have argument
configure:4636: $? = 1
configure:4625: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4636: $? = 1
configure:4640: checking whether we are using the GNU C++ compiler
configure:4659: g++ -c conftest.cpp >&5
configure:4659: $? = 0
configure:4668: result: yes
configure:4677: checking whether g++ accepts -g
configure:4697: g++ -c -g conftest.cpp >&5
configure:4697: $? = 0
configure:4738: result: yes
configure:4763: checking dependency style of g++
configure:4873: result: gcc3
configure:4936: checking for gcc
configure:4963: result: gcc
configure:5192: checking for C compiler version
configure:5201: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
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:5212: $? = 0
configure:5201: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/
usr --enable-shared --enable-multiarch --enable-linker-build-id --with-
system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-
threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-
suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-plugin --enable-objc-gc --enable-targets=all --disable-werror
--with-arch-32=i486 --with-tune=generic --enable-checking=release --
build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
configure:5212: $? = 0
configure:5201: gcc -V >&5
gcc: '-V' option must have argument
configure:5212: $? = 1
configure:5201: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:5212: $? = 1
configure:5216: checking whether we are using the GNU C compiler
configure:5244: result: yes
configure:5253: checking whether gcc accepts -g
configure:5314: result: yes
configure:5331: checking for gcc option to accept ISO C89
configure:5408: result: none needed
configure:5430: checking dependency style of gcc
configure:5540: result: gcc3
configure:5560: checking how to run the C preprocessor
configure:5630: result: gcc -E
configure:5650: gcc -E conftest.c
configure:5650: $? = 0
configure:5664: gcc -E conftest.c
conftest.c:34:28: error: ac_nonexistent.h: No such file or directory
configure:5664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5693: checking whether ln -s works
configure:5697: result: yes
configure:5704: checking whether make sets $(MAKE)
configure:5726: result: yes
configure:5739: checking build system type
configure:5753: result: i686-pc-linux-gnu
configure:5773: checking host system type
configure:5786: result: i686-pc-linux-gnu
configure:6155: checking how to print strings
configure:6182: result: printf
configure:6203: checking for a sed that does not truncate output
configure:6267: result: /bin/sed
configure:6285: checking for fgrep
configure:6347: result: /bin/grep -F
configure:6382: checking for ld used by gcc
configure:6449: result: /usr/bin/ld
configure:6456: checking if the linker (/usr/bin/ld) is GNU ld
configure:6471: result: yes
configure:6483: checking for BSD- or MS-compatible name lister (nm)
configure:6532: result: /usr/bin/nm -B
configure:6662: checking the name lister (/usr/bin/nm -B) interface
configure:6669: gcc -c -g -O2 conftest.c >&5
configure:6672: /usr/bin/nm -B "conftest.o"
configure:6675: output
00000000 B some_variable
configure:6682: result: BSD nm
configure:6686: checking the maximum length of command line arguments
configure:6811: result: 1572864
configure:6828: checking whether the shell understands some XSI
constructs
configure:6838: result: yes
configure:6842: checking whether the shell understands "+="
configure:6848: result: yes
configure:6883: checking how to convert i686-pc-linux-gnu file names
to i686-pc-linux-gnu format
configure:6923: result: func_convert_file_noop
configure:6930: checking how to convert i686-pc-linux-gnu file names
to toolchain format
configure:6950: result: func_convert_file_noop
configure:6957: checking for /usr/bin/ld option to reload object files
configure:6964: result: -r
configure:7038: checking for objdump
configure:7065: result: objdump
configure:7094: checking how to recognize dependent libraries
configure:7296: result: pass_all
configure:7381: checking for dlltool
configure:7408: result: dlltool
configure:7438: checking how to associate runtime and link libraries
configure:7465: result: printf %s\n
configure:7525: checking for ar
configure:7541: found /usr/bin/ar
configure:7552: result: ar
configure:7589: checking for archiver @FILE support
configure:7606: gcc -c -g -O2 conftest.c >&5
configure:7606: $? = 0
configure:7609: ar cru libconftest.a @conftest.lst >&5
configure:7612: $? = 0
configure:7617: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7620: $? = 1
configure:7632: result: @
configure:7690: checking for strip
configure:7706: found /usr/bin/strip
configure:7717: result: strip
configure:7789: checking for ranlib
configure:7805: found /usr/bin/ranlib
configure:7816: result: ranlib
configure:7918: checking command to parse /usr/bin/nm -B output from
gcc object
configure:8037: gcc -c -g -O2 conftest.c >&5
configure:8040: $? = 0
configure:8044: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\
([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8047: $? = 0
configure:8113: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:8116: $? = 0
configure:8154: result: ok
configure:8191: checking for sysroot
configure:8221: result: no
configure:8464: checking for mt
configure:8480: found /bin/mt
configure:8491: result: mt
configure:8514: checking if mt is a manifest tool
configure:8520: mt '-?'
mt: invalid option -- ?
configure:8528: result: no
configure:9157: checking for dlfcn.h
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9353: checking for objdir
configure:9368: result: .libs
configure:9635: checking if gcc supports -fno-rtti -fno-exceptions
configure:9653: 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:9657: $? = 0
configure:9670: result: no
configure:9980: checking for gcc option to produce PIC
configure:9987: result: -fPIC -DPIC
configure:9995: checking if gcc PIC flag -fPIC -DPIC works
configure:10013: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10017: $? = 0
configure:10030: result: yes
configure:10059: checking if gcc static flag -static works
configure:10087: result: yes
configure:10102: checking if gcc supports -c -o file.o
configure:10123: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10127: $? = 0
configure:10149: result: yes
configure:10157: checking if gcc supports -c -o file.o
configure:10204: result: yes
configure:10237: checking whether the gcc linker (/usr/bin/ld)
supports shared libraries
configure:11395: result: yes
configure:11432: checking whether -lc should be explicitly linked in
configure:11440: gcc -c -g -O2 conftest.c >&5
configure:11443: $? = 0
configure:11458: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -
Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11461: $? = 0
configure:11475: result: no
configure:11640: checking dynamic linker characteristics
configure:12154: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo
conftest.c >&5
configure:12154: $? = 0
configure:12380: result: GNU/Linux ld.so
configure:12487: checking how to hardcode library paths into programs
configure:12512: result: immediate
configure:13052: checking whether stripping libraries is possible
configure:13057: result: yes
configure:13092: checking if libtool supports shared libraries
configure:13094: result: yes
configure:13097: checking whether to build shared libraries
configure:13118: result: yes
configure:13121: checking whether to build static libraries
configure:13125: result: yes
configure:13148: checking how to run the C++ preprocessor
configure:13175: g++ -E conftest.cpp
configure:13175: $? = 0
configure:13189: g++ -E conftest.cpp
conftest.cpp:36:28: error: ac_nonexistent.h: No such file or directory
configure:13189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13214: result: g++ -E
configure:13234: g++ -E conftest.cpp
configure:13234: $? = 0
configure:13248: g++ -E conftest.cpp
conftest.cpp:36:28: error: ac_nonexistent.h: No such file or directory
configure:13248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13418: checking for ld used by g++
configure:13485: result: /usr/bin/ld
configure:13492: checking if the linker (/usr/bin/ld) is GNU ld
configure:13507: result: yes
configure:13562: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:14566: result: yes
configure:14601: g++ -c -g -O2 conftest.cpp >&5
configure:14604: $? = 0
configure:15124: checking for g++ option to produce PIC
configure:15131: result: -fPIC -DPIC
configure:15139: checking if g++ PIC flag -fPIC -DPIC works
configure:15157: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15161: $? = 0
configure:15174: result: yes
configure:15197: checking if g++ static flag -static works
configure:15225: result: yes
configure:15237: checking if g++ supports -c -o file.o
configure:15258: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15262: $? = 0
configure:15284: result: yes
configure:15289: checking if g++ supports -c -o file.o
configure:15336: result: yes
configure:15366: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:15400: result: yes
configure:15543: checking dynamic linker characteristics
configure:16217: result: GNU/Linux ld.so
configure:16270: checking how to hardcode library paths into programs
configure:16295: result: immediate
configure:16356: checking for an ANSI C-conforming const
configure:16421: gcc -c -g -O2 conftest.c >&5
configure:16421: $? = 0
configure:16428: result: yes
configure:16436: checking for off_t
configure:16436: gcc -c -g -O2 conftest.c >&5
configure:16436: $? = 0
configure:16436: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:72: error: expected expression before ')' token
configure:16436: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:16436: result: yes
configure:16447: checking for size_t
configure:16447: gcc -c -g -O2 conftest.c >&5
configure:16447: $? = 0
configure:16447: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:72: error: expected expression before ')' token
configure:16447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16447: result: yes
configure:16458: checking whether time.h and sys/time.h may both be
included
configure:16478: gcc -c -g -O2 conftest.c >&5
configure:16478: $? = 0
configure:16485: result: yes
configure:16493: checking whether struct tm is in sys/time.h or time.h
configure:16513: gcc -c -g -O2 conftest.c >&5
configure:16513: $? = 0
configure:16520: result: time.h
configure:16528: checking for working volatile
configure:16547: gcc -c -g -O2 conftest.c >&5
configure:16547: $? = 0
configure:16554: result: yes
configure:16564: checking whether lstat correctly handles trailing
slash
configure:16590: gcc -o conftest -g -O2 conftest.c >&5
configure:16590: $? = 0
configure:16590: ./conftest
configure:16590: $? = 0
configure:16607: result: yes
configure:16626: checking whether lstat accepts an empty string
configure:16646: gcc -o conftest -g -O2 conftest.c >&5
configure:16646: $? = 0
configure:16646: ./conftest
configure:16646: $? = 0
configure:16656: result: no
configure:16672: checking whether lstat correctly handles trailing
slash
configure:16715: result: yes
configure:16734: checking for working memcmp
configure:16777: gcc -o conftest -g -O2 conftest.c >&5
configure:16777: $? = 0
configure:16777: ./conftest
configure:16777: $? = 0
configure:16787: result: yes
configure:16796: checking whether stat accepts an empty string
configure:16816: gcc -o conftest -g -O2 conftest.c >&5
configure:16816: $? = 0
configure:16816: ./conftest
configure:16816: $? = 0
configure:16826: result: no
configure:16844: checking for strftime
configure:16844: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:62: warning: conflicting types for built-in function
'strftime'
configure:16844: $? = 0
configure:16844: result: yes
configure:16900: checking for memset
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:63: warning: conflicting types for built-in function
'memset'
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for sqrt
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function 'sqrt'
/tmp/ccJ9uURy.o: In function `main':
/home/jcz/spatialite-tools-3.0.0-stable/conftest.c:75: undefined
reference to `sqrt'
collect2: ld returned 1 exit status
configure:16900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| /* end confdefs.h. */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares
sqrt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few
prototypes,
| which can conflict with char sqrt (); 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 sqrt
|
| /* 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 sqrt ();
| /* 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_sqrt || defined __stub___sqrt
| choke me
| #endif
|
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:16900: result: no
configure:16900: checking for strcasecmp
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function
'strcasecmp'
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for strerror
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for strncasecmp
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:66: warning: conflicting types for built-in function
'strncasecmp'
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for strstr
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:67: warning: conflicting types for built-in function
'strstr'
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for fdatasync
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for ftruncate
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for getcwd
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for gettimeofday
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for localtime_r
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for memmove
configure:16900: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:73: warning: conflicting types for built-in function
'memmove'
configure:16900: $? = 0
configure:16900: result: yes
configure:16900: checking for strerror
configure:16900: result: yes
configure:16926: checking for library containing tgetent
configure:16957: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccUg5HN7.o: In function `main':
/home/jcz/spatialite-tools-3.0.0-stable/conftest.c:63: undefined
reference to `tgetent'
collect2: ld returned 1 exit status
configure:16957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 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:16957: gcc -o conftest -g -O2 conftest.c -lcurses >&5
configure:16957: $? = 0
configure:16974: result: -lcurses
configure:16982: checking for library containing readline
configure:17013: gcc -o conftest -g -O2 conftest.c -lcurses >&5
/tmp/ccc5nFtl.o: In function `main':
/home/jcz/spatialite-tools-3.0.0-stable/conftest.c:63: undefined
reference to `readline'
collect2: ld returned 1 exit status
configure:17013: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spatialite-tools"
| #define PACKAGE_TARNAME "spatialite-tools"
| #define PACKAGE_VERSION "3.0.0-stable"
| #define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
| #define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "spatialite-tools"
| #define VERSION "3.0.0-stable"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRERROR 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:17013: gcc -o conftest -g -O2 conftest.c -lreadline -
lcurses >&5
configure:17013: $? = 0
configure:17030: result: -lreadline
configure:17042: checking for readline
configure:17042: gcc -o conftest -g -O2 conftest.c -lreadline -
lcurses >&5
configure:17042: $? = 0
configure:17042: result: yes
configure:17056: checking for XML_ParserCreate in -lexpat
configure:17081: gcc -o conftest -g -O2 conftest.c -lexpat >&5
configure:17081: $? = 0
configure:17090: result: yes
configure:17103: checking for pj_init_plus in -lproj
configure:17128: gcc -o conftest -g -O2 conftest.c -lproj -lm -
lexpat >&5
configure:17128: $? = 0
configure:17137: result: yes
configure:17150: checking for GEOSTopologyPreserveSimplify in -lgeos_c
configure:17175: gcc -o conftest -g -O2 conftest.c -lgeos_c -lm -
lgeos -lproj -lexpat >&5
configure:17175: $? = 0
configure:17184: result: yes
configure:17251: checking for pkg-config
configure:17284: result: no
configure:17319: checking for LIBSPATIALITE
configure:17376: result: no
configure:17378: error: 'libspatialite' is required but it doesn't
seem to be installed on this system.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_volatile=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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBFREEXL_CFLAGS_set=
ac_cv_env_LIBFREEXL_CFLAGS_value=
ac_cv_env_LIBFREEXL_LIBS_set=
ac_cv_env_LIBFREEXL_LIBS_value=
ac_cv_env_LIBSPATIALITE_CFLAGS_set=
ac_cv_env_LIBSPATIALITE_CFLAGS_value=
ac_cv_env_LIBSPATIALITE_LIBS_set=
ac_cv_env_LIBSPATIALITE_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_fdatasync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_readline=yes
ac_cv_func_sqrt=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_expat_XML_ParserCreate=yes
ac_cv_lib_geos_c_GEOSTopologyPreserveSimplify=yes
ac_cv_lib_proj_pj_init_plus=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
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_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_make_make_set=yes
ac_cv_search_readline=-lreadline
ac_cv_search_tgetent=-lcurses
ac_cv_struct_tm=time.h
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW]
[ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' |
sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)
[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \
([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/
^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/
^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -
e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&
\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern
int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/
p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --
run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --run
tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --
run autoconf'
AUTOHEADER='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --
run autoheader'
AUTOMAKE='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --
run automake-1.11'
AWK='mawk'
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=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBFREEXL_CFLAGS=''
LIBFREEXL_LIBS=''
LIBOBJS=''
LIBS='-lgeos_c -lproj -lexpat '
LIBSPATIALITE_CFLAGS=''
LIBSPATIALITE_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/missing --
run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='spatialite-tools'
PACKAGE_BUGREPORT='
a.fu...@lqt.it'
PACKAGE_NAME='spatialite-tools'
PACKAGE_STRING='spatialite-tools 3.0.0-stable'
PACKAGE_TARNAME='spatialite-tools'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.0-stable'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
READLINE_LIBS='-lreadline -lcurses '
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='3.0.0-stable'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jcz/spatialite-tools-3.0.0-stable/install-
sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
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 "spatialite-tools"
#define PACKAGE_TARNAME "spatialite-tools"
#define PACKAGE_VERSION "3.0.0-stable"
#define PACKAGE_STRING "spatialite-tools 3.0.0-stable"
#define PACKAGE_BUGREPORT "
a.fu...@lqt.it"
#define PACKAGE_URL ""
#define PACKAGE "spatialite-tools"
#define VERSION "3.0.0-stable"
#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_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MATH_H 1
#define HAVE_FLOAT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_EXPAT_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define TIME_WITH_SYS_TIME 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STRFTIME 1
#define HAVE_MEMSET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_FDATASYNC 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MEMMOVE 1
#define HAVE_STRERROR 1
#define HAVE_READLINE 1
#define HAVE_LIBEXPAT 1
#define HAVE_LIBPROJ 1
#define HAVE_LIBGEOS_C 1
configure: exit 1