Subject: libxml2 "choke me" fails? (c++)
To: None <netbsd-help@netbsd.org>
From: Brian <bmcewen@comcast.net>
List: netbsd-help
Date: 02/21/2005 18:01:26
Hi all.

I've been trying to build libxml2 for a bit, I got one issue resolved 
only to encounter another.  I'm using 1.6.1 Cobalt with -current.

make install of libxml2 yields:

-------------
cc -DHAVE_CONFIG_H -I. -I./include 
-I/usr/pkgsrc/textproc/libxml2/work/.buildlink/include -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 -c SAX.c 
-Wp,-MD,.deps/SAX.TPlo  -fPIC -DPIC -o .libs/SAX.o
as: option `-k' is ambiguous
gmake[2]: *** [SAX.lo] Error 1
gmake[2]: Leaving directory 
`/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/textproc/libxml2
---------------


Following is the not the whole config.log, but the parts with failures, 
the "choke me" failure when testing for an internal c++? definition, 
and later ac_nonexistent.h and ansidecl.h not found.

I have the latest gcc installed per pkgsrc:
Qube:/usr/pkgsrc/devel/binutils#which gcc
/usr/bin/gcc
Qube:/usr/pkgsrc/devel/binutils#gcc -v
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)
Qube:/usr/pkgsrc/devel/binutils#


and ansidecl.h is around:
ube:/usr/pkgsrc/devel/binutils#locate ac_nonexistent.h
Qube:/usr/pkgsrc/devel/binutils#locate ansidecl.h
/usr/pkg/include/ansidecl.h
/usr/pkgsrc/devel/binutils/work/binutils-2.15/include/ansidecl.h
/usr/pkgsrc/lang/gcc/work/gcc-2.95.3/gcc/gansidecl.h
/usr/pkgsrc/lang/gcc/work/gcc-2.95.3/include/ansidecl.h
/usr/pkgsrc/lang/gcc/work/gcc-2.95.3/include/ansidecl.h.orig_dist
/usr/pkgsrc/lang/gcc34/work/gcc-3.4.3/include/ansidecl.h


I installed gcc34 and gcc-c++ from pkgsrc just in case I needed one or 
the other, but I don't see any difference or that the new gcc34 or 
gcc-c++ is called ever, just plain old gcc.

Do I need to set up any other env variables or anything to make this 
work?  I have got this to compile before, a long time ago, just needed 
some definitions updated.  Per the CVS history, they tweeked those 
incorrect definitions and all should be working... but it is not, yet, 
for me.

Thanks for any help.

Brian

========
config.log
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 --with-iconv=/usr/pkg 
--with-html-dir=/usr/pkg/share/doc/html --with-html-subdir=libxml2 
--without-python --without-threads --host=mipsel--netbsd 
--prefix=/usr/pkg --with-libiconv-prefix=/usr/pkg

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

hostname = Qube
uname -m = cobalt
uname -r = 1.6.1
uname -s = NetBSD
uname -v = NetBSD 1.6.1 (QUBE2LCDATALKNSCSI) #0: Fri Jan 16 21:04:13 
UTC 2004     
root@dhcppc4:/usr/src/sys/arch/cobalt/compile/QUBE2LCDATALKNSCSI

/usr/bin/uname -p = mipsel
/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: /usr/pkgsrc/textproc/libxml2/work/.wrapper/bin
PATH: /usr/pkgsrc/textproc/libxml2/work/.buildlink/bin
PATH: /usr/pkgsrc/textproc/libxml2/work/.tools/bin
PATH: /usr/pkgsrc/textproc/libxml2/work/.gcc/bin
PATH: /usr/pkg/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/pkg/sbin
PATH: /usr/pkg/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/pkg/bin
PATH: /usr/X11R6/bin


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

