[OSGeo-Discuss] Problem with Geos-3.2.2, Python & Swig

SIEFFERT Thomas thomas.sieffert at c-s.fr
Tue Sep 18 05:57:07 PDT 2012


Hi everyone,

I don't know if it's the right place but still, I have a little  
problem while the compilation process of geos (v3.2.2). Here is the  
error :

Traceback (most recent call last):
   File "/freeware/python-2.5.1/lib/python2.5/runpy.py", line 87, in run_module
     raise ImportError("No module named " + mod_name)
ImportError: No module named odern
make[2]: [geos_wrap.cxx] Erreur 255 (ignorée)
Traceback (most recent call last):
   File "/freeware/python-2.5.1/lib/python2.5/runpy.py", line 87, in run_module
     raise ImportError("No module named " + mod_name)
ImportError: No module named odern
make[4]: [geos_wrap.cxx] Erreur 255 (ignorée)
Dans le fichier inclus à partir de geos_wrap.cxx:135:
/freeware/src/Python-2.5.1/Include/Python.h:8:22: erreur: pyconfig.h :  
Aucun fichier ou répertoire de ce type
Dans le fichier inclus à partir de  
/freeware/src/Python-2.5.1/Include/Python.h:57,
           à partir de geos_wrap.cxx:135:
/freeware/src/Python-2.5.1/Include/pyport.h:734:2: erreur: #error  
"LONG_BIT definition appears wrong for platform (bad gcc/glibc  
config?)."
/freeware/src/Python-2.5.1/Include/pyport.h:550: erreur: declaration  
of ?double hypot(double, double)? throws different exceptions
/usr/include/bits/mathcalls.h:163: erreur: from previous declaration  
?double hypot(double, double) throw ()?
geos_wrap.cxx: In function ?int SWIG_CanCastAsInteger(double*, double,  
double)?:
geos_wrap.cxx:2786: erreur: ?errno? was not declared in this scope
geos_wrap.cxx:2786: erreur: ?EDOM? was not declared in this scope
geos_wrap.cxx:2786: erreur: ?ERANGE? was not declared in this scope
geos_wrap.cxx: In function ?PyObject* _wrap_geomFromWKB(PyObject*,  
PyObject*)?:
geos_wrap.cxx:8247: attention : déréférencement du pointeur  
type-punned brisera les strictes d'aliases
geos_wrap.cxx: In function ?PyObject* _wrap_geomFromHEX(PyObject*,  
PyObject*)?:
geos_wrap.cxx:8367: attention : déréférencement du pointeur  
type-punned brisera les strictes d'aliases
make[4]: *** [_geos_la-geos_wrap.lo] Erreur 1
make[3]: *** [all-recursive] Erreur 1
make[2]: *** [all] Erreur 2
make[1]: *** [all-recursive] Erreur 1
make: *** [all-recursive] Erreur 1

------

Herewith the config.log file. If you need more information please let me know.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ./configure --prefix=/freeware/geos-3.2.2 --enable-python

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

hostname = webservercs
uname -m = i686
uname -r = 2.6.18-308.13.1.el5
uname -s = Linux
uname -v = #1 SMP Tue Aug 21 17:10:06 EDT 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /freeware/bin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin
PATH: /root/bin


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

