Files
bullet3/Extras/LibXML/config.log

3301 lines
99 KiB
Plaintext

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.59. Invocation command line was
$ ./configure --without-threads --without-zlib --without-ftp --without-http
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.16-1.2080_FC5smp
uname -s = Linux
uname -v = #1 SMP Tue Mar 28 03:55:15 EST 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1570: checking build system type
configure:1588: result: i686-redhat-linux-gnu
configure:1596: checking host system type
configure:1610: result: i686-redhat-linux-gnu
configure:1660: checking for a BSD-compatible install
configure:1715: result: /usr/bin/install -c
configure:1726: checking whether build environment is sane
configure:1769: result: yes
configure:1834: checking for gawk
configure:1850: found /bin/gawk
configure:1860: result: gawk
configure:1870: checking whether make sets $(MAKE)
configure:1890: result: yes
configure:2105: checking for gcc
configure:2121: found /usr/bin/gcc
configure:2131: result: gcc
configure:2375: checking for C compiler version
configure:2378: gcc --version </dev/null >&5
gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
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:2381: $? = 0
configure:2383: gcc -v </dev/null >&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 --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.0 20060304 (Red Hat 4.1.0-3)
configure:2386: $? = 0
configure:2388: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2391: $? = 1
configure:2414: checking for C compiler default output file name
configure:2417: gcc conftest.c >&5
configure:2420: $? = 0
configure:2466: result: a.out
configure:2471: checking whether the C compiler works
configure:2477: ./a.out
configure:2480: $? = 0
configure:2497: result: yes
configure:2504: checking whether we are cross compiling
configure:2506: result: no
configure:2509: checking for suffix of executables
configure:2511: gcc -o conftest conftest.c >&5
configure:2514: $? = 0
configure:2539: result:
configure:2545: checking for suffix of object files
configure:2566: gcc -c conftest.c >&5
configure:2569: $? = 0
configure:2591: result: o
configure:2595: checking whether we are using the GNU C compiler
configure:2619: gcc -c conftest.c >&5
configure:2625: $? = 0
configure:2629: test -z
|| test ! -s conftest.err
configure:2632: $? = 0
configure:2635: test -s conftest.o
configure:2638: $? = 0
configure:2651: result: yes
configure:2657: checking whether gcc accepts -g
configure:2678: gcc -c -g conftest.c >&5
configure:2684: $? = 0
configure:2688: test -z
|| test ! -s conftest.err
configure:2691: $? = 0
configure:2694: test -s conftest.o
configure:2697: $? = 0
configure:2708: result: yes
configure:2725: checking for gcc option to accept ANSI C
configure:2795: gcc -c -g -O2 conftest.c >&5
configure:2801: $? = 0
configure:2805: test -z
|| test ! -s conftest.err
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2832: result: none needed
configure:2850: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2856: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3000: checking for style of include used by make
configure:3028: result: GNU
configure:3056: checking dependency style of gcc
configure:3146: result: gcc3
configure:3176: checking for a BSD-compatible install
configure:3231: result: /usr/bin/install -c
configure:3247: checking how to run the C preprocessor
configure:3282: gcc -E conftest.c
configure:3288: $? = 0
configure:3320: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3326: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3365: result: gcc -E
configure:3389: gcc -E conftest.c
configure:3395: $? = 0
configure:3427: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3433: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3478: checking for rm
configure:3496: found /bin/rm
configure:3509: result: /bin/rm
configure:3518: checking for mv
configure:3536: found /bin/mv
configure:3549: result: /bin/mv
configure:3558: checking for tar
configure:3576: found /bin/tar
configure:3589: result: /bin/tar
configure:3598: checking for perl
configure:3616: found /usr/bin/perl
configure:3629: result: /usr/bin/perl
configure:3638: checking for xmllint
configure:3656: found /usr/bin/xmllint
configure:3669: result: /usr/bin/xmllint
configure:3678: checking for xsltproc
configure:3696: found /usr/bin/xsltproc
configure:3709: result: /usr/bin/xsltproc
configure:3717: checking for function prototypes
configure:3720: result: yes
configure:3739: checking for egrep
configure:3749: result: grep -E
configure:3754: checking for ANSI C header files
configure:3779: gcc -c -g -O2 conftest.c >&5
configure:3785: $? = 0
configure:3789: test -z
|| test ! -s conftest.err
configure:3792: $? = 0
configure:3795: test -s conftest.o
configure:3798: $? = 0
configure:3887: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:30: warning: incompatible implicit declaration of built-in function 'exit'
configure:3890: $? = 0
configure:3892: ./conftest
configure:3895: $? = 0
configure:3910: result: yes
configure:3934: checking for sys/types.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for sys/stat.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for stdlib.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for string.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for memory.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for strings.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for inttypes.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for stdint.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:3934: checking for unistd.h
configure:3950: gcc -c -g -O2 conftest.c >&5
configure:3956: $? = 0
configure:3960: test -z
|| test ! -s conftest.err
configure:3963: $? = 0
configure:3966: test -s conftest.o
configure:3969: $? = 0
configure:3980: result: yes
configure:4005: checking for string.h
configure:4010: result: yes
configure:4229: checking for a sed that does not truncate output
configure:4283: result: /bin/sed
configure:4297: checking for ld used by gcc
configure:4364: result: /usr/bin/ld
configure:4373: checking if the linker (/usr/bin/ld) is GNU ld
configure:4388: result: yes
configure:4393: checking for /usr/bin/ld option to reload object files
configure:4400: result: -r
configure:4418: checking for BSD-compatible nm
configure:4467: result: /usr/bin/nm -B
configure:4471: checking whether ln -s works
configure:4475: result: yes
configure:4482: checking how to recognise dependent libraries
configure:4658: result: pass_all
configure:5145: checking dlfcn.h usability
configure:5157: gcc -c -g -O2 conftest.c >&5
configure:5163: $? = 0
configure:5167: test -z
|| test ! -s conftest.err
configure:5170: $? = 0
configure:5173: test -s conftest.o
configure:5176: $? = 0
configure:5186: result: yes
configure:5190: checking dlfcn.h presence
configure:5200: gcc -E conftest.c
configure:5206: $? = 0
configure:5226: result: yes
configure:5261: checking for dlfcn.h
configure:5268: result: yes
configure:5333: checking for g++
configure:5349: found /usr/bin/g++
configure:5359: result: g++
configure:5375: checking for C++ compiler version
configure:5378: g++ --version </dev/null >&5
g++ (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
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:5381: $? = 0
configure:5383: g++ -v </dev/null >&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 --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.0 20060304 (Red Hat 4.1.0-3)
configure:5386: $? = 0
configure:5388: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:5391: $? = 1
configure:5394: checking whether we are using the GNU C++ compiler
configure:5418: g++ -c conftest.cc >&5
configure:5424: $? = 0
configure:5428: test -z
|| test ! -s conftest.err
configure:5431: $? = 0
configure:5434: test -s conftest.o
configure:5437: $? = 0
configure:5450: result: yes
configure:5456: checking whether g++ accepts -g
configure:5477: g++ -c -g conftest.cc >&5
configure:5483: $? = 0
configure:5487: test -z
|| test ! -s conftest.err
configure:5490: $? = 0
configure:5493: test -s conftest.o
configure:5496: $? = 0
configure:5507: result: yes
configure:5549: g++ -c -g -O2 conftest.cc >&5
configure:5555: $? = 0
configure:5559: test -z
|| test ! -s conftest.err
configure:5562: $? = 0
configure:5565: test -s conftest.o
configure:5568: $? = 0
configure:5594: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:29: error: 'exit' was not declared in this scope
configure:5600: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5549: g++ -c -g -O2 conftest.cc >&5
configure:5555: $? = 0
configure:5559: test -z
|| test ! -s conftest.err
configure:5562: $? = 0
configure:5565: test -s conftest.o
configure:5568: $? = 0
configure:5594: g++ -c -g -O2 conftest.cc >&5
configure:5600: $? = 0
configure:5604: test -z
|| test ! -s conftest.err
configure:5607: $? = 0
configure:5610: test -s conftest.o
configure:5613: $? = 0
configure:5638: checking dependency style of g++
configure:5728: result: gcc3
configure:5755: checking how to run the C++ preprocessor
configure:5786: g++ -E conftest.cc
configure:5792: $? = 0
configure:5824: g++ -E conftest.cc
conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory
configure:5830: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5869: result: g++ -E
configure:5893: g++ -E conftest.cc
configure:5899: $? = 0
configure:5931: g++ -E conftest.cc
conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory
configure:5937: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6034: checking for g77
configure:6063: result: no
configure:6034: checking for f77
configure:6063: result: no
configure:6034: checking for xlf
configure:6063: result: no
configure:6034: checking for frt
configure:6063: result: no
configure:6034: checking for pgf77
configure:6063: result: no
configure:6034: checking for fort77
configure:6063: result: no
configure:6034: checking for fl32
configure:6063: result: no
configure:6034: checking for af77
configure:6063: result: no
configure:6034: checking for f90
configure:6063: result: no
configure:6034: checking for xlf90
configure:6063: result: no
configure:6034: checking for pgf90
configure:6063: result: no
configure:6034: checking for epcf90
configure:6063: result: no
configure:6034: checking for f95
configure:6050: found /usr/bin/f95
configure:6060: result: f95
configure:6075: checking for Fortran 77 compiler version
configure:6078: f95 --version </dev/null >&5
GNU Fortran 95 (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
Copyright (C) 2006 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6081: $? = 0
configure:6083: f95 -v </dev/null >&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 --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.0 20060304 (Red Hat 4.1.0-3)
configure:6086: $? = 0
configure:6088: f95 -V </dev/null >&5
f95: '-V' option must have argument
configure:6091: $? = 1
configure:6099: checking whether we are using the GNU Fortran 77 compiler
configure:6113: f95 -c conftest.F >&5
configure:6119: $? = 0
configure:6123: test -z
|| test ! -s conftest.err
configure:6126: $? = 0
configure:6129: test -s conftest.o
configure:6132: $? = 0
configure:6145: result: yes
configure:6151: checking whether f95 accepts -g
configure:6163: f95 -c -g conftest.f >&5
configure:6169: $? = 0
configure:6173: test -z
|| test ! -s conftest.err
configure:6176: $? = 0
configure:6179: test -s conftest.o
configure:6182: $? = 0
configure:6194: result: yes
configure:6224: checking the maximum length of command line arguments
configure:6333: result: 32768
configure:6344: checking command to parse /usr/bin/nm -B output from gcc object
configure:6449: gcc -c -g -O2 conftest.c >&5
configure:6452: $? = 0
configure:6456: /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:6459: $? = 0
configure:6511: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6514: $? = 0
configure:6552: result: ok
configure:6556: checking for objdir
configure:6571: result: .libs
configure:6661: checking for ar
configure:6677: found /usr/bin/ar
configure:6688: result: ar
configure:6741: checking for ranlib
configure:6757: found /usr/bin/ranlib
configure:6768: result: ranlib
configure:6821: checking for strip
configure:6837: found /usr/bin/strip
configure:6848: result: strip
configure:7120: checking if gcc supports -fno-rtti -fno-exceptions
configure:7138: 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:7142: $? = 0
configure:7155: result: no
configure:7170: checking for gcc option to produce PIC
configure:7380: result: -fPIC
configure:7388: checking if gcc PIC flag -fPIC works
configure:7406: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7410: $? = 0
configure:7423: result: yes
configure:7451: checking if gcc static flag -static works
configure:7479: result: yes
configure:7489: checking if gcc supports -c -o file.o
configure:7510: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7514: $? = 0
configure:7536: result: yes
configure:7562: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8520: result: yes
configure:8541: checking whether -lc should be explicitly linked in
configure:8546: gcc -c -g -O2 conftest.c >&5
configure:8549: $? = 0
configure:8564: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8567: $? = 0
configure:8579: result: no
configure:8587: checking dynamic linker characteristics
configure:9196: result: GNU/Linux ld.so
configure:9205: checking how to hardcode library paths into programs
configure:9230: result: immediate
configure:9244: checking whether stripping libraries is possible
configure:9249: result: yes
configure:10083: checking if libtool supports shared libraries
configure:10085: result: yes
configure:10088: checking whether to build shared libraries
configure:10109: result: yes
configure:10112: checking whether to build static libraries
configure:10116: result: yes
configure:10208: creating libtool
configure:10796: checking for ld used by g++
configure:10863: result: /usr/bin/ld
configure:10872: checking if the linker (/usr/bin/ld) is GNU ld
configure:10887: result: yes
configure:10938: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11876: result: yes
configure:11894: g++ -c -g -O2 conftest.cpp >&5
configure:11897: $? = 0
configure:12016: checking for g++ option to produce PIC
configure:12290: result: -fPIC
configure:12298: checking if g++ PIC flag -fPIC works
configure:12316: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:12320: $? = 0
configure:12333: result: yes
configure:12361: checking if g++ static flag -static works
configure:12389: result: yes
configure:12399: checking if g++ supports -c -o file.o
configure:12420: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:12424: $? = 0
configure:12446: result: yes
configure:12472: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12497: result: yes
configure:12564: checking dynamic linker characteristics
configure:13173: result: GNU/Linux ld.so
configure:13182: checking how to hardcode library paths into programs
configure:13207: result: immediate
configure:13733: checking if libtool supports shared libraries
configure:13735: result: yes
configure:13738: checking whether to build shared libraries
configure:13758: result: yes
configure:13761: checking whether to build static libraries
configure:13765: result: yes
configure:13775: checking for f95 option to produce PIC
configure:13985: result: -fPIC
configure:13993: checking if f95 PIC flag -fPIC works
configure:14011: f95 -c -g -O2 -fPIC conftest.f >&5
configure:14015: $? = 0
configure:14028: result: yes
configure:14056: checking if f95 static flag -static works
configure:14084: result: yes
configure:14094: checking if f95 supports -c -o file.o
configure:14115: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14119: $? = 0
configure:14141: result: yes
configure:14167: checking whether the f95 linker (/usr/bin/ld) supports shared libraries
configure:15105: result: yes
configure:15172: checking dynamic linker characteristics
configure:15781: result: GNU/Linux ld.so
configure:15790: checking how to hardcode library paths into programs
configure:15815: result: immediate
configure:20062: checking for dirent.h that defines DIR
configure:20086: gcc -c -g -O2 conftest.c >&5
configure:20092: $? = 0
configure:20096: test -z
|| test ! -s conftest.err
configure:20099: $? = 0
configure:20102: test -s conftest.o
configure:20105: $? = 0
configure:20116: result: yes
configure:20129: checking for library containing opendir
configure:20159: gcc -o conftest -g -O2 conftest.c >&5
configure:20165: $? = 0
configure:20169: test -z
|| test ! -s conftest.err
configure:20172: $? = 0
configure:20175: test -s conftest
configure:20178: $? = 0
configure:20248: result: none required
configure:20384: checking for ANSI C header files
configure:20540: result: yes
configure:20564: checking fcntl.h usability
configure:20576: gcc -c -g -O2 conftest.c >&5
configure:20582: $? = 0
configure:20586: test -z
|| test ! -s conftest.err
configure:20589: $? = 0
configure:20592: test -s conftest.o
configure:20595: $? = 0
configure:20605: result: yes
configure:20609: checking fcntl.h presence
configure:20619: gcc -E conftest.c
configure:20625: $? = 0
configure:20645: result: yes
configure:20680: checking for fcntl.h
configure:20687: result: yes
configure:20705: checking for unistd.h
configure:20710: result: yes
configure:20864: checking ctype.h usability
configure:20876: gcc -c -g -O2 conftest.c >&5
configure:20882: $? = 0
configure:20886: test -z
|| test ! -s conftest.err
configure:20889: $? = 0
configure:20892: test -s conftest.o
configure:20895: $? = 0
configure:20905: result: yes
configure:20909: checking ctype.h presence
configure:20919: gcc -E conftest.c
configure:20925: $? = 0
configure:20945: result: yes
configure:20980: checking for ctype.h
configure:20987: result: yes
configure:21014: checking dirent.h usability
configure:21026: gcc -c -g -O2 conftest.c >&5
configure:21032: $? = 0
configure:21036: test -z
|| test ! -s conftest.err
configure:21039: $? = 0
configure:21042: test -s conftest.o
configure:21045: $? = 0
configure:21055: result: yes
configure:21059: checking dirent.h presence
configure:21069: gcc -E conftest.c
configure:21075: $? = 0
configure:21095: result: yes
configure:21130: checking for dirent.h
configure:21137: result: yes
configure:21164: checking errno.h usability
configure:21176: gcc -c -g -O2 conftest.c >&5
configure:21182: $? = 0
configure:21186: test -z
|| test ! -s conftest.err
configure:21189: $? = 0
configure:21192: test -s conftest.o
configure:21195: $? = 0
configure:21205: result: yes
configure:21209: checking errno.h presence
configure:21219: gcc -E conftest.c
configure:21225: $? = 0
configure:21245: result: yes
configure:21280: checking for errno.h
configure:21287: result: yes
configure:21314: checking malloc.h usability
configure:21326: gcc -c -g -O2 conftest.c >&5
configure:21332: $? = 0
configure:21336: test -z
|| test ! -s conftest.err
configure:21339: $? = 0
configure:21342: test -s conftest.o
configure:21345: $? = 0
configure:21355: result: yes
configure:21359: checking malloc.h presence
configure:21369: gcc -E conftest.c
configure:21375: $? = 0
configure:21395: result: yes
configure:21430: checking for malloc.h
configure:21437: result: yes
configure:21464: checking stdarg.h usability
configure:21476: gcc -c -g -O2 conftest.c >&5
configure:21482: $? = 0
configure:21486: test -z
|| test ! -s conftest.err
configure:21489: $? = 0
configure:21492: test -s conftest.o
configure:21495: $? = 0
configure:21505: result: yes
configure:21509: checking stdarg.h presence
configure:21519: gcc -E conftest.c
configure:21525: $? = 0
configure:21545: result: yes
configure:21580: checking for stdarg.h
configure:21587: result: yes
configure:21605: checking for sys/stat.h
configure:21610: result: yes
configure:21755: checking for sys/types.h
configure:21760: result: yes
configure:21914: checking time.h usability
configure:21926: gcc -c -g -O2 conftest.c >&5
configure:21932: $? = 0
configure:21936: test -z
|| test ! -s conftest.err
configure:21939: $? = 0
configure:21942: test -s conftest.o
configure:21945: $? = 0
configure:21955: result: yes
configure:21959: checking time.h presence
configure:21969: gcc -E conftest.c
configure:21975: $? = 0
configure:21995: result: yes
configure:22030: checking for time.h
configure:22037: result: yes
configure:22064: checking ansidecl.h usability
configure:22076: gcc -c -g -O2 conftest.c >&5
configure:22082: $? = 0
configure:22086: test -z
|| test ! -s conftest.err
configure:22089: $? = 0
configure:22092: test -s conftest.o
configure:22095: $? = 0
configure:22105: result: yes
configure:22109: checking ansidecl.h presence
configure:22119: gcc -E conftest.c
configure:22125: $? = 0
configure:22145: result: yes
configure:22180: checking for ansidecl.h
configure:22187: result: yes
configure:22214: checking ieeefp.h usability
configure:22226: gcc -c -g -O2 conftest.c >&5
conftest.c:75:20: error: ieeefp.h: No such file or directory
configure:22232: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:22255: result: no
configure:22259: checking ieeefp.h presence
configure:22269: gcc -E conftest.c
conftest.c:41:20: error: ieeefp.h: No such file or directory
configure:22275: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:22295: result: no
configure:22330: checking for ieeefp.h
configure:22337: result: no
configure:22364: checking nan.h usability
configure:22376: gcc -c -g -O2 conftest.c >&5
conftest.c:75:17: error: nan.h: No such file or directory
configure:22382: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nan.h>
configure:22405: result: no
configure:22409: checking nan.h presence
configure:22419: gcc -E conftest.c
conftest.c:41:17: error: nan.h: No such file or directory
configure:22425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| /* end confdefs.h. */
| #include <nan.h>
configure:22445: result: no
configure:22480: checking for nan.h
configure:22487: result: no
configure:22514: checking math.h usability
configure:22526: gcc -c -g -O2 conftest.c >&5
configure:22532: $? = 0
configure:22536: test -z
|| test ! -s conftest.err
configure:22539: $? = 0
configure:22542: test -s conftest.o
configure:22545: $? = 0
configure:22555: result: yes
configure:22559: checking math.h presence
configure:22569: gcc -E conftest.c
configure:22575: $? = 0
configure:22595: result: yes
configure:22630: checking for math.h
configure:22637: result: yes
configure:22664: checking limits.h usability
configure:22676: gcc -c -g -O2 conftest.c >&5
configure:22682: $? = 0
configure:22686: test -z
|| test ! -s conftest.err
configure:22689: $? = 0
configure:22692: test -s conftest.o
configure:22695: $? = 0
configure:22705: result: yes
configure:22709: checking limits.h presence
configure:22719: gcc -E conftest.c
configure:22725: $? = 0
configure:22745: result: yes
configure:22780: checking for limits.h
configure:22787: result: yes
configure:22814: checking fp_class.h usability
configure:22826: gcc -c -g -O2 conftest.c >&5
conftest.c:77:22: error: fp_class.h: No such file or directory
configure:22832: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fp_class.h>
configure:22855: result: no
configure:22859: checking fp_class.h presence
configure:22869: gcc -E conftest.c
conftest.c:43:22: error: fp_class.h: No such file or directory
configure:22875: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <fp_class.h>
configure:22895: result: no
configure:22930: checking for fp_class.h
configure:22937: result: no
configure:22964: checking float.h usability
configure:22976: gcc -c -g -O2 conftest.c >&5
configure:22982: $? = 0
configure:22986: test -z
|| test ! -s conftest.err
configure:22989: $? = 0
configure:22992: test -s conftest.o
configure:22995: $? = 0
configure:23005: result: yes
configure:23009: checking float.h presence
configure:23019: gcc -E conftest.c
configure:23025: $? = 0
configure:23045: result: yes
configure:23080: checking for float.h
configure:23087: result: yes
configure:23105: checking for stdlib.h
configure:23110: result: yes
configure:23254: checking for sys/socket.h
configure:23273: gcc -c -g -O2 conftest.c >&5
configure:23279: $? = 0
configure:23283: test -z
|| test ! -s conftest.err
configure:23286: $? = 0
configure:23289: test -s conftest.o
configure:23292: $? = 0
configure:23303: result: yes
configure:23318: checking for netinet/in.h
configure:23337: gcc -c -g -O2 conftest.c >&5
configure:23343: $? = 0
configure:23347: test -z
|| test ! -s conftest.err
configure:23350: $? = 0
configure:23353: test -s conftest.o
configure:23356: $? = 0
configure:23367: result: yes
configure:23382: checking for arpa/inet.h
configure:23404: gcc -c -g -O2 conftest.c >&5
configure:23410: $? = 0
configure:23414: test -z
|| test ! -s conftest.err
configure:23417: $? = 0
configure:23420: test -s conftest.o
configure:23423: $? = 0
configure:23434: result: yes
configure:23459: checking netdb.h usability
configure:23471: gcc -c -g -O2 conftest.c >&5
configure:23477: $? = 0
configure:23481: test -z
|| test ! -s conftest.err
configure:23484: $? = 0
configure:23487: test -s conftest.o
configure:23490: $? = 0
configure:23500: result: yes
configure:23504: checking netdb.h presence
configure:23514: gcc -E conftest.c
configure:23520: $? = 0
configure:23540: result: yes
configure:23575: checking for netdb.h
configure:23582: result: yes
configure:23609: checking sys/time.h usability
configure:23621: gcc -c -g -O2 conftest.c >&5
configure:23627: $? = 0
configure:23631: test -z
|| test ! -s conftest.err
configure:23634: $? = 0
configure:23637: test -s conftest.o
configure:23640: $? = 0
configure:23650: result: yes
configure:23654: checking sys/time.h presence
configure:23664: gcc -E conftest.c
configure:23670: $? = 0
configure:23690: result: yes
configure:23725: checking for sys/time.h
configure:23732: result: yes
configure:23759: checking sys/select.h usability
configure:23771: gcc -c -g -O2 conftest.c >&5
configure:23777: $? = 0
configure:23781: test -z
|| test ! -s conftest.err
configure:23784: $? = 0
configure:23787: test -s conftest.o
configure:23790: $? = 0
configure:23800: result: yes
configure:23804: checking sys/select.h presence
configure:23814: gcc -E conftest.c
configure:23820: $? = 0
configure:23840: result: yes
configure:23875: checking for sys/select.h
configure:23882: result: yes
configure:23909: checking sys/mman.h usability
configure:23921: gcc -c -g -O2 conftest.c >&5
configure:23927: $? = 0
configure:23931: test -z
|| test ! -s conftest.err
configure:23934: $? = 0
configure:23937: test -s conftest.o
configure:23940: $? = 0
configure:23950: result: yes
configure:23954: checking sys/mman.h presence
configure:23964: gcc -E conftest.c
configure:23970: $? = 0
configure:23990: result: yes
configure:24025: checking for sys/mman.h
configure:24032: result: yes
configure:24059: checking sys/timeb.h usability
configure:24071: gcc -c -g -O2 conftest.c >&5
configure:24077: $? = 0
configure:24081: test -z
|| test ! -s conftest.err
configure:24084: $? = 0
configure:24087: test -s conftest.o
configure:24090: $? = 0
configure:24100: result: yes
configure:24104: checking sys/timeb.h presence
configure:24114: gcc -E conftest.c
configure:24120: $? = 0
configure:24140: result: yes
configure:24175: checking for sys/timeb.h
configure:24182: result: yes
configure:24209: checking signal.h usability
configure:24221: gcc -c -g -O2 conftest.c >&5
configure:24227: $? = 0
configure:24231: test -z
|| test ! -s conftest.err
configure:24234: $? = 0
configure:24237: test -s conftest.o
configure:24240: $? = 0
configure:24250: result: yes
configure:24254: checking signal.h presence
configure:24264: gcc -E conftest.c
configure:24270: $? = 0
configure:24290: result: yes
configure:24325: checking for signal.h
configure:24332: result: yes
configure:24349: checking for arpa/nameser.h
configure:24368: gcc -c -g -O2 conftest.c >&5
configure:24374: $? = 0
configure:24378: test -z
|| test ! -s conftest.err
configure:24381: $? = 0
configure:24384: test -s conftest.o
configure:24387: $? = 0
configure:24398: result: yes
configure:24413: checking for resolv.h
configure:24438: gcc -c -g -O2 conftest.c >&5
configure:24444: $? = 0
configure:24448: test -z
|| test ! -s conftest.err
configure:24451: $? = 0
configure:24454: test -s conftest.o
configure:24457: $? = 0
configure:24468: result: yes
configure:24493: checking dl.h usability
configure:24505: gcc -c -g -O2 conftest.c >&5
conftest.c:90:16: error: dl.h: No such file or directory
configure:24511: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:24534: result: no
configure:24538: checking dl.h presence
configure:24548: gcc -E conftest.c
conftest.c:56:16: error: dl.h: No such file or directory
configure:24554: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:24574: result: no
configure:24609: checking for dl.h
configure:24616: result: no
configure:24634: checking for dlfcn.h
configure:24639: result: yes
configure:24787: checking for strftime
configure:24844: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:81: warning: conflicting types for built-in function 'strftime'
configure:24850: $? = 0
configure:24854: test -z
|| test ! -s conftest.err
configure:24857: $? = 0
configure:24860: test -s conftest
configure:24863: $? = 0
configure:24875: result: yes
configure:24965: checking for strdup
configure:25022: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:82: warning: conflicting types for built-in function 'strdup'
configure:25028: $? = 0
configure:25032: test -z
|| test ! -s conftest.err
configure:25035: $? = 0
configure:25038: test -s conftest
configure:25041: $? = 0
configure:25053: result: yes
configure:24965: checking for strndup
configure:25022: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:83: warning: conflicting types for built-in function 'strndup'
configure:25028: $? = 0
configure:25032: test -z
|| test ! -s conftest.err
configure:25035: $? = 0
configure:25038: test -s conftest
configure:25041: $? = 0
configure:25053: result: yes
configure:24965: checking for strerror
configure:25022: gcc -o conftest -g -O2 conftest.c >&5
configure:25028: $? = 0
configure:25032: test -z
|| test ! -s conftest.err
configure:25035: $? = 0
configure:25038: test -s conftest
configure:25041: $? = 0
configure:25053: result: yes
configure:25071: checking for finite
configure:25128: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:85: warning: conflicting types for built-in function 'finite'
configure:25134: $? = 0
configure:25138: test -z
|| test ! -s conftest.err
configure:25141: $? = 0
configure:25144: test -s conftest
configure:25147: $? = 0
configure:25159: result: yes
configure:25071: checking for isnand
configure:25128: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccugLXpG.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:101: undefined reference to `isnand'
/tmp/ccugLXpG.o:(.data+0x0): undefined reference to `isnand'
collect2: ld returned 1 exit status
configure:25134: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define isnand to an innocuous variant, in case <limits.h> declares isnand.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isnand innocuous_isnand
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isnand (); 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 isnand
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char isnand ();
| /* 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_isnand) || defined (__stub___isnand)
| choke me
| #else
| char (*f) () = isnand;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != isnand;
| ;
| return 0;
| }
configure:25159: result: no
configure:25071: checking for fp_class
configure:25128: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccWEeQGY.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:101: undefined reference to `fp_class'
/tmp/ccWEeQGY.o:(.data+0x0): undefined reference to `fp_class'
collect2: ld returned 1 exit status
configure:25134: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fp_class to an innocuous variant, in case <limits.h> declares fp_class.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fp_class innocuous_fp_class
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fp_class (); 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 fp_class
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char fp_class ();
| /* 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_fp_class) || defined (__stub___fp_class)
| choke me
| #else
| char (*f) () = fp_class;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fp_class;
| ;
| return 0;
| }
configure:25159: result: no
configure:25071: checking for class
configure:25128: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccQBmgXh.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:101: undefined reference to `class'
/tmp/ccQBmgXh.o:(.data+0x0): undefined reference to `class'
collect2: ld returned 1 exit status
configure:25134: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define class to an innocuous variant, in case <limits.h> declares class.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define class innocuous_class
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char class (); 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 class
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char class ();
| /* 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_class) || defined (__stub___class)
| choke me
| #else
| char (*f) () = class;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != class;
| ;
| return 0;
| }
configure:25159: result: no
configure:25071: checking for fpclass
configure:25128: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccMj8u3A.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:101: undefined reference to `fpclass'
/tmp/ccMj8u3A.o:(.data+0x0): undefined reference to `fpclass'
collect2: ld returned 1 exit status
configure:25134: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpclass innocuous_fpclass
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpclass (); 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 fpclass
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char fpclass ();
| /* 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_fpclass) || defined (__stub___fpclass)
| choke me
| #else
| char (*f) () = fpclass;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fpclass;
| ;
| return 0;
| }
configure:25159: result: no
configure:25176: checking for strftime
configure:25264: result: yes
configure:25176: checking for localtime
configure:25233: gcc -o conftest -g -O2 conftest.c >&5
configure:25239: $? = 0
configure:25243: test -z
|| test ! -s conftest.err
configure:25246: $? = 0
configure:25249: test -s conftest
configure:25252: $? = 0
configure:25264: result: yes
configure:25176: checking for gettimeofday
configure:25233: gcc -o conftest -g -O2 conftest.c >&5
configure:25239: $? = 0
configure:25243: test -z
|| test ! -s conftest.err
configure:25246: $? = 0
configure:25249: test -s conftest
configure:25252: $? = 0
configure:25264: result: yes
configure:25176: checking for ftime
configure:25233: gcc -o conftest -g -O2 conftest.c >&5
configure:25239: $? = 0
configure:25243: test -z
|| test ! -s conftest.err
configure:25246: $? = 0
configure:25249: test -s conftest
configure:25252: $? = 0
configure:25264: result: yes
configure:25280: checking for stat
configure:25337: gcc -o conftest -g -O2 conftest.c >&5
configure:25343: $? = 0
configure:25347: test -z
|| test ! -s conftest.err
configure:25350: $? = 0
configure:25353: test -s conftest
configure:25356: $? = 0
configure:25368: result: yes
configure:25280: checking for _stat
configure:25337: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccsiVGB2.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:106: undefined reference to `_stat'
/tmp/ccsiVGB2.o:(.data+0x0): undefined reference to `_stat'
collect2: ld returned 1 exit status
configure:25343: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| /* end confdefs.h. */
| /* Define _stat to an innocuous variant, in case <limits.h> declares _stat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _stat innocuous__stat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stat (); 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 _stat
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _stat ();
| /* 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__stat) || defined (__stub____stat)
| choke me
| #else
| char (*f) () = _stat;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _stat;
| ;
| return 0;
| }
configure:25368: result: no
configure:25280: checking for signal
configure:25337: gcc -o conftest -g -O2 conftest.c >&5
configure:25343: $? = 0
configure:25347: test -z
|| test ! -s conftest.err
configure:25350: $? = 0
configure:25353: test -s conftest
configure:25356: $? = 0
configure:25368: result: yes
configure:25390: checking for printf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:92: warning: conflicting types for built-in function 'printf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for sprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:93: warning: conflicting types for built-in function 'sprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for fprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:94: warning: conflicting types for built-in function 'fprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for snprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:95: warning: conflicting types for built-in function 'snprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for vfprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:96: warning: conflicting types for built-in function 'vfprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for vsprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:97: warning: conflicting types for built-in function 'vsprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for vsnprintf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:98: warning: conflicting types for built-in function 'vsnprintf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25390: checking for sscanf
configure:25447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:99: warning: conflicting types for built-in function 'sscanf'
configure:25453: $? = 0
configure:25457: test -z
|| test ! -s conftest.err
configure:25460: $? = 0
configure:25463: test -s conftest
configure:25466: $? = 0
configure:25478: result: yes
configure:25491: checking for va_copy
configure:25510: gcc -o conftest -g -O2 conftest.c >&5
configure:25516: $? = 0
configure:25520: test -z
|| test ! -s conftest.err
configure:25523: $? = 0
configure:25526: test -s conftest
configure:25529: $? = 0
configure:25540: result: yes
configure:25609: checking for library containing gethostent
configure:25639: gcc -o conftest -g -O2 conftest.c >&5
configure:25645: $? = 0
configure:25649: test -z
|| test ! -s conftest.err
configure:25652: $? = 0
configure:25655: test -s conftest
configure:25658: $? = 0
configure:25728: result: none required
configure:25735: checking for library containing setsockopt
configure:25765: gcc -o conftest -g -O2 conftest.c >&5
configure:25771: $? = 0
configure:25775: test -z
|| test ! -s conftest.err
configure:25778: $? = 0
configure:25781: test -s conftest
configure:25784: $? = 0
configure:25854: result: none required
configure:25861: checking for library containing connect
configure:25891: gcc -o conftest -g -O2 conftest.c >&5
configure:25897: $? = 0
configure:25901: test -z
|| test ! -s conftest.err
configure:25904: $? = 0
configure:25907: test -s conftest
configure:25910: $? = 0
configure:25980: result: none required
configure:25988: checking for type of socket length (socklen_t)
configure:26002: gcc -c -g -O2 conftest.c >&5
configure:26005: result: socklen_t *
configure:26075: checking whether to enable IPv6
configure:26111: gcc -c -g -O2 conftest.c >&5
configure:26117: $? = 0
configure:26121: test -z
|| test ! -s conftest.err
configure:26124: $? = 0
configure:26127: test -s conftest.o
configure:26130: $? = 0
configure:26141: result: yes
configure:26152: checking struct sockaddr::ss_family
configure:26175: gcc -c -g -O2 conftest.c >&5
configure:26181: $? = 0
configure:26185: test -z
|| test ! -s conftest.err
configure:26188: $? = 0
configure:26191: test -s conftest.o
configure:26194: $? = 0
configure:26205: result: yes
configure:26281: checking for getaddrinfo
configure:26338: gcc -o conftest -g -O2 conftest.c >&5
configure:26344: $? = 0
configure:26348: test -z
|| test ! -s conftest.err
configure:26351: $? = 0
configure:26354: test -s conftest
configure:26357: $? = 0
configure:26369: result: yes
configure:26460: checking for isnan
configure:26517: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:104: warning: conflicting types for built-in function 'isnan'
configure:26523: $? = 0
configure:26527: test -z
|| test ! -s conftest.err
configure:26530: $? = 0
configure:26533: test -s conftest
configure:26536: $? = 0
configure:26548: result: yes
configure:26632: checking for isinf
configure:26689: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:105: warning: conflicting types for built-in function 'isinf'
configure:26695: $? = 0
configure:26699: test -z
|| test ! -s conftest.err
configure:26702: $? = 0
configure:26705: test -s conftest
configure:26708: $? = 0
configure:26720: result: yes
configure:26887: checking for python
configure:26905: found /usr/local/bin/python
configure:26917: result: /usr/local/bin/python
configure:27072: checking for shl_load
configure:27129: gcc -o conftest -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
conftest.c:106: warning: function declaration isn't a prototype
conftest.c:113: warning: function declaration isn't a prototype
conftest.c:121: warning: function declaration isn't a prototype
/tmp/cc7CrA5l.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:121: undefined reference to `shl_load'
/tmp/cc7CrA5l.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:27135: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6
| #define HAVE_GETADDRINFO
| #define HAVE_ISNAN
| #define HAVE_ISINF
| /* 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 gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| 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
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:27160: result: no
configure:27166: checking for shl_load in -ldld
configure:27196: gcc -o conftest -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c -ldld >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c:92: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:27202: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6
| #define HAVE_GETADDRINFO
| #define HAVE_ISNAN
| #define HAVE_ISINF
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:27228: result: no
configure:27236: checking for dlopen
configure:27293: gcc -o conftest -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
conftest.c:106: warning: function declaration isn't a prototype
conftest.c:113: warning: function declaration isn't a prototype
conftest.c:121: warning: function declaration isn't a prototype
/tmp/ccaMjd2C.o: In function `main':
/home/ecoumans/svnnew/bullet/Extras/LibXML/conftest.c:121: undefined reference to `dlopen'
/tmp/ccaMjd2C.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:27299: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.26"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ANSIDECL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6
| #define HAVE_GETADDRINFO
| #define HAVE_ISNAN
| #define HAVE_ISINF
| /* 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 gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| 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
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:27324: result: no
configure:27330: checking for dlopen in -ldl
configure:27360: gcc -o conftest -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c -ldl >&5
conftest.c:89: warning: function declaration isn't a prototype
conftest.c:92: warning: function declaration isn't a prototype
configure:27366: $? = 0
configure:27370: test -z
|| test ! -s conftest.err
configure:27373: $? = 0
configure:27376: test -s conftest
configure:27379: $? = 0
configure:27392: result: yes
configure:28551: checking iconv.h usability
configure:28563: gcc -c -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
configure:28569: $? = 0
configure:28573: test -z
|| test ! -s conftest.err
configure:28576: $? = 0
configure:28579: test -s conftest.o
configure:28582: $? = 0
configure:28592: result: yes
configure:28596: checking iconv.h presence
configure:28606: gcc -E conftest.c
configure:28612: $? = 0
configure:28632: result: yes
configure:28667: checking for iconv.h
configure:28674: result: yes
configure:28679: checking for iconv
configure:28700: gcc -o conftest -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
conftest.c:87: warning: function declaration isn't a prototype
configure:28706: $? = 0
configure:28710: test -z
|| test ! -s conftest.err
configure:28713: $? = 0
configure:28716: test -s conftest
configure:28719: $? = 0
configure:28722: result: yes
configure:29100: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:844: creating libxml2.spec
config.status:844: creating Makefile
config.status:844: creating include/Makefile
config.status:844: creating include/libxml/Makefile
config.status:844: creating doc/Makefile
config.status:844: creating doc/examples/Makefile
config.status:844: creating doc/devhelp/Makefile
config.status:844: creating example/Makefile
config.status:844: creating python/Makefile
config.status:844: creating python/tests/Makefile
config.status:844: creating xstc/Makefile
config.status:844: creating include/libxml/xmlversion.h
config.status:844: creating xml2-config
config.status:844: creating libxml-2.0.pc
config.status:844: creating libxml-2.0-uninstalled.pc
config.status:844: creating python/setup.py
config.status:948: creating config.h
config.status:1379: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-redhat-linux-gnu
ac_cv_build_alias=i686-redhat-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func__stat=no
ac_cv_func_class=no
ac_cv_func_dlopen=no
ac_cv_func_finite=yes
ac_cv_func_fp_class=no
ac_cv_func_fpclass=no
ac_cv_func_fprintf=yes
ac_cv_func_ftime=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isnand=no
ac_cv_func_localtime=yes
ac_cv_func_printf=yes
ac_cv_func_shl_load=no
ac_cv_func_signal=yes
ac_cv_func_snprintf=yes
ac_cv_func_sprintf=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strndup=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_header_ansidecl_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fp_class_h=no
ac_cv_header_iconv_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nan_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-redhat-linux-gnu
ac_cv_host_alias=i686-redhat-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_MV=/bin/mv
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_RM=/bin/rm
ac_cv_path_TAR=/bin/tar
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=f95
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_connect='none required'
ac_cv_search_gethostent='none required'
ac_cv_search_opendir='none required'
ac_cv_search_setsockopt='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run automake-1.9'
AWK='gawk'
BASE_THREAD_LIBS=''
C14N_OBJ='c14n.c'
CATALOG_OBJ='catalog.o'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
CYGWIN_EXTRA_LDFLAGS=''
CYGWIN_EXTRA_PYTHON_LIBADD=''
DEBUG_OBJ='debugXML.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOCB_OBJ='DOCBparser.o'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='f95'
FFLAGS='-g -O2'
FTP_OBJ=''
HAVE_ISINF=''
HAVE_ISNAN=''
HTML_DIR='$(datadir)/doc/$(PACKAGE)-$(VERSION)/html'
HTML_OBJ='HTMLparser.o HTMLtree.o'
HTTP_OBJ=''
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_MAJOR_VERSION='2'
LIBXML_MICRO_VERSION='26'
LIBXML_MINOR_VERSION='6'
LIBXML_VERSION='2.6.26'
LIBXML_VERSION_EXTRA=''
LIBXML_VERSION_INFO='8:26:6'
LIBXML_VERSION_NUMBER='20626'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/ecoumans/svnnew/bullet/Extras/LibXML/missing --run makeinfo'
MODULE_EXTENSION='.so'
MODULE_PLATFORM_LIBS='-ldl'
MV='/bin/mv'
M_LIBS='-lm'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libxml2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PYTHON='/usr/local/bin/python'
PYTHON_INCLUDES='/usr/include/python2.4'
PYTHON_SITE_PACKAGES='/usr/local/lib/python2.4/site-packages'
PYTHON_SUBDIR='python'
PYTHON_TESTS=' RelaxNGPythonTests SchemasPythonTests'
PYTHON_VERSION='2.4'
RANLIB='ranlib'
RDL_LIBS=''
READER_TEST='Readertests'
RELDATE='Mon Jun 19 2006'
RM='/bin/rm'
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BINARIES=''
STRIP='strip'
TAR='/bin/tar'
TEST_C14N='C14Ntests'
TEST_CATALOG='Catatests'
TEST_DEBUG='Scripttests'
TEST_HTML='HTMLtests'
TEST_MODULES='ModuleTests'
TEST_PATTERN='Patterntests'
TEST_PHTML='HTMLPushtests'
TEST_PUSH='XMLPushtests'
TEST_REGEXPS='Regexptests Automatatests'
TEST_SAX='SAXtests'
TEST_SCHEMAS='Schemastests Relaxtests'
TEST_SCHEMATRON='Schematrontests'
TEST_THREADS=''
TEST_VALID='Validtests'
TEST_VTIME='VTimingtests'
TEST_XINCLUDE='XIncludetests'
TEST_XPATH='XPathtests'
TEST_XPTR='XPtrtests'
THREADS_W32=''
THREAD_CFLAGS=''
THREAD_LIBS=''
U=''
VERSION='2.6.26'
WIN32_EXTRA_LDFLAGS=''
WIN32_EXTRA_LIBADD=''
WITH_C14N='1'
WITH_CATALOG='1'
WITH_DEBUG='1'
WITH_DOCB='1'
WITH_FTP='0'
WITH_HTML='1'
WITH_HTTP='0'
WITH_ICONV='1'
WITH_ISO8859X='1'
WITH_LEGACY='1'
WITH_MEM_DEBUG='0'
WITH_MODULES='1'
WITH_OUTPUT='1'
WITH_PATTERN='1'
WITH_PUSH='1'
WITH_PYTHON_FALSE='#'
WITH_PYTHON_TRUE=''
WITH_READER='1'
WITH_REGEXPS='1'
WITH_RUN_DEBUG='0'
WITH_SAX1='1'
WITH_SCHEMAS='1'
WITH_SCHEMATRON='1'
WITH_THREADS='0'
WITH_TREE='1'
WITH_TRIO='0'
WITH_TRIO_SOURCES_FALSE=''
WITH_TRIO_SOURCES_TRUE='#'
WITH_VALID='1'
WITH_WRITER='1'
WITH_XINCLUDE='1'
WITH_XPATH='1'
WITH_XPTR='1'
XINCLUDE_OBJ='xinclude.o'
XMLLINT='/usr/bin/xmllint'
XML_CFLAGS=''
XML_INCLUDEDIR='-I${includedir}/libxml2'
XML_LIBDIR='-L${libdir}'
XML_LIBS='-lxml2 -lm '
XML_LIBTOOLLIBS='libxml2.la'
XPATH_OBJ='xpath.o'
XPTR_OBJ='xpointer.o'
XSLTPROC='/usr/bin/xsltproc'
Z_CFLAGS=''
Z_LIBS=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77='f95'
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-redhat-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='redhat'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-redhat-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='redhat'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/ecoumans/svnnew/bullet/Extras/LibXML/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ANSIDECL_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_CTYPE_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FINITE 1
#define HAVE_FLOAT_H 1
#define HAVE_FPRINTF 1
#define HAVE_FTIME 1
#define HAVE_GETADDRINFO
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISINF
#define HAVE_ISNAN
#define HAVE_LIMITS_H 1
#define HAVE_LOCALTIME 1
#define HAVE_MALLOC_H 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PRINTF 1
#define HAVE_RESOLV_H 1
#define HAVE_SIGNAL 1
#define HAVE_SIGNAL_H 1
#define HAVE_SNPRINTF 1
#define HAVE_SPRINTF 1
#define HAVE_SSCANF 1
#define HAVE_STAT 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNDUP 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VA_COPY 1
#define HAVE_VFPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define PACKAGE "libxml2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PROTOTYPES 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define SUPPORT_IP6
#define VERSION "2.6.26"
#define XML_SOCKLEN_T socklen_t
#define __PROTOTYPES 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0