configure:1569: checking build system type
configure:1587: result: mipsel-unknown-netbsd1.6.1
configure:1595: checking host system type
configure:1609: result: mipsel--netbsd
configure:1659: checking for a BSD-compatible install
configure:1714: result: /usr/bin/install -c -o root -g wheel
configure:1725: checking whether build environment is sane
configure:1768: result: yes
[...]
configure:2810: test -s conftest.o
configure:2813: $? = 0
configure:2831: result: none needed
configure:2849: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c:2: parse error before `me'
configure:2855: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2999: checking for style of include used by gmake
configure:3027: result: GNU
configure:3055: checking dependency style of cc
configure:3145: result: gcc
configure:3175: checking for a BSD-compatible install
configure:3230: result: /usr/bin/install -c -o root -g wheel
configure:3246: checking how to run the C preprocessor
configure:3281: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:3287: $? = 0
configure:3319: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:11: ac_nonexistent.h: No such file or directory
configure:3325: $? = 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.17"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3364: result: cc -E
configure:3388: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:3394: $? = 0
configure:3426: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:11: ac_nonexistent.h: No such file or directory
configure:3432: $? = 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.17"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3477: checking for rm
[...]
configure:5605: checking dependency style of c++
configure:5695: result: gcc
configure:5717: checking how to run the C++ preprocessor
configure:5748: c++ -E   -I/usr/include -I/usr/pkg/include conftest.cc
configure:5754: $? = 0
configure:5786: c++ -E   -I/usr/include -I/usr/pkg/include conftest.cc
conftest.cc:25: ac_nonexistent.h: No such file or directory
configure:5792: $? = 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.17"
| #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.  */
| #include <ac_nonexistent.h>
configure:5831: result: c++ -E
configure:5855: c++ -E   -I/usr/include -I/usr/pkg/include conftest.cc
configure:5861: $? = 0
configure:5893: c++ -E   -I/usr/include -I/usr/pkg/include conftest.cc
conftest.cc:25: ac_nonexistent.h: No such file or directory
configure:5899: $? = 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.17"
| #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.  */
| #include <ac_nonexistent.h>

[...]
configure:10479: checking for ld used by c++
configure:10546: result: 
/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld
configure:10555: checking if the linker 
(/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld) is GNU ld
configure:10570: result: yes
configure:10621: checking whether the c++ linker 
(/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld) supports shared 
libraries
configure:11449: result: yes
configure:11467: c++ -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.cc >&5
configure:11470: $? = 0
configure:11566: checking for c++ option to produce PIC
configure:11818: result: -fPIC
configure:11826: checking if c++ PIC flag -fPIC works
configure:11844: c++ -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include -fPIC -DPIC conftest.cc >&5
as: option `-k' is ambiguous
configure:11848: $? = 1
configure:11859: result: no
configure:11883: checking if c++ supports -c -o file.o
configure:11904: c++ -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include -o out/conftest2.o conftest.cc >&5
configure:11908: $? = 0
configure:11928: result: yes
configure:11954: checking whether the c++ linker 
(/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld) supports shared 
libraries
configure:11979: result: yes
configure:12050: checking dynamic linker characteristics
configure:12611: result: NetBSD ld.elf_so
configure:12615: checking how to hardcode library paths into programs
configure:12640: result: immediate
configure:12654: checking whether stripping libraries is possible
configure:12659: result: yes
configure:13966: checking if libtool supports shared libraries
configure:13968: result: yes
configure:13971: checking whether to build shared libraries
configure:13989: result: yes
configure:13992: checking whether to build static libraries
configure:13996: result: yes
configure:14008: checking for g77 option to produce PIC
configure:14185: result: -fPIC
configure:14193: checking if g77 PIC flag -fPIC works
configure:14211: g77 -c -O -fPIC conftest.f >&5
as: option `-k' is ambiguous
configure:14215: $? = 1
configure:14226: result: no
configure:14250: checking if g77 supports -c -o file.o
configure:14271: g77 -c -O -o out/conftest2.o conftest.f >&5
configure:14275: $? = 0
configure:14295: result: yes
configure:14321: checking whether the g77 linker 
(/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld) supports shared 
libraries
configure:15149: result: yes
configure:15220: checking dynamic linker characteristics
configure:15781: result: NetBSD ld.elf_so
configure:15785: checking how to hardcode library paths into programs
configure:15810: result: immediate
configure:15824: checking whether stripping libraries is possible
configure:15829: result: yes
configure:20336: checking zlib.h usability
configure:20348: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:20354: $? = 0
configure:20358: test -z
			 || test ! -s conftest.err
configure:20361: $? = 0
configure:20364: test -s conftest.o
configure:20367: $? = 0
configure:20377: result: yes
configure:20381: checking zlib.h presence
configure:20391: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:20397: $? = 0
configure:20417: result: yes
configure:20452: checking for zlib.h
configure:20459: result: yes
configure:20467: checking for gzread in -lz
configure:20497: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lz   >&5
configure:20503: $? = 0
configure:20507: test -z
			 || test ! -s conftest.err
configure:20510: $? = 0
configure:20513: test -s conftest
configure:20516: $? = 0
configure:20529: result: yes
configure:20573: checking for dirent.h that defines DIR
configure:20597: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:20603: $? = 0
configure:20607: test -z
			 || test ! -s conftest.err
configure:20610: $? = 0
configure:20613: test -s conftest.o
configure:20616: $? = 0
configure:20627: result: yes
configure:20640: checking for library containing opendir
configure:20670: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:20676: $? = 0
configure:20680: test -z
			 || test ! -s conftest.err
configure:20683: $? = 0
configure:20686: test -s conftest
configure:20689: $? = 0
configure:20759: result: none required
configure:20895: checking for ANSI C header files
configure:21051: result: yes
configure:21075: checking fcntl.h usability
configure:21087: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21093: $? = 0
configure:21097: test -z
			 || test ! -s conftest.err
configure:21100: $? = 0
configure:21103: test -s conftest.o
configure:21106: $? = 0
configure:21116: result: yes
configure:21120: checking fcntl.h presence
configure:21130: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:21136: $? = 0
configure:21156: result: yes
configure:21191: checking for fcntl.h
configure:21198: result: yes
configure:21216: checking for unistd.h
configure:21221: result: yes
configure:21375: checking ctype.h usability
configure:21387: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21393: $? = 0
configure:21397: test -z
			 || test ! -s conftest.err
configure:21400: $? = 0
configure:21403: test -s conftest.o
configure:21406: $? = 0
configure:21416: result: yes
configure:21420: checking ctype.h presence
configure:21430: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:21436: $? = 0
configure:21456: result: yes
configure:21491: checking for ctype.h
configure:21498: result: yes
configure:21525: checking dirent.h usability
configure:21537: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21543: $? = 0
configure:21547: test -z
			 || test ! -s conftest.err
configure:21550: $? = 0
configure:21553: test -s conftest.o
configure:21556: $? = 0
configure:21566: result: yes
configure:21570: checking dirent.h presence
configure:21580: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:21586: $? = 0
configure:21606: result: yes
configure:21641: checking for dirent.h
configure:21648: result: yes
configure:21675: checking errno.h usability
configure:21687: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21693: $? = 0
configure:21697: test -z
			 || test ! -s conftest.err
configure:21700: $? = 0
configure:21703: test -s conftest.o
configure:21706: $? = 0
configure:21716: result: yes
configure:21720: checking errno.h presence
configure:21730: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:21736: $? = 0
configure:21756: result: yes
configure:21791: checking for errno.h
configure:21798: result: yes
configure:21825: checking malloc.h usability
configure:21837: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21843: $? = 0
configure:21847: test -z
			 || test ! -s conftest.err
configure:21850: $? = 0
configure:21853: test -s conftest.o
configure:21856: $? = 0
configure:21866: result: yes
configure:21870: checking malloc.h presence
configure:21880: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:21886: $? = 0
configure:21906: result: yes
configure:21941: checking for malloc.h
configure:21948: result: yes
configure:21975: checking stdarg.h usability
configure:21987: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:21993: $? = 0
configure:21997: test -z
			 || test ! -s conftest.err
configure:22000: $? = 0
configure:22003: test -s conftest.o
configure:22006: $? = 0
configure:22016: result: yes
configure:22020: checking stdarg.h presence
configure:22030: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:22036: $? = 0
configure:22056: result: yes
configure:22091: checking for stdarg.h
configure:22098: result: yes
configure:22116: checking for sys/stat.h
configure:22121: result: yes
configure:22266: checking for sys/types.h
configure:22271: result: yes
configure:22425: checking time.h usability
configure:22437: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:22443: $? = 0
configure:22447: test -z
			 || test ! -s conftest.err
configure:22450: $? = 0
configure:22453: test -s conftest.o
configure:22456: $? = 0
configure:22466: result: yes
configure:22470: checking time.h presence
configure:22480: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:22486: $? = 0
configure:22506: result: yes
configure:22541: checking for time.h
configure:22548: result: yes
configure:22575: checking ansidecl.h usability
configure:22587: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c:73: ansidecl.h: No such file or directory
configure:22593: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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:22616: result: no
configure:22620: checking ansidecl.h presence
configure:22630: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:39: ansidecl.h: No such file or directory
configure:22636: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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:22656: result: no
configure:22691: checking for ansidecl.h
configure:22698: result: no
configure:22725: checking ieeefp.h usability
configure:22737: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:22743: $? = 0
configure:22747: test -z
			 || test ! -s conftest.err
configure:22750: $? = 0
configure:22753: test -s conftest.o
configure:22756: $? = 0
configure:22766: result: yes
configure:22770: checking ieeefp.h presence
configure:22780: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:22786: $? = 0
configure:22806: result: yes
configure:22841: checking for ieeefp.h
configure:22848: result: yes
configure:22875: checking nan.h usability
configure:22887: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c:74: nan.h: No such file or directory
configure:22893: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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
| /* 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:22916: result: no
configure:22920: checking nan.h presence
configure:22930: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:40: nan.h: No such file or directory
configure:22936: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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
| /* end confdefs.h.  */
| #include <nan.h>
configure:22956: result: no
configure:22991: checking for nan.h
configure:22998: result: no
configure:23025: checking math.h usability
configure:23037: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23043: $? = 0
configure:23047: test -z
			 || test ! -s conftest.err
configure:23050: $? = 0
configure:23053: test -s conftest.o
configure:23056: $? = 0
configure:23066: result: yes
configure:23070: checking math.h presence
configure:23080: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:23086: $? = 0
configure:23106: result: yes
configure:23141: checking for math.h
configure:23148: result: yes
configure:23175: checking limits.h usability
configure:23187: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23193: $? = 0
configure:23197: test -z
			 || test ! -s conftest.err
configure:23200: $? = 0
configure:23203: test -s conftest.o
configure:23206: $? = 0
configure:23216: result: yes
configure:23220: checking limits.h presence
configure:23230: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:23236: $? = 0
configure:23256: result: yes
configure:23291: checking for limits.h
configure:23298: result: yes
configure:23325: checking fp_class.h usability
configure:23337: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c:76: fp_class.h: No such file or directory
configure:23343: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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:23366: result: no
configure:23370: checking fp_class.h presence
configure:23380: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:42: fp_class.h: No such file or directory
configure:23386: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_MATH_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h.  */
| #include <fp_class.h>
configure:23406: result: no
configure:23441: checking for fp_class.h
configure:23448: result: no
configure:23475: checking float.h usability
configure:23487: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23493: $? = 0
configure:23497: test -z
			 || test ! -s conftest.err
configure:23500: $? = 0
configure:23503: test -s conftest.o
configure:23506: $? = 0
configure:23516: result: yes
configure:23520: checking float.h presence
configure:23530: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:23536: $? = 0
configure:23556: result: yes
configure:23591: checking for float.h
configure:23598: result: yes
configure:23616: checking for stdlib.h
configure:23621: result: yes
configure:23765: checking for sys/socket.h
configure:23784: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23790: $? = 0
configure:23794: test -z
			 || test ! -s conftest.err
configure:23797: $? = 0
configure:23800: test -s conftest.o
configure:23803: $? = 0
configure:23814: result: yes
configure:23829: checking for netinet/in.h
configure:23848: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23854: $? = 0
configure:23858: test -z
			 || test ! -s conftest.err
configure:23861: $? = 0
configure:23864: test -s conftest.o
configure:23867: $? = 0
configure:23878: result: yes
configure:23893: checking for arpa/inet.h
configure:23915: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23921: $? = 0
configure:23925: test -z
			 || test ! -s conftest.err
configure:23928: $? = 0
configure:23931: test -s conftest.o
configure:23934: $? = 0
configure:23945: result: yes
configure:23970: checking netdb.h usability
configure:23982: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:23988: $? = 0
configure:23992: test -z
			 || test ! -s conftest.err
configure:23995: $? = 0
configure:23998: test -s conftest.o
configure:24001: $? = 0
configure:24011: result: yes
configure:24015: checking netdb.h presence
configure:24025: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24031: $? = 0
configure:24051: result: yes
configure:24086: checking for netdb.h
configure:24093: result: yes
configure:24120: checking sys/time.h usability
configure:24132: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24138: $? = 0
configure:24142: test -z
			 || test ! -s conftest.err
configure:24145: $? = 0
configure:24148: test -s conftest.o
configure:24151: $? = 0
configure:24161: result: yes
configure:24165: checking sys/time.h presence
configure:24175: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24181: $? = 0
configure:24201: result: yes
configure:24236: checking for sys/time.h
configure:24243: result: yes
configure:24270: checking sys/select.h usability
configure:24282: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24288: $? = 0
configure:24292: test -z
			 || test ! -s conftest.err
configure:24295: $? = 0
configure:24298: test -s conftest.o
configure:24301: $? = 0
configure:24311: result: yes
configure:24315: checking sys/select.h presence
configure:24325: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24331: $? = 0
configure:24351: result: yes
configure:24386: checking for sys/select.h
configure:24393: result: yes
configure:24420: checking sys/mman.h usability
configure:24432: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24438: $? = 0
configure:24442: test -z
			 || test ! -s conftest.err
configure:24445: $? = 0
configure:24448: test -s conftest.o
configure:24451: $? = 0
configure:24461: result: yes
configure:24465: checking sys/mman.h presence
configure:24475: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24481: $? = 0
configure:24501: result: yes
configure:24536: checking for sys/mman.h
configure:24543: result: yes
configure:24570: checking sys/timeb.h usability
configure:24582: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24588: $? = 0
configure:24592: test -z
			 || test ! -s conftest.err
configure:24595: $? = 0
configure:24598: test -s conftest.o
configure:24601: $? = 0
configure:24611: result: yes
configure:24615: checking sys/timeb.h presence
configure:24625: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24631: $? = 0
configure:24651: result: yes
configure:24686: checking for sys/timeb.h
configure:24693: result: yes
configure:24720: checking signal.h usability
configure:24732: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24738: $? = 0
configure:24742: test -z
			 || test ! -s conftest.err
configure:24745: $? = 0
configure:24748: test -s conftest.o
configure:24751: $? = 0
configure:24761: result: yes
configure:24765: checking signal.h presence
configure:24775: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
configure:24781: $? = 0
configure:24801: result: yes
configure:24836: checking for signal.h
configure:24843: result: yes
configure:24860: checking for arpa/nameser.h
configure:24879: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24885: $? = 0
configure:24889: test -z
			 || test ! -s conftest.err
configure:24892: $? = 0
configure:24895: test -s conftest.o
configure:24898: $? = 0
configure:24909: result: yes
configure:24924: checking for resolv.h
configure:24949: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:24955: $? = 0
configure:24959: test -z
			 || test ! -s conftest.err
configure:24962: $? = 0
configure:24965: test -s conftest.o
configure:24968: $? = 0
configure:24979: result: yes
configure:25004: checking dl.h usability
configure:25016: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c:89: dl.h: No such file or directory
configure:25022: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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:25045: result: no
configure:25049: checking dl.h presence
configure:25059: cc -E   -I/usr/include -I/usr/pkg/include conftest.c
conftest.c:55: dl.h: No such file or directory
configure:25065: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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:25085: result: no
configure:25120: checking for dl.h
configure:25127: result: no
configure:25145: checking for dlfcn.h
configure:25150: result: yes
configure:25298: checking for strftime
configure:25355: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25361: $? = 0
configure:25365: test -z
			 || test ! -s conftest.err
configure:25368: $? = 0
configure:25371: test -s conftest
configure:25374: $? = 0
configure:25386: result: yes
configure:25476: checking for strdup
configure:25533: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25539: $? = 0
configure:25543: test -z
			 || test ! -s conftest.err
configure:25546: $? = 0
configure:25549: test -s conftest
configure:25552: $? = 0
configure:25564: result: yes
configure:25476: checking for strndup
configure:25533: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccPuI7h8.o(.text+0x18): In function `main':
: undefined reference to `strndup'
/var/tmp/ccPuI7h8.o(.data+0x0): undefined reference to `strndup'
configure:25539: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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
| /* end confdefs.h.  */
| /* Define strndup to an innocuous variant, in case <limits.h> 
declares strndup.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strndup innocuous_strndup
|
| /* 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
|
| #undef strndup
|
| /* 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:25564: result: no
configure:25476: checking for strerror
configure:25533: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25539: $? = 0
configure:25543: test -z
			 || test ! -s conftest.err
configure:25546: $? = 0
configure:25549: test -s conftest
configure:25552: $? = 0
configure:25564: result: yes
configure:25582: checking for finite
configure:25639: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/cciB3cYJ.o(.text+0x18): In function `main':
: undefined reference to `finite'
/var/tmp/cciB3cYJ.o(.data+0x0): undefined reference to `finite'
configure:25645: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| /* end confdefs.h.  */
| /* Define finite to an innocuous variant, in case <limits.h> declares 
finite.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define finite innocuous_finite
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char finite (); 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 finite
|
| /* 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 finite ();
| /* 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_finite) || defined (__stub___finite)
| choke me
| #else
| char (*f) () = finite;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != finite;
|   ;
|   return 0;
| }
configure:25670: result: no
configure:25582: checking for isnand
configure:25639: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/cc0EgI6g.o(.text+0x18): In function `main':
: undefined reference to `isnand'
/var/tmp/cc0EgI6g.o(.data+0x0): undefined reference to `isnand'
configure:25645: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 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:25670: result: no
configure:25582: checking for fp_class
configure:25639: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccip4gL0.o(.text+0x18): In function `main':
: undefined reference to `fp_class'
/var/tmp/ccip4gL0.o(.data+0x0): undefined reference to `fp_class'
configure:25645: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 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:25670: result: no
configure:25582: checking for class
configure:25639: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/cccASyMX.o(.text+0x18): In function `main':
: undefined reference to `class'
/var/tmp/cccASyMX.o(.data+0x0): undefined reference to `class'
configure:25645: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 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:25670: result: no
configure:25582: checking for fpclass
configure:25639: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/cczPzzb5.o(.text+0x18): In function `main':
: undefined reference to `fpclass'
/var/tmp/cczPzzb5.o(.data+0x0): undefined reference to `fpclass'
configure:25645: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 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:25670: result: no
configure:25687: checking for strftime
configure:25775: result: yes
configure:25687: checking for localtime
configure:25744: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25750: $? = 0
configure:25754: test -z
			 || test ! -s conftest.err
configure:25757: $? = 0
configure:25760: test -s conftest
configure:25763: $? = 0
configure:25775: result: yes
configure:25687: checking for gettimeofday
configure:25744: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25750: $? = 0
configure:25754: test -z
			 || test ! -s conftest.err
configure:25757: $? = 0
configure:25760: test -s conftest
configure:25763: $? = 0
configure:25775: result: yes
configure:25687: checking for ftime
configure:25744: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccvRSVrQ.o(.text+0x18): In function `main':
: undefined reference to `ftime'
/var/tmp/ccvRSVrQ.o(.data+0x0): undefined reference to `ftime'
configure:25750: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define ftime to an innocuous variant, in case <limits.h> declares 
ftime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ftime innocuous_ftime
|
| /* 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
|
| #undef ftime
|
| /* 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:25775: result: no
configure:25791: checking for stat
configure:25848: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccPCN0W8.o(.text+0x18): In function `main':
: warning: warning: reference to compatibility stat(); include 
<sys/stat.h> to generate correct reference
configure:25854: $? = 0
configure:25858: test -z
			 || test ! -s conftest.err
configure:25861: $? = 0
configure:25864: test -s conftest
configure:25867: $? = 0
configure:25879: result: yes
configure:25791: checking for _stat
configure:25848: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccsTXQ69.o(.text+0x18): In function `main':
: undefined reference to `_stat'
/var/tmp/ccsTXQ69.o(.data+0x0): undefined reference to `_stat'
configure:25854: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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:25879: result: no
configure:25791: checking for signal
configure:25848: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25854: $? = 0
configure:25858: test -z
			 || test ! -s conftest.err
configure:25861: $? = 0
configure:25864: test -s conftest
configure:25867: $? = 0
configure:25879: result: yes
configure:25901: checking for printf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for sprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for fprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for snprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for vfprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for vsprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for vsnprintf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:25901: checking for sscanf
configure:25958: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:25964: $? = 0
configure:25968: test -z
			 || test ! -s conftest.err
configure:25971: $? = 0
configure:25974: test -s conftest
configure:25977: $? = 0
configure:25989: result: yes
configure:26002: checking for gethostent
configure:26059: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
/var/tmp/ccBjKxbR.o(.text+0x18): In function `main':
: undefined reference to `gethostent'
/var/tmp/ccBjKxbR.o(.data+0x0): undefined reference to `gethostent'
configure:26065: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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.  */
| /* Define gethostent to an innocuous variant, in case <limits.h> 
declares gethostent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostent innocuous_gethostent
|
| /* 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
|
| #undef gethostent
|
| /* 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:26090: result: no
configure:26096: checking for gethostent in -lnsl
configure:26126: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lnsl   >&5
ld: cannot find -lnsl
configure:26132: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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.  */
|
| /* 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 ();
| int
| main ()
| {
| gethostent ();
|   ;
|   return 0;
| }
configure:26158: result: no
configure:26171: checking for setsockopt
configure:26228: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:26234: $? = 0
configure:26238: test -z
			 || test ! -s conftest.err
configure:26241: $? = 0
configure:26244: test -s conftest
configure:26247: $? = 0
configure:26259: result: yes
configure:26340: checking for setsockopt
configure:26428: result: yes
configure:26509: checking for connect
configure:26566: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:26572: $? = 0
configure:26576: test -z
			 || test ! -s conftest.err
configure:26579: $? = 0
configure:26582: test -s conftest
configure:26585: $? = 0
configure:26597: result: yes
configure:26679: checking for type of socket length (socklen_t)
configure:26693: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:26696: result: socklen_t *
configure:26766: checking whether to enable IPv6
configure:26802: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
configure:26808: $? = 0
configure:26812: test -z
			 || test ! -s conftest.err
configure:26815: $? = 0
configure:26818: test -s conftest.o
configure:26821: $? = 0
configure:26832: result: yes
configure:26843: checking broken struct sockaddr::ss_family
configure:26866: cc -c -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include conftest.c >&5
conftest.c: In function `main':
conftest.c:82: structure has no member named `__ss_family'
configure:26872: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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 SOCKLEN_T socklen_t
| #define SUPPORT_IP6
| /* end confdefs.h.  */
|
|       #include <sys/socket.h>
|       #include <sys/types.h>
| int
| main ()
| {
|
|       struct sockaddr_storage ss ;
|       ss.__ss_family = 0 ;
|
|   ;
|   return 0;
| }
configure:26896: result: no
configure:26912: checking for getaddrinfo
configure:26969: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:26975: $? = 0
configure:26979: test -z
			 || test ! -s conftest.err
