Ticket #12477: macports-libxml2-config.log

File macports-libxml2-config.log, 112.6 KB (added by poftwaresatent@…, 17 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-iconv=/opt/local --enable-static=no --without-python
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = beeblebrox.Stanford.EDU
14uname -m = Power Macintosh
15uname -r = 7.9.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 7.9.0:
27Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC
28
29
30Kernel configured for a single processor only.
311 processor is physically available.
32Processor type: ppc7450 (PowerPC 7450)
33Processor active: 0
34Primary memory available: 768.00 megabytes.
35Default processor set: 73 tasks, 171 threads, 1 processors
36Load average: 1.18, Mach factor: 0.50
37unknown
38/bin/machine           = unknown
39/usr/bin/oslevel       = unknown
40/bin/universe          = unknown
41
42PATH: /opt/local/bin
43PATH: /opt/local/sbin
44PATH: /bin
45PATH: /sbin
46PATH: /usr/bin
47PATH: /usr/sbin
48PATH: /usr/X11R6/bin
49
50
51## ----------- ##
52## Core tests. ##
53## ----------- ##
54
55configure:1570: checking build system type
56configure:1588: result: powerpc-apple-darwin7.9.0
57configure:1596: checking host system type
58configure:1610: result: powerpc-apple-darwin7.9.0
59configure:1668: checking for a BSD-compatible install
60configure:1723: result: /opt/local/bin/ginstall -c
61configure:1734: checking whether build environment is sane
62configure:1777: result: yes
63configure:1842: checking for gawk
64configure:1871: result: no
65configure:1842: checking for mawk
66configure:1871: result: no
67configure:1842: checking for nawk
68configure:1871: result: no
69configure:1842: checking for awk
70configure:1858: found /usr/bin/awk
71configure:1868: result: awk
72configure:1878: checking whether make sets $(MAKE)
73configure:1898: result: yes
74configure:2113: checking for gcc
75configure:2129: found /usr/bin/gcc
76configure:2139: result: gcc
77configure:2383: checking for C compiler version
78configure:2386: gcc --version </dev/null >&5
79gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
80Copyright (C) 2002 Free Software Foundation, Inc.
81This is free software; see the source for copying conditions.  There is NO
82warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
83
84configure:2389: $? = 0
85configure:2391: gcc -v </dev/null >&5
86Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
87Thread model: posix
88gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
89configure:2394: $? = 0
90configure:2396: gcc -V </dev/null >&5
91gcc: `-V' option must have argument
92configure:2399: $? = 1
93configure:2422: checking for C compiler default output file name
94configure:2425: gcc -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
95configure:2428: $? = 0
96configure:2474: result: a.out
97configure:2479: checking whether the C compiler works
98configure:2485: ./a.out
99configure:2488: $? = 0
100configure:2505: result: yes
101configure:2512: checking whether we are cross compiling
102configure:2514: result: no
103configure:2517: checking for suffix of executables
104configure:2519: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
105configure:2522: $? = 0
106configure:2547: result:
107configure:2553: checking for suffix of object files
108configure:2574: gcc -c -O2 -I/opt/local/include conftest.c >&5
109configure:2577: $? = 0
110configure:2599: result: o
111configure:2603: checking whether we are using the GNU C compiler
112configure:2627: gcc -c -O2 -I/opt/local/include conftest.c >&5
113configure:2633: $? = 0
114configure:2637: test -z
115                         || test ! -s conftest.err
116configure:2640: $? = 0
117configure:2643: test -s conftest.o
118configure:2646: $? = 0
119configure:2659: result: yes
120configure:2665: checking whether gcc accepts -g
121configure:2686: gcc -c -g -I/opt/local/include conftest.c >&5
122configure:2692: $? = 0
123configure:2696: test -z
124                         || test ! -s conftest.err
125configure:2699: $? = 0
126configure:2702: test -s conftest.o
127configure:2705: $? = 0
128configure:2716: result: yes
129configure:2733: checking for gcc option to accept ANSI C
130configure:2803: gcc  -c -O2 -I/opt/local/include conftest.c >&5
131configure:2809: $? = 0
132configure:2813: test -z
133                         || test ! -s conftest.err
134configure:2816: $? = 0
135configure:2819: test -s conftest.o
136configure:2822: $? = 0
137configure:2840: result: none needed
138configure:2858: gcc -c -O2 -I/opt/local/include conftest.c >&5
139conftest.c:2: error: parse error before "me"
140configure:2864: $? = 1
141configure: failed program was:
142| #ifndef __cplusplus
143|   choke me
144| #endif
145configure:3008: checking for style of include used by make
146configure:3036: result: GNU
147configure:3064: checking dependency style of gcc
148configure:3154: result: gcc3
149configure:3184: checking for a BSD-compatible install
150configure:3239: result: /opt/local/bin/ginstall -c
151configure:3255: checking how to run the C preprocessor
152configure:3290: gcc -E -I/opt/local/include conftest.c
153configure:3296: $? = 0
154configure:3328: gcc -E -I/opt/local/include conftest.c
155conftest.c:11:28: ac_nonexistent.h: No such file or directory
156configure:3334: $? = 1
157configure: failed program was:
158| /* confdefs.h.  */
159|
160| #define PACKAGE_NAME ""
161| #define PACKAGE_TARNAME ""
162| #define PACKAGE_VERSION ""
163| #define PACKAGE_STRING ""
164| #define PACKAGE_BUGREPORT ""
165| #define PACKAGE "libxml2"
166| #define VERSION "2.6.28"
167| /* end confdefs.h.  */
168| #include <ac_nonexistent.h>
169configure:3373: result: gcc -E
170configure:3397: gcc -E -I/opt/local/include conftest.c
171configure:3403: $? = 0
172configure:3435: gcc -E -I/opt/local/include conftest.c
173conftest.c:11:28: ac_nonexistent.h: No such file or directory
174configure:3441: $? = 1
175configure: failed program was:
176| /* confdefs.h.  */
177|
178| #define PACKAGE_NAME ""
179| #define PACKAGE_TARNAME ""
180| #define PACKAGE_VERSION ""
181| #define PACKAGE_STRING ""
182| #define PACKAGE_BUGREPORT ""
183| #define PACKAGE "libxml2"
184| #define VERSION "2.6.28"
185| /* end confdefs.h.  */
186| #include <ac_nonexistent.h>
187configure:3486: checking for rm
188configure:3504: found /bin/rm
189configure:3517: result: /bin/rm
190configure:3526: checking for mv
191configure:3544: found /bin/mv
192configure:3557: result: /bin/mv
193configure:3566: checking for tar
194configure:3584: found /usr/bin/tar
195configure:3597: result: /usr/bin/tar
196configure:3606: checking for perl
197configure:3624: found /opt/local/bin/perl
198configure:3637: result: /opt/local/bin/perl
199configure:3646: checking for wget
200configure:3677: result: /usr/bin/wget
201configure:3686: checking for xmllint
202configure:3704: found /opt/local/bin/xmllint
203configure:3717: result: /opt/local/bin/xmllint
204configure:3726: checking for xsltproc
205configure:3744: found /opt/local/bin/xsltproc
206configure:3757: result: /opt/local/bin/xsltproc
207configure:3765: checking for function prototypes
208configure:3768: result: yes
209configure:3787: checking for egrep
210configure:3797: result: grep -E
211configure:3802: checking for ANSI C header files
212configure:3827: gcc -c -O2 -I/opt/local/include conftest.c >&5
213configure:3833: $? = 0
214configure:3837: test -z
215                         || test ! -s conftest.err
216configure:3840: $? = 0
217configure:3843: test -s conftest.o
218configure:3846: $? = 0
219configure:3932: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
220configure:3935: $? = 0
221configure:3937: ./conftest
222configure:3940: $? = 0
223configure:3955: result: yes
224configure:3979: checking for sys/types.h
225configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
226configure:4001: $? = 0
227configure:4005: test -z
228                         || test ! -s conftest.err
229configure:4008: $? = 0
230configure:4011: test -s conftest.o
231configure:4014: $? = 0
232configure:4025: result: yes
233configure:3979: checking for sys/stat.h
234configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
235configure:4001: $? = 0
236configure:4005: test -z
237                         || test ! -s conftest.err
238configure:4008: $? = 0
239configure:4011: test -s conftest.o
240configure:4014: $? = 0
241configure:4025: result: yes
242configure:3979: checking for stdlib.h
243configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
244configure:4001: $? = 0
245configure:4005: test -z
246                         || test ! -s conftest.err
247configure:4008: $? = 0
248configure:4011: test -s conftest.o
249configure:4014: $? = 0
250configure:4025: result: yes
251configure:3979: checking for string.h
252configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
253configure:4001: $? = 0
254configure:4005: test -z
255                         || test ! -s conftest.err
256configure:4008: $? = 0
257configure:4011: test -s conftest.o
258configure:4014: $? = 0
259configure:4025: result: yes
260configure:3979: checking for memory.h
261configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
262configure:4001: $? = 0
263configure:4005: test -z
264                         || test ! -s conftest.err
265configure:4008: $? = 0
266configure:4011: test -s conftest.o
267configure:4014: $? = 0
268configure:4025: result: yes
269configure:3979: checking for strings.h
270configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
271configure:4001: $? = 0
272configure:4005: test -z
273                         || test ! -s conftest.err
274configure:4008: $? = 0
275configure:4011: test -s conftest.o
276configure:4014: $? = 0
277configure:4025: result: yes
278configure:3979: checking for inttypes.h
279configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
280configure:4001: $? = 0
281configure:4005: test -z
282                         || test ! -s conftest.err
283configure:4008: $? = 0
284configure:4011: test -s conftest.o
285configure:4014: $? = 0
286configure:4025: result: yes
287configure:3979: checking for stdint.h
288configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
289configure:4001: $? = 0
290configure:4005: test -z
291                         || test ! -s conftest.err
292configure:4008: $? = 0
293configure:4011: test -s conftest.o
294configure:4014: $? = 0
295configure:4025: result: yes
296configure:3979: checking for unistd.h
297configure:3995: gcc -c -O2 -I/opt/local/include conftest.c >&5
298configure:4001: $? = 0
299configure:4005: test -z
300                         || test ! -s conftest.err
301configure:4008: $? = 0
302configure:4011: test -s conftest.o
303configure:4014: $? = 0
304configure:4025: result: yes
305configure:4050: checking for string.h
306configure:4055: result: yes
307configure:4274: checking for a sed that does not truncate output
308configure:4330: result: /usr/bin/sed
309configure:4344: checking for ld used by gcc
310configure:4411: result: /usr/bin/ld
311configure:4420: checking if the linker (/usr/bin/ld) is GNU ld
312configure:4435: result: no
313configure:4440: checking for /usr/bin/ld option to reload object files
314configure:4447: result: -r
315configure:4465: checking for BSD-compatible nm
316configure:4514: result: /usr/bin/nm -p
317configure:4518: checking whether ln -s works
318configure:4522: result: yes
319configure:4529: checking how to recognise dependent libraries
320configure:4705: result: pass_all
321configure:5192: checking dlfcn.h usability
322configure:5204: gcc -c -O2 -I/opt/local/include conftest.c >&5
323configure:5210: $? = 0
324configure:5214: test -z
325                         || test ! -s conftest.err
326configure:5217: $? = 0
327configure:5220: test -s conftest.o
328configure:5223: $? = 0
329configure:5233: result: yes
330configure:5237: checking dlfcn.h presence
331configure:5247: gcc -E -I/opt/local/include conftest.c
332configure:5253: $? = 0
333configure:5273: result: yes
334configure:5308: checking for dlfcn.h
335configure:5315: result: yes
336configure:5380: checking for g++
337configure:5396: found /usr/bin/g++
338configure:5406: result: g++
339configure:5422: checking for C++ compiler version
340configure:5425: g++ --version </dev/null >&5
341g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
342Copyright (C) 2002 Free Software Foundation, Inc.
343This is free software; see the source for copying conditions.  There is NO
344warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
345
346configure:5428: $? = 0
347configure:5430: g++ -v </dev/null >&5
348Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
349Thread model: posix
350gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
351configure:5433: $? = 0
352configure:5435: g++ -V </dev/null >&5
353g++: `-V' option must have argument
354configure:5438: $? = 1
355configure:5441: checking whether we are using the GNU C++ compiler
356configure:5465: g++ -c -O2 -I/opt/local/include conftest.cc >&5
357configure:5471: $? = 0
358configure:5475: test -z
359                         || test ! -s conftest.err
360configure:5478: $? = 0
361configure:5481: test -s conftest.o
362configure:5484: $? = 0
363configure:5497: result: yes
364configure:5503: checking whether g++ accepts -g
365configure:5524: g++ -c -g -I/opt/local/include conftest.cc >&5
366configure:5530: $? = 0
367configure:5534: test -z
368                         || test ! -s conftest.err
369configure:5537: $? = 0
370configure:5540: test -s conftest.o
371configure:5543: $? = 0
372configure:5554: result: yes
373configure:5596: g++ -c -O2 -I/opt/local/include conftest.cc >&5
374configure:5602: $? = 0
375configure:5606: test -z
376                         || test ! -s conftest.err
377configure:5609: $? = 0
378configure:5612: test -s conftest.o
379configure:5615: $? = 0
380configure:5641: g++ -c -O2 -I/opt/local/include conftest.cc >&5
381conftest.cc: In function `int main()':
382conftest.cc:29: error: `exit' undeclared (first use this function)
383conftest.cc:29: error: (Each undeclared identifier is reported only once for
384   each function it appears in.)
385configure:5647: $? = 1
386configure: failed program was:
387| /* confdefs.h.  */
388|
389| #define PACKAGE_NAME ""
390| #define PACKAGE_TARNAME ""
391| #define PACKAGE_VERSION ""
392| #define PACKAGE_STRING ""
393| #define PACKAGE_BUGREPORT ""
394| #define PACKAGE "libxml2"
395| #define VERSION "2.6.28"
396| #define PROTOTYPES 1
397| #define __PROTOTYPES 1
398| #define STDC_HEADERS 1
399| #define HAVE_SYS_TYPES_H 1
400| #define HAVE_SYS_STAT_H 1
401| #define HAVE_STDLIB_H 1
402| #define HAVE_STRING_H 1
403| #define HAVE_MEMORY_H 1
404| #define HAVE_STRINGS_H 1
405| #define HAVE_INTTYPES_H 1
406| #define HAVE_STDINT_H 1
407| #define HAVE_UNISTD_H 1
408| #define HAVE_STRING_H 1
409| #define HAVE_DLFCN_H 1
410| /* end confdefs.h.  */
411|
412| int
413| main ()
414| {
415| exit (42);
416|   ;
417|   return 0;
418| }
419configure:5596: g++ -c -O2 -I/opt/local/include conftest.cc >&5
420configure:5602: $? = 0
421configure:5606: test -z
422                         || test ! -s conftest.err
423configure:5609: $? = 0
424configure:5612: test -s conftest.o
425configure:5615: $? = 0
426configure:5641: g++ -c -O2 -I/opt/local/include conftest.cc >&5
427configure:5647: $? = 0
428configure:5651: test -z
429                         || test ! -s conftest.err
430configure:5654: $? = 0
431configure:5657: test -s conftest.o
432configure:5660: $? = 0
433configure:5685: checking dependency style of g++
434configure:5775: result: gcc3
435configure:5802: checking how to run the C++ preprocessor
436configure:5833: g++ -E -I/opt/local/include conftest.cc
437configure:5839: $? = 0
438configure:5871: g++ -E -I/opt/local/include conftest.cc
439conftest.cc:28:28: ac_nonexistent.h: No such file or directory
440configure:5877: $? = 1
441configure: failed program was:
442| /* confdefs.h.  */
443|
444| #define PACKAGE_NAME ""
445| #define PACKAGE_TARNAME ""
446| #define PACKAGE_VERSION ""
447| #define PACKAGE_STRING ""
448| #define PACKAGE_BUGREPORT ""
449| #define PACKAGE "libxml2"
450| #define VERSION "2.6.28"
451| #define PROTOTYPES 1
452| #define __PROTOTYPES 1
453| #define STDC_HEADERS 1
454| #define HAVE_SYS_TYPES_H 1
455| #define HAVE_SYS_STAT_H 1
456| #define HAVE_STDLIB_H 1
457| #define HAVE_STRING_H 1
458| #define HAVE_MEMORY_H 1
459| #define HAVE_STRINGS_H 1
460| #define HAVE_INTTYPES_H 1
461| #define HAVE_STDINT_H 1
462| #define HAVE_UNISTD_H 1
463| #define HAVE_STRING_H 1
464| #define HAVE_DLFCN_H 1
465| #ifdef __cplusplus
466| extern "C" void std::exit (int) throw (); using std::exit;
467| #endif
468| /* end confdefs.h.  */
469| #include <ac_nonexistent.h>
470configure:5916: result: g++ -E
471configure:5940: g++ -E -I/opt/local/include conftest.cc
472configure:5946: $? = 0
473configure:5978: g++ -E -I/opt/local/include conftest.cc
474conftest.cc:28:28: ac_nonexistent.h: No such file or directory
475configure:5984: $? = 1
476configure: failed program was:
477| /* confdefs.h.  */
478|
479| #define PACKAGE_NAME ""
480| #define PACKAGE_TARNAME ""
481| #define PACKAGE_VERSION ""
482| #define PACKAGE_STRING ""
483| #define PACKAGE_BUGREPORT ""
484| #define PACKAGE "libxml2"
485| #define VERSION "2.6.28"
486| #define PROTOTYPES 1
487| #define __PROTOTYPES 1
488| #define STDC_HEADERS 1
489| #define HAVE_SYS_TYPES_H 1
490| #define HAVE_SYS_STAT_H 1
491| #define HAVE_STDLIB_H 1
492| #define HAVE_STRING_H 1
493| #define HAVE_MEMORY_H 1
494| #define HAVE_STRINGS_H 1
495| #define HAVE_INTTYPES_H 1
496| #define HAVE_STDINT_H 1
497| #define HAVE_UNISTD_H 1
498| #define HAVE_STRING_H 1
499| #define HAVE_DLFCN_H 1
500| #ifdef __cplusplus
501| extern "C" void std::exit (int) throw (); using std::exit;
502| #endif
503| /* end confdefs.h.  */
504| #include <ac_nonexistent.h>
505configure:6081: checking for g77
506configure:6110: result: no
507configure:6081: checking for f77
508configure:6110: result: no
509configure:6081: checking for xlf
510configure:6110: result: no
511configure:6081: checking for frt
512configure:6110: result: no
513configure:6081: checking for pgf77
514configure:6110: result: no
515configure:6081: checking for fort77
516configure:6110: result: no
517configure:6081: checking for fl32
518configure:6110: result: no
519configure:6081: checking for af77
520configure:6110: result: no
521configure:6081: checking for f90
522configure:6110: result: no
523configure:6081: checking for xlf90
524configure:6110: result: no
525configure:6081: checking for pgf90
526configure:6110: result: no
527configure:6081: checking for epcf90
528configure:6110: result: no
529configure:6081: checking for f95
530configure:6110: result: no
531configure:6081: checking for fort
532configure:6110: result: no
533configure:6081: checking for xlf95
534configure:6110: result: no
535configure:6081: checking for ifc
536configure:6110: result: no
537configure:6081: checking for efc
538configure:6110: result: no
539configure:6081: checking for pgf95
540configure:6110: result: no
541configure:6081: checking for lf95
542configure:6110: result: no
543configure:6081: checking for gfortran
544configure:6110: result: no
545configure:6125: checking for Fortran 77 compiler version
546configure:6125:  --version </dev/null >&5
547./configure: line 1: --version: command not found
548configure:6128: $? = 127
549configure:6130:  -v </dev/null >&5
550./configure: line 1: -v: command not found
551configure:6133: $? = 127
552configure:6135:  -V </dev/null >&5
553./configure: line 1: -V: command not found
554configure:6138: $? = 127
555configure:6146: checking whether we are using the GNU Fortran 77 compiler
556configure:6160:  -c  conftest.F >&5
557./configure: line 1: -c: command not found
558configure:6166: $? = 127
559configure: failed program was:
560|       program main
561| #ifndef __GNUC__
562|        choke me
563| #endif
564|
565|       end
566configure:6192: result: no
567configure:6198: checking whether  accepts -g
568configure:6210:  -c -g conftest.f >&5
569./configure: line 1: -c: command not found
570configure:6216: $? = 127
571configure: failed program was:
572|       program main
573|
574|       end
575configure:6241: result: no
576configure:6271: checking the maximum length of command line arguments
577configure:6380: result: 196608
578configure:6391: checking command to parse /usr/bin/nm -p output from gcc object
579configure:6496: gcc -c -O2 -I/opt/local/include conftest.c >&5
580configure:6499: $? = 0
581configure:6503: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
582configure:6506: $? = 0
583cannot find nm_test_var in conftest.nm
584configure:6496: gcc -c -O2 -I/opt/local/include conftest.c >&5
585configure:6499: $? = 0
586configure:6503: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
587configure:6506: $? = 0
588configure:6558: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
589configure:6561: $? = 0
590configure:6599: result: ok
591configure:6603: checking for objdir
592configure:6618: result: .libs
593configure:6708: checking for ar
594configure:6724: found /usr/bin/ar
595configure:6735: result: ar
596configure:6788: checking for ranlib
597configure:6804: found /usr/bin/ranlib
598configure:6815: result: ranlib
599configure:6868: checking for strip
600configure:6884: found /usr/bin/strip
601configure:6895: result: strip
602configure:7167: checking if gcc supports -fno-rtti -fno-exceptions
603configure:7188: gcc -c -O2 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
604cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
605configure:7192: $? = 0
606configure:7202: result: no
607configure:7217: checking for gcc option to produce PIC
608configure:7427: result: -fno-common
609configure:7435: checking if gcc PIC flag -fno-common works
610configure:7456: gcc -c -O2 -I/opt/local/include -fno-common -DPIC conftest.c >&5
611configure:7460: $? = 0
612configure:7470: result: yes
613configure:7498: checking if gcc static flag -static works
614ld: can't locate file for: -lcrt0.o
615configure:7526: result: no
616configure:7536: checking if gcc supports -c -o file.o
617configure:7560: gcc -c -O2 -I/opt/local/include -o out/conftest2.o conftest.c >&5
618configure:7564: $? = 0
619configure:7583: result: yes
620configure:7609: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
621configure:8567: result: yes
622configure:8634: checking dynamic linker characteristics
623configure:9243: result: darwin7.9.0 dyld
624configure:9252: checking how to hardcode library paths into programs
625configure:9277: result: immediate
626configure:9291: checking whether stripping libraries is possible
627configure:9304: result: yes
628configure:10130: checking if libtool supports shared libraries
629configure:10132: result: yes
630configure:10135: checking whether to build shared libraries
631configure:10156: result: yes
632configure:10159: checking whether to build static libraries
633configure:10163: result: no
634configure:10255: creating libtool
635configure:10846: checking for ld used by g++
636configure:10913: result: /usr/bin/ld
637configure:10922: checking if the linker (/usr/bin/ld) is GNU ld
638configure:10937: result: no
639configure:10988: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
640configure:11926: result: yes
641configure:11944: g++ -c -O2 -I/opt/local/include conftest.cpp >&5
642configure:11947: $? = 0
643configure:12066: checking for g++ option to produce PIC
644configure:12340: result: -fno-common
645configure:12348: checking if g++ PIC flag -fno-common works
646configure:12369: g++ -c -O2 -I/opt/local/include -fno-common -DPIC conftest.cpp >&5
647configure:12373: $? = 0
648configure:12383: result: yes
649configure:12411: checking if g++ static flag -static works
650ld: can't locate file for: -lcrt0.o
651configure:12439: result: no
652configure:12449: checking if g++ supports -c -o file.o
653configure:12473: g++ -c -O2 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
654configure:12477: $? = 0
655configure:12496: result: yes
656configure:12522: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
657configure:12547: result: yes
658configure:12614: checking dynamic linker characteristics
659configure:13223: result: darwin7.9.0 dyld
660configure:13232: checking how to hardcode library paths into programs
661configure:13257: result: immediate
662configure:19888: checking zlib.h usability
663configure:19900: gcc -c -O2 -I/opt/local/include conftest.c >&5
664configure:19906: $? = 0
665configure:19910: test -z
666                         || test ! -s conftest.err
667configure:19913: $? = 0
668configure:19916: test -s conftest.o
669configure:19919: $? = 0
670configure:19929: result: yes
671configure:19933: checking zlib.h presence
672configure:19943: gcc -E -I/opt/local/include conftest.c
673configure:19949: $? = 0
674configure:19969: result: yes
675configure:20004: checking for zlib.h
676configure:20011: result: yes
677configure:20019: checking for gzread in -lz
678configure:20049: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lz   >&5
679ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib
680ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib
681ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib
682ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib
683configure:20055: $? = 0
684configure:20059: test -z
685                         || test ! -s conftest.err
686configure:20062: $? = 0
687configure:20065: test -s conftest
688configure:20068: $? = 0
689configure:20081: result: yes
690configure:20127: checking for dirent.h that defines DIR
691configure:20151: gcc -c -O2 -I/opt/local/include conftest.c >&5
692configure:20157: $? = 0
693configure:20161: test -z
694                         || test ! -s conftest.err
695configure:20164: $? = 0
696configure:20167: test -s conftest.o
697configure:20170: $? = 0
698configure:20181: result: yes
699configure:20194: checking for library containing opendir
700configure:20224: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
701configure:20230: $? = 0
702configure:20234: test -z
703                         || test ! -s conftest.err
704configure:20237: $? = 0
705configure:20240: test -s conftest
706configure:20243: $? = 0
707configure:20313: result: none required
708configure:20449: checking for ANSI C header files
709configure:20602: result: yes
710configure:20626: checking fcntl.h usability
711configure:20638: gcc -c -O2 -I/opt/local/include conftest.c >&5
712configure:20644: $? = 0
713configure:20648: test -z
714                         || test ! -s conftest.err
715configure:20651: $? = 0
716configure:20654: test -s conftest.o
717configure:20657: $? = 0
718configure:20667: result: yes
719configure:20671: checking fcntl.h presence
720configure:20681: gcc -E -I/opt/local/include conftest.c
721configure:20687: $? = 0
722configure:20707: result: yes
723configure:20742: checking for fcntl.h
724configure:20749: result: yes
725configure:20767: checking for unistd.h
726configure:20772: result: yes
727configure:20926: checking ctype.h usability
728configure:20938: gcc -c -O2 -I/opt/local/include conftest.c >&5
729configure:20944: $? = 0
730configure:20948: test -z
731                         || test ! -s conftest.err
732configure:20951: $? = 0
733configure:20954: test -s conftest.o
734configure:20957: $? = 0
735configure:20967: result: yes
736configure:20971: checking ctype.h presence
737configure:20981: gcc -E -I/opt/local/include conftest.c
738configure:20987: $? = 0
739configure:21007: result: yes
740configure:21042: checking for ctype.h
741configure:21049: result: yes
742configure:21076: checking dirent.h usability
743configure:21088: gcc -c -O2 -I/opt/local/include conftest.c >&5
744configure:21094: $? = 0
745configure:21098: test -z
746                         || test ! -s conftest.err
747configure:21101: $? = 0
748configure:21104: test -s conftest.o
749configure:21107: $? = 0
750configure:21117: result: yes
751configure:21121: checking dirent.h presence
752configure:21131: gcc -E -I/opt/local/include conftest.c
753configure:21137: $? = 0
754configure:21157: result: yes
755configure:21192: checking for dirent.h
756configure:21199: result: yes
757configure:21226: checking errno.h usability
758configure:21238: gcc -c -O2 -I/opt/local/include conftest.c >&5
759configure:21244: $? = 0
760configure:21248: test -z
761                         || test ! -s conftest.err
762configure:21251: $? = 0
763configure:21254: test -s conftest.o
764configure:21257: $? = 0
765configure:21267: result: yes
766configure:21271: checking errno.h presence
767configure:21281: gcc -E -I/opt/local/include conftest.c
768configure:21287: $? = 0
769configure:21307: result: yes
770configure:21342: checking for errno.h
771configure:21349: result: yes
772configure:21376: checking malloc.h usability
773configure:21388: gcc -c -O2 -I/opt/local/include conftest.c >&5
774conftest.c:71:20: malloc.h: No such file or directory
775configure:21394: $? = 1
776configure: failed program was:
777| /* confdefs.h.  */
778|
779| #define PACKAGE_NAME ""
780| #define PACKAGE_TARNAME ""
781| #define PACKAGE_VERSION ""
782| #define PACKAGE_STRING ""
783| #define PACKAGE_BUGREPORT ""
784| #define PACKAGE "libxml2"
785| #define VERSION "2.6.28"
786| #define PROTOTYPES 1
787| #define __PROTOTYPES 1
788| #define STDC_HEADERS 1
789| #define HAVE_SYS_TYPES_H 1
790| #define HAVE_SYS_STAT_H 1
791| #define HAVE_STDLIB_H 1
792| #define HAVE_STRING_H 1
793| #define HAVE_MEMORY_H 1
794| #define HAVE_STRINGS_H 1
795| #define HAVE_INTTYPES_H 1
796| #define HAVE_STDINT_H 1
797| #define HAVE_UNISTD_H 1
798| #define HAVE_STRING_H 1
799| #define HAVE_DLFCN_H 1
800| #ifdef __cplusplus
801| extern "C" void std::exit (int) throw (); using std::exit;
802| #endif
803| #define HAVE_ZLIB_H 1
804| #define HAVE_LIBZ 1
805| #define HAVE_DIRENT_H 1
806| #define STDC_HEADERS 1
807| #define HAVE_FCNTL_H 1
808| #define HAVE_UNISTD_H 1
809| #define HAVE_CTYPE_H 1
810| #define HAVE_DIRENT_H 1
811| #define HAVE_ERRNO_H 1
812| /* end confdefs.h.  */
813| #include <stdio.h>
814| #if HAVE_SYS_TYPES_H
815| # include <sys/types.h>
816| #endif
817| #if HAVE_SYS_STAT_H
818| # include <sys/stat.h>
819| #endif
820| #if STDC_HEADERS
821| # include <stdlib.h>
822| # include <stddef.h>
823| #else
824| # if HAVE_STDLIB_H
825| #  include <stdlib.h>
826| # endif
827| #endif
828| #if HAVE_STRING_H
829| # if !STDC_HEADERS && HAVE_MEMORY_H
830| #  include <memory.h>
831| # endif
832| # include <string.h>
833| #endif
834| #if HAVE_STRINGS_H
835| # include <strings.h>
836| #endif
837| #if HAVE_INTTYPES_H
838| # include <inttypes.h>
839| #else
840| # if HAVE_STDINT_H
841| #  include <stdint.h>
842| # endif
843| #endif
844| #if HAVE_UNISTD_H
845| # include <unistd.h>
846| #endif
847| #include <malloc.h>
848configure:21417: result: no
849configure:21421: checking malloc.h presence
850configure:21431: gcc -E -I/opt/local/include conftest.c
851conftest.c:37:20: malloc.h: No such file or directory
852configure:21437: $? = 1
853configure: failed program was:
854| /* confdefs.h.  */
855|
856| #define PACKAGE_NAME ""
857| #define PACKAGE_TARNAME ""
858| #define PACKAGE_VERSION ""
859| #define PACKAGE_STRING ""
860| #define PACKAGE_BUGREPORT ""
861| #define PACKAGE "libxml2"
862| #define VERSION "2.6.28"
863| #define PROTOTYPES 1
864| #define __PROTOTYPES 1
865| #define STDC_HEADERS 1
866| #define HAVE_SYS_TYPES_H 1
867| #define HAVE_SYS_STAT_H 1
868| #define HAVE_STDLIB_H 1
869| #define HAVE_STRING_H 1
870| #define HAVE_MEMORY_H 1
871| #define HAVE_STRINGS_H 1
872| #define HAVE_INTTYPES_H 1
873| #define HAVE_STDINT_H 1
874| #define HAVE_UNISTD_H 1
875| #define HAVE_STRING_H 1
876| #define HAVE_DLFCN_H 1
877| #ifdef __cplusplus
878| extern "C" void std::exit (int) throw (); using std::exit;
879| #endif
880| #define HAVE_ZLIB_H 1
881| #define HAVE_LIBZ 1
882| #define HAVE_DIRENT_H 1
883| #define STDC_HEADERS 1
884| #define HAVE_FCNTL_H 1
885| #define HAVE_UNISTD_H 1
886| #define HAVE_CTYPE_H 1
887| #define HAVE_DIRENT_H 1
888| #define HAVE_ERRNO_H 1
889| /* end confdefs.h.  */
890| #include <malloc.h>
891configure:21457: result: no
892configure:21492: checking for malloc.h
893configure:21499: result: no
894configure:21526: checking stdarg.h usability
895configure:21538: gcc -c -O2 -I/opt/local/include conftest.c >&5
896configure:21544: $? = 0
897configure:21548: test -z
898                         || test ! -s conftest.err
899configure:21551: $? = 0
900configure:21554: test -s conftest.o
901configure:21557: $? = 0
902configure:21567: result: yes
903configure:21571: checking stdarg.h presence
904configure:21581: gcc -E -I/opt/local/include conftest.c
905configure:21587: $? = 0
906configure:21607: result: yes
907configure:21642: checking for stdarg.h
908configure:21649: result: yes
909configure:21667: checking for sys/stat.h
910configure:21672: result: yes
911configure:21817: checking for sys/types.h
912configure:21822: result: yes
913configure:21976: checking time.h usability
914configure:21988: gcc -c -O2 -I/opt/local/include conftest.c >&5
915configure:21994: $? = 0
916configure:21998: test -z
917                         || test ! -s conftest.err
918configure:22001: $? = 0
919configure:22004: test -s conftest.o
920configure:22007: $? = 0
921configure:22017: result: yes
922configure:22021: checking time.h presence
923configure:22031: gcc -E -I/opt/local/include conftest.c
924configure:22037: $? = 0
925configure:22057: result: yes
926configure:22092: checking for time.h
927configure:22099: result: yes
928configure:22126: checking ansidecl.h usability
929configure:22138: gcc -c -O2 -I/opt/local/include conftest.c >&5
930conftest.c:75:22: ansidecl.h: No such file or directory
931configure:22144: $? = 1
932configure: failed program was:
933| /* confdefs.h.  */
934|
935| #define PACKAGE_NAME ""
936| #define PACKAGE_TARNAME ""
937| #define PACKAGE_VERSION ""
938| #define PACKAGE_STRING ""
939| #define PACKAGE_BUGREPORT ""
940| #define PACKAGE "libxml2"
941| #define VERSION "2.6.28"
942| #define PROTOTYPES 1
943| #define __PROTOTYPES 1
944| #define STDC_HEADERS 1
945| #define HAVE_SYS_TYPES_H 1
946| #define HAVE_SYS_STAT_H 1
947| #define HAVE_STDLIB_H 1
948| #define HAVE_STRING_H 1
949| #define HAVE_MEMORY_H 1
950| #define HAVE_STRINGS_H 1
951| #define HAVE_INTTYPES_H 1
952| #define HAVE_STDINT_H 1
953| #define HAVE_UNISTD_H 1
954| #define HAVE_STRING_H 1
955| #define HAVE_DLFCN_H 1
956| #ifdef __cplusplus
957| extern "C" void std::exit (int) throw (); using std::exit;
958| #endif
959| #define HAVE_ZLIB_H 1
960| #define HAVE_LIBZ 1
961| #define HAVE_DIRENT_H 1
962| #define STDC_HEADERS 1
963| #define HAVE_FCNTL_H 1
964| #define HAVE_UNISTD_H 1
965| #define HAVE_CTYPE_H 1
966| #define HAVE_DIRENT_H 1
967| #define HAVE_ERRNO_H 1
968| #define HAVE_STDARG_H 1
969| #define HAVE_SYS_STAT_H 1
970| #define HAVE_SYS_TYPES_H 1
971| #define HAVE_TIME_H 1
972| /* end confdefs.h.  */
973| #include <stdio.h>
974| #if HAVE_SYS_TYPES_H
975| # include <sys/types.h>
976| #endif
977| #if HAVE_SYS_STAT_H
978| # include <sys/stat.h>
979| #endif
980| #if STDC_HEADERS
981| # include <stdlib.h>
982| # include <stddef.h>
983| #else
984| # if HAVE_STDLIB_H
985| #  include <stdlib.h>
986| # endif
987| #endif
988| #if HAVE_STRING_H
989| # if !STDC_HEADERS && HAVE_MEMORY_H
990| #  include <memory.h>
991| # endif
992| # include <string.h>
993| #endif
994| #if HAVE_STRINGS_H
995| # include <strings.h>
996| #endif
997| #if HAVE_INTTYPES_H
998| # include <inttypes.h>
999| #else
1000| # if HAVE_STDINT_H
1001| #  include <stdint.h>
1002| # endif
1003| #endif
1004| #if HAVE_UNISTD_H
1005| # include <unistd.h>
1006| #endif
1007| #include <ansidecl.h>
1008configure:22167: result: no
1009configure:22171: checking ansidecl.h presence
1010configure:22181: gcc -E -I/opt/local/include conftest.c
1011conftest.c:41:22: ansidecl.h: No such file or directory
1012configure:22187: $? = 1
1013configure: failed program was:
1014| /* confdefs.h.  */
1015|
1016| #define PACKAGE_NAME ""
1017| #define PACKAGE_TARNAME ""
1018| #define PACKAGE_VERSION ""
1019| #define PACKAGE_STRING ""
1020| #define PACKAGE_BUGREPORT ""
1021| #define PACKAGE "libxml2"
1022| #define VERSION "2.6.28"
1023| #define PROTOTYPES 1
1024| #define __PROTOTYPES 1
1025| #define STDC_HEADERS 1
1026| #define HAVE_SYS_TYPES_H 1
1027| #define HAVE_SYS_STAT_H 1
1028| #define HAVE_STDLIB_H 1
1029| #define HAVE_STRING_H 1
1030| #define HAVE_MEMORY_H 1
1031| #define HAVE_STRINGS_H 1
1032| #define HAVE_INTTYPES_H 1
1033| #define HAVE_STDINT_H 1
1034| #define HAVE_UNISTD_H 1
1035| #define HAVE_STRING_H 1
1036| #define HAVE_DLFCN_H 1
1037| #ifdef __cplusplus
1038| extern "C" void std::exit (int) throw (); using std::exit;
1039| #endif
1040| #define HAVE_ZLIB_H 1
1041| #define HAVE_LIBZ 1
1042| #define HAVE_DIRENT_H 1
1043| #define STDC_HEADERS 1
1044| #define HAVE_FCNTL_H 1
1045| #define HAVE_UNISTD_H 1
1046| #define HAVE_CTYPE_H 1
1047| #define HAVE_DIRENT_H 1
1048| #define HAVE_ERRNO_H 1
1049| #define HAVE_STDARG_H 1
1050| #define HAVE_SYS_STAT_H 1
1051| #define HAVE_SYS_TYPES_H 1
1052| #define HAVE_TIME_H 1
1053| /* end confdefs.h.  */
1054| #include <ansidecl.h>
1055configure:22207: result: no
1056configure:22242: checking for ansidecl.h
1057configure:22249: result: no
1058configure:22276: checking ieeefp.h usability
1059configure:22288: gcc -c -O2 -I/opt/local/include conftest.c >&5
1060conftest.c:75:20: ieeefp.h: No such file or directory
1061configure:22294: $? = 1
1062configure: failed program was:
1063| /* confdefs.h.  */
1064|
1065| #define PACKAGE_NAME ""
1066| #define PACKAGE_TARNAME ""
1067| #define PACKAGE_VERSION ""
1068| #define PACKAGE_STRING ""
1069| #define PACKAGE_BUGREPORT ""
1070| #define PACKAGE "libxml2"
1071| #define VERSION "2.6.28"
1072| #define PROTOTYPES 1
1073| #define __PROTOTYPES 1
1074| #define STDC_HEADERS 1
1075| #define HAVE_SYS_TYPES_H 1
1076| #define HAVE_SYS_STAT_H 1
1077| #define HAVE_STDLIB_H 1
1078| #define HAVE_STRING_H 1
1079| #define HAVE_MEMORY_H 1
1080| #define HAVE_STRINGS_H 1
1081| #define HAVE_INTTYPES_H 1
1082| #define HAVE_STDINT_H 1
1083| #define HAVE_UNISTD_H 1
1084| #define HAVE_STRING_H 1
1085| #define HAVE_DLFCN_H 1
1086| #ifdef __cplusplus
1087| extern "C" void std::exit (int) throw (); using std::exit;
1088| #endif
1089| #define HAVE_ZLIB_H 1
1090| #define HAVE_LIBZ 1
1091| #define HAVE_DIRENT_H 1
1092| #define STDC_HEADERS 1
1093| #define HAVE_FCNTL_H 1
1094| #define HAVE_UNISTD_H 1
1095| #define HAVE_CTYPE_H 1
1096| #define HAVE_DIRENT_H 1
1097| #define HAVE_ERRNO_H 1
1098| #define HAVE_STDARG_H 1
1099| #define HAVE_SYS_STAT_H 1
1100| #define HAVE_SYS_TYPES_H 1
1101| #define HAVE_TIME_H 1
1102| /* end confdefs.h.  */
1103| #include <stdio.h>
1104| #if HAVE_SYS_TYPES_H
1105| # include <sys/types.h>
1106| #endif
1107| #if HAVE_SYS_STAT_H
1108| # include <sys/stat.h>
1109| #endif
1110| #if STDC_HEADERS
1111| # include <stdlib.h>
1112| # include <stddef.h>
1113| #else
1114| # if HAVE_STDLIB_H
1115| #  include <stdlib.h>
1116| # endif
1117| #endif
1118| #if HAVE_STRING_H
1119| # if !STDC_HEADERS && HAVE_MEMORY_H
1120| #  include <memory.h>
1121| # endif
1122| # include <string.h>
1123| #endif
1124| #if HAVE_STRINGS_H
1125| # include <strings.h>
1126| #endif
1127| #if HAVE_INTTYPES_H
1128| # include <inttypes.h>
1129| #else
1130| # if HAVE_STDINT_H
1131| #  include <stdint.h>
1132| # endif
1133| #endif
1134| #if HAVE_UNISTD_H
1135| # include <unistd.h>
1136| #endif
1137| #include <ieeefp.h>
1138configure:22317: result: no
1139configure:22321: checking ieeefp.h presence
1140configure:22331: gcc -E -I/opt/local/include conftest.c
1141conftest.c:41:20: ieeefp.h: No such file or directory
1142configure:22337: $? = 1
1143configure: failed program was:
1144| /* confdefs.h.  */
1145|
1146| #define PACKAGE_NAME ""
1147| #define PACKAGE_TARNAME ""
1148| #define PACKAGE_VERSION ""
1149| #define PACKAGE_STRING ""
1150| #define PACKAGE_BUGREPORT ""
1151| #define PACKAGE "libxml2"
1152| #define VERSION "2.6.28"
1153| #define PROTOTYPES 1
1154| #define __PROTOTYPES 1
1155| #define STDC_HEADERS 1
1156| #define HAVE_SYS_TYPES_H 1
1157| #define HAVE_SYS_STAT_H 1
1158| #define HAVE_STDLIB_H 1
1159| #define HAVE_STRING_H 1
1160| #define HAVE_MEMORY_H 1
1161| #define HAVE_STRINGS_H 1
1162| #define HAVE_INTTYPES_H 1
1163| #define HAVE_STDINT_H 1
1164| #define HAVE_UNISTD_H 1
1165| #define HAVE_STRING_H 1
1166| #define HAVE_DLFCN_H 1
1167| #ifdef __cplusplus
1168| extern "C" void std::exit (int) throw (); using std::exit;
1169| #endif
1170| #define HAVE_ZLIB_H 1
1171| #define HAVE_LIBZ 1
1172| #define HAVE_DIRENT_H 1
1173| #define STDC_HEADERS 1
1174| #define HAVE_FCNTL_H 1
1175| #define HAVE_UNISTD_H 1
1176| #define HAVE_CTYPE_H 1
1177| #define HAVE_DIRENT_H 1
1178| #define HAVE_ERRNO_H 1
1179| #define HAVE_STDARG_H 1
1180| #define HAVE_SYS_STAT_H 1
1181| #define HAVE_SYS_TYPES_H 1
1182| #define HAVE_TIME_H 1
1183| /* end confdefs.h.  */
1184| #include <ieeefp.h>
1185configure:22357: result: no
1186configure:22392: checking for ieeefp.h
1187configure:22399: result: no
1188configure:22426: checking nan.h usability
1189configure:22438: gcc -c -O2 -I/opt/local/include conftest.c >&5
1190conftest.c:75:17: nan.h: No such file or directory
1191configure:22444: $? = 1
1192configure: failed program was:
1193| /* confdefs.h.  */
1194|
1195| #define PACKAGE_NAME ""
1196| #define PACKAGE_TARNAME ""
1197| #define PACKAGE_VERSION ""
1198| #define PACKAGE_STRING ""
1199| #define PACKAGE_BUGREPORT ""
1200| #define PACKAGE "libxml2"
1201| #define VERSION "2.6.28"
1202| #define PROTOTYPES 1
1203| #define __PROTOTYPES 1
1204| #define STDC_HEADERS 1
1205| #define HAVE_SYS_TYPES_H 1
1206| #define HAVE_SYS_STAT_H 1
1207| #define HAVE_STDLIB_H 1
1208| #define HAVE_STRING_H 1
1209| #define HAVE_MEMORY_H 1
1210| #define HAVE_STRINGS_H 1
1211| #define HAVE_INTTYPES_H 1
1212| #define HAVE_STDINT_H 1
1213| #define HAVE_UNISTD_H 1
1214| #define HAVE_STRING_H 1
1215| #define HAVE_DLFCN_H 1
1216| #ifdef __cplusplus
1217| extern "C" void std::exit (int) throw (); using std::exit;
1218| #endif
1219| #define HAVE_ZLIB_H 1
1220| #define HAVE_LIBZ 1
1221| #define HAVE_DIRENT_H 1
1222| #define STDC_HEADERS 1
1223| #define HAVE_FCNTL_H 1
1224| #define HAVE_UNISTD_H 1
1225| #define HAVE_CTYPE_H 1
1226| #define HAVE_DIRENT_H 1
1227| #define HAVE_ERRNO_H 1
1228| #define HAVE_STDARG_H 1
1229| #define HAVE_SYS_STAT_H 1
1230| #define HAVE_SYS_TYPES_H 1
1231| #define HAVE_TIME_H 1
1232| /* end confdefs.h.  */
1233| #include <stdio.h>
1234| #if HAVE_SYS_TYPES_H
1235| # include <sys/types.h>
1236| #endif
1237| #if HAVE_SYS_STAT_H
1238| # include <sys/stat.h>
1239| #endif
1240| #if STDC_HEADERS
1241| # include <stdlib.h>
1242| # include <stddef.h>
1243| #else
1244| # if HAVE_STDLIB_H
1245| #  include <stdlib.h>
1246| # endif
1247| #endif
1248| #if HAVE_STRING_H
1249| # if !STDC_HEADERS && HAVE_MEMORY_H
1250| #  include <memory.h>
1251| # endif
1252| # include <string.h>
1253| #endif
1254| #if HAVE_STRINGS_H
1255| # include <strings.h>
1256| #endif
1257| #if HAVE_INTTYPES_H
1258| # include <inttypes.h>
1259| #else
1260| # if HAVE_STDINT_H
1261| #  include <stdint.h>
1262| # endif
1263| #endif
1264| #if HAVE_UNISTD_H
1265| # include <unistd.h>
1266| #endif
1267| #include <nan.h>
1268configure:22467: result: no
1269configure:22471: checking nan.h presence
1270configure:22481: gcc -E -I/opt/local/include conftest.c
1271conftest.c:41:17: nan.h: No such file or directory
1272configure:22487: $? = 1
1273configure: failed program was:
1274| /* confdefs.h.  */
1275|
1276| #define PACKAGE_NAME ""
1277| #define PACKAGE_TARNAME ""
1278| #define PACKAGE_VERSION ""
1279| #define PACKAGE_STRING ""
1280| #define PACKAGE_BUGREPORT ""
1281| #define PACKAGE "libxml2"
1282| #define VERSION "2.6.28"
1283| #define PROTOTYPES 1
1284| #define __PROTOTYPES 1
1285| #define STDC_HEADERS 1
1286| #define HAVE_SYS_TYPES_H 1
1287| #define HAVE_SYS_STAT_H 1
1288| #define HAVE_STDLIB_H 1
1289| #define HAVE_STRING_H 1
1290| #define HAVE_MEMORY_H 1
1291| #define HAVE_STRINGS_H 1
1292| #define HAVE_INTTYPES_H 1
1293| #define HAVE_STDINT_H 1
1294| #define HAVE_UNISTD_H 1
1295| #define HAVE_STRING_H 1
1296| #define HAVE_DLFCN_H 1
1297| #ifdef __cplusplus
1298| extern "C" void std::exit (int) throw (); using std::exit;
1299| #endif
1300| #define HAVE_ZLIB_H 1
1301| #define HAVE_LIBZ 1
1302| #define HAVE_DIRENT_H 1
1303| #define STDC_HEADERS 1
1304| #define HAVE_FCNTL_H 1
1305| #define HAVE_UNISTD_H 1
1306| #define HAVE_CTYPE_H 1
1307| #define HAVE_DIRENT_H 1
1308| #define HAVE_ERRNO_H 1
1309| #define HAVE_STDARG_H 1
1310| #define HAVE_SYS_STAT_H 1
1311| #define HAVE_SYS_TYPES_H 1
1312| #define HAVE_TIME_H 1
1313| /* end confdefs.h.  */
1314| #include <nan.h>
1315configure:22507: result: no
1316configure:22542: checking for nan.h
1317configure:22549: result: no
1318configure:22576: checking math.h usability
1319configure:22588: gcc -c -O2 -I/opt/local/include conftest.c >&5
1320configure:22594: $? = 0
1321configure:22598: test -z
1322                         || test ! -s conftest.err
1323configure:22601: $? = 0
1324configure:22604: test -s conftest.o
1325configure:22607: $? = 0
1326configure:22617: result: yes
1327configure:22621: checking math.h presence
1328configure:22631: gcc -E -I/opt/local/include conftest.c
1329configure:22637: $? = 0
1330configure:22657: result: yes
1331configure:22692: checking for math.h
1332configure:22699: result: yes
1333configure:22726: checking limits.h usability
1334configure:22738: gcc -c -O2 -I/opt/local/include conftest.c >&5
1335configure:22744: $? = 0
1336configure:22748: test -z
1337                         || test ! -s conftest.err
1338configure:22751: $? = 0
1339configure:22754: test -s conftest.o
1340configure:22757: $? = 0
1341configure:22767: result: yes
1342configure:22771: checking limits.h presence
1343configure:22781: gcc -E -I/opt/local/include conftest.c
1344configure:22787: $? = 0
1345configure:22807: result: yes
1346configure:22842: checking for limits.h
1347configure:22849: result: yes
1348configure:22876: checking fp_class.h usability
1349configure:22888: gcc -c -O2 -I/opt/local/include conftest.c >&5
1350conftest.c:77:22: fp_class.h: No such file or directory
1351configure:22894: $? = 1
1352configure: failed program was:
1353| /* confdefs.h.  */
1354|
1355| #define PACKAGE_NAME ""
1356| #define PACKAGE_TARNAME ""
1357| #define PACKAGE_VERSION ""
1358| #define PACKAGE_STRING ""
1359| #define PACKAGE_BUGREPORT ""
1360| #define PACKAGE "libxml2"
1361| #define VERSION "2.6.28"
1362| #define PROTOTYPES 1
1363| #define __PROTOTYPES 1
1364| #define STDC_HEADERS 1
1365| #define HAVE_SYS_TYPES_H 1
1366| #define HAVE_SYS_STAT_H 1
1367| #define HAVE_STDLIB_H 1
1368| #define HAVE_STRING_H 1
1369| #define HAVE_MEMORY_H 1
1370| #define HAVE_STRINGS_H 1
1371| #define HAVE_INTTYPES_H 1
1372| #define HAVE_STDINT_H 1
1373| #define HAVE_UNISTD_H 1
1374| #define HAVE_STRING_H 1
1375| #define HAVE_DLFCN_H 1
1376| #ifdef __cplusplus
1377| extern "C" void std::exit (int) throw (); using std::exit;
1378| #endif
1379| #define HAVE_ZLIB_H 1
1380| #define HAVE_LIBZ 1
1381| #define HAVE_DIRENT_H 1
1382| #define STDC_HEADERS 1
1383| #define HAVE_FCNTL_H 1
1384| #define HAVE_UNISTD_H 1
1385| #define HAVE_CTYPE_H 1
1386| #define HAVE_DIRENT_H 1
1387| #define HAVE_ERRNO_H 1
1388| #define HAVE_STDARG_H 1
1389| #define HAVE_SYS_STAT_H 1
1390| #define HAVE_SYS_TYPES_H 1
1391| #define HAVE_TIME_H 1
1392| #define HAVE_MATH_H 1
1393| #define HAVE_LIMITS_H 1
1394| /* end confdefs.h.  */
1395| #include <stdio.h>
1396| #if HAVE_SYS_TYPES_H
1397| # include <sys/types.h>
1398| #endif
1399| #if HAVE_SYS_STAT_H
1400| # include <sys/stat.h>
1401| #endif
1402| #if STDC_HEADERS
1403| # include <stdlib.h>
1404| # include <stddef.h>
1405| #else
1406| # if HAVE_STDLIB_H
1407| #  include <stdlib.h>
1408| # endif
1409| #endif
1410| #if HAVE_STRING_H
1411| # if !STDC_HEADERS && HAVE_MEMORY_H
1412| #  include <memory.h>
1413| # endif
1414| # include <string.h>
1415| #endif
1416| #if HAVE_STRINGS_H
1417| # include <strings.h>
1418| #endif
1419| #if HAVE_INTTYPES_H
1420| # include <inttypes.h>
1421| #else
1422| # if HAVE_STDINT_H
1423| #  include <stdint.h>
1424| # endif
1425| #endif
1426| #if HAVE_UNISTD_H
1427| # include <unistd.h>
1428| #endif
1429| #include <fp_class.h>
1430configure:22917: result: no
1431configure:22921: checking fp_class.h presence
1432configure:22931: gcc -E -I/opt/local/include conftest.c
1433conftest.c:43:22: fp_class.h: No such file or directory
1434configure:22937: $? = 1
1435configure: failed program was:
1436| /* confdefs.h.  */
1437|
1438| #define PACKAGE_NAME ""
1439| #define PACKAGE_TARNAME ""
1440| #define PACKAGE_VERSION ""
1441| #define PACKAGE_STRING ""
1442| #define PACKAGE_BUGREPORT ""
1443| #define PACKAGE "libxml2"
1444| #define VERSION "2.6.28"
1445| #define PROTOTYPES 1
1446| #define __PROTOTYPES 1
1447| #define STDC_HEADERS 1
1448| #define HAVE_SYS_TYPES_H 1
1449| #define HAVE_SYS_STAT_H 1
1450| #define HAVE_STDLIB_H 1
1451| #define HAVE_STRING_H 1
1452| #define HAVE_MEMORY_H 1
1453| #define HAVE_STRINGS_H 1
1454| #define HAVE_INTTYPES_H 1
1455| #define HAVE_STDINT_H 1
1456| #define HAVE_UNISTD_H 1
1457| #define HAVE_STRING_H 1
1458| #define HAVE_DLFCN_H 1
1459| #ifdef __cplusplus
1460| extern "C" void std::exit (int) throw (); using std::exit;
1461| #endif
1462| #define HAVE_ZLIB_H 1
1463| #define HAVE_LIBZ 1
1464| #define HAVE_DIRENT_H 1
1465| #define STDC_HEADERS 1
1466| #define HAVE_FCNTL_H 1
1467| #define HAVE_UNISTD_H 1
1468| #define HAVE_CTYPE_H 1
1469| #define HAVE_DIRENT_H 1
1470| #define HAVE_ERRNO_H 1
1471| #define HAVE_STDARG_H 1
1472| #define HAVE_SYS_STAT_H 1
1473| #define HAVE_SYS_TYPES_H 1
1474| #define HAVE_TIME_H 1
1475| #define HAVE_MATH_H 1
1476| #define HAVE_LIMITS_H 1
1477| /* end confdefs.h.  */
1478| #include <fp_class.h>
1479configure:22957: result: no
1480configure:22992: checking for fp_class.h
1481configure:22999: result: no
1482configure:23026: checking float.h usability
1483configure:23038: gcc -c -O2 -I/opt/local/include conftest.c >&5
1484configure:23044: $? = 0
1485configure:23048: test -z
1486                         || test ! -s conftest.err
1487configure:23051: $? = 0
1488configure:23054: test -s conftest.o
1489configure:23057: $? = 0
1490configure:23067: result: yes
1491configure:23071: checking float.h presence
1492configure:23081: gcc -E -I/opt/local/include conftest.c
1493configure:23087: $? = 0
1494configure:23107: result: yes
1495configure:23142: checking for float.h
1496configure:23149: result: yes
1497configure:23167: checking for stdlib.h
1498configure:23172: result: yes
1499configure:23316: checking for sys/socket.h
1500configure:23335: gcc -c -O2 -I/opt/local/include conftest.c >&5
1501configure:23341: $? = 0
1502configure:23345: test -z
1503                         || test ! -s conftest.err
1504configure:23348: $? = 0
1505configure:23351: test -s conftest.o
1506configure:23354: $? = 0
1507configure:23365: result: yes
1508configure:23380: checking for netinet/in.h
1509configure:23399: gcc -c -O2 -I/opt/local/include conftest.c >&5
1510configure:23405: $? = 0
1511configure:23409: test -z
1512                         || test ! -s conftest.err
1513configure:23412: $? = 0
1514configure:23415: test -s conftest.o
1515configure:23418: $? = 0
1516configure:23429: result: yes
1517configure:23444: checking for arpa/inet.h
1518configure:23466: gcc -c -O2 -I/opt/local/include conftest.c >&5
1519configure:23472: $? = 0
1520configure:23476: test -z
1521                         || test ! -s conftest.err
1522configure:23479: $? = 0
1523configure:23482: test -s conftest.o
1524configure:23485: $? = 0
1525configure:23496: result: yes
1526configure:23521: checking netdb.h usability
1527configure:23533: gcc -c -O2 -I/opt/local/include conftest.c >&5
1528configure:23539: $? = 0
1529configure:23543: test -z
1530                         || test ! -s conftest.err
1531configure:23546: $? = 0
1532configure:23549: test -s conftest.o
1533configure:23552: $? = 0
1534configure:23562: result: yes
1535configure:23566: checking netdb.h presence
1536configure:23576: gcc -E -I/opt/local/include conftest.c
1537configure:23582: $? = 0
1538configure:23602: result: yes
1539configure:23637: checking for netdb.h
1540configure:23644: result: yes
1541configure:23671: checking sys/time.h usability
1542configure:23683: gcc -c -O2 -I/opt/local/include conftest.c >&5
1543configure:23689: $? = 0
1544configure:23693: test -z
1545                         || test ! -s conftest.err
1546configure:23696: $? = 0
1547configure:23699: test -s conftest.o
1548configure:23702: $? = 0
1549configure:23712: result: yes
1550configure:23716: checking sys/time.h presence
1551configure:23726: gcc -E -I/opt/local/include conftest.c
1552configure:23732: $? = 0
1553configure:23752: result: yes
1554configure:23787: checking for sys/time.h
1555configure:23794: result: yes
1556configure:23821: checking sys/select.h usability
1557configure:23833: gcc -c -O2 -I/opt/local/include conftest.c >&5
1558configure:23839: $? = 0
1559configure:23843: test -z
1560                         || test ! -s conftest.err
1561configure:23846: $? = 0
1562configure:23849: test -s conftest.o
1563configure:23852: $? = 0
1564configure:23862: result: yes
1565configure:23866: checking sys/select.h presence
1566configure:23876: gcc -E -I/opt/local/include conftest.c
1567configure:23882: $? = 0
1568configure:23902: result: yes
1569configure:23937: checking for sys/select.h
1570configure:23944: result: yes
1571configure:23971: checking sys/mman.h usability
1572configure:23983: gcc -c -O2 -I/opt/local/include conftest.c >&5
1573configure:23989: $? = 0
1574configure:23993: test -z
1575                         || test ! -s conftest.err
1576configure:23996: $? = 0
1577configure:23999: test -s conftest.o
1578configure:24002: $? = 0
1579configure:24012: result: yes
1580configure:24016: checking sys/mman.h presence
1581configure:24026: gcc -E -I/opt/local/include conftest.c
1582configure:24032: $? = 0
1583configure:24052: result: yes
1584configure:24087: checking for sys/mman.h
1585configure:24094: result: yes
1586configure:24121: checking sys/timeb.h usability
1587configure:24133: gcc -c -O2 -I/opt/local/include conftest.c >&5
1588configure:24139: $? = 0
1589configure:24143: test -z
1590                         || test ! -s conftest.err
1591configure:24146: $? = 0
1592configure:24149: test -s conftest.o
1593configure:24152: $? = 0
1594configure:24162: result: yes
1595configure:24166: checking sys/timeb.h presence
1596configure:24176: gcc -E -I/opt/local/include conftest.c
1597configure:24182: $? = 0
1598configure:24202: result: yes
1599configure:24237: checking for sys/timeb.h
1600configure:24244: result: yes
1601configure:24271: checking signal.h usability
1602configure:24283: gcc -c -O2 -I/opt/local/include conftest.c >&5
1603configure:24289: $? = 0
1604configure:24293: test -z
1605                         || test ! -s conftest.err
1606configure:24296: $? = 0
1607configure:24299: test -s conftest.o
1608configure:24302: $? = 0
1609configure:24312: result: yes
1610configure:24316: checking signal.h presence
1611configure:24326: gcc -E -I/opt/local/include conftest.c
1612configure:24332: $? = 0
1613configure:24352: result: yes
1614configure:24387: checking for signal.h
1615configure:24394: result: yes
1616configure:24411: checking for arpa/nameser.h
1617configure:24430: gcc -c -O2 -I/opt/local/include conftest.c >&5
1618configure:24436: $? = 0
1619configure:24440: test -z
1620                         || test ! -s conftest.err
1621configure:24443: $? = 0
1622configure:24446: test -s conftest.o
1623configure:24449: $? = 0
1624configure:24460: result: yes
1625configure:24475: checking for resolv.h
1626configure:24500: gcc -c -O2 -I/opt/local/include conftest.c >&5
1627configure:24506: $? = 0
1628configure:24510: test -z
1629                         || test ! -s conftest.err
1630configure:24513: $? = 0
1631configure:24516: test -s conftest.o
1632configure:24519: $? = 0
1633configure:24530: result: yes
1634configure:24555: checking dl.h usability
1635configure:24567: gcc -c -O2 -I/opt/local/include conftest.c >&5
1636conftest.c:90:16: dl.h: No such file or directory
1637configure:24573: $? = 1
1638configure: failed program was:
1639| /* confdefs.h.  */
1640|
1641| #define PACKAGE_NAME ""
1642| #define PACKAGE_TARNAME ""
1643| #define PACKAGE_VERSION ""
1644| #define PACKAGE_STRING ""
1645| #define PACKAGE_BUGREPORT ""
1646| #define PACKAGE "libxml2"
1647| #define VERSION "2.6.28"
1648| #define PROTOTYPES 1
1649| #define __PROTOTYPES 1
1650| #define STDC_HEADERS 1
1651| #define HAVE_SYS_TYPES_H 1
1652| #define HAVE_SYS_STAT_H 1
1653| #define HAVE_STDLIB_H 1
1654| #define HAVE_STRING_H 1
1655| #define HAVE_MEMORY_H 1
1656| #define HAVE_STRINGS_H 1
1657| #define HAVE_INTTYPES_H 1
1658| #define HAVE_STDINT_H 1
1659| #define HAVE_UNISTD_H 1
1660| #define HAVE_STRING_H 1
1661| #define HAVE_DLFCN_H 1
1662| #ifdef __cplusplus
1663| extern "C" void std::exit (int) throw (); using std::exit;
1664| #endif
1665| #define HAVE_ZLIB_H 1
1666| #define HAVE_LIBZ 1
1667| #define HAVE_DIRENT_H 1
1668| #define STDC_HEADERS 1
1669| #define HAVE_FCNTL_H 1
1670| #define HAVE_UNISTD_H 1
1671| #define HAVE_CTYPE_H 1
1672| #define HAVE_DIRENT_H 1
1673| #define HAVE_ERRNO_H 1
1674| #define HAVE_STDARG_H 1
1675| #define HAVE_SYS_STAT_H 1
1676| #define HAVE_SYS_TYPES_H 1
1677| #define HAVE_TIME_H 1
1678| #define HAVE_MATH_H 1
1679| #define HAVE_LIMITS_H 1
1680| #define HAVE_FLOAT_H 1
1681| #define HAVE_STDLIB_H 1
1682| #define HAVE_SYS_SOCKET_H 1
1683| #define HAVE_NETINET_IN_H 1
1684| #define HAVE_ARPA_INET_H 1
1685| #define HAVE_NETDB_H 1
1686| #define HAVE_SYS_TIME_H 1
1687| #define HAVE_SYS_SELECT_H 1
1688| #define HAVE_SYS_MMAN_H 1
1689| #define HAVE_SYS_TIMEB_H 1
1690| #define HAVE_SIGNAL_H 1
1691| #define HAVE_ARPA_NAMESER_H 1
1692| #define HAVE_RESOLV_H 1
1693| /* end confdefs.h.  */
1694| #include <stdio.h>
1695| #if HAVE_SYS_TYPES_H
1696| # include <sys/types.h>
1697| #endif
1698| #if HAVE_SYS_STAT_H
1699| # include <sys/stat.h>
1700| #endif
1701| #if STDC_HEADERS
1702| # include <stdlib.h>
1703| # include <stddef.h>
1704| #else
1705| # if HAVE_STDLIB_H
1706| #  include <stdlib.h>
1707| # endif
1708| #endif
1709| #if HAVE_STRING_H
1710| # if !STDC_HEADERS && HAVE_MEMORY_H
1711| #  include <memory.h>
1712| # endif
1713| # include <string.h>
1714| #endif
1715| #if HAVE_STRINGS_H
1716| # include <strings.h>
1717| #endif
1718| #if HAVE_INTTYPES_H
1719| # include <inttypes.h>
1720| #else
1721| # if HAVE_STDINT_H
1722| #  include <stdint.h>
1723| # endif
1724| #endif
1725| #if HAVE_UNISTD_H
1726| # include <unistd.h>
1727| #endif
1728| #include <dl.h>
1729configure:24596: result: no
1730configure:24600: checking dl.h presence
1731configure:24610: gcc -E -I/opt/local/include conftest.c
1732conftest.c:56:16: dl.h: No such file or directory
1733configure:24616: $? = 1
1734configure: failed program was:
1735| /* confdefs.h.  */
1736|
1737| #define PACKAGE_NAME ""
1738| #define PACKAGE_TARNAME ""
1739| #define PACKAGE_VERSION ""
1740| #define PACKAGE_STRING ""
1741| #define PACKAGE_BUGREPORT ""
1742| #define PACKAGE "libxml2"
1743| #define VERSION "2.6.28"
1744| #define PROTOTYPES 1
1745| #define __PROTOTYPES 1
1746| #define STDC_HEADERS 1
1747| #define HAVE_SYS_TYPES_H 1
1748| #define HAVE_SYS_STAT_H 1
1749| #define HAVE_STDLIB_H 1
1750| #define HAVE_STRING_H 1
1751| #define HAVE_MEMORY_H 1
1752| #define HAVE_STRINGS_H 1
1753| #define HAVE_INTTYPES_H 1
1754| #define HAVE_STDINT_H 1
1755| #define HAVE_UNISTD_H 1
1756| #define HAVE_STRING_H 1
1757| #define HAVE_DLFCN_H 1
1758| #ifdef __cplusplus
1759| extern "C" void std::exit (int) throw (); using std::exit;
1760| #endif
1761| #define HAVE_ZLIB_H 1
1762| #define HAVE_LIBZ 1
1763| #define HAVE_DIRENT_H 1
1764| #define STDC_HEADERS 1
1765| #define HAVE_FCNTL_H 1
1766| #define HAVE_UNISTD_H 1
1767| #define HAVE_CTYPE_H 1
1768| #define HAVE_DIRENT_H 1
1769| #define HAVE_ERRNO_H 1
1770| #define HAVE_STDARG_H 1
1771| #define HAVE_SYS_STAT_H 1
1772| #define HAVE_SYS_TYPES_H 1
1773| #define HAVE_TIME_H 1
1774| #define HAVE_MATH_H 1
1775| #define HAVE_LIMITS_H 1
1776| #define HAVE_FLOAT_H 1
1777| #define HAVE_STDLIB_H 1
1778| #define HAVE_SYS_SOCKET_H 1
1779| #define HAVE_NETINET_IN_H 1
1780| #define HAVE_ARPA_INET_H 1
1781| #define HAVE_NETDB_H 1
1782| #define HAVE_SYS_TIME_H 1
1783| #define HAVE_SYS_SELECT_H 1
1784| #define HAVE_SYS_MMAN_H 1
1785| #define HAVE_SYS_TIMEB_H 1
1786| #define HAVE_SIGNAL_H 1
1787| #define HAVE_ARPA_NAMESER_H 1
1788| #define HAVE_RESOLV_H 1
1789| /* end confdefs.h.  */
1790| #include <dl.h>
1791configure:24636: result: no
1792configure:24671: checking for dl.h
1793configure:24678: result: no
1794configure:24696: checking for dlfcn.h
1795configure:24701: result: yes
1796configure:24849: checking for strftime
1797configure:24906: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1798configure:24912: $? = 0
1799configure:24916: test -z
1800                         || test ! -s conftest.err
1801configure:24919: $? = 0
1802configure:24922: test -s conftest
1803configure:24925: $? = 0
1804configure:24937: result: yes
1805configure:25027: checking for strdup
1806configure:25084: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1807configure:25090: $? = 0
1808configure:25094: test -z
1809                         || test ! -s conftest.err
1810configure:25097: $? = 0
1811configure:25100: test -s conftest
1812configure:25103: $? = 0
1813configure:25115: result: yes
1814configure:25027: checking for strndup
1815configure:25084: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1816ld: warning prebinding disabled because of undefined symbols
1817ld: Undefined symbols:
1818_strndup
1819configure:25090: $? = 1
1820configure: failed program was:
1821| /* confdefs.h.  */
1822|
1823| #define PACKAGE_NAME ""
1824| #define PACKAGE_TARNAME ""
1825| #define PACKAGE_VERSION ""
1826| #define PACKAGE_STRING ""
1827| #define PACKAGE_BUGREPORT ""
1828| #define PACKAGE "libxml2"
1829| #define VERSION "2.6.28"
1830| #define PROTOTYPES 1
1831| #define __PROTOTYPES 1
1832| #define STDC_HEADERS 1
1833| #define HAVE_SYS_TYPES_H 1
1834| #define HAVE_SYS_STAT_H 1
1835| #define HAVE_STDLIB_H 1
1836| #define HAVE_STRING_H 1
1837| #define HAVE_MEMORY_H 1
1838| #define HAVE_STRINGS_H 1
1839| #define HAVE_INTTYPES_H 1
1840| #define HAVE_STDINT_H 1
1841| #define HAVE_UNISTD_H 1
1842| #define HAVE_STRING_H 1
1843| #define HAVE_DLFCN_H 1
1844| #ifdef __cplusplus
1845| extern "C" void std::exit (int) throw (); using std::exit;
1846| #endif
1847| #define HAVE_ZLIB_H 1
1848| #define HAVE_LIBZ 1
1849| #define HAVE_DIRENT_H 1
1850| #define STDC_HEADERS 1
1851| #define HAVE_FCNTL_H 1
1852| #define HAVE_UNISTD_H 1
1853| #define HAVE_CTYPE_H 1
1854| #define HAVE_DIRENT_H 1
1855| #define HAVE_ERRNO_H 1
1856| #define HAVE_STDARG_H 1
1857| #define HAVE_SYS_STAT_H 1
1858| #define HAVE_SYS_TYPES_H 1
1859| #define HAVE_TIME_H 1
1860| #define HAVE_MATH_H 1
1861| #define HAVE_LIMITS_H 1
1862| #define HAVE_FLOAT_H 1
1863| #define HAVE_STDLIB_H 1
1864| #define HAVE_SYS_SOCKET_H 1
1865| #define HAVE_NETINET_IN_H 1
1866| #define HAVE_ARPA_INET_H 1
1867| #define HAVE_NETDB_H 1
1868| #define HAVE_SYS_TIME_H 1
1869| #define HAVE_SYS_SELECT_H 1
1870| #define HAVE_SYS_MMAN_H 1
1871| #define HAVE_SYS_TIMEB_H 1
1872| #define HAVE_SIGNAL_H 1
1873| #define HAVE_ARPA_NAMESER_H 1
1874| #define HAVE_RESOLV_H 1
1875| #define HAVE_DLFCN_H 1
1876| #define HAVE_STRFTIME 1
1877| #define HAVE_STRDUP 1
1878| /* end confdefs.h.  */
1879| /* Define strndup to an innocuous variant, in case <limits.h> declares strndup.
1880|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1881| #define strndup innocuous_strndup
1882|
1883| /* System header to define __stub macros and hopefully few prototypes,
1884|     which can conflict with char strndup (); below.
1885|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1886|     <limits.h> exists even on freestanding compilers.  */
1887|
1888| #ifdef __STDC__
1889| # include <limits.h>
1890| #else
1891| # include <assert.h>
1892| #endif
1893|
1894| #undef strndup
1895|
1896| /* Override any gcc2 internal prototype to avoid an error.  */
1897| #ifdef __cplusplus
1898| extern "C"
1899| {
1900| #endif
1901| /* We use char because int might match the return type of a gcc2
1902|    builtin and then its argument prototype would still apply.  */
1903| char strndup ();
1904| /* The GNU C library defines this for functions which it implements
1905|     to always fail with ENOSYS.  Some functions are actually named
1906|     something starting with __ and the normal name is an alias.  */
1907| #if defined (__stub_strndup) || defined (__stub___strndup)
1908| choke me
1909| #else
1910| char (*f) () = strndup;
1911| #endif
1912| #ifdef __cplusplus
1913| }
1914| #endif
1915|
1916| int
1917| main ()
1918| {
1919| return f != strndup;
1920|   ;
1921|   return 0;
1922| }
1923configure:25115: result: no
1924configure:25027: checking for strerror
1925configure:25084: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1926configure:25090: $? = 0
1927configure:25094: test -z
1928                         || test ! -s conftest.err
1929configure:25097: $? = 0
1930configure:25100: test -s conftest
1931configure:25103: $? = 0
1932configure:25115: result: yes
1933configure:25133: checking for finite
1934configure:25190: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1935configure:25196: $? = 0
1936configure:25200: test -z
1937                         || test ! -s conftest.err
1938configure:25203: $? = 0
1939configure:25206: test -s conftest
1940configure:25209: $? = 0
1941configure:25221: result: yes
1942configure:25133: checking for isnand
1943configure:25190: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1944ld: warning prebinding disabled because of undefined symbols
1945ld: Undefined symbols:
1946_isnand
1947configure:25196: $? = 1
1948configure: failed program was:
1949| /* confdefs.h.  */
1950|
1951| #define PACKAGE_NAME ""
1952| #define PACKAGE_TARNAME ""
1953| #define PACKAGE_VERSION ""
1954| #define PACKAGE_STRING ""
1955| #define PACKAGE_BUGREPORT ""
1956| #define PACKAGE "libxml2"
1957| #define VERSION "2.6.28"
1958| #define PROTOTYPES 1
1959| #define __PROTOTYPES 1
1960| #define STDC_HEADERS 1
1961| #define HAVE_SYS_TYPES_H 1
1962| #define HAVE_SYS_STAT_H 1
1963| #define HAVE_STDLIB_H 1
1964| #define HAVE_STRING_H 1
1965| #define HAVE_MEMORY_H 1
1966| #define HAVE_STRINGS_H 1
1967| #define HAVE_INTTYPES_H 1
1968| #define HAVE_STDINT_H 1
1969| #define HAVE_UNISTD_H 1
1970| #define HAVE_STRING_H 1
1971| #define HAVE_DLFCN_H 1
1972| #ifdef __cplusplus
1973| extern "C" void std::exit (int) throw (); using std::exit;
1974| #endif
1975| #define HAVE_ZLIB_H 1
1976| #define HAVE_LIBZ 1
1977| #define HAVE_DIRENT_H 1
1978| #define STDC_HEADERS 1
1979| #define HAVE_FCNTL_H 1
1980| #define HAVE_UNISTD_H 1
1981| #define HAVE_CTYPE_H 1
1982| #define HAVE_DIRENT_H 1
1983| #define HAVE_ERRNO_H 1
1984| #define HAVE_STDARG_H 1
1985| #define HAVE_SYS_STAT_H 1
1986| #define HAVE_SYS_TYPES_H 1
1987| #define HAVE_TIME_H 1
1988| #define HAVE_MATH_H 1
1989| #define HAVE_LIMITS_H 1
1990| #define HAVE_FLOAT_H 1
1991| #define HAVE_STDLIB_H 1
1992| #define HAVE_SYS_SOCKET_H 1
1993| #define HAVE_NETINET_IN_H 1
1994| #define HAVE_ARPA_INET_H 1
1995| #define HAVE_NETDB_H 1
1996| #define HAVE_SYS_TIME_H 1
1997| #define HAVE_SYS_SELECT_H 1
1998| #define HAVE_SYS_MMAN_H 1
1999| #define HAVE_SYS_TIMEB_H 1
2000| #define HAVE_SIGNAL_H 1
2001| #define HAVE_ARPA_NAMESER_H 1
2002| #define HAVE_RESOLV_H 1
2003| #define HAVE_DLFCN_H 1
2004| #define HAVE_STRFTIME 1
2005| #define HAVE_STRDUP 1
2006| #define HAVE_STRERROR 1
2007| #define HAVE_FINITE 1
2008| /* end confdefs.h.  */
2009| /* Define isnand to an innocuous variant, in case <limits.h> declares isnand.
2010|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2011| #define isnand innocuous_isnand
2012|
2013| /* System header to define __stub macros and hopefully few prototypes,
2014|     which can conflict with char isnand (); below.
2015|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2016|     <limits.h> exists even on freestanding compilers.  */
2017|
2018| #ifdef __STDC__
2019| # include <limits.h>
2020| #else
2021| # include <assert.h>
2022| #endif
2023|
2024| #undef isnand
2025|
2026| /* Override any gcc2 internal prototype to avoid an error.  */
2027| #ifdef __cplusplus
2028| extern "C"
2029| {
2030| #endif
2031| /* We use char because int might match the return type of a gcc2
2032|    builtin and then its argument prototype would still apply.  */
2033| char isnand ();
2034| /* The GNU C library defines this for functions which it implements
2035|     to always fail with ENOSYS.  Some functions are actually named
2036|     something starting with __ and the normal name is an alias.  */
2037| #if defined (__stub_isnand) || defined (__stub___isnand)
2038| choke me
2039| #else
2040| char (*f) () = isnand;
2041| #endif
2042| #ifdef __cplusplus
2043| }
2044| #endif
2045|
2046| int
2047| main ()
2048| {
2049| return f != isnand;
2050|   ;
2051|   return 0;
2052| }
2053configure:25221: result: no
2054configure:25133: checking for fp_class
2055configure:25190: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2056ld: warning prebinding disabled because of undefined symbols
2057ld: Undefined symbols:
2058_fp_class
2059configure:25196: $? = 1
2060configure: failed program was:
2061| /* confdefs.h.  */
2062|
2063| #define PACKAGE_NAME ""
2064| #define PACKAGE_TARNAME ""
2065| #define PACKAGE_VERSION ""
2066| #define PACKAGE_STRING ""
2067| #define PACKAGE_BUGREPORT ""
2068| #define PACKAGE "libxml2"
2069| #define VERSION "2.6.28"
2070| #define PROTOTYPES 1
2071| #define __PROTOTYPES 1
2072| #define STDC_HEADERS 1
2073| #define HAVE_SYS_TYPES_H 1
2074| #define HAVE_SYS_STAT_H 1
2075| #define HAVE_STDLIB_H 1
2076| #define HAVE_STRING_H 1
2077| #define HAVE_MEMORY_H 1
2078| #define HAVE_STRINGS_H 1
2079| #define HAVE_INTTYPES_H 1
2080| #define HAVE_STDINT_H 1
2081| #define HAVE_UNISTD_H 1
2082| #define HAVE_STRING_H 1
2083| #define HAVE_DLFCN_H 1
2084| #ifdef __cplusplus
2085| extern "C" void std::exit (int) throw (); using std::exit;
2086| #endif
2087| #define HAVE_ZLIB_H 1
2088| #define HAVE_LIBZ 1
2089| #define HAVE_DIRENT_H 1
2090| #define STDC_HEADERS 1
2091| #define HAVE_FCNTL_H 1
2092| #define HAVE_UNISTD_H 1
2093| #define HAVE_CTYPE_H 1
2094| #define HAVE_DIRENT_H 1
2095| #define HAVE_ERRNO_H 1
2096| #define HAVE_STDARG_H 1
2097| #define HAVE_SYS_STAT_H 1
2098| #define HAVE_SYS_TYPES_H 1
2099| #define HAVE_TIME_H 1
2100| #define HAVE_MATH_H 1
2101| #define HAVE_LIMITS_H 1
2102| #define HAVE_FLOAT_H 1
2103| #define HAVE_STDLIB_H 1
2104| #define HAVE_SYS_SOCKET_H 1
2105| #define HAVE_NETINET_IN_H 1
2106| #define HAVE_ARPA_INET_H 1
2107| #define HAVE_NETDB_H 1
2108| #define HAVE_SYS_TIME_H 1
2109| #define HAVE_SYS_SELECT_H 1
2110| #define HAVE_SYS_MMAN_H 1
2111| #define HAVE_SYS_TIMEB_H 1
2112| #define HAVE_SIGNAL_H 1
2113| #define HAVE_ARPA_NAMESER_H 1
2114| #define HAVE_RESOLV_H 1
2115| #define HAVE_DLFCN_H 1
2116| #define HAVE_STRFTIME 1
2117| #define HAVE_STRDUP 1
2118| #define HAVE_STRERROR 1
2119| #define HAVE_FINITE 1
2120| /* end confdefs.h.  */
2121| /* Define fp_class to an innocuous variant, in case <limits.h> declares fp_class.
2122|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2123| #define fp_class innocuous_fp_class
2124|
2125| /* System header to define __stub macros and hopefully few prototypes,
2126|     which can conflict with char fp_class (); below.
2127|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2128|     <limits.h> exists even on freestanding compilers.  */
2129|
2130| #ifdef __STDC__
2131| # include <limits.h>
2132| #else
2133| # include <assert.h>
2134| #endif
2135|
2136| #undef fp_class
2137|
2138| /* Override any gcc2 internal prototype to avoid an error.  */
2139| #ifdef __cplusplus
2140| extern "C"
2141| {
2142| #endif
2143| /* We use char because int might match the return type of a gcc2
2144|    builtin and then its argument prototype would still apply.  */
2145| char fp_class ();
2146| /* The GNU C library defines this for functions which it implements
2147|     to always fail with ENOSYS.  Some functions are actually named
2148|     something starting with __ and the normal name is an alias.  */
2149| #if defined (__stub_fp_class) || defined (__stub___fp_class)
2150| choke me
2151| #else
2152| char (*f) () = fp_class;
2153| #endif
2154| #ifdef __cplusplus
2155| }
2156| #endif
2157|
2158| int
2159| main ()
2160| {
2161| return f != fp_class;
2162|   ;
2163|   return 0;
2164| }
2165configure:25221: result: no
2166configure:25133: checking for class
2167configure:25190: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2168ld: warning prebinding disabled because of undefined symbols
2169ld: Undefined symbols:
2170_class
2171configure:25196: $? = 1
2172configure: failed program was:
2173| /* confdefs.h.  */
2174|
2175| #define PACKAGE_NAME ""
2176| #define PACKAGE_TARNAME ""
2177| #define PACKAGE_VERSION ""
2178| #define PACKAGE_STRING ""
2179| #define PACKAGE_BUGREPORT ""
2180| #define PACKAGE "libxml2"
2181| #define VERSION "2.6.28"
2182| #define PROTOTYPES 1
2183| #define __PROTOTYPES 1
2184| #define STDC_HEADERS 1
2185| #define HAVE_SYS_TYPES_H 1
2186| #define HAVE_SYS_STAT_H 1
2187| #define HAVE_STDLIB_H 1
2188| #define HAVE_STRING_H 1
2189| #define HAVE_MEMORY_H 1
2190| #define HAVE_STRINGS_H 1
2191| #define HAVE_INTTYPES_H 1
2192| #define HAVE_STDINT_H 1
2193| #define HAVE_UNISTD_H 1
2194| #define HAVE_STRING_H 1
2195| #define HAVE_DLFCN_H 1
2196| #ifdef __cplusplus
2197| extern "C" void std::exit (int) throw (); using std::exit;
2198| #endif
2199| #define HAVE_ZLIB_H 1
2200| #define HAVE_LIBZ 1
2201| #define HAVE_DIRENT_H 1
2202| #define STDC_HEADERS 1
2203| #define HAVE_FCNTL_H 1
2204| #define HAVE_UNISTD_H 1
2205| #define HAVE_CTYPE_H 1
2206| #define HAVE_DIRENT_H 1
2207| #define HAVE_ERRNO_H 1
2208| #define HAVE_STDARG_H 1
2209| #define HAVE_SYS_STAT_H 1
2210| #define HAVE_SYS_TYPES_H 1
2211| #define HAVE_TIME_H 1
2212| #define HAVE_MATH_H 1
2213| #define HAVE_LIMITS_H 1
2214| #define HAVE_FLOAT_H 1
2215| #define HAVE_STDLIB_H 1
2216| #define HAVE_SYS_SOCKET_H 1
2217| #define HAVE_NETINET_IN_H 1
2218| #define HAVE_ARPA_INET_H 1
2219| #define HAVE_NETDB_H 1
2220| #define HAVE_SYS_TIME_H 1
2221| #define HAVE_SYS_SELECT_H 1
2222| #define HAVE_SYS_MMAN_H 1
2223| #define HAVE_SYS_TIMEB_H 1
2224| #define HAVE_SIGNAL_H 1
2225| #define HAVE_ARPA_NAMESER_H 1
2226| #define HAVE_RESOLV_H 1
2227| #define HAVE_DLFCN_H 1
2228| #define HAVE_STRFTIME 1
2229| #define HAVE_STRDUP 1
2230| #define HAVE_STRERROR 1
2231| #define HAVE_FINITE 1
2232| /* end confdefs.h.  */
2233| /* Define class to an innocuous variant, in case <limits.h> declares class.
2234|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2235| #define class innocuous_class
2236|
2237| /* System header to define __stub macros and hopefully few prototypes,
2238|     which can conflict with char class (); below.
2239|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2240|     <limits.h> exists even on freestanding compilers.  */
2241|
2242| #ifdef __STDC__
2243| # include <limits.h>
2244| #else
2245| # include <assert.h>
2246| #endif
2247|
2248| #undef class
2249|
2250| /* Override any gcc2 internal prototype to avoid an error.  */
2251| #ifdef __cplusplus
2252| extern "C"
2253| {
2254| #endif
2255| /* We use char because int might match the return type of a gcc2
2256|    builtin and then its argument prototype would still apply.  */
2257| char class ();
2258| /* The GNU C library defines this for functions which it implements
2259|     to always fail with ENOSYS.  Some functions are actually named
2260|     something starting with __ and the normal name is an alias.  */
2261| #if defined (__stub_class) || defined (__stub___class)
2262| choke me
2263| #else
2264| char (*f) () = class;
2265| #endif
2266| #ifdef __cplusplus
2267| }
2268| #endif
2269|
2270| int
2271| main ()
2272| {
2273| return f != class;
2274|   ;
2275|   return 0;
2276| }
2277configure:25221: result: no
2278configure:25133: checking for fpclass
2279configure:25190: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2280ld: warning prebinding disabled because of undefined symbols
2281ld: Undefined symbols:
2282_fpclass
2283configure:25196: $? = 1
2284configure: failed program was:
2285| /* confdefs.h.  */
2286|
2287| #define PACKAGE_NAME ""
2288| #define PACKAGE_TARNAME ""
2289| #define PACKAGE_VERSION ""
2290| #define PACKAGE_STRING ""
2291| #define PACKAGE_BUGREPORT ""
2292| #define PACKAGE "libxml2"
2293| #define VERSION "2.6.28"
2294| #define PROTOTYPES 1
2295| #define __PROTOTYPES 1
2296| #define STDC_HEADERS 1
2297| #define HAVE_SYS_TYPES_H 1
2298| #define HAVE_SYS_STAT_H 1
2299| #define HAVE_STDLIB_H 1
2300| #define HAVE_STRING_H 1
2301| #define HAVE_MEMORY_H 1
2302| #define HAVE_STRINGS_H 1
2303| #define HAVE_INTTYPES_H 1
2304| #define HAVE_STDINT_H 1
2305| #define HAVE_UNISTD_H 1
2306| #define HAVE_STRING_H 1
2307| #define HAVE_DLFCN_H 1
2308| #ifdef __cplusplus
2309| extern "C" void std::exit (int) throw (); using std::exit;
2310| #endif
2311| #define HAVE_ZLIB_H 1
2312| #define HAVE_LIBZ 1
2313| #define HAVE_DIRENT_H 1
2314| #define STDC_HEADERS 1
2315| #define HAVE_FCNTL_H 1
2316| #define HAVE_UNISTD_H 1
2317| #define HAVE_CTYPE_H 1
2318| #define HAVE_DIRENT_H 1
2319| #define HAVE_ERRNO_H 1
2320| #define HAVE_STDARG_H 1
2321| #define HAVE_SYS_STAT_H 1
2322| #define HAVE_SYS_TYPES_H 1
2323| #define HAVE_TIME_H 1
2324| #define HAVE_MATH_H 1
2325| #define HAVE_LIMITS_H 1
2326| #define HAVE_FLOAT_H 1
2327| #define HAVE_STDLIB_H 1
2328| #define HAVE_SYS_SOCKET_H 1
2329| #define HAVE_NETINET_IN_H 1
2330| #define HAVE_ARPA_INET_H 1
2331| #define HAVE_NETDB_H 1
2332| #define HAVE_SYS_TIME_H 1
2333| #define HAVE_SYS_SELECT_H 1
2334| #define HAVE_SYS_MMAN_H 1
2335| #define HAVE_SYS_TIMEB_H 1
2336| #define HAVE_SIGNAL_H 1
2337| #define HAVE_ARPA_NAMESER_H 1
2338| #define HAVE_RESOLV_H 1
2339| #define HAVE_DLFCN_H 1
2340| #define HAVE_STRFTIME 1
2341| #define HAVE_STRDUP 1
2342| #define HAVE_STRERROR 1
2343| #define HAVE_FINITE 1
2344| /* end confdefs.h.  */
2345| /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
2346|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2347| #define fpclass innocuous_fpclass
2348|
2349| /* System header to define __stub macros and hopefully few prototypes,
2350|     which can conflict with char fpclass (); below.
2351|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2352|     <limits.h> exists even on freestanding compilers.  */
2353|
2354| #ifdef __STDC__
2355| # include <limits.h>
2356| #else
2357| # include <assert.h>
2358| #endif
2359|
2360| #undef fpclass
2361|
2362| /* Override any gcc2 internal prototype to avoid an error.  */
2363| #ifdef __cplusplus
2364| extern "C"
2365| {
2366| #endif
2367| /* We use char because int might match the return type of a gcc2
2368|    builtin and then its argument prototype would still apply.  */
2369| char fpclass ();
2370| /* The GNU C library defines this for functions which it implements
2371|     to always fail with ENOSYS.  Some functions are actually named
2372|     something starting with __ and the normal name is an alias.  */
2373| #if defined (__stub_fpclass) || defined (__stub___fpclass)
2374| choke me
2375| #else
2376| char (*f) () = fpclass;
2377| #endif
2378| #ifdef __cplusplus
2379| }
2380| #endif
2381|
2382| int
2383| main ()
2384| {
2385| return f != fpclass;
2386|   ;
2387|   return 0;
2388| }
2389configure:25221: result: no
2390configure:25238: checking for strftime
2391configure:25326: result: yes
2392configure:25238: checking for localtime
2393configure:25295: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2394configure:25301: $? = 0
2395configure:25305: test -z
2396                         || test ! -s conftest.err
2397configure:25308: $? = 0
2398configure:25311: test -s conftest
2399configure:25314: $? = 0
2400configure:25326: result: yes
2401configure:25238: checking for gettimeofday
2402configure:25295: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2403configure:25301: $? = 0
2404configure:25305: test -z
2405                         || test ! -s conftest.err
2406configure:25308: $? = 0
2407configure:25311: test -s conftest
2408configure:25314: $? = 0
2409configure:25326: result: yes
2410configure:25238: checking for ftime
2411configure:25295: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2412ld: warning prebinding disabled because of undefined symbols
2413ld: Undefined symbols:
2414_ftime
2415configure:25301: $? = 1
2416configure: failed program was:
2417| /* confdefs.h.  */
2418|
2419| #define PACKAGE_NAME ""
2420| #define PACKAGE_TARNAME ""
2421| #define PACKAGE_VERSION ""
2422| #define PACKAGE_STRING ""
2423| #define PACKAGE_BUGREPORT ""
2424| #define PACKAGE "libxml2"
2425| #define VERSION "2.6.28"
2426| #define PROTOTYPES 1
2427| #define __PROTOTYPES 1
2428| #define STDC_HEADERS 1
2429| #define HAVE_SYS_TYPES_H 1
2430| #define HAVE_SYS_STAT_H 1
2431| #define HAVE_STDLIB_H 1
2432| #define HAVE_STRING_H 1
2433| #define HAVE_MEMORY_H 1
2434| #define HAVE_STRINGS_H 1
2435| #define HAVE_INTTYPES_H 1
2436| #define HAVE_STDINT_H 1
2437| #define HAVE_UNISTD_H 1
2438| #define HAVE_STRING_H 1
2439| #define HAVE_DLFCN_H 1
2440| #ifdef __cplusplus
2441| extern "C" void std::exit (int) throw (); using std::exit;
2442| #endif
2443| #define HAVE_ZLIB_H 1
2444| #define HAVE_LIBZ 1
2445| #define HAVE_DIRENT_H 1
2446| #define STDC_HEADERS 1
2447| #define HAVE_FCNTL_H 1
2448| #define HAVE_UNISTD_H 1
2449| #define HAVE_CTYPE_H 1
2450| #define HAVE_DIRENT_H 1
2451| #define HAVE_ERRNO_H 1
2452| #define HAVE_STDARG_H 1
2453| #define HAVE_SYS_STAT_H 1
2454| #define HAVE_SYS_TYPES_H 1
2455| #define HAVE_TIME_H 1
2456| #define HAVE_MATH_H 1
2457| #define HAVE_LIMITS_H 1
2458| #define HAVE_FLOAT_H 1
2459| #define HAVE_STDLIB_H 1
2460| #define HAVE_SYS_SOCKET_H 1
2461| #define HAVE_NETINET_IN_H 1
2462| #define HAVE_ARPA_INET_H 1
2463| #define HAVE_NETDB_H 1
2464| #define HAVE_SYS_TIME_H 1
2465| #define HAVE_SYS_SELECT_H 1
2466| #define HAVE_SYS_MMAN_H 1
2467| #define HAVE_SYS_TIMEB_H 1
2468| #define HAVE_SIGNAL_H 1
2469| #define HAVE_ARPA_NAMESER_H 1
2470| #define HAVE_RESOLV_H 1
2471| #define HAVE_DLFCN_H 1
2472| #define HAVE_STRFTIME 1
2473| #define HAVE_STRDUP 1
2474| #define HAVE_STRERROR 1
2475| #define HAVE_FINITE 1
2476| #define HAVE_STRFTIME 1
2477| #define HAVE_LOCALTIME 1
2478| #define HAVE_GETTIMEOFDAY 1
2479| /* end confdefs.h.  */
2480| /* Define ftime to an innocuous variant, in case <limits.h> declares ftime.
2481|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2482| #define ftime innocuous_ftime
2483|
2484| /* System header to define __stub macros and hopefully few prototypes,
2485|     which can conflict with char ftime (); below.
2486|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2487|     <limits.h> exists even on freestanding compilers.  */
2488|
2489| #ifdef __STDC__
2490| # include <limits.h>
2491| #else
2492| # include <assert.h>
2493| #endif
2494|
2495| #undef ftime
2496|
2497| /* Override any gcc2 internal prototype to avoid an error.  */
2498| #ifdef __cplusplus
2499| extern "C"
2500| {
2501| #endif
2502| /* We use char because int might match the return type of a gcc2
2503|    builtin and then its argument prototype would still apply.  */
2504| char ftime ();
2505| /* The GNU C library defines this for functions which it implements
2506|     to always fail with ENOSYS.  Some functions are actually named
2507|     something starting with __ and the normal name is an alias.  */
2508| #if defined (__stub_ftime) || defined (__stub___ftime)
2509| choke me
2510| #else
2511| char (*f) () = ftime;
2512| #endif
2513| #ifdef __cplusplus
2514| }
2515| #endif
2516|
2517| int
2518| main ()
2519| {
2520| return f != ftime;
2521|   ;
2522|   return 0;
2523| }
2524configure:25326: result: no
2525configure:25342: checking for stat
2526configure:25399: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2527configure:25405: $? = 0
2528configure:25409: test -z
2529                         || test ! -s conftest.err
2530configure:25412: $? = 0
2531configure:25415: test -s conftest
2532configure:25418: $? = 0
2533configure:25430: result: yes
2534configure:25342: checking for _stat
2535configure:25399: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2536ld: warning prebinding disabled because of undefined symbols
2537ld: Undefined symbols:
2538__stat
2539configure:25405: $? = 1
2540configure: failed program was:
2541| /* confdefs.h.  */
2542|
2543| #define PACKAGE_NAME ""
2544| #define PACKAGE_TARNAME ""
2545| #define PACKAGE_VERSION ""
2546| #define PACKAGE_STRING ""
2547| #define PACKAGE_BUGREPORT ""
2548| #define PACKAGE "libxml2"
2549| #define VERSION "2.6.28"
2550| #define PROTOTYPES 1
2551| #define __PROTOTYPES 1
2552| #define STDC_HEADERS 1
2553| #define HAVE_SYS_TYPES_H 1
2554| #define HAVE_SYS_STAT_H 1
2555| #define HAVE_STDLIB_H 1
2556| #define HAVE_STRING_H 1
2557| #define HAVE_MEMORY_H 1
2558| #define HAVE_STRINGS_H 1
2559| #define HAVE_INTTYPES_H 1
2560| #define HAVE_STDINT_H 1
2561| #define HAVE_UNISTD_H 1
2562| #define HAVE_STRING_H 1
2563| #define HAVE_DLFCN_H 1
2564| #ifdef __cplusplus
2565| extern "C" void std::exit (int) throw (); using std::exit;
2566| #endif
2567| #define HAVE_ZLIB_H 1
2568| #define HAVE_LIBZ 1
2569| #define HAVE_DIRENT_H 1
2570| #define STDC_HEADERS 1
2571| #define HAVE_FCNTL_H 1
2572| #define HAVE_UNISTD_H 1
2573| #define HAVE_CTYPE_H 1
2574| #define HAVE_DIRENT_H 1
2575| #define HAVE_ERRNO_H 1
2576| #define HAVE_STDARG_H 1
2577| #define HAVE_SYS_STAT_H 1
2578| #define HAVE_SYS_TYPES_H 1
2579| #define HAVE_TIME_H 1
2580| #define HAVE_MATH_H 1
2581| #define HAVE_LIMITS_H 1
2582| #define HAVE_FLOAT_H 1
2583| #define HAVE_STDLIB_H 1
2584| #define HAVE_SYS_SOCKET_H 1
2585| #define HAVE_NETINET_IN_H 1
2586| #define HAVE_ARPA_INET_H 1
2587| #define HAVE_NETDB_H 1
2588| #define HAVE_SYS_TIME_H 1
2589| #define HAVE_SYS_SELECT_H 1
2590| #define HAVE_SYS_MMAN_H 1
2591| #define HAVE_SYS_TIMEB_H 1
2592| #define HAVE_SIGNAL_H 1
2593| #define HAVE_ARPA_NAMESER_H 1
2594| #define HAVE_RESOLV_H 1
2595| #define HAVE_DLFCN_H 1
2596| #define HAVE_STRFTIME 1
2597| #define HAVE_STRDUP 1
2598| #define HAVE_STRERROR 1
2599| #define HAVE_FINITE 1
2600| #define HAVE_STRFTIME 1
2601| #define HAVE_LOCALTIME 1
2602| #define HAVE_GETTIMEOFDAY 1
2603| #define HAVE_STAT 1
2604| /* end confdefs.h.  */
2605| /* Define _stat to an innocuous variant, in case <limits.h> declares _stat.
2606|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2607| #define _stat innocuous__stat
2608|
2609| /* System header to define __stub macros and hopefully few prototypes,
2610|     which can conflict with char _stat (); below.
2611|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2612|     <limits.h> exists even on freestanding compilers.  */
2613|
2614| #ifdef __STDC__
2615| # include <limits.h>
2616| #else
2617| # include <assert.h>
2618| #endif
2619|
2620| #undef _stat
2621|
2622| /* Override any gcc2 internal prototype to avoid an error.  */
2623| #ifdef __cplusplus
2624| extern "C"
2625| {
2626| #endif
2627| /* We use char because int might match the return type of a gcc2
2628|    builtin and then its argument prototype would still apply.  */
2629| char _stat ();
2630| /* The GNU C library defines this for functions which it implements
2631|     to always fail with ENOSYS.  Some functions are actually named
2632|     something starting with __ and the normal name is an alias.  */
2633| #if defined (__stub__stat) || defined (__stub____stat)
2634| choke me
2635| #else
2636| char (*f) () = _stat;
2637| #endif
2638| #ifdef __cplusplus
2639| }
2640| #endif
2641|
2642| int
2643| main ()
2644| {
2645| return f != _stat;
2646|   ;
2647|   return 0;
2648| }
2649configure:25430: result: no
2650configure:25342: checking for signal
2651configure:25399: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2652configure:25405: $? = 0
2653configure:25409: test -z
2654                         || test ! -s conftest.err
2655configure:25412: $? = 0
2656configure:25415: test -s conftest
2657configure:25418: $? = 0
2658configure:25430: result: yes
2659configure:25452: checking for printf
2660configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2661conftest.c:90: warning: conflicting types for built-in function `printf'
2662configure:25515: $? = 0
2663configure:25519: test -z
2664                         || test ! -s conftest.err
2665configure:25522: $? = 0
2666configure:25525: test -s conftest
2667configure:25528: $? = 0
2668configure:25540: result: yes
2669configure:25452: checking for sprintf
2670configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2671conftest.c:91: warning: conflicting types for built-in function `sprintf'
2672configure:25515: $? = 0
2673configure:25519: test -z
2674                         || test ! -s conftest.err
2675configure:25522: $? = 0
2676configure:25525: test -s conftest
2677configure:25528: $? = 0
2678configure:25540: result: yes
2679configure:25452: checking for fprintf
2680configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2681conftest.c:92: warning: conflicting types for built-in function `fprintf'
2682configure:25515: $? = 0
2683configure:25519: test -z
2684                         || test ! -s conftest.err
2685configure:25522: $? = 0
2686configure:25525: test -s conftest
2687configure:25528: $? = 0
2688configure:25540: result: yes
2689configure:25452: checking for snprintf
2690configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2691conftest.c:93: warning: conflicting types for built-in function `snprintf'
2692configure:25515: $? = 0
2693configure:25519: test -z
2694                         || test ! -s conftest.err
2695configure:25522: $? = 0
2696configure:25525: test -s conftest
2697configure:25528: $? = 0
2698configure:25540: result: yes
2699configure:25452: checking for vfprintf
2700configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2701configure:25515: $? = 0
2702configure:25519: test -z
2703                         || test ! -s conftest.err
2704configure:25522: $? = 0
2705configure:25525: test -s conftest
2706configure:25528: $? = 0
2707configure:25540: result: yes
2708configure:25452: checking for vsprintf
2709configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2710conftest.c:95: warning: conflicting types for built-in function `vsprintf'
2711configure:25515: $? = 0
2712configure:25519: test -z
2713                         || test ! -s conftest.err
2714configure:25522: $? = 0
2715configure:25525: test -s conftest
2716configure:25528: $? = 0
2717configure:25540: result: yes
2718configure:25452: checking for vsnprintf
2719configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2720conftest.c:96: warning: conflicting types for built-in function `vsnprintf'
2721configure:25515: $? = 0
2722configure:25519: test -z
2723                         || test ! -s conftest.err
2724configure:25522: $? = 0
2725configure:25525: test -s conftest
2726configure:25528: $? = 0
2727configure:25540: result: yes
2728configure:25452: checking for sscanf
2729configure:25509: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2730conftest.c:97: warning: conflicting types for built-in function `sscanf'
2731configure:25515: $? = 0
2732configure:25519: test -z
2733                         || test ! -s conftest.err
2734configure:25522: $? = 0
2735configure:25525: test -s conftest
2736configure:25528: $? = 0
2737configure:25540: result: yes
2738configure:25553: checking for va_copy
2739configure:25572: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2740configure:25578: $? = 0
2741configure:25582: test -z
2742                         || test ! -s conftest.err
2743configure:25585: $? = 0
2744configure:25588: test -s conftest
2745configure:25591: $? = 0
2746configure:25602: result: yes
2747configure:25671: checking for library containing gethostent
2748configure:25701: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2749configure:25707: $? = 0
2750configure:25711: test -z
2751                         || test ! -s conftest.err
2752configure:25714: $? = 0
2753configure:25717: test -s conftest
2754configure:25720: $? = 0
2755configure:25790: result: none required
2756configure:25797: checking for library containing setsockopt
2757configure:25827: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2758configure:25833: $? = 0
2759configure:25837: test -z
2760                         || test ! -s conftest.err
2761configure:25840: $? = 0
2762configure:25843: test -s conftest
2763configure:25846: $? = 0
2764configure:25916: result: none required
2765configure:25923: checking for library containing connect
2766configure:25953: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2767configure:25959: $? = 0
2768configure:25963: test -z
2769                         || test ! -s conftest.err
2770configure:25966: $? = 0
2771configure:25969: test -s conftest
2772configure:25972: $? = 0
2773configure:26042: result: none required
2774configure:26050: checking for type of socket length (socklen_t)
2775configure:26070: gcc -c -O2 -I/opt/local/include conftest.c >&5
2776configure:26067: result: socklen_t *
2777configure:26137: checking whether to enable IPv6
2778configure:26174: gcc -c -O2 -I/opt/local/include conftest.c >&5
2779configure:26180: $? = 0
2780configure:26184: test -z
2781                         || test ! -s conftest.err
2782configure:26187: $? = 0
2783configure:26190: test -s conftest.o
2784configure:26193: $? = 0
2785configure:26204: result: yes
2786configure:26215: checking struct sockaddr::ss_family
2787configure:26239: gcc -c -O2 -I/opt/local/include conftest.c >&5
2788configure:26245: $? = 0
2789configure:26249: test -z
2790                         || test ! -s conftest.err
2791configure:26252: $? = 0
2792configure:26255: test -s conftest.o
2793configure:26258: $? = 0
2794configure:26269: result: yes
2795configure:26346: checking for getaddrinfo
2796configure:26403: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2797configure:26409: $? = 0
2798configure:26413: test -z
2799                         || test ! -s conftest.err
2800configure:26416: $? = 0
2801configure:26419: test -s conftest
2802configure:26422: $? = 0
2803configure:26434: result: yes
2804configure:26525: checking for isnan
2805configure:26582: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2806configure:26588: $? = 0
2807configure:26592: test -z
2808                         || test ! -s conftest.err
2809configure:26595: $? = 0
2810configure:26598: test -s conftest
2811configure:26601: $? = 0
2812configure:26613: result: yes
2813configure:26697: checking for isinf
2814configure:26754: gcc -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2815configure:26760: $? = 0
2816configure:26764: test -z
2817                         || test ! -s conftest.err
2818configure:26767: $? = 0
2819configure:26770: test -s conftest
2820configure:26773: $? = 0
2821configure:26785: result: yes
2822configure:27137: checking for shl_load
2823configure:27194: gcc -o conftest -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 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2824ld: warning prebinding disabled because of undefined symbols
2825ld: Undefined symbols:
2826_shl_load
2827conftest.c:104: warning: function declaration isn't a prototype
2828conftest.c:111: warning: function declaration isn't a prototype
2829conftest.c:119: warning: function declaration isn't a prototype
2830configure:27200: $? = 1
2831configure: failed program was:
2832| /* confdefs.h.  */
2833|
2834| #define PACKAGE_NAME ""
2835| #define PACKAGE_TARNAME ""
2836| #define PACKAGE_VERSION ""
2837| #define PACKAGE_STRING ""
2838| #define PACKAGE_BUGREPORT ""
2839| #define PACKAGE "libxml2"
2840| #define VERSION "2.6.28"
2841| #define PROTOTYPES 1
2842| #define __PROTOTYPES 1
2843| #define STDC_HEADERS 1
2844| #define HAVE_SYS_TYPES_H 1
2845| #define HAVE_SYS_STAT_H 1
2846| #define HAVE_STDLIB_H 1
2847| #define HAVE_STRING_H 1
2848| #define HAVE_MEMORY_H 1
2849| #define HAVE_STRINGS_H 1
2850| #define HAVE_INTTYPES_H 1
2851| #define HAVE_STDINT_H 1
2852| #define HAVE_UNISTD_H 1
2853| #define HAVE_STRING_H 1
2854| #define HAVE_DLFCN_H 1
2855| #ifdef __cplusplus
2856| extern "C" void std::exit (int) throw (); using std::exit;
2857| #endif
2858| #define HAVE_ZLIB_H 1
2859| #define HAVE_LIBZ 1
2860| #define HAVE_DIRENT_H 1
2861| #define STDC_HEADERS 1
2862| #define HAVE_FCNTL_H 1
2863| #define HAVE_UNISTD_H 1
2864| #define HAVE_CTYPE_H 1
2865| #define HAVE_DIRENT_H 1
2866| #define HAVE_ERRNO_H 1
2867| #define HAVE_STDARG_H 1
2868| #define HAVE_SYS_STAT_H 1
2869| #define HAVE_SYS_TYPES_H 1
2870| #define HAVE_TIME_H 1
2871| #define HAVE_MATH_H 1
2872| #define HAVE_LIMITS_H 1
2873| #define HAVE_FLOAT_H 1
2874| #define HAVE_STDLIB_H 1
2875| #define HAVE_SYS_SOCKET_H 1
2876| #define HAVE_NETINET_IN_H 1
2877| #define HAVE_ARPA_INET_H 1
2878| #define HAVE_NETDB_H 1
2879| #define HAVE_SYS_TIME_H 1
2880| #define HAVE_SYS_SELECT_H 1
2881| #define HAVE_SYS_MMAN_H 1
2882| #define HAVE_SYS_TIMEB_H 1
2883| #define HAVE_SIGNAL_H 1
2884| #define HAVE_ARPA_NAMESER_H 1
2885| #define HAVE_RESOLV_H 1
2886| #define HAVE_DLFCN_H 1
2887| #define HAVE_STRFTIME 1
2888| #define HAVE_STRDUP 1
2889| #define HAVE_STRERROR 1
2890| #define HAVE_FINITE 1
2891| #define HAVE_STRFTIME 1
2892| #define HAVE_LOCALTIME 1
2893| #define HAVE_GETTIMEOFDAY 1
2894| #define HAVE_STAT 1
2895| #define HAVE_SIGNAL 1
2896| #define HAVE_PRINTF 1
2897| #define HAVE_SPRINTF 1
2898| #define HAVE_FPRINTF 1
2899| #define HAVE_SNPRINTF 1
2900| #define HAVE_VFPRINTF 1
2901| #define HAVE_VSPRINTF 1
2902| #define HAVE_VSNPRINTF 1
2903| #define HAVE_SSCANF 1
2904| #define HAVE_VA_COPY 1
2905| #define XML_SOCKLEN_T socklen_t
2906| #define SUPPORT_IP6
2907| #define HAVE_GETADDRINFO
2908| #define HAVE_ISNAN
2909| #define HAVE_ISINF
2910| /* end confdefs.h.  */
2911| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
2912|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2913| #define shl_load innocuous_shl_load
2914|
2915| /* System header to define __stub macros and hopefully few prototypes,
2916|     which can conflict with char shl_load (); below.
2917|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2918|     <limits.h> exists even on freestanding compilers.  */
2919|
2920| #ifdef __STDC__
2921| # include <limits.h>
2922| #else
2923| # include <assert.h>
2924| #endif
2925|
2926| #undef shl_load
2927|
2928| /* Override any gcc2 internal prototype to avoid an error.  */
2929| #ifdef __cplusplus
2930| extern "C"
2931| {
2932| #endif
2933| /* We use char because int might match the return type of a gcc2
2934|    builtin and then its argument prototype would still apply.  */
2935| char shl_load ();
2936| /* The GNU C library defines this for functions which it implements
2937|     to always fail with ENOSYS.  Some functions are actually named
2938|     something starting with __ and the normal name is an alias.  */
2939| #if defined (__stub_shl_load) || defined (__stub___shl_load)
2940| choke me
2941| #else
2942| char (*f) () = shl_load;
2943| #endif
2944| #ifdef __cplusplus
2945| }
2946| #endif
2947|
2948| int
2949| main ()
2950| {
2951| return f != shl_load;
2952|   ;
2953|   return 0;
2954| }
2955configure:27225: result: no
2956configure:27231: checking for shl_load in -ldld
2957configure:27261: gcc -o conftest -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 -I/opt/local/include -L/opt/local/lib conftest.c -ldld   >&5
2958ld: can't locate file for: -ldld
2959conftest.c:87: warning: function declaration isn't a prototype
2960conftest.c:90: warning: function declaration isn't a prototype
2961configure:27267: $? = 1
2962configure: failed program was:
2963| /* confdefs.h.  */
2964|
2965| #define PACKAGE_NAME ""
2966| #define PACKAGE_TARNAME ""
2967| #define PACKAGE_VERSION ""
2968| #define PACKAGE_STRING ""
2969| #define PACKAGE_BUGREPORT ""
2970| #define PACKAGE "libxml2"
2971| #define VERSION "2.6.28"
2972| #define PROTOTYPES 1
2973| #define __PROTOTYPES 1
2974| #define STDC_HEADERS 1
2975| #define HAVE_SYS_TYPES_H 1
2976| #define HAVE_SYS_STAT_H 1
2977| #define HAVE_STDLIB_H 1
2978| #define HAVE_STRING_H 1
2979| #define HAVE_MEMORY_H 1
2980| #define HAVE_STRINGS_H 1
2981| #define HAVE_INTTYPES_H 1
2982| #define HAVE_STDINT_H 1
2983| #define HAVE_UNISTD_H 1
2984| #define HAVE_STRING_H 1
2985| #define HAVE_DLFCN_H 1
2986| #ifdef __cplusplus
2987| extern "C" void std::exit (int) throw (); using std::exit;
2988| #endif
2989| #define HAVE_ZLIB_H 1
2990| #define HAVE_LIBZ 1
2991| #define HAVE_DIRENT_H 1
2992| #define STDC_HEADERS 1
2993| #define HAVE_FCNTL_H 1
2994| #define HAVE_UNISTD_H 1
2995| #define HAVE_CTYPE_H 1
2996| #define HAVE_DIRENT_H 1
2997| #define HAVE_ERRNO_H 1
2998| #define HAVE_STDARG_H 1
2999| #define HAVE_SYS_STAT_H 1
3000| #define HAVE_SYS_TYPES_H 1
3001| #define HAVE_TIME_H 1
3002| #define HAVE_MATH_H 1
3003| #define HAVE_LIMITS_H 1
3004| #define HAVE_FLOAT_H 1
3005| #define HAVE_STDLIB_H 1
3006| #define HAVE_SYS_SOCKET_H 1
3007| #define HAVE_NETINET_IN_H 1
3008| #define HAVE_ARPA_INET_H 1
3009| #define HAVE_NETDB_H 1
3010| #define HAVE_SYS_TIME_H 1
3011| #define HAVE_SYS_SELECT_H 1
3012| #define HAVE_SYS_MMAN_H 1
3013| #define HAVE_SYS_TIMEB_H 1
3014| #define HAVE_SIGNAL_H 1
3015| #define HAVE_ARPA_NAMESER_H 1
3016| #define HAVE_RESOLV_H 1
3017| #define HAVE_DLFCN_H 1
3018| #define HAVE_STRFTIME 1
3019| #define HAVE_STRDUP 1
3020| #define HAVE_STRERROR 1
3021| #define HAVE_FINITE 1
3022| #define HAVE_STRFTIME 1
3023| #define HAVE_LOCALTIME 1
3024| #define HAVE_GETTIMEOFDAY 1
3025| #define HAVE_STAT 1
3026| #define HAVE_SIGNAL 1
3027| #define HAVE_PRINTF 1
3028| #define HAVE_SPRINTF 1
3029| #define HAVE_FPRINTF 1
3030| #define HAVE_SNPRINTF 1
3031| #define HAVE_VFPRINTF 1
3032| #define HAVE_VSPRINTF 1
3033| #define HAVE_VSNPRINTF 1
3034| #define HAVE_SSCANF 1
3035| #define HAVE_VA_COPY 1
3036| #define XML_SOCKLEN_T socklen_t
3037| #define SUPPORT_IP6
3038| #define HAVE_GETADDRINFO
3039| #define HAVE_ISNAN
3040| #define HAVE_ISINF
3041| /* end confdefs.h.  */
3042|
3043| /* Override any gcc2 internal prototype to avoid an error.  */
3044| #ifdef __cplusplus
3045| extern "C"
3046| #endif
3047| /* We use char because int might match the return type of a gcc2
3048|    builtin and then its argument prototype would still apply.  */
3049| char shl_load ();
3050| int
3051| main ()
3052| {
3053| shl_load ();
3054|   ;
3055|   return 0;
3056| }
3057configure:27293: result: no
3058configure:27301: checking for dlopen
3059configure:27358: gcc -o conftest -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 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3060conftest.c:104: warning: function declaration isn't a prototype
3061conftest.c:111: warning: function declaration isn't a prototype
3062conftest.c:119: warning: function declaration isn't a prototype
3063configure:27364: $? = 0
3064configure:27368: test -z
3065                         || test ! -s conftest.err
3066configure:27371: $? = 0
3067configure:27374: test -s conftest
3068configure:27377: $? = 0
3069configure:27389: result: yes
3070configure:27580: checking pthread.h usability
3071configure:27592: gcc -c -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 -I/opt/local/include conftest.c >&5
3072configure:27598: $? = 0
3073configure:27602: test -z
3074                         || test ! -s conftest.err
3075configure:27605: $? = 0
3076configure:27608: test -s conftest.o
3077configure:27611: $? = 0
3078configure:27621: result: yes
3079configure:27625: checking pthread.h presence
3080configure:27635: gcc -E -I/opt/local/include conftest.c
3081configure:27641: $? = 0
3082configure:27661: result: yes
3083configure:27696: checking for pthread.h
3084configure:27703: result: yes
3085configure:27708: checking for pthread_join in -lpthread
3086configure:27738: gcc -o conftest -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 -I/opt/local/include -L/opt/local/lib conftest.c -lpthread   >&5
3087conftest.c:88: warning: function declaration isn't a prototype
3088conftest.c:91: warning: function declaration isn't a prototype
3089configure:27744: $? = 0
3090configure:27748: test -z
3091                         || test ! -s conftest.err
3092configure:27751: $? = 0
3093configure:27754: test -s conftest
3094configure:27757: $? = 0
3095configure:27770: result: yes
3096configure:28615: checking iconv.h usability
3097configure:28627: gcc -c -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 -I/opt/local/include -I/opt/local/include conftest.c >&5
3098configure:28633: $? = 0
3099configure:28637: test -z
3100                         || test ! -s conftest.err
3101configure:28640: $? = 0
3102configure:28643: test -s conftest.o
3103configure:28646: $? = 0
3104configure:28656: result: yes
3105configure:28660: checking iconv.h presence
3106configure:28670: gcc -E -I/opt/local/include -I/opt/local/include conftest.c
3107configure:28676: $? = 0
3108configure:28696: result: yes
3109configure:28731: checking for iconv.h
3110configure:28738: result: yes
3111configure:28743: checking for iconv
3112configure:28764: gcc -o conftest -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 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3113ld: warning prebinding disabled because of undefined symbols
3114ld: Undefined symbols:
3115_libiconv
3116_libiconv_open
3117conftest.c:87: warning: function declaration isn't a prototype
3118configure:28770: $? = 1
3119configure: failed program was:
3120| /* confdefs.h.  */
3121|
3122| #define PACKAGE_NAME ""
3123| #define PACKAGE_TARNAME ""
3124| #define PACKAGE_VERSION ""
3125| #define PACKAGE_STRING ""
3126| #define PACKAGE_BUGREPORT ""
3127| #define PACKAGE "libxml2"
3128| #define VERSION "2.6.28"
3129| #define PROTOTYPES 1
3130| #define __PROTOTYPES 1
3131| #define STDC_HEADERS 1
3132| #define HAVE_SYS_TYPES_H 1
3133| #define HAVE_SYS_STAT_H 1
3134| #define HAVE_STDLIB_H 1
3135| #define HAVE_STRING_H 1
3136| #define HAVE_MEMORY_H 1
3137| #define HAVE_STRINGS_H 1
3138| #define HAVE_INTTYPES_H 1
3139| #define HAVE_STDINT_H 1
3140| #define HAVE_UNISTD_H 1
3141| #define HAVE_STRING_H 1
3142| #define HAVE_DLFCN_H 1
3143| #ifdef __cplusplus
3144| extern "C" void std::exit (int) throw (); using std::exit;
3145| #endif
3146| #define HAVE_ZLIB_H 1
3147| #define HAVE_LIBZ 1
3148| #define HAVE_DIRENT_H 1
3149| #define STDC_HEADERS 1
3150| #define HAVE_FCNTL_H 1
3151| #define HAVE_UNISTD_H 1
3152| #define HAVE_CTYPE_H 1
3153| #define HAVE_DIRENT_H 1
3154| #define HAVE_ERRNO_H 1
3155| #define HAVE_STDARG_H 1
3156| #define HAVE_SYS_STAT_H 1
3157| #define HAVE_SYS_TYPES_H 1
3158| #define HAVE_TIME_H 1
3159| #define HAVE_MATH_H 1
3160| #define HAVE_LIMITS_H 1
3161| #define HAVE_FLOAT_H 1
3162| #define HAVE_STDLIB_H 1
3163| #define HAVE_SYS_SOCKET_H 1
3164| #define HAVE_NETINET_IN_H 1
3165| #define HAVE_ARPA_INET_H 1
3166| #define HAVE_NETDB_H 1
3167| #define HAVE_SYS_TIME_H 1
3168| #define HAVE_SYS_SELECT_H 1
3169| #define HAVE_SYS_MMAN_H 1
3170| #define HAVE_SYS_TIMEB_H 1
3171| #define HAVE_SIGNAL_H 1
3172| #define HAVE_ARPA_NAMESER_H 1
3173| #define HAVE_RESOLV_H 1
3174| #define HAVE_DLFCN_H 1
3175| #define HAVE_STRFTIME 1
3176| #define HAVE_STRDUP 1
3177| #define HAVE_STRERROR 1
3178| #define HAVE_FINITE 1
3179| #define HAVE_STRFTIME 1
3180| #define HAVE_LOCALTIME 1
3181| #define HAVE_GETTIMEOFDAY 1
3182| #define HAVE_STAT 1
3183| #define HAVE_SIGNAL 1
3184| #define HAVE_PRINTF 1
3185| #define HAVE_SPRINTF 1
3186| #define HAVE_FPRINTF 1
3187| #define HAVE_SNPRINTF 1
3188| #define HAVE_VFPRINTF 1
3189| #define HAVE_VSPRINTF 1
3190| #define HAVE_VSNPRINTF 1
3191| #define HAVE_SSCANF 1
3192| #define HAVE_VA_COPY 1
3193| #define XML_SOCKLEN_T socklen_t
3194| #define SUPPORT_IP6
3195| #define HAVE_GETADDRINFO
3196| #define HAVE_ISNAN
3197| #define HAVE_ISINF
3198| #define HAVE_DLOPEN
3199| #define HAVE_LIBPTHREAD
3200| #define HAVE_PTHREAD_H
3201| /* end confdefs.h.  */
3202| #include <stdlib.h>
3203| #include <iconv.h>
3204| int
3205| main ()
3206| {
3207|
3208| iconv_t cd = iconv_open ("","");
3209| iconv (cd, NULL, NULL, NULL, NULL);
3210|   ;
3211|   return 0;
3212| }
3213configure:28794: result: no
3214configure:28796: checking for iconv in -liconv
3215configure:28823: gcc -o conftest -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 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c  -liconv >&5
3216ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xf6000) of /opt/local/lib/libiconv.2.dylib
3217ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xf6000) of /opt/local/lib/libiconv.2.dylib
3218ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xf6000) of /opt/local/lib/libiconv.2.dylib
3219ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xf6000) of /opt/local/lib/libiconv.2.dylib
3220conftest.c:87: warning: function declaration isn't a prototype
3221configure:28829: $? = 0
3222configure:28833: test -z
3223                         || test ! -s conftest.err
3224configure:28836: $? = 0
3225configure:28839: test -s conftest
3226configure:28842: $? = 0
3227configure:28845: result: yes
3228configure:29164: creating ./config.status
3229
3230## ---------------------- ##
3231## Running config.status. ##
3232## ---------------------- ##
3233
3234This file was extended by config.status, which was
3235generated by GNU Autoconf 2.59.  Invocation command line was
3236
3237  CONFIG_FILES    =
3238  CONFIG_HEADERS  =
3239  CONFIG_LINKS    =
3240  CONFIG_COMMANDS =
3241  $ ./config.status
3242
3243on beeblebrox.Stanford.EDU
3244
3245config.status:847: creating libxml2.spec
3246config.status:847: creating Makefile
3247config.status:847: creating include/Makefile
3248config.status:847: creating include/libxml/Makefile
3249config.status:847: creating doc/Makefile
3250config.status:847: creating doc/examples/Makefile
3251config.status:847: creating doc/devhelp/Makefile
3252config.status:847: creating example/Makefile
3253config.status:847: creating python/Makefile
3254config.status:847: creating python/tests/Makefile
3255config.status:847: creating xstc/Makefile
3256config.status:847: creating include/libxml/xmlversion.h
3257config.status:847: creating xml2-config
3258config.status:847: creating libxml-2.0.pc
3259config.status:847: creating libxml-2.0-uninstalled.pc
3260config.status:847: creating python/setup.py
3261config.status:951: creating config.h
3262config.status:1382: executing depfiles commands
3263
3264## ---------------- ##
3265## Cache variables. ##
3266## ---------------- ##
3267
3268ac_cv_build=powerpc-apple-darwin7.9.0
3269ac_cv_build_alias=powerpc-apple-darwin7.9.0
3270ac_cv_c_compiler_gnu=yes
3271ac_cv_cxx_compiler_gnu=yes
3272ac_cv_env_CC_set=
3273ac_cv_env_CC_value=
3274ac_cv_env_CFLAGS_set=set
3275ac_cv_env_CFLAGS_value=-O2
3276ac_cv_env_CPPFLAGS_set=set
3277ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3278ac_cv_env_CPP_set=
3279ac_cv_env_CPP_value=
3280ac_cv_env_CXXCPP_set=
3281ac_cv_env_CXXCPP_value=
3282ac_cv_env_CXXFLAGS_set=set
3283ac_cv_env_CXXFLAGS_value=-O2
3284ac_cv_env_CXX_set=
3285ac_cv_env_CXX_value=
3286ac_cv_env_F77_set=
3287ac_cv_env_F77_value=
3288ac_cv_env_FFLAGS_set=
3289ac_cv_env_FFLAGS_value=
3290ac_cv_env_LDFLAGS_set=set
3291ac_cv_env_LDFLAGS_value=-L/opt/local/lib
3292ac_cv_env_build_alias_set=
3293ac_cv_env_build_alias_value=
3294ac_cv_env_host_alias_set=
3295ac_cv_env_host_alias_value=
3296ac_cv_env_target_alias_set=
3297ac_cv_env_target_alias_value=
3298ac_cv_exeext=
3299ac_cv_f77_compiler_gnu=no
3300ac_cv_func__stat=no
3301ac_cv_func_class=no
3302ac_cv_func_dlopen=yes
3303ac_cv_func_finite=yes
3304ac_cv_func_fp_class=no
3305ac_cv_func_fpclass=no
3306ac_cv_func_fprintf=yes
3307ac_cv_func_ftime=no
3308ac_cv_func_getaddrinfo=yes
3309ac_cv_func_gettimeofday=yes
3310ac_cv_func_isinf=yes
3311ac_cv_func_isnan=yes
3312ac_cv_func_isnand=no
3313ac_cv_func_localtime=yes
3314ac_cv_func_printf=yes
3315ac_cv_func_shl_load=no
3316ac_cv_func_signal=yes
3317ac_cv_func_snprintf=yes
3318ac_cv_func_sprintf=yes
3319ac_cv_func_sscanf=yes
3320ac_cv_func_stat=yes
3321ac_cv_func_strdup=yes
3322ac_cv_func_strerror=yes
3323ac_cv_func_strftime=yes
3324ac_cv_func_strndup=no
3325ac_cv_func_vfprintf=yes
3326ac_cv_func_vsnprintf=yes
3327ac_cv_func_vsprintf=yes
3328ac_cv_header_ansidecl_h=no
3329ac_cv_header_arpa_inet_h=yes
3330ac_cv_header_arpa_nameser_h=yes
3331ac_cv_header_ctype_h=yes
3332ac_cv_header_dirent_dirent_h=yes
3333ac_cv_header_dirent_h=yes
3334ac_cv_header_dl_h=no
3335ac_cv_header_dlfcn_h=yes
3336ac_cv_header_errno_h=yes
3337ac_cv_header_fcntl_h=yes
3338ac_cv_header_float_h=yes
3339ac_cv_header_fp_class_h=no
3340ac_cv_header_iconv_h=yes
3341ac_cv_header_ieeefp_h=no
3342ac_cv_header_inttypes_h=yes
3343ac_cv_header_limits_h=yes
3344ac_cv_header_malloc_h=no
3345ac_cv_header_math_h=yes
3346ac_cv_header_memory_h=yes
3347ac_cv_header_nan_h=no
3348ac_cv_header_netdb_h=yes
3349ac_cv_header_netinet_in_h=yes
3350ac_cv_header_pthread_h=yes
3351ac_cv_header_resolv_h=yes
3352ac_cv_header_signal_h=yes
3353ac_cv_header_stdarg_h=yes
3354ac_cv_header_stdc=yes
3355ac_cv_header_stdint_h=yes
3356ac_cv_header_stdlib_h=yes
3357ac_cv_header_string_h=yes
3358ac_cv_header_strings_h=yes
3359ac_cv_header_sys_mman_h=yes
3360ac_cv_header_sys_select_h=yes
3361ac_cv_header_sys_socket_h=yes
3362ac_cv_header_sys_stat_h=yes
3363ac_cv_header_sys_time_h=yes
3364ac_cv_header_sys_timeb_h=yes
3365ac_cv_header_sys_types_h=yes
3366ac_cv_header_time_h=yes
3367ac_cv_header_unistd_h=yes
3368ac_cv_header_zlib_h=yes
3369ac_cv_host=powerpc-apple-darwin7.9.0
3370ac_cv_host_alias=powerpc-apple-darwin7.9.0
3371ac_cv_lib_dld_shl_load=no
3372ac_cv_lib_pthread_pthread_join=yes
3373ac_cv_lib_z_gzread=yes
3374ac_cv_objext=o
3375ac_cv_path_MV=/bin/mv
3376ac_cv_path_PERL=/opt/local/bin/perl
3377ac_cv_path_RM=/bin/rm
3378ac_cv_path_TAR=/usr/bin/tar
3379ac_cv_path_WGET=/usr/bin/wget
3380ac_cv_path_XMLLINT=/opt/local/bin/xmllint
3381ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc
3382ac_cv_path_install='/opt/local/bin/ginstall -c'
3383ac_cv_prog_AWK=awk
3384ac_cv_prog_CPP='gcc -E'
3385ac_cv_prog_CXXCPP='g++ -E'
3386ac_cv_prog_ac_ct_AR=ar
3387ac_cv_prog_ac_ct_CC=gcc
3388ac_cv_prog_ac_ct_CXX=g++
3389ac_cv_prog_ac_ct_RANLIB=ranlib
3390ac_cv_prog_ac_ct_STRIP=strip
3391ac_cv_prog_cc_g=yes
3392ac_cv_prog_cc_stdc=
3393ac_cv_prog_cxx_g=yes
3394ac_cv_prog_egrep='grep -E'
3395ac_cv_prog_f77_g=no
3396ac_cv_prog_make_make_set=yes
3397ac_cv_search_connect='none required'
3398ac_cv_search_gethostent='none required'
3399ac_cv_search_opendir='none required'
3400ac_cv_search_setsockopt='none required'
3401am_cv_CC_dependencies_compiler_type=gcc3
3402am_cv_CXX_dependencies_compiler_type=gcc3
3403lt_cv_deplibs_check_method=pass_all
3404lt_cv_file_magic_cmd='$MAGIC_CMD'
3405lt_cv_file_magic_test_file=
3406lt_cv_ld_reload_flag=-r
3407lt_cv_objdir=.libs
3408lt_cv_path_LD=/usr/bin/ld
3409lt_cv_path_LDCXX=/usr/bin/ld
3410lt_cv_path_NM='/usr/bin/nm -p'
3411lt_cv_path_SED=/usr/bin/sed
3412lt_cv_prog_compiler_c_o=yes
3413lt_cv_prog_compiler_c_o_CXX=yes
3414lt_cv_prog_compiler_rtti_exceptions=no
3415lt_cv_prog_gnu_ld=no
3416lt_cv_prog_gnu_ldcxx=no
3417lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
3418lt_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'\'''
3419lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
3420lt_cv_sys_max_cmd_len=196608
3421lt_lt_cv_prog_compiler_c_o='"yes"'
3422lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
3423lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
3424lt_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'\''"'
3425lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
3426
3427## ----------------- ##
3428## Output variables. ##
3429## ----------------- ##
3430
3431ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run aclocal-1.9'
3432AMDEPBACKSLASH='\'
3433AMDEP_FALSE='#'
3434AMDEP_TRUE=''
3435AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run tar'
3436ANSI2KNR=''
3437AR='ar'
3438AS='as'
3439AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run autoconf'
3440AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run autoheader'
3441AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run automake-1.9'
3442AWK='awk'
3443BASE_THREAD_LIBS=''
3444C14N_OBJ='c14n.c'
3445CATALOG_OBJ='catalog.o'
3446CC='gcc'
3447CCDEPMODE='depmode=gcc3'
3448CFLAGS='-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'
3449CPP='gcc -E'
3450CPPFLAGS='-I/opt/local/include -I/opt/local/include'
3451CXX='g++'
3452CXXCPP='g++ -E'
3453CXXDEPMODE='depmode=gcc3'
3454CXXFLAGS='-O2'
3455CYGPATH_W='echo'
3456CYGWIN_EXTRA_LDFLAGS=''
3457CYGWIN_EXTRA_PYTHON_LIBADD=''
3458DEBUG_OBJ='debugXML.o'
3459DEFS='-DHAVE_CONFIG_H'
3460DEPDIR='.deps'
3461DLLTOOL='dlltool'
3462DOCB_OBJ='DOCBparser.o'
3463ECHO='echo'
3464ECHO_C=''
3465ECHO_N='-n'
3466ECHO_T=''
3467EGREP='grep -E'
3468EXEEXT=''
3469F77=''
3470FFLAGS=''
3471FTP_OBJ='nanoftp.o'
3472HAVE_ISINF=''
3473HAVE_ISNAN=''
3474HTML_DIR='$(datadir)/doc/$(PACKAGE)-$(VERSION)/html'
3475HTML_OBJ='HTMLparser.o HTMLtree.o'
3476HTTP_OBJ='nanohttp.o'
3477ICONV_LIBS='-L/opt/local/lib -liconv'
3478INSTALL_DATA='${INSTALL} -m 644'
3479INSTALL_PROGRAM='${INSTALL}'
3480INSTALL_SCRIPT='${INSTALL}'
3481INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
3482LDFLAGS='-L/opt/local/lib'
3483LIBOBJS=''
3484LIBS=''
3485LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3486LIBXML_MAJOR_VERSION='2'
3487LIBXML_MICRO_VERSION='28'
3488LIBXML_MINOR_VERSION='6'
3489LIBXML_VERSION='2.6.28'
3490LIBXML_VERSION_EXTRA=''
3491LIBXML_VERSION_INFO='8:28:6'
3492LIBXML_VERSION_NUMBER='20628'
3493LN_S='ln -s'
3494LTLIBOBJS=''
3495MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/missing --run makeinfo'
3496MODULE_EXTENSION='.so'
3497MODULE_PLATFORM_LIBS=''
3498MV='/bin/mv'
3499M_LIBS='-lm'
3500OBJDUMP='objdump'
3501OBJEXT='o'
3502PACKAGE='libxml2'
3503PACKAGE_BUGREPORT=''
3504PACKAGE_NAME=''
3505PACKAGE_STRING=''
3506PACKAGE_TARNAME=''
3507PACKAGE_VERSION=''
3508PATH_SEPARATOR=':'
3509PERL='/opt/local/bin/perl'
3510PYTHON=''
3511PYTHON_INCLUDES=''
3512PYTHON_SITE_PACKAGES=''
3513PYTHON_SUBDIR=''
3514PYTHON_TESTS=''
3515PYTHON_VERSION=''
3516RANLIB='ranlib'
3517RDL_LIBS=''
3518READER_TEST='Readertests'
3519RELDATE='Tue Aug 14 2007'
3520RM='/bin/rm'
3521SED='/usr/bin/sed'
3522SET_MAKE=''
3523SHELL='/bin/sh'
3524STATIC_BINARIES=''
3525STRIP='strip'
3526TAR='/usr/bin/tar'
3527TEST_C14N='C14Ntests'
3528TEST_CATALOG='Catatests'
3529TEST_DEBUG='Scripttests'
3530TEST_HTML='HTMLtests'
3531TEST_MODULES='ModuleTests'
3532TEST_PATTERN='Patterntests'
3533TEST_PHTML='HTMLPushtests'
3534TEST_PUSH='XMLPushtests'
3535TEST_REGEXPS='Regexptests Automatatests'
3536TEST_SAX='SAXtests'
3537TEST_SCHEMAS='Schemastests Relaxtests'
3538TEST_SCHEMATRON='Schematrontests'
3539TEST_THREADS='Threadtests'
3540TEST_VALID='Validtests'
3541TEST_VTIME='VTimingtests'
3542TEST_XINCLUDE='XIncludetests'
3543TEST_XPATH='XPathtests'
3544TEST_XPTR='XPtrtests'
3545THREADS_W32=''
3546THREAD_CFLAGS=' -D_REENTRANT'
3547THREAD_LIBS='-lpthread'
3548U=''
3549VERSION='2.6.28'
3550WGET='/usr/bin/wget'
3551WIN32_EXTRA_LDFLAGS=''
3552WIN32_EXTRA_LIBADD=''
3553WITH_C14N='1'
3554WITH_CATALOG='1'
3555WITH_DEBUG='1'
3556WITH_DOCB='1'
3557WITH_FTP='1'
3558WITH_HTML='1'
3559WITH_HTTP='1'
3560WITH_ICONV='1'
3561WITH_ISO8859X='1'
3562WITH_LEGACY='1'
3563WITH_MEM_DEBUG='0'
3564WITH_MODULES='1'
3565WITH_OUTPUT='1'
3566WITH_PATTERN='1'
3567WITH_PUSH='1'
3568WITH_PYTHON_FALSE=''
3569WITH_PYTHON_TRUE='#'
3570WITH_READER='1'
3571WITH_REGEXPS='1'
3572WITH_RUN_DEBUG='0'
3573WITH_SAX1='1'
3574WITH_SCHEMAS='1'
3575WITH_SCHEMATRON='1'
3576WITH_THREADS='1'
3577WITH_TREE='1'
3578WITH_TRIO='0'
3579WITH_TRIO_SOURCES_FALSE=''
3580WITH_TRIO_SOURCES_TRUE='#'
3581WITH_VALID='1'
3582WITH_WRITER='1'
3583WITH_XINCLUDE='1'
3584WITH_XPATH='1'
3585WITH_XPTR='1'
3586WITH_ZLIB='1'
3587XINCLUDE_OBJ='xinclude.o'
3588XMLLINT='/opt/local/bin/xmllint'
3589XML_CFLAGS=''
3590XML_INCLUDEDIR='-I${includedir}/libxml2 -I/opt/local/include'
3591XML_LIBDIR='-L${libdir}'
3592XML_LIBS='-lxml2 -lz -lpthread -L/opt/local/lib -liconv -lm '
3593XML_LIBTOOLLIBS='libxml2.la'
3594XPATH_OBJ='xpath.o'
3595XPTR_OBJ='xpointer.o'
3596XSLTPROC='/opt/local/bin/xsltproc'
3597Z_CFLAGS=''
3598Z_LIBS='-lz'
3599ac_ct_AR='ar'
3600ac_ct_AS=''
3601ac_ct_CC='gcc'
3602ac_ct_CXX='g++'
3603ac_ct_DLLTOOL=''
3604ac_ct_F77=''
3605ac_ct_OBJDUMP=''
3606ac_ct_RANLIB='ranlib'
3607ac_ct_STRIP='strip'
3608am__fastdepCC_FALSE='#'
3609am__fastdepCC_TRUE=''
3610am__fastdepCXX_FALSE='#'
3611am__fastdepCXX_TRUE=''
3612am__include='include'
3613am__leading_dot='.'
3614am__quote=''
3615am__tar='${AMTAR} chof - "$$tardir"'
3616am__untar='${AMTAR} xf -'
3617bindir='${exec_prefix}/bin'
3618build='powerpc-apple-darwin7.9.0'
3619build_alias=''
3620build_cpu='powerpc'
3621build_os='darwin7.9.0'
3622build_vendor='apple'
3623datadir='${prefix}/share'
3624exec_prefix='${prefix}'
3625host='powerpc-apple-darwin7.9.0'
3626host_alias=''
3627host_cpu='powerpc'
3628host_os='darwin7.9.0'
3629host_vendor='apple'
3630includedir='${prefix}/include'
3631infodir='${prefix}/info'
3632install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.28/install-sh'
3633libdir='${exec_prefix}/lib'
3634libexecdir='${exec_prefix}/libexec'
3635localstatedir='${prefix}/var'
3636mandir='/opt/local/share/man'
3637mkdir_p='mkdir -p --'
3638oldincludedir='/usr/include'
3639prefix='/opt/local'
3640program_transform_name='s,x,x,'
3641pythondir=''
3642sbindir='${exec_prefix}/sbin'
3643sharedstatedir='${prefix}/com'
3644sysconfdir='${prefix}/etc'
3645target_alias=''
3646
3647## ----------- ##
3648## confdefs.h. ##
3649## ----------- ##
3650
3651#define HAVE_ARPA_INET_H 1
3652#define HAVE_ARPA_NAMESER_H 1
3653#define HAVE_CTYPE_H 1
3654#define HAVE_DIRENT_H 1
3655#define HAVE_DIRENT_H 1
3656#define HAVE_DLFCN_H 1
3657#define HAVE_DLFCN_H 1
3658#define HAVE_DLOPEN
3659#define HAVE_ERRNO_H 1
3660#define HAVE_FCNTL_H 1
3661#define HAVE_FINITE 1
3662#define HAVE_FLOAT_H 1
3663#define HAVE_FPRINTF 1
3664#define HAVE_GETADDRINFO
3665#define HAVE_GETTIMEOFDAY 1
3666#define HAVE_INTTYPES_H 1
3667#define HAVE_ISINF
3668#define HAVE_ISNAN
3669#define HAVE_LIBPTHREAD
3670#define HAVE_LIBZ 1
3671#define HAVE_LIMITS_H 1
3672#define HAVE_LOCALTIME 1
3673#define HAVE_MATH_H 1
3674#define HAVE_MEMORY_H 1
3675#define HAVE_NETDB_H 1
3676#define HAVE_NETINET_IN_H 1
3677#define HAVE_PRINTF 1
3678#define HAVE_PTHREAD_H
3679#define HAVE_RESOLV_H 1
3680#define HAVE_SIGNAL 1
3681#define HAVE_SIGNAL_H 1
3682#define HAVE_SNPRINTF 1
3683#define HAVE_SPRINTF 1
3684#define HAVE_SSCANF 1
3685#define HAVE_STAT 1
3686#define HAVE_STDARG_H 1
3687#define HAVE_STDINT_H 1
3688#define HAVE_STDLIB_H 1
3689#define HAVE_STDLIB_H 1
3690#define HAVE_STRDUP 1
3691#define HAVE_STRERROR 1
3692#define HAVE_STRFTIME 1
3693#define HAVE_STRFTIME 1
3694#define HAVE_STRINGS_H 1
3695#define HAVE_STRING_H 1
3696#define HAVE_STRING_H 1
3697#define HAVE_SYS_MMAN_H 1
3698#define HAVE_SYS_SELECT_H 1
3699#define HAVE_SYS_SOCKET_H 1
3700#define HAVE_SYS_STAT_H 1
3701#define HAVE_SYS_STAT_H 1
3702#define HAVE_SYS_TIMEB_H 1
3703#define HAVE_SYS_TIME_H 1
3704#define HAVE_SYS_TYPES_H 1
3705#define HAVE_SYS_TYPES_H 1
3706#define HAVE_TIME_H 1
3707#define HAVE_UNISTD_H 1
3708#define HAVE_UNISTD_H 1
3709#define HAVE_VA_COPY 1
3710#define HAVE_VFPRINTF 1
3711#define HAVE_VSNPRINTF 1
3712#define HAVE_VSPRINTF 1
3713#define HAVE_ZLIB_H 1
3714#define PACKAGE "libxml2"
3715#define PACKAGE_BUGREPORT ""
3716#define PACKAGE_NAME ""
3717#define PACKAGE_STRING ""
3718#define PACKAGE_TARNAME ""
3719#define PACKAGE_VERSION ""
3720#define PROTOTYPES 1
3721#define STDC_HEADERS 1
3722#define STDC_HEADERS 1
3723#define SUPPORT_IP6
3724#define VERSION "2.6.28"
3725#define XML_SOCKLEN_T socklen_t
3726#define __PROTOTYPES 1
3727#endif
3728#ifdef __cplusplus
3729extern "C" void std::exit (int) throw (); using std::exit;
3730
3731configure: exit 0