configure:2567: checking build system type
configure:2581: result: i686-pc-linux-gnu
configure:2601: checking host system type
configure:2614: result: i686-pc-linux-gnu
configure:2634: checking target system type
configure:2647: result: i686-pc-linux-gnu
configure:2709: checking for a BSD-compatible install
configure:2777: result: /usr/bin/install -c
configure:2788: checking whether build environment is sane
configure:2838: result: yes
configure:2979: checking for a thread-safe mkdir -p
configure:3018: result: /bin/mkdir -p
configure:3031: checking for gawk
configure:3047: found /bin/gawk
configure:3058: result: gawk
configure:3069: checking whether make sets $(MAKE)
configure:3091: result: yes
configure:3214: checking for gcc
configure:3230: found /usr/bin/gcc
configure:3241: result: gcc
configure:3470: checking for C compiler version
configure:3479: gcc --version >&5
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)
Copyright (C) 2006 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:3490: $? = 0
configure:3479: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)
configure:3490: $? = 0
configure:3479: gcc -V >&5
gcc: '-V' option must have argument
configure:3490: $? = 1
configure:3479: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3490: $? = 1
configure:3512: checking for C compiler default output file name
configure:3534: gcc    conftest.c  >&5
configure:3538: $? = 0
configure:3575: result: a.out
configure:3591: checking whether the C compiler works
configure:3600: ./a.out
configure:3604: $? = 0
configure:3619: result: yes
configure:3626: checking whether we are cross compiling
configure:3628: result: no
configure:3631: checking for suffix of executables
configure:3638: gcc -o conftest    conftest.c  >&5
configure:3642: $? = 0
configure:3664: result: 
configure:3670: checking for suffix of object files
configure:3692: gcc -c   conftest.c >&5
configure:3696: $? = 0
configure:3717: result: o
configure:3721: checking whether we are using the GNU C compiler
configure:3740: gcc -c   conftest.c >&5
configure:3740: $? = 0
configure:3749: result: yes
configure:3758: checking whether gcc accepts -g
configure:3778: gcc -c -g  conftest.c >&5
configure:3778: $? = 0
configure:3819: result: yes
configure:3836: checking for gcc option to accept ISO C89
configure:3900: gcc  -c -g -O2  conftest.c >&5
configure:3900: $? = 0
configure:3913: result: none needed
configure:3944: checking for style of include used by make
configure:3972: result: GNU
configure:3997: checking dependency style of gcc
configure:4107: result: gcc3
configure:4455: checking for a sed that does not truncate output
configure:4519: result: /bin/sed
configure:4537: checking for grep that handles long lines and -e
configure:4595: result: /bin/grep
configure:4600: checking for egrep
configure:4662: result: /bin/grep -E
configure:4667: checking for fgrep
configure:4729: result: /bin/grep -F
configure:4764: checking for ld used by gcc
configure:4831: result: /usr/bin/ld
configure:4838: checking if the linker (/usr/bin/ld) is GNU ld
configure:4853: result: yes
configure:4865: checking for BSD- or MS-compatible name lister (nm)
configure:4914: result: /usr/bin/nm -B
configure:5032: checking the name lister (/usr/bin/nm -B) interface
configure:5039: gcc -c -g -O2  conftest.c >&5
configure:5042: /usr/bin/nm -B "conftest.o"
configure:5045: output
00000000 B some_variable
configure:5052: result: BSD nm
configure:5055: checking whether ln -s works
configure:5059: result: yes
configure:5067: checking the maximum length of command line arguments
configure:5187: result: 98304
configure:5204: checking whether the shell understands some XSI constructs
configure:5214: result: yes
configure:5218: checking whether the shell understands "+="
configure:5224: result: yes
configure:5259: checking for /usr/bin/ld option to reload object files
configure:5266: result: -r
configure:5335: checking for objdump
configure:5362: result: objdump
configure:5391: checking how to recognize dependent libraries
configure:5587: result: pass_all
configure:5647: checking for ar
configure:5663: found /usr/bin/ar
configure:5674: result: ar
configure:5752: checking for strip
configure:5768: found /usr/bin/strip
configure:5779: result: strip
configure:5851: checking for ranlib
configure:5867: found /usr/bin/ranlib
configure:5878: result: ranlib
configure:5968: checking command to parse /usr/bin/nm -B output from gcc object
configure:6086: gcc -c -g -O2  conftest.c >&5
configure:6089: $? = 0
configure:6093: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6096: $? = 0
configure:6150: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6153: $? = 0
configure:6191: result: ok
configure:7000: checking how to run the C preprocessor
configure:7031: gcc -E  conftest.c
configure:7031: $? = 0
configure:7045: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:7045: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7070: result: gcc -E
configure:7090: gcc -E  conftest.c
configure:7090: $? = 0
configure:7104: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:7104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7133: checking for ANSI C header files
configure:7153: gcc -c -g -O2  conftest.c >&5
configure:7153: $? = 0
configure:7226: gcc -o conftest -g -O2   conftest.c  >&5
configure:7226: $? = 0
configure:7226: ./conftest
configure:7226: $? = 0
configure:7237: result: yes
configure:7250: checking for sys/types.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for sys/stat.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for stdlib.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for string.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for memory.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for strings.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for inttypes.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for stdint.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7250: checking for unistd.h
configure:7250: gcc -c -g -O2  conftest.c >&5
configure:7250: $? = 0
configure:7250: result: yes
configure:7265: checking for dlfcn.h
configure:7265: gcc -c -g -O2  conftest.c >&5
configure:7265: $? = 0
configure:7265: result: yes
configure:7445: checking for objdir
configure:7460: result: .libs
configure:7756: checking if gcc supports -fno-rtti -fno-exceptions
configure:7774: 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:7778: $? = 0
configure:7791: result: no
configure:7811: checking for gcc option to produce PIC
configure:8083: result: -fPIC -DPIC
configure:8095: checking if gcc PIC flag -fPIC -DPIC works
configure:8113: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8117: $? = 0
configure:8130: result: yes
configure:8154: checking if gcc static flag -static works
configure:8182: result: yes
configure:8197: checking if gcc supports -c -o file.o
configure:8218: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8222: $? = 0
configure:8244: result: yes
configure:8252: checking if gcc supports -c -o file.o
configure:8299: result: yes
configure:8332: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9318: result: yes
configure:9355: checking whether -lc should be explicitly linked in
configure:9360: gcc -c -g -O2  conftest.c >&5
configure:9363: $? = 0
configure:9378: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:9381: $? = 0
configure:9393: result: no
configure:9557: checking dynamic linker characteristics
configure:9990: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:9990: $? = 0
configure:10208: result: GNU/Linux ld.so
configure:10310: checking how to hardcode library paths into programs
configure:10335: result: immediate
configure:10429: checking for shl_load
configure:10429: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccKsLoGc.o: In function `main':
/freeware/src/geos-3.2.2/conftest.c:55: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
| 
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10429: result: no
configure:10433: checking for shl_load in -ldld
configure:10458: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10458: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10467: result: no
configure:10472: checking for dlopen
configure:10472: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccUD2arB.o: In function `main':
/freeware/src/geos-3.2.2/conftest.c:55: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:10472: result: no
configure:10476: checking for dlopen in -ldl
configure:10501: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10501: $? = 0
configure:10510: result: yes
configure:10629: checking whether a program can dlopen itself
configure:10699: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:10702: $? = 0
configure:10720: result: yes
configure:10725: checking whether a statically linked program can dlopen itself
configure:10795: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccMgsEBi.o: In function `main':
/freeware/src/geos-3.2.2/configure:10779: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:10798: $? = 0
/freeware/lib/: cannot read file data: Is a directory
configure:10816: result: no
configure:10855: checking whether stripping libraries is possible
configure:10860: result: yes
configure:10895: checking if libtool supports shared libraries
configure:10897: result: yes
configure:10900: checking whether to build shared libraries
configure:10921: result: yes
configure:10924: checking whether to build static libraries
configure:10928: result: yes
configure:11022: checking for g++
configure:11038: found /usr/bin/g++
configure:11049: result: g++
configure:11076: checking for C++ compiler version
configure:11085: g++ --version >&5
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)
Copyright (C) 2006 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:11096: $? = 0
configure:11085: g++ -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)
configure:11096: $? = 0
configure:11085: g++ -V >&5
g++: '-V' option must have argument
configure:11096: $? = 1
configure:11085: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:11096: $? = 1
configure:11100: checking whether we are using the GNU C++ compiler
configure:11119: g++ -c   conftest.cpp >&5
configure:11119: $? = 0
configure:11128: result: yes
configure:11137: checking whether g++ accepts -g
configure:11157: g++ -c -g  conftest.cpp >&5
configure:11157: $? = 0
configure:11198: result: yes
configure:11223: checking dependency style of g++
configure:11333: result: gcc3
configure:11461: checking for C++ compiler version
configure:11470: g++ --version >&5
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)
Copyright (C) 2006 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:11481: $? = 0
configure:11470: g++ -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)
configure:11481: $? = 0
configure:11470: g++ -V >&5
g++: '-V' option must have argument
configure:11481: $? = 1
configure:11470: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:11481: $? = 1
configure:11485: checking whether we are using the GNU C++ compiler
configure:11513: result: yes
configure:11522: checking whether g++ accepts -g
configure:11583: result: yes
configure:11608: checking dependency style of g++
configure:11718: result: gcc3
configure:11741: checking how to run the C++ preprocessor
configure:11768: g++ -E  conftest.cpp
configure:11768: $? = 0
configure:11782: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:11782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11807: result: g++ -E
configure:11827: g++ -E  conftest.cpp
configure:11827: $? = 0
configure:11841: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:11841: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12009: checking for ld used by g++
configure:12076: result: /usr/bin/ld
configure:12083: checking if the linker (/usr/bin/ld) is GNU ld
configure:12098: result: yes
configure:12153: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13066: result: yes
configure:13094: g++ -c -g -O2  conftest.cpp >&5
configure:13097: $? = 0
configure:13279: checking for g++ option to produce PIC
configure:13596: result: -fPIC -DPIC
configure:13605: checking if g++ PIC flag -fPIC -DPIC works
configure:13623: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13627: $? = 0
configure:13640: result: yes
configure:13661: checking if g++ static flag -static works
configure:13689: result: yes
configure:13701: checking if g++ supports -c -o file.o
configure:13722: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13726: $? = 0
configure:13748: result: yes
configure:13753: checking if g++ supports -c -o file.o
configure:13800: result: yes
configure:13830: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13856: result: yes
configure:13993: checking dynamic linker characteristics
configure:14374: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:14374: $? = 0
configure:14592: result: GNU/Linux ld.so
configure:14643: checking how to hardcode library paths into programs
configure:14668: result: immediate
configure:14707: checking for library containing strerror
configure:14738: gcc -o conftest -g -O2   conftest.c  >&5
configure:14738: $? = 0
configure:14755: result: none required
configure:14764: checking whether make sets $(MAKE)
configure:14786: result: yes
configure:14799: checking for dirent.h that defines DIR
configure:14818: gcc -c -g -O2  conftest.c >&5
configure:14818: $? = 0
configure:14826: result: yes
configure:14840: checking for library containing opendir
configure:14871: gcc -o conftest -g -O2   conftest.c  >&5
configure:14871: $? = 0
configure:14888: result: none required
configure:14955: checking whether closedir returns void
configure:14979: gcc -o conftest -g -O2   conftest.c  >&5
configure:14979: $? = 0
configure:14979: ./conftest
configure:14979: $? = 0
configure:14989: result: no
configure:14997: checking for working memcmp
configure:15040: gcc -o conftest -g -O2   conftest.c  >&5
configure:15040: $? = 0
configure:15040: ./conftest
configure:15040: $? = 0
configure:15050: result: yes
configure:15061: checking for strftime
configure:15061: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:45: warning: conflicting types for built-in function 'strftime'
configure:15061: $? = 0
configure:15061: result: yes
configure:15116: checking for vprintf
configure:15116: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:46: warning: conflicting types for built-in function 'vprintf'
configure:15116: $? = 0
configure:15116: result: yes
configure:15122: checking for _doprnt
configure:15122: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cceia4SY.o: In function `main':
/freeware/src/geos-3.2.2/conftest.c:58: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:15122: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); 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 _doprnt
| 
| /* 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 _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:15122: result: no
configure:15135: checking for working alloca.h
configure:15152: gcc -o conftest -g -O2   conftest.c  >&5
configure:15152: $? = 0
configure:15160: result: yes
configure:15168: checking for alloca
configure:15205: gcc -o conftest -g -O2   conftest.c  >&5
configure:15205: $? = 0
configure:15213: result: yes
configure:15326: checking for dirent.h that defines DIR
configure:15353: result: yes
configure:15367: checking for library containing opendir
configure:15415: result: none required
configure:15482: checking for ANSI C header files
configure:15586: result: yes
configure:15596: checking for memory.h
configure:15596: result: yes
configure:15608: checking for unistd.h
configure:15608: result: yes
configure:15620: checking ieeefp.h usability
configure:15620: gcc -c -g -O2  conftest.c >&5
conftest.c:63:20: error: ieeefp.h: No such file or directory
configure:15620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:15620: result: no
configure:15620: checking ieeefp.h presence
configure:15620: gcc -E  conftest.c
conftest.c:30:20: error: ieeefp.h: No such file or directory
configure:15620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:15620: result: no
configure:15620: checking for ieeefp.h
configure:15620: result: no
configure:15632: checking sys/file.h usability
configure:15632: gcc -c -g -O2  conftest.c >&5
configure:15632: $? = 0
configure:15632: result: yes
configure:15632: checking sys/file.h presence
configure:15632: gcc -E  conftest.c
configure:15632: $? = 0
configure:15632: result: yes
configure:15632: checking for sys/file.h
configure:15632: result: yes
configure:15644: checking sys/time.h usability
configure:15644: gcc -c -g -O2  conftest.c >&5
configure:15644: $? = 0
configure:15644: result: yes
configure:15644: checking sys/time.h presence
configure:15644: gcc -E  conftest.c
configure:15644: $? = 0
configure:15644: result: yes
configure:15644: checking for sys/time.h
configure:15644: result: yes
configure:15657: checking for strchr
configure:15657: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:55: warning: conflicting types for built-in function 'strchr'
configure:15657: $? = 0
configure:15657: result: yes
configure:15657: checking for memcpy
configure:15657: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:56: warning: conflicting types for built-in function 'memcpy'
configure:15657: $? = 0
configure:15657: result: yes
configure:15657: checking for gettimeofday
configure:15657: gcc -o conftest -g -O2   conftest.c  >&5
configure:15657: $? = 0
configure:15657: result: yes
configure:15667: checking whether stat file-mode macros are broken
configure:15694: gcc -c -g -O2  conftest.c >&5
configure:15694: $? = 0
configure:15701: result: no
configure:15709: checking whether struct tm is in sys/time.h or time.h
configure:15729: gcc -c -g -O2  conftest.c >&5
configure:15729: $? = 0
configure:15736: result: time.h
configure:15744: checking for size_t
configure:15744: gcc -c -g -O2  conftest.c >&5
configure:15744: $? = 0
configure:15744: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: expected expression before ')' token
configure:15744: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15744: result: yes
configure:15755: checking for an ANSI C-conforming const
configure:15820: gcc -c -g -O2  conftest.c >&5
configure:15820: $? = 0
configure:15827: result: yes
configure:15882: checking if g++ supports -pedantic
configure:15900: gcc -c -g -O2  -pedantic conftest.c >&5
configure:15904: $? = 0
configure:15917: result: yes
configure:15926: checking if g++ supports -Wall
configure:15944: gcc -c -g -O2  -Wall conftest.c >&5
configure:15948: $? = 0
configure:15961: result: yes
configure:15970: checking if g++ supports -ansi
configure:15988: gcc -c -g -O2  -ansi conftest.c >&5
configure:15992: $? = 0
configure:16005: result: yes
configure:16014: checking if g++ supports -Wno-long-long
configure:16032: gcc -c -g -O2  -Wno-long-long conftest.c >&5
configure:16036: $? = 0
configure:16049: result: yes
configure:16061: checking if g++ supports -ffloat-store
configure:16079: gcc -c -g -O2  -ffloat-store conftest.c >&5
configure:16083: $? = 0
configure:16096: result: yes
configure:16114: checking for finite
configure:16130: gcc -o conftest -g -O2  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store   conftest.c  -lm >&5
conftest.c: In function 'main':
conftest.c:39: warning: implicit declaration of function 'finite'
conftest.c:39: warning: 'x' is used uninitialized in this function
configure:16130: $? = 0
configure:16139: result: yes
configure:16147: checking for isfinite
configure:16163: gcc -o conftest -g -O2  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store   conftest.c  -lm >&5
conftest.c: In function 'main':
conftest.c:40: warning: implicit declaration of function 'isfinite'
conftest.c:40: warning: 'x' is used uninitialized in this function
/tmp/ccSOMnUD.o: In function `main':
/freeware/src/geos-3.2.2/conftest.c:40: undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure:16163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FINITE 1
| /* end confdefs.h.  */
| #include <math.h>
| int
| main ()
| {
| double x; int y; y = isfinite(x);
|   ;
|   return 0;
| }
configure:16172: result: no
configure:16187: checking for isnan
configure:16203: g++ -o conftest -g -O2 -DGEOS_INLINE  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store   conftest.cpp  -lm >&5
conftest.cpp: In function 'int main()':
conftest.cpp:40: warning: 'x' is used uninitialized in this function
configure:16203: $? = 0
configure:16212: result: yes
configure:16230: checking whether int64_t is 64 bits
configure:16273: gcc -o conftest -g -O2  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store   conftest.c  >&5
conftest.c:64: warning: return type defaults to 'int'
conftest.c: In function 'main':
conftest.c:65: warning: implicit declaration of function 'exit'
conftest.c:65: warning: incompatible implicit declaration of built-in function 'exit'
configure:16273: $? = 0
configure:16273: ./conftest
configure:16273: $? = 0
configure:16283: result: yes
configure:16466: checking for swig
configure:16484: found /freeware/bin/swig
configure:16496: result: /freeware/bin/swig
configure:16509: checking for SWIG version
configure:16512: result: 2.0.1
configure:16550: WARNING: SWIG version >= 1.3.28 is required.  You have 2.0.1.  You should look at http://www.swig.org
configure:16601: checking for python
configure:16619: found /freeware/bin/python
configure:16631: result: /freeware/bin/python
configure:16652: checking for python version
configure:16659: result: 2.5
configure:16671: checking for python platform
configure:16678: result: linux2
configure:16685: checking for python script directory
configure:16693: result: ${prefix}/lib/python2.5/site-packages
configure:16702: checking for python extension module directory
configure:16710: result: ${exec_prefix}/lib/python2.5/site-packages
configure:16756: checking for Python include path
configure:16765: result: /freeware/src/Python-2.5.1/Include
configure:16774: checking for Python library path
configure:16783: result: /freeware/lib/python2.5/config
configure:16797: checking python extra libraries
configure:16804: result: 
configure:16940: checking OS-specific settings
configure:17133: creating ./config.status

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

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

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