configure:26982: $? = 0
configure:26985: test -s conftest
configure:26988: $? = 0
configure:27000: result: yes
configure:27091: checking for isnan
configure:27148: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:27154: $? = 0
configure:27158: test -z
			 || test ! -s conftest.err
configure:27161: $? = 0
configure:27164: test -s conftest
configure:27167: $? = 0
configure:27179: result: yes
configure:27263: checking for isinf
configure:27320: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include   
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:27326: $? = 0
configure:27330: test -z
			 || test ! -s conftest.err
configure:27333: $? = 0
configure:27336: test -s conftest
configure:27339: $? = 0
configure:27351: result: yes
configure:27605: checking for shl_load in -ldld
configure:27635: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-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   -I/usr/include 
-I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c -ldld   >&5
conftest.c:84: warning: function declaration isn't a prototype
conftest.c:87: warning: function declaration isn't a prototype
ld: cannot find -ldld
configure:27641: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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 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:27667: result: no
configure:27682: checking for dlopen in -ldl
configure:27712: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-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   -I/usr/include 
-I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c -ldl   >&5
conftest.c:84: warning: function declaration isn't a prototype
conftest.c:87: warning: function declaration isn't a prototype
ld: cannot find -ldl
configure:27718: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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 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 dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:27744: result: no
configure:28848: checking iconv.h usability
configure:28860: cc -c -O2 -I/usr/include -I/usr/pkg/include -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   -I/usr/include 
-I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:28866: $? = 0
configure:28870: test -z
			 || test ! -s conftest.err
