[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[xml] libxml2 build fails on SVR 4.



Hello:

I am trying to build libxml2-2.6.2 on the following system (an Intel machine):
---------------------
Welcome to the NCR MP-RAS SVR4 UNIX System

UNIX System V Release 4.0 (svr4) (pts/2)

login:
---------------------
I set the following flag (for gcc compiler instead of the default MetaWare's one):

setenv CC gcc

My path looks like this:

.:/usr/lev/bin:/usr/lev/xml:/usr/local/libxml/bin:/usr/local/libiconv/lib:/usr/gnu/bin:.:/usr/bin:/usr/sbin

The configuration command is as follows:

./configure -C --prefix=/usr/local/libxml9 --enable-ipv6=no --without-threads

Attached is a config.log file.

The build fails in the following manner:

----------------------
Making all in .
make[2]: Entering directory `/usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2'
source='xmllint.c' object='xmllint.o' libtool=no \
depfile='.deps/xmllint.Po' tmpdepfile='.deps/xmllint.TPo' \
depmode=gcc /bin/ksh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -g -O2 -Wall -c `t
est -f 'xmllint.c' || echo './'`xmllint.c
xmllint.c: In function `xmlHTMLPrintFileInfo':
xmllint.c:329: warning: implicit declaration of function `snprintf'
xmllint.c: In function `xmlHTMLError':
xmllint.c:415: warning: implicit declaration of function `vsnprintf'
/bin/ksh ./libtool --mode=link gcc -g -O2 -Wall -o xmllint xmllint.o ./libxm
l2.la    -lm  -lsocket -lnsl
gcc -g -O2 -Wall -o .libs/xmllint xmllint.o ./.libs/libxml2.so -lm -lsocket -ln
sl
UX:ld: ERROR: /usr/ccs/lib/libc.so(libc.s5r4v0.1): fatal error: symbol `_numeric ` multiply defined in two shared objects ./.libs/libxml2.so: size = 12; /usr/ccs
/lib/libc.so(libc.s5r4v0.1): size = 2
make[2]: *** [xmllint] Error 1
make[2]: Leaving directory `/usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2'
make: *** [all] Error 2
svr4%
----------------------

Any suggestions?

Regards,

Lev Dyadkin
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.57.  Invocation command line was

  $ ./configure -C --prefix=/usr/local/libxml9 --enable-ipv6=no --without-threads

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

hostname = svr4
uname -m = 34XX
uname -r = 4.0
uname -s = UNIX_SV
uname -v = 3.0

/usr/bin/uname -p = Pentium II(TM)-ISA/PCI
/bin/uname -X     = unknown

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

PATH: .
PATH: /usr/lev/bin
PATH: /usr/lev/xml
PATH: /usr/local/libxml/bin
PATH: /usr/local/libiconv/lib
PATH: /usr/gnu/bin
PATH: .
PATH: /usr/bin
PATH: /usr/sbin


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

configure:1393: creating cache config.cache
configure:1510: checking build system type
configure:1528: result: i586-ncr-sysv4.3.03
configure:1536: checking host system type
configure:1550: result: i586-ncr-sysv4.3.03
configure:1590: checking for a BSD-compatible install
configure:1644: result: ./install-sh -c
configure:1655: checking whether build environment is sane
configure:1698: result: yes
configure:1731: checking for gawk
configure:1747: found /usr/gnu/bin/gawk
configure:1757: result: gawk
configure:1767: checking whether make sets $(MAKE)
configure:1787: result: yes
configure:1986: checking for gcc
configure:2012: result: gcc
configure:2256: checking for C compiler version
configure:2259: gcc --version </dev/null >&5
2.7.2.f.1
configure:2262: $? = 0
configure:2264: gcc -v </dev/null >&5
Reading specs from /usr/gnu/lib/gcc-lib/i586--sysv4.3/2.7.2.f.1/specs
gcc version 2.7.2.f.1
configure:2267: $? = 0
configure:2269: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2272: $? = 1
configure:2296: checking for C compiler default output
configure:2299: gcc    conftest.c  >&5
configure:2302: $? = 0
configure:2348: result: a.out
configure:2353: checking whether the C compiler works
configure:2359: ./a.out
configure:2362: $? = 0
configure:2379: result: yes
configure:2386: checking whether we are cross compiling
configure:2388: result: no
configure:2391: checking for suffix of executables
configure:2393: gcc -o conftest    conftest.c  >&5
configure:2396: $? = 0
configure:2421: result: 
configure:2427: checking for suffix of object files
configure:2449: gcc -c   conftest.c >&5
configure:2452: $? = 0
configure:2474: result: o
configure:2478: checking whether we are using the GNU C compiler
configure:2503: gcc -c   conftest.c >&5
configure:2506: $? = 0
configure:2509: test -s conftest.o
configure:2512: $? = 0
configure:2525: result: yes
configure:2531: checking whether gcc accepts -g
configure:2553: gcc -c -g  conftest.c >&5
configure:2556: $? = 0
configure:2559: test -s conftest.o
configure:2562: $? = 0
configure:2573: result: yes
configure:2590: checking for gcc option to accept ANSI C
configure:2651: gcc  -c -g -O2  conftest.c >&5
configure:2654: $? = 0
configure:2657: test -s conftest.o
configure:2660: $? = 0
configure:2678: result: none needed
configure:2696: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2699: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2827: checking for style of include used by make
configure:2855: result: GNU
configure:2883: checking dependency style of gcc
configure:2945: result: gcc
configure:2962: checking for a BSD-compatible install
configure:3016: result: ./install-sh -c
configure:3032: checking how to run the C preprocessor
configure:3068: gcc -E  conftest.c
configure:3074: $? = 0
configure:3106: gcc -E  conftest.c
configure:3107: ac_nonexistent.h: No such file or directory
configure:3112: $? = 1
configure: failed program was:
| #line 3097 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3150: result: gcc -E
configure:3175: gcc -E  conftest.c
configure:3181: $? = 0
configure:3213: gcc -E  conftest.c
configure:3214: ac_nonexistent.h: No such file or directory
configure:3219: $? = 1
configure: failed program was:
| #line 3204 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3263: checking for rm
configure:3281: found /usr/bin/rm
configure:3294: result: /usr/bin/rm
configure:3303: checking for mv
configure:3321: found /usr/bin/mv
configure:3334: result: /usr/bin/mv
configure:3343: checking for tar
configure:3361: found /usr/gnu/bin/tar
configure:3374: result: /usr/gnu/bin/tar
configure:3386: checking for gcc option to accept ANSI C
configure:3450: gcc  -c -g -O2  conftest.c >&5
configure:3453: $? = 0
configure:3456: test -s conftest.o
configure:3459: $? = 0
configure:3474: result: none needed
configure:3486: checking for egrep
configure:3496: result: grep -E
configure:3515: checking for sys/types.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for sys/stat.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for stdlib.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for string.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for memory.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for strings.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3515: checking for inttypes.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3571: inttypes.h: No such file or directory
configure:3535: $? = 1
configure: failed program was:
| #line 3520 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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
| /* 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 <inttypes.h>
configure:3552: result: no
configure:3515: checking for stdint.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3571: stdint.h: No such file or directory
configure:3535: $? = 1
configure: failed program was:
| #line 3520 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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
| /* 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 <stdint.h>
configure:3552: result: no
configure:3515: checking for unistd.h
configure:3532: gcc -c -g -O2  conftest.c >&5
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3552: result: yes
configure:3566: checking for function prototypes
configure:3569: result: yes
configure:3583: checking for ANSI C header files
configure:3609: gcc -c -g -O2  conftest.c >&5
configure:3612: $? = 0
configure:3615: test -s conftest.o
configure:3618: $? = 0
configure:3710: gcc -o conftest -g -O2   conftest.c  >&5
configure:3713: $? = 0
configure:3715: ./conftest
configure:3718: $? = 0
configure:3733: result: yes
configure:3748: checking for string.h
configure:3753: result: yes
configure:3978: checking for ld used by GCC
configure:4041: result: /usr/ccs/bin/ld
configure:4050: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:4062: result: no
configure:4067: checking for /usr/ccs/bin/ld option to reload object files
configure:4074: result: -r
configure:4079: checking for BSD-compatible nm
configure:4115: result: /usr/gnu/bin/nm -B
configure:4118: checking for a sed that does not truncate output
configure:4200: result: /usr/gnu/bin/sed
configure:4203: checking whether ln -s works
configure:4207: result: yes
configure:4214: checking how to recognise dependent libraries
configure:4395: result: pass_all
configure:4407: checking command to parse /usr/gnu/bin/nm -B output
configure:4491: gcc -c -g -O2  conftest.c >&5
configure:4494: $? = 0
configure:4498: /usr/gnu/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4501: $? = 0
configure:4553: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4556: $? = 0
configure:4600: result: ok
configure:4618: checking dlfcn.h usability
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4634: $? = 0
configure:4637: test -s conftest.o
configure:4640: $? = 0
configure:4650: result: yes
configure:4654: checking dlfcn.h presence
configure:4665: gcc -E  conftest.c
configure:4671: $? = 0
configure:4690: result: yes
configure:4726: checking for dlfcn.h
configure:4733: result: yes
configure:4931: checking for ranlib
configure:4947: found /usr/gnu/bin/ranlib
configure:4958: result: ranlib
configure:5011: checking for strip
configure:5027: found /usr/gnu/bin/strip
configure:5038: result: strip
configure:5248: checking for objdir
configure:5259: result: .libs
configure:5276: checking for gcc option to produce PIC
configure:5422: result: -fPIC
configure:5426: checking if gcc PIC flag -fPIC works
configure:5450: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5453: $? = 0
configure:5456: test -s conftest.o
configure:5459: $? = 0
configure:5497: result: yes
configure:5513: checking if gcc static flag -static works
configure:5538: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:5541: $? = 0
configure:5544: test -s conftest
configure:5547: $? = 0
configure:5563: result: yes
configure:5575: checking if gcc supports -c -o file.o
configure:5595: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5619: result: yes
configure:5624: checking if gcc supports -c -o file.lo
configure:5652: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5655: $? = 0
configure:5658: test -s conftest.lo
configure:5661: $? = 0
configure:5683: result: yes
configure:5714: checking if gcc supports -fno-rtti -fno-exceptions
configure:5737: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
cc1: Invalid option `-fno-exceptions'
cc1: Invalid option `-fno-exceptions'
configure:5740: $? = 1
configure: failed program was:
| #line 5720 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| int some_variable = 0;
|   ;
|   return 0;
| }
configure:5763: result: no
configure:5774: checking whether the linker (/usr/ccs/bin/ld) supports shared libraries
configure:6469: result: yes
configure:6474: checking how to hardcode library paths into programs
configure:6498: result: unsupported
configure:6503: checking whether stripping libraries is possible
configure:6508: result: yes
configure:6519: checking dynamic linker characteristics
configure:6950: result: sysv4.3.03 ld.so
configure:6955: checking if libtool supports shared libraries
configure:6957: result: yes
configure:6960: checking whether to build shared libraries
configure:6981: result: yes
configure:6984: checking whether to build static libraries
configure:6988: result: yes
configure:8277: checking whether to enable maintainer-specific portions of Makefiles
configure:8286: result: no
configure:8350: checking zlib.h usability
configure:8363: gcc -c -g -O2  conftest.c >&5
configure:8407: zlib.h: No such file or directory
configure:8366: $? = 1
configure: failed program was:
| #line 8352 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_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 <zlib.h>
configure:8382: result: no
configure:8386: checking zlib.h presence
configure:8397: gcc -E  conftest.c
configure:8409: zlib.h: No such file or directory
configure:8403: $? = 1
configure: failed program was:
| #line 8388 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <zlib.h>
configure:8422: result: no
configure:8458: checking for zlib.h
configure:8465: result: no
configure:8567: checking for dirent.h that defines DIR
configure:8592: gcc -c -g -O2  conftest.c >&5
configure:8595: $? = 0
configure:8598: test -s conftest.o
configure:8601: $? = 0
configure:8612: result: yes
configure:8625: checking for library containing opendir
configure:8656: gcc -o conftest -g -O2   conftest.c  >&5
configure:8659: $? = 0
configure:8662: test -s conftest
configure:8665: $? = 0
configure:8724: result: none required
configure:8840: checking for ANSI C header files
configure:8990: result: yes
configure:9014: checking fcntl.h usability
configure:9027: gcc -c -g -O2  conftest.c >&5
configure:9030: $? = 0
configure:9033: test -s conftest.o
configure:9036: $? = 0
configure:9046: result: yes
configure:9050: checking fcntl.h presence
configure:9061: gcc -E  conftest.c
configure:9067: $? = 0
configure:9086: result: yes
configure:9122: checking for fcntl.h
configure:9129: result: yes
configure:9147: checking for unistd.h
configure:9152: result: yes
configure:9298: checking ctype.h usability
configure:9311: gcc -c -g -O2  conftest.c >&5
configure:9314: $? = 0
configure:9317: test -s conftest.o
configure:9320: $? = 0
configure:9330: result: yes
configure:9334: checking ctype.h presence
configure:9345: gcc -E  conftest.c
configure:9351: $? = 0
configure:9370: result: yes
configure:9406: checking for ctype.h
configure:9413: result: yes
configure:9440: checking dirent.h usability
configure:9453: gcc -c -g -O2  conftest.c >&5
configure:9456: $? = 0
configure:9459: test -s conftest.o
configure:9462: $? = 0
configure:9472: result: yes
configure:9476: checking dirent.h presence
configure:9487: gcc -E  conftest.c
configure:9493: $? = 0
configure:9512: result: yes
configure:9548: checking for dirent.h
configure:9555: result: yes
configure:9582: checking errno.h usability
configure:9595: gcc -c -g -O2  conftest.c >&5
configure:9598: $? = 0
configure:9601: test -s conftest.o
configure:9604: $? = 0
configure:9614: result: yes
configure:9618: checking errno.h presence
configure:9629: gcc -E  conftest.c
configure:9635: $? = 0
configure:9654: result: yes
configure:9690: checking for errno.h
configure:9697: result: yes
configure:9724: checking malloc.h usability
configure:9737: gcc -c -g -O2  conftest.c >&5
configure:9740: $? = 0
configure:9743: test -s conftest.o
configure:9746: $? = 0
configure:9756: result: yes
configure:9760: checking malloc.h presence
configure:9771: gcc -E  conftest.c
configure:9777: $? = 0
configure:9796: result: yes
configure:9832: checking for malloc.h
configure:9839: result: yes
configure:9866: checking stdarg.h usability
configure:9879: gcc -c -g -O2  conftest.c >&5
configure:9882: $? = 0
configure:9885: test -s conftest.o
configure:9888: $? = 0
configure:9898: result: yes
configure:9902: checking stdarg.h presence
configure:9913: gcc -E  conftest.c
configure:9919: $? = 0
configure:9938: result: yes
configure:9974: checking for stdarg.h
configure:9981: result: yes
configure:9999: checking for sys/stat.h
configure:10004: result: yes
configure:10141: checking for sys/types.h
configure:10146: result: yes
configure:10292: checking time.h usability
configure:10305: gcc -c -g -O2  conftest.c >&5
configure:10308: $? = 0
configure:10311: test -s conftest.o
configure:10314: $? = 0
configure:10324: result: yes
configure:10328: checking time.h presence
configure:10339: gcc -E  conftest.c
configure:10345: $? = 0
configure:10364: result: yes
configure:10400: checking for time.h
configure:10407: result: yes
configure:10434: checking ansidecl.h usability
configure:10447: gcc -c -g -O2  conftest.c >&5
configure:10503: ansidecl.h: No such file or directory
configure:10450: $? = 1
configure: failed program was:
| #line 10436 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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
| /* 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 <ansidecl.h>
configure:10466: result: no
configure:10470: checking ansidecl.h presence
configure:10481: gcc -E  conftest.c
configure:10505: ansidecl.h: No such file or directory
configure:10487: $? = 1
configure: failed program was:
| #line 10472 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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
| /* end confdefs.h.  */
| #include <ansidecl.h>
configure:10506: result: no
configure:10542: checking for ansidecl.h
configure:10549: result: no
configure:10576: checking ieeefp.h usability
configure:10589: gcc -c -g -O2  conftest.c >&5
configure:10592: $? = 0
configure:10595: test -s conftest.o
configure:10598: $? = 0
configure:10608: result: yes
configure:10612: checking ieeefp.h presence
configure:10623: gcc -E  conftest.c
configure:10629: $? = 0
configure:10648: result: yes
configure:10684: checking for ieeefp.h
configure:10691: result: yes
configure:10718: checking nan.h usability
configure:10731: gcc -c -g -O2  conftest.c >&5
configure:10734: $? = 0
configure:10737: test -s conftest.o
configure:10740: $? = 0
configure:10750: result: yes
configure:10754: checking nan.h presence
configure:10765: gcc -E  conftest.c
configure:10771: $? = 0
configure:10790: result: yes
configure:10826: checking for nan.h
configure:10833: result: yes
configure:10860: checking math.h usability
configure:10873: gcc -c -g -O2  conftest.c >&5
configure:10876: $? = 0
configure:10879: test -s conftest.o
configure:10882: $? = 0
configure:10892: result: yes
configure:10896: checking math.h presence
configure:10907: gcc -E  conftest.c
configure:10913: $? = 0
configure:10932: result: yes
configure:10968: checking for math.h
configure:10975: result: yes
configure:11002: checking fp_class.h usability
configure:11015: gcc -c -g -O2  conftest.c >&5
configure:11074: fp_class.h: No such file or directory
configure:11018: $? = 1
configure: failed program was:
| #line 11004 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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:11034: result: no
configure:11038: checking fp_class.h presence
configure:11049: gcc -E  conftest.c
configure:11076: fp_class.h: No such file or directory
configure:11055: $? = 1
configure: failed program was:
| #line 11040 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h.  */
| #include <fp_class.h>
configure:11074: result: no
configure:11110: checking for fp_class.h
configure:11117: result: no
configure:11144: checking float.h usability
configure:11157: gcc -c -g -O2  conftest.c >&5
configure:11160: $? = 0
configure:11163: test -s conftest.o
configure:11166: $? = 0
configure:11176: result: yes
configure:11180: checking float.h presence
configure:11191: gcc -E  conftest.c
configure:11197: $? = 0
configure:11216: result: yes
configure:11252: checking for float.h
configure:11259: result: yes
configure:11277: checking for stdlib.h
configure:11282: result: yes
configure:11418: checking for sys/socket.h
configure:11438: gcc -c -g -O2  conftest.c >&5
configure:11441: $? = 0
configure:11444: test -s conftest.o
configure:11447: $? = 0
configure:11458: result: yes
configure:11473: checking for netinet/in.h
configure:11493: gcc -c -g -O2  conftest.c >&5
configure:11496: $? = 0
configure:11499: test -s conftest.o
configure:11502: $? = 0
configure:11513: result: yes
configure:11528: checking for arpa/inet.h
configure:11551: gcc -c -g -O2  conftest.c >&5
In file included from configure:11581:
/usr/include/arpa/inet.h:67: conflicting types for `htons'
/usr/gnu/lib/gcc-lib/i586--sysv4.3/2.7.2.f.1/include/sys/byteorder.h:60: previous declaration of `htons'
/usr/include/arpa/inet.h:69: conflicting types for `ntohs'
/usr/gnu/lib/gcc-lib/i586--sysv4.3/2.7.2.f.1/include/sys/byteorder.h:140: previous declaration of `ntohs'
configure:11554: $? = 1
configure: failed program was:
| #line 11533 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| # endif
| #if HAVE_ARPA_INET_H
| # include <arpa/inet.h>
| # endif
| 
| 
| #include <arpa/inet.h>
configure:11571: result: no
configure:11596: checking netdb.h usability
configure:11609: gcc -c -g -O2  conftest.c >&5
configure:11612: $? = 0
configure:11615: test -s conftest.o
configure:11618: $? = 0
configure:11628: result: yes
configure:11632: checking netdb.h presence
configure:11643: gcc -E  conftest.c
configure:11649: $? = 0
configure:11668: result: yes
configure:11704: checking for netdb.h
configure:11711: result: yes
configure:11738: checking sys/time.h usability
configure:11751: gcc -c -g -O2  conftest.c >&5
configure:11754: $? = 0
configure:11757: test -s conftest.o
configure:11760: $? = 0
configure:11770: result: yes
configure:11774: checking sys/time.h presence
configure:11785: gcc -E  conftest.c
configure:11791: $? = 0
configure:11810: result: yes
configure:11846: checking for sys/time.h
configure:11853: result: yes
configure:11880: checking sys/select.h usability
configure:11893: gcc -c -g -O2  conftest.c >&5
configure:11896: $? = 0
configure:11899: test -s conftest.o
configure:11902: $? = 0
configure:11912: result: yes
configure:11916: checking sys/select.h presence
configure:11927: gcc -E  conftest.c
configure:11933: $? = 0
configure:11952: result: yes
configure:11988: checking for sys/select.h
configure:11995: result: yes
configure:12022: checking sys/mman.h usability
configure:12035: gcc -c -g -O2  conftest.c >&5
configure:12038: $? = 0
configure:12041: test -s conftest.o
configure:12044: $? = 0
configure:12054: result: yes
configure:12058: checking sys/mman.h presence
configure:12069: gcc -E  conftest.c
configure:12075: $? = 0
configure:12094: result: yes
configure:12130: checking for sys/mman.h
configure:12137: result: yes
configure:12164: checking sys/timeb.h usability
configure:12177: gcc -c -g -O2  conftest.c >&5
configure:12180: $? = 0
configure:12183: test -s conftest.o
configure:12186: $? = 0
configure:12196: result: yes
configure:12200: checking sys/timeb.h presence
configure:12211: gcc -E  conftest.c
configure:12217: $? = 0
configure:12236: result: yes
configure:12272: checking for sys/timeb.h
configure:12279: result: yes
configure:12306: checking signal.h usability
configure:12319: gcc -c -g -O2  conftest.c >&5
configure:12322: $? = 0
configure:12325: test -s conftest.o
configure:12328: $? = 0
configure:12338: result: yes
configure:12342: checking signal.h presence
configure:12353: gcc -E  conftest.c
configure:12359: $? = 0
configure:12378: result: yes
configure:12414: checking for signal.h
configure:12421: result: yes
configure:12438: checking for arpa/nameser.h
configure:12458: gcc -c -g -O2  conftest.c >&5
configure:12461: $? = 0
configure:12464: test -s conftest.o
configure:12467: $? = 0
configure:12478: result: yes
configure:12493: checking for resolv.h
configure:12519: gcc -c -g -O2  conftest.c >&5
configure:12522: $? = 0
configure:12525: test -s conftest.o
configure:12528: $? = 0
configure:12539: result: yes
configure:12563: checking for strftime
configure:12613: gcc -o conftest -g -O2   conftest.c  >&5
configure:12616: $? = 0
configure:12619: test -s conftest
configure:12622: $? = 0
configure:12633: result: yes
configure:12713: checking for strdup
configure:12763: gcc -o conftest -g -O2   conftest.c  >&5
configure:12766: $? = 0
configure:12769: test -s conftest
configure:12772: $? = 0
configure:12783: result: yes
configure:12713: checking for strndup
configure:12763: gcc -o conftest -g -O2   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
strndup                             /var/tmp/cca0046A1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:12766: $? = 1
configure: failed program was:
| #line 12718 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strndup (); 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
| /* 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 strndup ();
| /* 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_strndup) || defined (__stub___strndup)
| choke me
| #else
| char (*f) () = strndup;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strndup;
|   ;
|   return 0;
| }
configure:12783: result: no
configure:12713: checking for strerror
configure:12763: gcc -o conftest -g -O2   conftest.c  >&5
configure:12766: $? = 0
configure:12769: test -s conftest
configure:12772: $? = 0
configure:12783: result: yes
configure:12801: checking for finite
configure:12851: gcc -o conftest -g -O2   conftest.c  >&5
configure:12854: $? = 0
configure:12857: test -s conftest
configure:12860: $? = 0
configure:12871: result: yes
configure:12801: checking for isnand
configure:12851: gcc -o conftest -g -O2   conftest.c  >&5
configure:12854: $? = 0
configure:12857: test -s conftest
configure:12860: $? = 0
configure:12871: result: yes
configure:12801: checking for fp_class
configure:12851: gcc -o conftest -g -O2   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
fp_class                            /var/tmp/cca0047-1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:12854: $? = 1
configure: failed program was:
| #line 12806 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| /* end confdefs.h.  */
| /* 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
| /* 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:12871: result: no
configure:12801: checking for class
configure:12851: gcc -o conftest -g -O2   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
class                               /var/tmp/cca0047s1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:12854: $? = 1
configure: failed program was:
| #line 12806 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| /* end confdefs.h.  */
| /* 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
| /* 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:12871: result: no
configure:12801: checking for fpclass
configure:12851: gcc -o conftest -g -O2   conftest.c  >&5
configure:12854: $? = 0
configure:12857: test -s conftest
configure:12860: $? = 0
configure:12871: result: yes
configure:12888: checking for strftime
configure:12958: result: yes
configure:12888: checking for localtime
configure:12938: gcc -o conftest -g -O2   conftest.c  >&5
configure:12941: $? = 0
configure:12944: test -s conftest
configure:12947: $? = 0
configure:12958: result: yes
configure:12888: checking for gettimeofday
configure:12938: gcc -o conftest -g -O2   conftest.c  >&5
configure:12941: $? = 0
configure:12944: test -s conftest
configure:12947: $? = 0
configure:12958: result: yes
configure:12888: checking for ftime
configure:12938: gcc -o conftest -g -O2   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
ftime                               /var/tmp/cca0049R1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:12941: $? = 1
configure: failed program was:
| #line 12893 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| #define HAVE_FPCLASS 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ftime (); 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
| /* 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 ftime ();
| /* 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_ftime) || defined (__stub___ftime)
| choke me
| #else
| char (*f) () = ftime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != ftime;
|   ;
|   return 0;
| }
configure:12958: result: no
configure:12974: checking for stat
configure:13024: gcc -o conftest -g -O2   conftest.c  >&5
configure:13027: $? = 0
configure:13030: test -s conftest
configure:13033: $? = 0
configure:13044: result: yes
configure:12974: checking for _stat
configure:13024: gcc -o conftest -g -O2   conftest.c  >&5
configure:13027: $? = 0
configure:13030: test -s conftest
configure:13033: $? = 0
configure:13044: result: yes
configure:12974: checking for signal
configure:13024: gcc -o conftest -g -O2   conftest.c  >&5
configure:13027: $? = 0
configure:13030: test -s conftest
configure:13033: $? = 0
configure:13044: result: yes
configure:13066: checking for printf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for sprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for fprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for snprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for vfprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for vsprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for vsnprintf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13066: checking for sscanf
configure:13116: gcc -o conftest -g -O2   conftest.c  >&5
configure:13119: $? = 0
configure:13122: test -s conftest
configure:13125: $? = 0
configure:13136: result: yes
configure:13149: checking for gethostent
configure:13199: gcc -o conftest -g -O2   conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
gethostent                          /var/tmp/cca004Do1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:13202: $? = 1
configure: failed program was:
| #line 13154 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| #define HAVE_FPCLASS 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STAT 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
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostent (); 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
| /* 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 gethostent ();
| /* 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_gethostent) || defined (__stub___gethostent)
| choke me
| #else
| char (*f) () = gethostent;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != gethostent;
|   ;
|   return 0;
| }
configure:13219: result: no
configure:13225: checking for gethostent in -lnsl
configure:13256: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
configure:13259: $? = 0
configure:13262: test -s conftest
configure:13265: $? = 0
configure:13277: result: yes
configure:13290: checking for setsockopt
configure:13340: gcc -o conftest -g -O2   conftest.c -lnsl  >&5
Undefined			first referenced
 symbol  			    in file
setsockopt                          /var/tmp/cca004EJ1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:13343: $? = 1
configure: failed program was:
| #line 13295 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| #define HAVE_FPCLASS 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STAT 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_LIBNSL 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setsockopt (); 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
| /* 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 setsockopt ();
| /* 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_setsockopt) || defined (__stub___setsockopt)
| choke me
| #else
| char (*f) () = setsockopt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setsockopt;
|   ;
|   return 0;
| }
configure:13360: result: no
configure:13366: checking for setsockopt in -lsocket
configure:13397: gcc -o conftest -g -O2   conftest.c -lsocket  -lnsl  >&5
configure:13400: $? = 0
configure:13403: test -s conftest
configure:13406: $? = 0
configure:13418: result: yes
configure:13431: checking for connect
configure:13481: gcc -o conftest -g -O2   conftest.c -lsocket -lnsl  >&5
configure:13484: $? = 0
configure:13487: test -s conftest
configure:13490: $? = 0
configure:13501: result: yes
configure:13573: checking for type of socket length (socklen_t)
configure:13587: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:13583: `socklen_t' undeclared (first use this function)
configure:13583: (Each undeclared identifier is reported only once
configure:13583: for each function it appears in.)
configure:13583: parse error before `)'
configure: failed program was:
#line 13576 "configure"
#include "confdefs.h"

#include <stddef.h>
#include <sys/types.h>
#include <sys/socket.h>
int main() {

(void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL)
; return 0; }
configure:13610: gcc -c -g -O2  conftest.c >&5
configure:13613: result: size_t *
configure:13659: checking whether to enable IPv6
configure:13878: checking for isnan
configure:13928: gcc -o conftest -g -O2   conftest.c -lsocket -lnsl  >&5
configure:13931: $? = 0
configure:13934: test -s conftest
configure:13937: $? = 0
configure:13948: result: yes
configure:14018: checking for isinf
configure:14068: gcc -o conftest -g -O2   conftest.c -lsocket -lnsl  >&5
Undefined			first referenced
 symbol  			    in file
isinf                               /var/tmp/cca004Fi1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:14071: $? = 1
configure: failed program was:
| #line 14023 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| #define HAVE_FPCLASS 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STAT 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_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define SOCKLEN_T size_t
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char isinf (); 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
| /* 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 isinf ();
| /* 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_isinf) || defined (__stub___isinf)
| choke me
| #else
| char (*f) () = isinf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != isinf;
|   ;
|   return 0;
| }
configure:14088: result: no
configure:14097: checking for isinf in -lm
configure:14128: gcc -o conftest -g -O2   conftest.c -lm  -lsocket -lnsl  >&5
Undefined			first referenced
 symbol  			    in file
isinf                               /var/tmp/cca004Fw1.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure:14131: $? = 1
configure: failed program was:
| #line 14104 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.2"
| #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_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #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_IEEEFP_H 1
| #define HAVE_NAN_H 1
| #define HAVE_MATH_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_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_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAND 1
| #define HAVE_FPCLASS 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STAT 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_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define SOCKLEN_T size_t
| /* 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 isinf ();
| int
| main ()
| {
| isinf ();
|   ;
|   return 0;
| }
configure:14149: result: no
configure:14249: checking for python
configure:14282: result: no
configure:15543: checking iconv.h usability
configure:15556: gcc -c -g -O2 -Wall  conftest.c >&5
configure:15559: $? = 0
configure:15562: test -s conftest.o
configure:15565: $? = 0
configure:15575: result: yes
configure:15579: checking iconv.h presence
configure:15590: gcc -E  conftest.c
configure:15596: $? = 0
configure:15615: result: yes
configure:15651: checking for iconv.h
configure:15658: result: yes
configure:15663: checking for iconv
configure:15685: gcc -o conftest -g -O2 -Wall   conftest.c -lsocket -lnsl  >&5
configure:15688: $? = 0
configure:15691: test -s conftest
configure:15694: $? = 0
configure:15697: result: yes
configure:16057: creating ./config.status

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

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

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

on svr4

config.status:768: creating libxml2.spec
config.status:768: creating Makefile
config.status:768: creating include/Makefile
config.status:768: creating include/libxml/Makefile
config.status:768: creating doc/Makefile
config.status:768: creating example/Makefile
config.status:768: creating python/Makefile
config.status:768: creating python/tests/Makefile
config.status:768: creating include/libxml/xmlversion.h
config.status:768: creating xml2-config
config.status:768: creating libxml-2.0.pc
config.status:768: creating libxml-2.0-uninstalled.pc
config.status:768: creating xml2Conf.sh
config.status:768: creating python/setup.py
config.status:872: creating config.h
config.status:1203: executing depfiles commands

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

ac_cv_build='i586-ncr-sysv4.3.03'
ac_cv_build_alias='i586-ncr-sysv4.3.03'
ac_cv_c_compiler_gnu='yes'
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_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_func__stat='yes'
ac_cv_func_class='no'
ac_cv_func_connect='yes'
ac_cv_func_finite='yes'
ac_cv_func_fp_class='no'
ac_cv_func_fpclass='yes'
ac_cv_func_fprintf='yes'
ac_cv_func_ftime='no'
ac_cv_func_gethostent='no'
ac_cv_func_gettimeofday='yes'
ac_cv_func_isinf='no'
ac_cv_func_isnan='yes'
ac_cv_func_isnand='yes'
ac_cv_func_localtime='yes'
ac_cv_func_printf='yes'
ac_cv_func_setsockopt='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='no'
ac_cv_func_vfprintf='yes'
ac_cv_func_vsnprintf='yes'
ac_cv_func_vsprintf='yes'
ac_cv_header_ansidecl_h='no'
ac_cv_header_arpa_inet_h='no'
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_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='yes'
ac_cv_header_inttypes_h='no'
ac_cv_header_malloc_h='yes'
ac_cv_header_math_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_nan_h='yes'
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='no'
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_header_zlib_h='no'
ac_cv_host='i586-ncr-sysv4.3.03'
ac_cv_host_alias='i586-ncr-sysv4.3.03'
ac_cv_lib_m_isinf='no'
ac_cv_lib_nsl_gethostent='yes'
ac_cv_lib_socket_setsockopt='yes'
ac_cv_objext='o'
ac_cv_path_MV='/usr/bin/mv'
ac_cv_path_RM='/usr/bin/rm'
ac_cv_path_TAR='/usr/gnu/bin/tar'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC='gcc'
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_egrep='grep -E'
ac_cv_prog_make_make_set='yes'
ac_cv_search_opendir='none required'
am_cv_CC_dependencies_compiler_type='gcc'
am_cv_prog_cc_stdc=''
lt_cv_compiler_c_o='yes'
lt_cv_compiler_o_lo='yes'
lt_cv_deplibs_check_method='pass_all'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag='-r'
lt_cv_path_LD='/usr/ccs/bin/ld'
lt_cv_path_NM='/usr/gnu/bin/nm -B'
lt_cv_path_SED='/usr/gnu/bin/sed'
lt_cv_prog_cc_can_build_shared='yes'
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works='yes'
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static='-static'
lt_cv_prog_cc_static_works='yes'
lt_cv_prog_cc_wl='-Wl,'
lt_cv_prog_gnu_ld='no'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run tar'
ANSI2KNR=''
AUTOCONF='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run automake-1.6'
AWK='gawk'
C14N_OBJ='c14n.c'
CATALOG_OBJ='catalog.o'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
DEBUG_OBJ='debugXML.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOCB_OBJ='DOCBparser.o'
ECHO='/usr/ucb/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FTP_OBJ='nanoftp.o'
HAVE_ISINF=''
HAVE_ISNAN=''
HTML_DIR='$(prefix)/doc'
HTML_OBJ='HTMLparser.o HTMLtree.o'
HTTP_OBJ='nanohttp.o'
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lsocket -lnsl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_MAJOR_VERSION='2'
LIBXML_MICRO_VERSION='2'
LIBXML_MINOR_VERSION='6'
LIBXML_VERSION='2.6.2'
LIBXML_VERSION_INFO='8:2:6'
LIBXML_VERSION_NUMBER='20602'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/missing --run makeinfo'
MV='/usr/bin/mv'
M_LIBS='-lm'
OBJEXT='o'
PACKAGE='libxml2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON=''
PYTHON_INCLUDES=''
PYTHON_SITE_PACKAGES=''
PYTHON_SUBDIR=''
PYTHON_VERSION=''
RANLIB='ranlib'
RDL_LIBS=''
READER_TEST='Readertests'
RELDATE='Tue Dec 23 2003'
RM='/usr/bin/rm'
SET_MAKE=''
SHELL='/bin/ksh'
STATIC_BINARIES=''
STRIP='strip'
TAR='/usr/gnu/bin/tar'
TEST_C14N='C14Ntests'
TEST_CATALOG='Catatests'
TEST_DEBUG='Scripttests'
TEST_HTML='HTMLtests'
TEST_PHTML='HTMLPushtests'
TEST_PUSH='XMLPushtests'
TEST_REGEXPS='Regexptests Automatatests'
TEST_SAX='SAXtests'
TEST_SCHEMAS='Schemastests Relaxtests'
TEST_THREADS=''
TEST_VALID='Validtests'
TEST_VTIME='VTimingtests'
TEST_XINCLUDE='XIncludetests'
TEST_XPATH='XPathtests'
TEST_XPTR='XPtrtests'
THREAD_CFLAGS=''
THREAD_LIBS=''
U=''
VERSION='2.6.2'
WIN32_EXTRA_LDFLAGS=''
WIN32_EXTRA_LIBADD=''
WITH_C14N='1'
WITH_CATALOG='1'
WITH_DEBUG='1'
WITH_DOCB='1'
WITH_FTP='1'
WITH_HTML='1'
WITH_HTTP='1'
WITH_ICONV='1'
WITH_ISO8859X='1'
WITH_LEGACY='1'
WITH_MEM_DEBUG='0'
WITH_OUTPUT='1'
WITH_PUSH='1'
WITH_PYTHON_FALSE=''
WITH_PYTHON_TRUE='#'
WITH_READER='1'
WITH_REGEXPS='1'
WITH_SAX1='1'
WITH_SCHEMAS='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'
XML_CFLAGS=''
XML_INCLUDEDIR='-I${includedir}/libxml2'
XML_LIBDIR='-L${libdir}'
XML_LIBS='-lxml2    -lm -lsocket -lnsl '
XML_LIBTOOLLIBS='libxml2.la'
XPATH_OBJ='xpath.o'
XPTR_OBJ='xpointer.o'
Z_CFLAGS=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i586-ncr-sysv4.3.03'
build_alias=''
build_cpu='i586'
build_os='sysv4.3.03'
build_vendor='ncr'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i586-ncr-sysv4.3.03'
host_alias=''
host_cpu='i586'
host_os='sysv4.3.03'
host_vendor='ncr'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/lev/dev/rmc85/lixml/libxml/libxml2-2.6.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/libxml9'
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_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_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FINITE 1
#define HAVE_FLOAT_H 1
#define HAVE_FPCLASS 1
#define HAVE_FPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_IEEEFP_H 1
#define HAVE_ISNAND 1
#define HAVE_LIBNSL 1
#define HAVE_LIBSOCKET 1
#define HAVE_LOCALTIME 1
#define HAVE_MALLOC_H 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NAN_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_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_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_VFPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE__STAT 1
#define PACKAGE "libxml2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PROTOTYPES 1
#define SOCKLEN_T size_t
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "2.6.2"

configure: exit 0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]