on webservercs

config.status:1305: creating Makefile
config.status:1305: creating build/Makefile
config.status:1305: creating build/msvc80/Makefile
config.status:1305: creating build/msvc80/geos_c_dll/Makefile
config.status:1305: creating build/msvc80/geos_lib/Makefile
config.status:1305: creating build/msvc80/geos_python/Makefile
config.status:1305: creating build/msvc80/geos_ruby/Makefile
config.status:1305: creating build/msvc80/geos_unit/Makefile
config.status:1305: creating build/msvc80/geos_xmltester/Makefile
config.status:1305: creating build/msvc90/Makefile
config.status:1305: creating build/msvc90/geos_c_dll/Makefile
config.status:1305: creating build/msvc90/geos_lib/Makefile
config.status:1305: creating build/msvc90/geos_python/Makefile
config.status:1305: creating build/msvc90/geos_ruby/Makefile
config.status:1305: creating build/msvc90/geos_unit/Makefile
config.status:1305: creating build/msvc90/geos_xmltester/Makefile
config.status:1305: creating build/msvc10/Makefile
config.status:1305: creating build/msvc10/geos_c_dll/Makefile
config.status:1305: creating build/msvc10/geos_lib/Makefile
config.status:1305: creating build/msvc10/geos_unit/Makefile
config.status:1305: creating build/msvc10/geos_xmltester/Makefile
config.status:1305: creating capi/Makefile
config.status:1305: creating capi/geos_c.h
config.status:1305: creating doc/Doxyfile
config.status:1305: creating doc/Makefile
config.status:1305: creating macros/Makefile
config.status:1305: creating source/Makefile
config.status:1305: creating source/algorithm/Makefile
config.status:1305: creating source/algorithm/locate/Makefile
config.status:1305: creating source/algorithm/distance/Makefile
config.status:1305: creating source/geom/Makefile
config.status:1305: creating source/geom/prep/Makefile
config.status:1305: creating source/geom/util/Makefile
config.status:1305: creating source/geomgraph/Makefile
config.status:1305: creating source/geomgraph/index/Makefile
config.status:1305: creating source/headers/Makefile
config.status:1305: creating source/headers/geos/Makefile
config.status:1305: creating source/headers/geos/algorithm/Makefile
config.status:1305: creating source/headers/geos/algorithm/locate/Makefile
config.status:1305: creating source/headers/geos/algorithm/distance/Makefile
config.status:1305: creating source/headers/geos/geom/Makefile
config.status:1305: creating source/headers/geos/geom/prep/Makefile
config.status:1305: creating source/headers/geos/geom/util/Makefile
config.status:1305: creating source/headers/geos/geomgraph/Makefile
config.status:1305: creating source/headers/geos/geomgraph/index/Makefile
config.status:1305: creating source/headers/geos/index/Makefile
config.status:1305: creating source/headers/geos/index/bintree/Makefile
config.status:1305: creating source/headers/geos/index/chain/Makefile
config.status:1305: creating source/headers/geos/index/intervalrtree/Makefile
config.status:1305: creating source/headers/geos/index/quadtree/Makefile
config.status:1305: creating source/headers/geos/index/strtree/Makefile
config.status:1305: creating source/headers/geos/index/sweepline/Makefile
config.status:1305: creating source/headers/geos/io/Makefile
config.status:1305: creating source/headers/geos/linearref/Makefile
config.status:1305: creating source/headers/geos/noding/Makefile
config.status:1305: creating source/headers/geos/noding/snapround/Makefile
config.status:1305: creating source/headers/geos/operation/Makefile
config.status:1305: creating source/headers/geos/operation/buffer/Makefile
config.status:1305: creating source/headers/geos/operation/distance/Makefile
config.status:1305: creating source/headers/geos/operation/linemerge/Makefile
config.status:1305: creating source/headers/geos/operation/overlay/Makefile
config.status:1305: creating source/headers/geos/operation/overlay/snap/Makefile
config.status:1305: creating source/headers/geos/operation/polygonize/Makefile
config.status:1305: creating source/headers/geos/operation/predicate/Makefile
config.status:1305: creating source/headers/geos/operation/relate/Makefile
config.status:1305: creating source/headers/geos/operation/union/Makefile
config.status:1305: creating source/headers/geos/operation/valid/Makefile
config.status:1305: creating source/headers/geos/planargraph/Makefile
config.status:1305: creating source/headers/geos/planargraph/algorithm/Makefile
config.status:1305: creating source/headers/geos/precision/Makefile
config.status:1305: creating source/headers/geos/simplify/Makefile
config.status:1305: creating source/headers/geos/util/Makefile
config.status:1305: creating source/headers/geos/version.h
config.status:1305: creating source/index/Makefile
config.status:1305: creating source/index/bintree/Makefile
config.status:1305: creating source/index/chain/Makefile
config.status:1305: creating source/index/intervalrtree/Makefile
config.status:1305: creating source/index/quadtree/Makefile
config.status:1305: creating source/index/strtree/Makefile
config.status:1305: creating source/index/sweepline/Makefile
config.status:1305: creating source/io/Makefile
config.status:1305: creating source/linearref/Makefile
config.status:1305: creating source/noding/Makefile
config.status:1305: creating source/noding/snapround/Makefile
config.status:1305: creating source/operation/Makefile
config.status:1305: creating source/operation/buffer/Makefile
config.status:1305: creating source/operation/distance/Makefile
config.status:1305: creating source/operation/linemerge/Makefile
config.status:1305: creating source/operation/overlay/Makefile
config.status:1305: creating source/operation/polygonize/Makefile
config.status:1305: creating source/operation/predicate/Makefile
config.status:1305: creating source/operation/relate/Makefile
config.status:1305: creating source/operation/union/Makefile
config.status:1305: creating source/operation/valid/Makefile
config.status:1305: creating source/planargraph/Makefile
config.status:1305: creating source/precision/Makefile
config.status:1305: creating source/simplify/Makefile
config.status:1305: creating source/util/Makefile
config.status:1305: creating swig/geos.i
config.status:1305: creating swig/Makefile
config.status:1305: creating swig/python/Makefile
config.status:1305: creating swig/python/tests/Makefile
config.status:1305: creating swig/ruby/Makefile
config.status:1305: creating swig/ruby/test/Makefile
config.status:1305: creating tests/Makefile
config.status:1305: creating tests/bigtest/Makefile
config.status:1305: creating tests/unit/Makefile
config.status:1305: creating tests/perf/Makefile
config.status:1305: creating tests/perf/operation/Makefile
config.status:1305: creating tests/perf/operation/buffer/Makefile
config.status:1305: creating tests/xmltester/Makefile
config.status:1305: creating tests/geostest/Makefile
config.status:1305: creating tests/thread/Makefile
config.status:1305: creating tools/Makefile
config.status:1305: creating tools/geos-config
config.status:1305: creating source/headers/config.h
config.status:1477: source/headers/config.h is unchanged
config.status:1305: creating source/headers/geos/platform.h
config.status:1477: source/headers/geos/platform.h is unchanged
config.status:1525: executing depfiles commands
config.status:1525: executing libtool commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_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_finite=yes
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_closedir_void=no
ac_cv_func_dlopen=no
ac_cv_func_gettimeofday=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_shl_load=no
ac_cv_func_strchr=yes
ac_cv_func_strftime=yes
ac_cv_func_vprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stat_broken=no
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_file_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_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_isfinite=no
ac_cv_isnan=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
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_PYTHON=/freeware/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_SWIG=/freeware/bin/swig
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_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_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_struct_tm=time.h
ac_cv_target=i686-pc-linux-gnu
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.5/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.5/site-packages'
am_cv_python_version=2.5
dummy_cv_ansi=yes
dummy_cv_ffloat_store=yes
dummy_cv_no_long_long=yes
dummy_cv_pedantic=yes
dummy_cv_wall=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
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_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
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_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\", (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=98304
pgac_cv_type_int64_t_64=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /freeware/src/geos-3.2.2/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /freeware/src/geos-3.2.2/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /freeware/src/geos-3.2.2/missing --run autoconf'
AUTOHEADER='${SHELL} /freeware/src/geos-3.2.2/missing --run autoheader'
AUTOMAKE='${SHELL} /freeware/src/geos-3.2.2/missing --run automake-1.11'
AWK='gawk'
CAPI_INTERFACE_AGE='6'
CAPI_INTERFACE_CURRENT='7'
CAPI_INTERFACE_REVISION='2'
CAPI_VERSION='1.6.2'
CAPI_VERSION_MAJOR='1'
CAPI_VERSION_MINOR='6'
CAPI_VERSION_PATCH='2'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -DGEOS_INLINE  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_PYTHON_FALSE='#'
ENABLE_PYTHON_TRUE=''
ENABLE_RUBY_FALSE=''
ENABLE_RUBY_TRUE='#'
ENABLE_SWIG_FALSE='#'
ENABLE_SWIG_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INLINE_FLAGS='-DGEOS_INLINE'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERFACE_AGE=''
INTERFACE_CURRENT=''
INTERFACE_REVISION=''
JTS_PORT='1.10.0'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /freeware/src/geos-3.2.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='geos'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON='/freeware/bin/python'
PYTHON_CPPFLAGS='-I/freeware/src/Python-2.5.1/Include'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LIBS=' -lpthread -ldl  -lutil'
PYTHON_LDFLAGS='-L/freeware/lib/python2.5/config -lpython2.5'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/freeware'
PYTHON_VERSION='2.5'
RANLIB='ranlib'
RUBY=''
RUBY_BIN_DIR=''
RUBY_EXTENSION_DIR=''
RUBY_INCLUDE_DIR=''
RUBY_LIB_DIR=''
RUBY_SHARED_LIB=''
RUBY_SO_NAME=''
RUBY_VERSION=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG=''
SWIG_LIB=''
SWIG_PYTHON_CPPFLAGS='-I/freeware/src/Python-2.5.1/Include'
SWIG_PYTHON_OPT='-python -modern'
VERSION='3.2.2'
VERSION_MAJOR='3'
VERSION_MINOR='2'
VERSION_PATCH='2'
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}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /freeware/src/geos-3.2.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/geos'
pkgpythondir='${pythondir}/geos'
prefix='/freeware/geos-3.2.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.5/site-packages'
pythondir='${prefix}/lib/python2.5/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define HAVE_STRFTIME 1
#define HAVE_VPRINTF 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_MEMORY_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_STRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FINITE 1
#define HAVE_ISNAN 1
#define HAVE_INT64_T_64 /**/

configure: exit 0


More information about the Discuss mailing list