configure:28873: $? = 0
configure:28876: test -s conftest.o
configure:28879: $? = 0
configure:28889: result: yes
configure:28893: checking iconv.h presence
configure:28903: cc -E   -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include conftest.c
configure:28909: $? = 0
configure:28929: result: yes
configure:28964: checking for iconv.h
configure:28971: result: yes
configure:28976: checking for iconv
configure:28997: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-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   -I/usr/include 
-I/usr/pkg/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
conftest.c:81: warning: function declaration isn't a prototype
/var/tmp/cc4hjger.o(.text+0x30): In function `main':
: undefined reference to `libiconv_open'
/var/tmp/cc4hjger.o(.text+0x58): In function `main':
: undefined reference to `libiconv'
configure:29003: $? = 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.17"
| #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
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ
| #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_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_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 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 SOCKLEN_T socklen_t
| #define SUPPORT_IP6
| #define HAVE_GETADDRINFO
| #define HAVE_ISNAN
| #define HAVE_ISINF
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
|
| iconv_t cd = iconv_open ("","");
| iconv (cd, NULL, NULL, NULL, NULL);
|   ;
|   return 0;
| }
configure:29027: result: no
configure:29029: checking for iconv in -liconv
configure:29056: cc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-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   -I/usr/include 
-I/usr/pkg/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib conftest.c  -liconv  >&5
conftest.c:81: warning: function declaration isn't a prototype
configure:29062: $? = 0
configure:29066: test -z
			 || test ! -s conftest.err
configure:29069: $? = 0
configure:29072: test -s conftest
configure:29075: $? = 0
configure:29078: result: yes
configure:29383: 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 Qube

config.status:30271: creating libxml2.spec
config.status:30271: creating Makefile
config.status:30271: creating include/Makefile
config.status:30271: creating include/libxml/Makefile
config.status:30271: creating doc/Makefile
config.status:30271: creating doc/examples/Makefile
config.status:30271: creating example/Makefile
config.status:30271: creating python/Makefile
config.status:30271: creating python/tests/Makefile
config.status:30271: creating xstc/Makefile
config.status:30271: creating include/libxml/xmlversion.h
config.status:30271: creating xml2-config
config.status:30271: creating libxml-2.0.pc
config.status:30271: creating libxml-2.0-uninstalled.pc
config.status:30271: creating python/setup.py
config.status:30374: creating config.h
config.status:30698: executing depfiles commands

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

ac_cv_func_isnand='no'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 
	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 
	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
ac_cv_prog_ac_ct_F77='g77'
am_cv_CC_dependencies_compiler_type='gcc'
ac_cv_func_sscanf='yes'
ac_cv_func_signal='yes'
ac_cv_header_netinet_in_h='yes'
ac_cv_header_ansidecl_h='no'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_env_CXXFLAGS_value='-O2 -I/usr/include -I/usr/pkg/include'
ac_cv_func_stat='yes'
ac_cv_func_finite='no'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern 
int \1;/p'\'''
ac_cv_f77_compiler_gnu='yes'
ac_cv_env_F77_value=''
ac_cv_header_netdb_h='yes'
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_stdlib_h='yes'
ac_cv_path_XSLTPROC='/usr/pkg/bin/xsltproc'
ac_cv_header_sys_time_h='yes'
ac_cv_func_localtime='yes'
lt_cv_prog_gnu_ldcxx='yes'
ac_cv_prog_cc_g='yes'
ac_cv_env_CXXCPP_set=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_header_stdarg_h='yes'
ac_cv_search_opendir='none required'
lt_cv_prog_compiler_c_o_CXX='yes'
ac_cv_prog_ac_ct_AR='ar'
ac_cv_c_compiler_gnu='yes'
ac_cv_exeext=''
ac_cv_env_CFLAGS_set='set'
ac_cv_func_fprintf='yes'
ac_cv_func_strftime='yes'
ac_cv_header_dirent_h='yes'
ac_cv_header_dirent_dirent_h='yes'
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'\'''
ac_cv_func_vfprintf='yes'
ac_cv_prog_CXX='c++'
ac_cv_header_fp_class_h='no'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* 
\\(.*\\)\$/extern int \\1;/p'\''"'
ac_cv_prog_make_gmake_set='yes'
ac_cv_env_FFLAGS_set='set'
lt_cv_sys_max_cmd_len='262144'
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set='set'
ac_cv_func_fp_class='no'
ac_cv_prog_STRIP='strip'
ac_cv_header_float_h='yes'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CXX_set='set'
ac_cv_func_snprintf='yes'
ac_cv_func_ftime='no'
ac_cv_header_fcntl_h='yes'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
ac_cv_env_host_alias_set='set'
ac_cv_func_vsnprintf='yes'
ac_cv_func_class='no'
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'\''"'
ac_cv_func_getaddrinfo='yes'
lt_cv_ld_reload_flag='-r'
ac_cv_prog_CC='cc'
ac_cv_func_isinf='yes'
ac_cv_func_isnan='yes'
lt_cv_prog_gnu_ld='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_env_build_alias_set=''
ac_cv_header_sys_select_h='yes'
ac_cv_lib_dld_shl_load='no'
ac_cv_func__stat='no'
ac_cv_header_limits_h='yes'
lt_cv_prog_compiler_c_o='yes'
ac_cv_prog_f77_g='yes'
ac_cv_env_CXXCPP_value=''
ac_cv_env_LDFLAGS_value=' -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib'
ac_cv_env_target_alias_set=''
ac_cv_func_sprintf='yes'
ac_cv_prog_cc_stdc=''
ac_cv_host_alias='mipsel--netbsd'
ac_cv_env_CFLAGS_value='-O2 -I/usr/include -I/usr/pkg/include'
ac_cv_env_CC_set='set'
ac_cv_header_iconv_h='yes'
ac_cv_func_vsprintf='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_header_math_h='yes'
lt_cv_prog_compiler_c_o_F77='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_stdc='yes'
ac_cv_func_printf='yes'
ac_cv_header_ieeefp_h='yes'
ac_cv_lib_z_gzread='yes'
lt_cv_path_SED='/usr/bin/sed'
ac_cv_header_strings_h='yes'
ac_cv_path_PERL='/usr/pkg/bin/perl'
ac_cv_header_stdint_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_prog_egrep='grep -E'
ac_cv_env_FFLAGS_value='-O'
ac_cv_header_sys_timeb_h='yes'
lt_cv_path_LD='/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld'
lt_cv_prog_compiler_rtti_exceptions='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_string_h='yes'
ac_cv_path_TAR='/usr/bin/tar'
ac_cv_build_alias='mipsel-unknown-netbsd1.6.1'
ac_cv_env_CPPFLAGS_value='  -I/usr/include -I/usr/pkg/include'
ac_cv_lib_nsl_gethostent='no'
ac_cv_header_time_h='yes'
lt_lt_cv_prog_compiler_c_o='"yes"'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_header_memory_h='yes'
ac_cv_env_CXXFLAGS_set='set'
ac_cv_env_CXX_value='c++'
ac_cv_func_gethostent='no'
ac_cv_header_sys_socket_h='yes'
ac_cv_header_ctype_h='yes'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_host='mipsel--netbsd'
ac_cv_env_F77_set='set'
ac_cv_env_host_alias_value='mipsel--netbsd'
ac_cv_func_strerror='yes'
ac_cv_header_resolv_h='yes'
ac_cv_header_errno_h='yes'
ac_cv_header_zlib_h='yes'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
ac_cv_header_nan_h='no'
lt_cv_objdir='.libs'
ac_cv_prog_cxx_g='yes'
ac_cv_func_strndup='no'
lt_cv_file_magic_test_file=''
ac_cv_path_RM='/bin/rm'
ac_cv_func_connect='yes'
am_cv_CXX_dependencies_compiler_type='gcc'
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK='/usr/bin/awk'
ac_cv_build='mipsel-unknown-netbsd1.6.1'
ac_cv_env_build_alias_value=''
ac_cv_header_malloc_h='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 
	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 
	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
ac_cv_func_fpclass='no'
lt_cv_path_LDCXX='/usr/pkgsrc/textproc/libxml2/work/.wrapper/bin/ld'
ac_cv_path_XMLLINT='/usr/bin/xmllint'
ac_cv_env_target_alias_value=''
ac_cv_path_MV='/bin/mv'
ac_cv_env_CC_value='cc'
ac_cv_lib_dl_dlopen='no'
ac_cv_header_arpa_inet_h='yes'
lt_cv_path_NM='nm'
ac_cv_env_CPP_set=''
ac_cv_header_dlfcn_h='yes'
ac_cv_func_setsockopt='yes'
ac_cv_func_strdup='yes'
ac_cv_header_dl_h='no'
ac_cv_header_sys_mman_h='yes'
ac_cv_header_arpa_nameser_h='yes'
ac_cv_header_signal_h='yes'
ac_cv_objext='o'

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

ACLOCAL='${SHELL} 
/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17/missing --run 
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} 
/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
AUTOCONF='${SHELL} 
/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17/missing --run autoconf'
AUTOHEADER='${SHELL} 
/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17/missing --run 
autoheader'
AUTOMAKE='${SHELL} 
/usr/pkgsrc/textproc/libxml2/work/libxml2-2.6.17/missing --run 
automake-1.9'
AWK='/usr/bin/awk'
C14N_OBJ='c14n.c'
CATALOG_OBJ='catalog.o'
CC='cc'
CCDEPMODE='depmode=gcc'
CFLAGS='-O2 -I/usr/include -I/usr/pkg/include -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='cc -E'
CPPFLAGS='  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc'
CXXFLAGS='-O2 -I/usr/include -I/usr/pkg/include'
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='g77'
FFLAGS='-O'
FTP_OBJ='nanoftp.o'
HAVE_ISINF=''
HAVE_ISNAN=''
HTML_DIR='/usr/pkg/share/doc/html/libxml2'
HTML_OBJ='HTMLparser.o HTMLtree.o'
HTTP_OBJ='nanohttp.o'
ICONV_LIBS='-L/usr/pkg/lib -liconv'
INSTALL_DATA='install -c -o root -g wheel -m 444'
INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install -c -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_MAJOR_VERSION='2'
LIBXML_MICRO_VERSION='17'
LIBXML_MINOR_VERSION='6'
LIBXML_VERSION='2.6.17'
LIBXML_VERSION_EXTRA=''
LIBXML_VERSION_INFO='8:17:6'
LIBXML_VERSION_NUMBER='20617'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='/usr/pkgsrc/textproc/libxml2/work/.tools/bin/makeinfo'
MODULE_EXTENSION='.so'
MODULE_PLATFORM_LIBS=''
MV='/bin/mv'
M_LIBS='-lm'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libxml2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PATTERN_TEST='Patterntests'
PERL='/usr/pkg/bin/perl'
PYTHON=''
PYTHON_INCLUDES=''
PYTHON_SITE_PACKAGES=''
PYTHON_SUBDIR=''
PYTHON_TESTS=''
PYTHON_VERSION=''
RANLIB='ranlib'
RDL_LIBS=''
READER_TEST='Readertests'
RELDATE='Sun Feb 20 2005'
RM='/bin/rm'
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BINARIES=''
STRIP='strip'
TAR='/usr/bin/tar'
TEST_C14N='C14Ntests'
TEST_CATALOG='Catatests'
TEST_DEBUG='Scripttests'
TEST_HTML='HTMLtests'
TEST_MODULES=''
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'
THREADS_W32=''
THREAD_CFLAGS=''
THREAD_LIBS=''
U=''
VERSION='2.6.17'
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_MODULES='0'
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_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 -I/usr/pkg/include'
XML_LIBDIR='-Wl,-R${libdir} -L${libdir}'
XML_LIBS='-lxml2 -lz  -L/usr/pkg/lib -liconv -lm '
XML_LIBTOOLLIBS='libxml2.la'
XPATH_OBJ='xpath.o'
XPTR_OBJ='xpointer.o'
XSLTPROC='/usr/pkg/bin/xsltproc'
Z_CFLAGS=''
Z_LIBS='-lz'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77='g77'
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='mipsel-unknown-netbsd1.6.1'
build_alias=''
build_cpu='mipsel'
build_os='netbsd1.6.1'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='mipsel--netbsd'
host_alias='mipsel--netbsd'
host_cpu='mipsel'
host_os='netbsd'
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='install'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/usr/pkg'
program_transform_name='s,x,x,'
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#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_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_FPRINTF 1
#define HAVE_GETADDRINFO
#define HAVE_GETTIMEOFDAY 1
#define HAVE_IEEEFP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISINF
#define HAVE_ISNAN
#define HAVE_LIBZ
#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_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_ZLIB_H 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 socklen_t
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define SUPPORT_IP6
#define VERSION "2.6.17"
#define __PROTOTYPES 1

configure: exit 0

## ---------------------- ##
## 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 Qube

config.status:30271: creating libxml2.spec
config.status:30271: creating Makefile
config.status:30271: creating include/Makefile
config.status:30271: creating include/libxml/Makefile
config.status:30271: creating doc/Makefile
config.status:30271: creating doc/examples/Makefile
config.status:30271: creating example/Makefile
config.status:30271: creating python/Makefile
config.status:30271: creating python/tests/Makefile
config.status:30271: creating xstc/Makefile
config.status:30271: creating include/libxml/xmlversion.h
config.status:30271: creating xml2-config
config.status:30271: creating libxml-2.0.pc
config.status:30271: creating libxml-2.0-uninstalled.pc
config.status:30271: creating python/setup.py
config.status:30374: creating config.h
config.status:30516: config.h is unchanged
config.status:30698: executing depfiles commands