Ticket #59649: config.log

File config.log, 74.8 KB (added by andregirard, 5 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.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --disable-silent-rules --enable-static --with-icu --without-python
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = iMac.local
14uname -m = x86_64
15uname -r = 17.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 298 tasks, 1085 threads, 4 processors
34Load average: 6.80, Mach factor: 0.50
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2507: checking whether to enable maintainer-specific portions of Makefiles
52configure:2516: result: yes
53configure:2563: checking build system type
54configure:2577: result: x86_64-apple-darwin17.5.0
55configure:2597: checking host system type
56configure:2610: result: x86_64-apple-darwin17.5.0
57configure:2690: checking for a BSD-compatible install
58configure:2758: result: /usr/bin/install -c
59configure:2769: checking whether build environment is sane
60configure:2824: result: yes
61configure:2975: checking for a thread-safe mkdir -p
62configure:3014: result: ./install-sh -c -d
63configure:3021: checking for gawk
64configure:3037: found /opt/local/bin/gawk
65configure:3048: result: gawk
66configure:3059: checking whether make sets $(MAKE)
67configure:3081: result: yes
68configure:3110: checking whether make supports nested variables
69configure:3127: result: yes
70configure:3269: checking whether make supports nested variables
71configure:3286: result: yes
72configure:3346: checking for gcc
73configure:3373: result: /usr/bin/clang
74configure:3602: checking for C compiler version
75configure:3611: /usr/bin/clang --version >&5
76Apple LLVM version 9.1.0 (clang-902.0.39.1)
77Target: x86_64-apple-darwin17.5.0
78Thread model: posix
79InstalledDir: /Library/Developer/CommandLineTools/usr/bin
80configure:3622: $? = 0
81configure:3611: /usr/bin/clang -v >&5
82Apple LLVM version 9.1.0 (clang-902.0.39.1)
83Target: x86_64-apple-darwin17.5.0
84Thread model: posix
85InstalledDir: /Library/Developer/CommandLineTools/usr/bin
86configure:3622: $? = 0
87configure:3611: /usr/bin/clang -V >&5
88clang: error: argument to '-V' is missing (expected 1 value)
89clang: error: no input files
90configure:3622: $? = 1
91configure:3611: /usr/bin/clang -qversion >&5
92clang: error: unknown argument: '-qversion'
93clang: error: no input files
94configure:3622: $? = 1
95configure:3642: checking whether the C compiler works
96configure:3664: /usr/bin/clang -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
97configure:3668: $? = 0
98configure:3716: result: yes
99configure:3719: checking for C compiler default output file name
100configure:3721: result: a.out
101configure:3727: checking for suffix of executables
102configure:3734: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
103configure:3738: $? = 0
104configure:3760: result:
105configure:3782: checking whether we are cross compiling
106configure:3790: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
107configure:3794: $? = 0
108configure:3801: ./conftest
109configure:3805: $? = 0
110configure:3820: result: no
111configure:3825: checking for suffix of object files
112configure:3847: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
113configure:3851: $? = 0
114configure:3872: result: o
115configure:3876: checking whether we are using the GNU C compiler
116configure:3895: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
117configure:3895: $? = 0
118configure:3904: result: yes
119configure:3913: checking whether /usr/bin/clang accepts -g
120configure:3933: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
121configure:3933: $? = 0
122configure:3974: result: yes
123configure:3991: checking for /usr/bin/clang option to accept ISO C89
124configure:4054: /usr/bin/clang  -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
125configure:4054: $? = 0
126configure:4067: result: none needed
127configure:4092: checking whether /usr/bin/clang understands -c and -o together
128configure:4114: /usr/bin/clang -c conftest.c -o conftest2.o
129configure:4117: $? = 0
130configure:4114: /usr/bin/clang -c conftest.c -o conftest2.o
131configure:4117: $? = 0
132configure:4129: result: yes
133configure:4157: checking for style of include used by make
134configure:4185: result: GNU
135configure:4211: checking dependency style of /usr/bin/clang
136configure:4322: result: none
137configure:4338: checking whether ln -s works
138configure:4342: result: yes
139configure:4355: checking how to run the C preprocessor
140configure:4386: /usr/bin/clang -E -I/opt/local/include conftest.c
141configure:4386: $? = 0
142configure:4400: /usr/bin/clang -E -I/opt/local/include conftest.c
143conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
144#include <ac_nonexistent.h>
145         ^~~~~~~~~~~~~~~~~~
1461 error generated.
147configure:4400: $? = 1
148configure: failed program was:
149| /* confdefs.h */
150| #define PACKAGE_NAME ""
151| #define PACKAGE_TARNAME ""
152| #define PACKAGE_VERSION ""
153| #define PACKAGE_STRING ""
154| #define PACKAGE_BUGREPORT ""
155| #define PACKAGE_URL ""
156| #define PACKAGE "libxml2"
157| #define VERSION "2.9.9"
158| /* end confdefs.h.  */
159| #include <ac_nonexistent.h>
160configure:4425: result: /usr/bin/clang -E
161configure:4445: /usr/bin/clang -E -I/opt/local/include conftest.c
162configure:4445: $? = 0
163configure:4459: /usr/bin/clang -E -I/opt/local/include conftest.c
164conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
165#include <ac_nonexistent.h>
166         ^~~~~~~~~~~~~~~~~~
1671 error generated.
168configure:4459: $? = 1
169configure: failed program was:
170| /* confdefs.h */
171| #define PACKAGE_NAME ""
172| #define PACKAGE_TARNAME ""
173| #define PACKAGE_VERSION ""
174| #define PACKAGE_STRING ""
175| #define PACKAGE_BUGREPORT ""
176| #define PACKAGE_URL ""
177| #define PACKAGE "libxml2"
178| #define VERSION "2.9.9"
179| /* end confdefs.h.  */
180| #include <ac_nonexistent.h>
181configure:4489: checking for mv
182configure:4507: found /bin/mv
183configure:4520: result: /bin/mv
184configure:4530: checking for tar
185configure:4548: found /usr/bin/tar
186configure:4561: result: /usr/bin/tar
187configure:4571: checking for perl
188configure:4589: found /opt/local/bin/perl
189configure:4602: result: /opt/local/bin/perl
190configure:4612: checking for wget
191configure:4643: result: /usr/bin/wget
192configure:4653: checking for xmllint
193configure:4671: found /opt/local/bin/xmllint
194configure:4684: result: /opt/local/bin/xmllint
195configure:4694: checking for xsltproc
196configure:4712: found /opt/local/bin/xsltproc
197configure:4725: result: /opt/local/bin/xsltproc
198configure:4787: checking for pkg-config
199configure:4805: found /opt/local/bin/pkg-config
200configure:4817: result: /opt/local/bin/pkg-config
201configure:4842: checking pkg-config is at least version 0.9.0
202configure:4845: result: yes
203configure:4900: checking how to print strings
204configure:4927: result: printf
205configure:4948: checking for a sed that does not truncate output
206configure:5012: result: /usr/bin/sed
207configure:5030: checking for grep that handles long lines and -e
208configure:5088: result: /usr/bin/grep
209configure:5093: checking for egrep
210configure:5155: result: /usr/bin/grep -E
211configure:5160: checking for fgrep
212configure:5222: result: /usr/bin/grep -F
213configure:5257: checking for ld used by /usr/bin/clang
214configure:5324: result: /Library/Developer/CommandLineTools/usr/bin/ld
215configure:5331: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
216configure:5346: result: no
217configure:5358: checking for BSD- or MS-compatible name lister (nm)
218configure:5412: result: /opt/local/bin/nm -B
219configure:5542: checking the name lister (/opt/local/bin/nm -B) interface
220configure:5549: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
221configure:5552: /opt/local/bin/nm -B "conftest.o"
222configure:5555: output
2230000000000000000 S _some_variable
224configure:5562: result: BSD nm
225configure:5566: checking the maximum length of command line arguments
226configure:5697: result: 196608
227configure:5745: checking how to convert x86_64-apple-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format
228configure:5785: result: func_convert_file_noop
229configure:5792: checking how to convert x86_64-apple-darwin17.5.0 file names to toolchain format
230configure:5812: result: func_convert_file_noop
231configure:5819: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
232configure:5826: result: -r
233configure:5900: checking for objdump
234configure:5916: found /usr/bin/objdump
235configure:5927: result: objdump
236configure:5959: checking how to recognize dependent libraries
237configure:6159: result: pass_all
238configure:6244: checking for dlltool
239configure:6274: result: no
240configure:6304: checking how to associate runtime and link libraries
241configure:6331: result: printf %s\n
242configure:6392: checking for ar
243configure:6408: found /opt/local/bin/ar
244configure:6419: result: ar
245configure:6456: checking for archiver @FILE support
246configure:6473: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
247configure:6473: $? = 0
248configure:6476: ar cru libconftest.a @conftest.lst >&5
249ar: @conftest.lst: No such file or directory
250configure:6479: $? = 1
251configure:6499: result: no
252configure:6557: checking for strip
253configure:6573: found /opt/local/bin/strip
254configure:6584: result: strip
255configure:6656: checking for ranlib
256configure:6672: found /opt/local/bin/ranlib
257configure:6683: result: ranlib
258configure:6785: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
259configure:6938: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
260configure:6941: $? = 0
261configure:6945: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
262configure:6948: $? = 0
263cannot find nm_test_var in conftest.nm
264configure:6938: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
265configure:6941: $? = 0
266configure:6945: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
267configure:6948: $? = 0
268configure:7014: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c conftstm.o >&5
269configure:7017: $? = 0
270configure:7055: result: ok
271configure:7102: checking for sysroot
272configure:7132: result: no
273configure:7139: checking for a working dd
274configure:7177: result: /bin/dd
275configure:7181: checking how to truncate binary pipes
276configure:7196: result: /bin/dd bs=4096 count=1
277configure:7525: checking for mt
278configure:7555: result: no
279configure:7575: checking if : is a manifest tool
280configure:7581: : '-?'
281configure:7589: result: no
282configure:7645: checking for dsymutil
283configure:7661: found /usr/bin/dsymutil
284configure:7672: result: dsymutil
285configure:7737: checking for nmedit
286configure:7753: found /opt/local/bin/nmedit
287configure:7764: result: nmedit
288configure:7829: checking for lipo
289configure:7845: found /opt/local/bin/lipo
290configure:7856: result: lipo
291configure:7921: checking for otool
292configure:7937: found /opt/local/bin/otool
293configure:7948: result: otool
294configure:8013: checking for otool64
295configure:8043: result: no
296configure:8088: checking for -single_module linker flag
297/usr/bin/clang -pipe -Os -arch x86_64 -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
298configure:8121: result: yes
299configure:8124: checking for -exported_symbols_list linker flag
300configure:8144: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
301configure:8144: $? = 0
302configure:8154: result: yes
303configure:8157: checking for -force_load linker flag
304/usr/bin/clang -pipe -Os -arch x86_64 -arch i386 -c -o conftest.o conftest.c
305ar cru libconftest.a conftest.o
306ranlib libconftest.a
307/usr/bin/clang -pipe -Os -arch x86_64 -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 -o conftest conftest.c -Wl,-force_load,./libconftest.a
308configure:8189: result: yes
309configure:8262: checking for ANSI C header files
310configure:8282: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
311configure:8282: $? = 0
312configure:8355: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
313configure:8355: $? = 0
314configure:8355: ./conftest
315configure:8355: $? = 0
316configure:8366: result: yes
317configure:8379: checking for sys/types.h
318configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
319configure:8379: $? = 0
320configure:8379: result: yes
321configure:8379: checking for sys/stat.h
322configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
323configure:8379: $? = 0
324configure:8379: result: yes
325configure:8379: checking for stdlib.h
326configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
327configure:8379: $? = 0
328configure:8379: result: yes
329configure:8379: checking for string.h
330configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
331configure:8379: $? = 0
332configure:8379: result: yes
333configure:8379: checking for memory.h
334configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
335configure:8379: $? = 0
336configure:8379: result: yes
337configure:8379: checking for strings.h
338configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
339configure:8379: $? = 0
340configure:8379: result: yes
341configure:8379: checking for inttypes.h
342configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
343configure:8379: $? = 0
344configure:8379: result: yes
345configure:8379: checking for stdint.h
346configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
347configure:8379: $? = 0
348configure:8379: result: yes
349configure:8379: checking for unistd.h
350configure:8379: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
351configure:8379: $? = 0
352configure:8379: result: yes
353configure:8393: checking for dlfcn.h
354configure:8393: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
355configure:8393: $? = 0
356configure:8393: result: yes
357configure:8649: checking for objdir
358configure:8664: result: .libs
359configure:8928: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
360configure:8946: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
361configure:8950: $? = 0
362configure:8963: result: yes
363configure:9321: checking for /usr/bin/clang option to produce PIC
364configure:9328: result: -fno-common -DPIC
365configure:9336: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
366configure:9354: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
367configure:9358: $? = 0
368configure:9371: result: yes
369configure:9400: checking if /usr/bin/clang static flag -static works
370configure:9428: result: no
371configure:9443: checking if /usr/bin/clang supports -c -o file.o
372configure:9464: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.c >&5
373configure:9468: $? = 0
374configure:9490: result: yes
375configure:9498: checking if /usr/bin/clang supports -c -o file.o
376configure:9545: result: yes
377configure:9578: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
378configure:10837: result: yes
379configure:11077: checking dynamic linker characteristics
380configure:11898: result: darwin17.5.0 dyld
381configure:12020: checking how to hardcode library paths into programs
382configure:12045: result: immediate
383configure:12593: checking whether stripping libraries is possible
384configure:12607: result: yes
385configure:12633: checking if libtool supports shared libraries
386configure:12635: result: yes
387configure:12638: checking whether to build shared libraries
388configure:12663: result: yes
389configure:12666: checking whether to build static libraries
390configure:12670: result: yes
391configure:13192: checking for Z
392configure:13199: $PKG_CONFIG --exists --print-errors "zlib"
393configure:13202: $? = 0
394configure:13216: $PKG_CONFIG --exists --print-errors "zlib"
395configure:13219: $? = 0
396configure:13257: result: yes
397configure:13347: checking for LZMA
398configure:13354: $PKG_CONFIG --exists --print-errors "liblzma"
399configure:13357: $? = 0
400configure:13371: $PKG_CONFIG --exists --print-errors "liblzma"
401configure:13374: $? = 0
402configure:13412: result: yes
403configure:13496: checking for dirent.h that defines DIR
404configure:13515: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
405configure:13515: $? = 0
406configure:13523: result: yes
407configure:13536: checking for library containing opendir
408configure:13567: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
409configure:13567: $? = 0
410configure:13584: result: none required
411configure:13651: checking for ANSI C header files
412configure:13755: result: yes
413configure:13765: checking fcntl.h usability
414configure:13765: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
415configure:13765: $? = 0
416configure:13765: result: yes
417configure:13765: checking fcntl.h presence
418configure:13765: /usr/bin/clang -E -I/opt/local/include conftest.c
419configure:13765: $? = 0
420configure:13765: result: yes
421configure:13765: checking for fcntl.h
422configure:13765: result: yes
423configure:13777: checking for unistd.h
424configure:13777: result: yes
425configure:13789: checking ctype.h usability
426configure:13789: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
427configure:13789: $? = 0
428configure:13789: result: yes
429configure:13789: checking ctype.h presence
430configure:13789: /usr/bin/clang -E -I/opt/local/include conftest.c
431configure:13789: $? = 0
432configure:13789: result: yes
433configure:13789: checking for ctype.h
434configure:13789: result: yes
435configure:13801: checking dirent.h usability
436configure:13801: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
437configure:13801: $? = 0
438configure:13801: result: yes
439configure:13801: checking dirent.h presence
440configure:13801: /usr/bin/clang -E -I/opt/local/include conftest.c
441configure:13801: $? = 0
442configure:13801: result: yes
443configure:13801: checking for dirent.h
444configure:13801: result: yes
445configure:13813: checking errno.h usability
446configure:13813: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
447configure:13813: $? = 0
448configure:13813: result: yes
449configure:13813: checking errno.h presence
450configure:13813: /usr/bin/clang -E -I/opt/local/include conftest.c
451configure:13813: $? = 0
452configure:13813: result: yes
453configure:13813: checking for errno.h
454configure:13813: result: yes
455configure:13825: checking malloc.h usability
456configure:13825: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
457conftest.c:63:10: fatal error: 'malloc.h' file not found
458#include <malloc.h>
459         ^~~~~~~~~~
4601 error generated.
461configure:13825: $? = 1
462configure: failed program was:
463| /* confdefs.h */
464| #define PACKAGE_NAME ""
465| #define PACKAGE_TARNAME ""
466| #define PACKAGE_VERSION ""
467| #define PACKAGE_STRING ""
468| #define PACKAGE_BUGREPORT ""
469| #define PACKAGE_URL ""
470| #define PACKAGE "libxml2"
471| #define VERSION "2.9.9"
472| #define STDC_HEADERS 1
473| #define HAVE_SYS_TYPES_H 1
474| #define HAVE_SYS_STAT_H 1
475| #define HAVE_STDLIB_H 1
476| #define HAVE_STRING_H 1
477| #define HAVE_MEMORY_H 1
478| #define HAVE_STRINGS_H 1
479| #define HAVE_INTTYPES_H 1
480| #define HAVE_STDINT_H 1
481| #define HAVE_UNISTD_H 1
482| #define HAVE_DLFCN_H 1
483| #define LT_OBJDIR ".libs/"
484| #define HAVE_DIRENT_H 1
485| #define STDC_HEADERS 1
486| #define HAVE_FCNTL_H 1
487| #define HAVE_UNISTD_H 1
488| #define HAVE_CTYPE_H 1
489| #define HAVE_DIRENT_H 1
490| #define HAVE_ERRNO_H 1
491| /* end confdefs.h.  */
492| #include <stdio.h>
493| #ifdef HAVE_SYS_TYPES_H
494| # include <sys/types.h>
495| #endif
496| #ifdef HAVE_SYS_STAT_H
497| # include <sys/stat.h>
498| #endif
499| #ifdef STDC_HEADERS
500| # include <stdlib.h>
501| # include <stddef.h>
502| #else
503| # ifdef HAVE_STDLIB_H
504| #  include <stdlib.h>
505| # endif
506| #endif
507| #ifdef HAVE_STRING_H
508| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
509| #  include <memory.h>
510| # endif
511| # include <string.h>
512| #endif
513| #ifdef HAVE_STRINGS_H
514| # include <strings.h>
515| #endif
516| #ifdef HAVE_INTTYPES_H
517| # include <inttypes.h>
518| #endif
519| #ifdef HAVE_STDINT_H
520| # include <stdint.h>
521| #endif
522| #ifdef HAVE_UNISTD_H
523| # include <unistd.h>
524| #endif
525| #include <malloc.h>
526configure:13825: result: no
527configure:13825: checking malloc.h presence
528configure:13825: /usr/bin/clang -E -I/opt/local/include conftest.c
529conftest.c:30:10: fatal error: 'malloc.h' file not found
530#include <malloc.h>
531         ^~~~~~~~~~
5321 error generated.
533configure:13825: $? = 1
534configure: failed program was:
535| /* confdefs.h */
536| #define PACKAGE_NAME ""
537| #define PACKAGE_TARNAME ""
538| #define PACKAGE_VERSION ""
539| #define PACKAGE_STRING ""
540| #define PACKAGE_BUGREPORT ""
541| #define PACKAGE_URL ""
542| #define PACKAGE "libxml2"
543| #define VERSION "2.9.9"
544| #define STDC_HEADERS 1
545| #define HAVE_SYS_TYPES_H 1
546| #define HAVE_SYS_STAT_H 1
547| #define HAVE_STDLIB_H 1
548| #define HAVE_STRING_H 1
549| #define HAVE_MEMORY_H 1
550| #define HAVE_STRINGS_H 1
551| #define HAVE_INTTYPES_H 1
552| #define HAVE_STDINT_H 1
553| #define HAVE_UNISTD_H 1
554| #define HAVE_DLFCN_H 1
555| #define LT_OBJDIR ".libs/"
556| #define HAVE_DIRENT_H 1
557| #define STDC_HEADERS 1
558| #define HAVE_FCNTL_H 1
559| #define HAVE_UNISTD_H 1
560| #define HAVE_CTYPE_H 1
561| #define HAVE_DIRENT_H 1
562| #define HAVE_ERRNO_H 1
563| /* end confdefs.h.  */
564| #include <malloc.h>
565configure:13825: result: no
566configure:13825: checking for malloc.h
567configure:13825: result: no
568configure:13837: checking stdarg.h usability
569configure:13837: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
570configure:13837: $? = 0
571configure:13837: result: yes
572configure:13837: checking stdarg.h presence
573configure:13837: /usr/bin/clang -E -I/opt/local/include conftest.c
574configure:13837: $? = 0
575configure:13837: result: yes
576configure:13837: checking for stdarg.h
577configure:13837: result: yes
578configure:13849: checking for sys/stat.h
579configure:13849: result: yes
580configure:13861: checking for sys/types.h
581configure:13861: result: yes
582configure:13873: checking for stdint.h
583configure:13873: result: yes
584configure:13885: checking for inttypes.h
585configure:13885: result: yes
586configure:13897: checking time.h usability
587configure:13897: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
588configure:13897: $? = 0
589configure:13897: result: yes
590configure:13897: checking time.h presence
591configure:13897: /usr/bin/clang -E -I/opt/local/include conftest.c
592configure:13897: $? = 0
593configure:13897: result: yes
594configure:13897: checking for time.h
595configure:13897: result: yes
596configure:13909: checking math.h usability
597configure:13909: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
598configure:13909: $? = 0
599configure:13909: result: yes
600configure:13909: checking math.h presence
601configure:13909: /usr/bin/clang -E -I/opt/local/include conftest.c
602configure:13909: $? = 0
603configure:13909: result: yes
604configure:13909: checking for math.h
605configure:13909: result: yes
606configure:13921: checking limits.h usability
607configure:13921: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
608configure:13921: $? = 0
609configure:13921: result: yes
610configure:13921: checking limits.h presence
611configure:13921: /usr/bin/clang -E -I/opt/local/include conftest.c
612configure:13921: $? = 0
613configure:13921: result: yes
614configure:13921: checking for limits.h
615configure:13921: result: yes
616configure:13933: checking float.h usability
617configure:13933: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
618configure:13933: $? = 0
619configure:13933: result: yes
620configure:13933: checking float.h presence
621configure:13933: /usr/bin/clang -E -I/opt/local/include conftest.c
622configure:13933: $? = 0
623configure:13933: result: yes
624configure:13933: checking for float.h
625configure:13933: result: yes
626configure:13945: checking for stdlib.h
627configure:13945: result: yes
628configure:13957: checking for sys/socket.h
629configure:13957: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
630configure:13957: $? = 0
631configure:13957: result: yes
632configure:13973: checking for netinet/in.h
633configure:13973: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
634configure:13973: $? = 0
635configure:13973: result: yes
636configure:13989: checking for arpa/inet.h
637configure:13989: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
638configure:13989: $? = 0
639configure:13989: result: yes
640configure:14008: checking netdb.h usability
641configure:14008: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
642configure:14008: $? = 0
643configure:14008: result: yes
644configure:14008: checking netdb.h presence
645configure:14008: /usr/bin/clang -E -I/opt/local/include conftest.c
646configure:14008: $? = 0
647configure:14008: result: yes
648configure:14008: checking for netdb.h
649configure:14008: result: yes
650configure:14020: checking sys/time.h usability
651configure:14020: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
652configure:14020: $? = 0
653configure:14020: result: yes
654configure:14020: checking sys/time.h presence
655configure:14020: /usr/bin/clang -E -I/opt/local/include conftest.c
656configure:14020: $? = 0
657configure:14020: result: yes
658configure:14020: checking for sys/time.h
659configure:14020: result: yes
660configure:14032: checking sys/select.h usability
661configure:14032: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
662configure:14032: $? = 0
663configure:14032: result: yes
664configure:14032: checking sys/select.h presence
665configure:14032: /usr/bin/clang -E -I/opt/local/include conftest.c
666configure:14032: $? = 0
667configure:14032: result: yes
668configure:14032: checking for sys/select.h
669configure:14032: result: yes
670configure:14044: checking poll.h usability
671configure:14044: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
672configure:14044: $? = 0
673configure:14044: result: yes
674configure:14044: checking poll.h presence
675configure:14044: /usr/bin/clang -E -I/opt/local/include conftest.c
676configure:14044: $? = 0
677configure:14044: result: yes
678configure:14044: checking for poll.h
679configure:14044: result: yes
680configure:14056: checking sys/mman.h usability
681configure:14056: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
682configure:14056: $? = 0
683configure:14056: result: yes
684configure:14056: checking sys/mman.h presence
685configure:14056: /usr/bin/clang -E -I/opt/local/include conftest.c
686configure:14056: $? = 0
687configure:14056: result: yes
688configure:14056: checking for sys/mman.h
689configure:14056: result: yes
690configure:14068: checking sys/timeb.h usability
691configure:14068: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
692configure:14068: $? = 0
693configure:14068: result: yes
694configure:14068: checking sys/timeb.h presence
695configure:14068: /usr/bin/clang -E -I/opt/local/include conftest.c
696configure:14068: $? = 0
697configure:14068: result: yes
698configure:14068: checking for sys/timeb.h
699configure:14068: result: yes
700configure:14080: checking signal.h usability
701configure:14080: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
702configure:14080: $? = 0
703configure:14080: result: yes
704configure:14080: checking signal.h presence
705configure:14080: /usr/bin/clang -E -I/opt/local/include conftest.c
706configure:14080: $? = 0
707configure:14080: result: yes
708configure:14080: checking for signal.h
709configure:14080: result: yes
710configure:14092: checking for arpa/nameser.h
711configure:14092: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
712configure:14092: $? = 0
713configure:14092: result: yes
714configure:14108: checking for resolv.h
715configure:14108: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
716configure:14108: $? = 0
717configure:14108: result: yes
718configure:14130: checking dl.h usability
719configure:14130: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
720conftest.c:85:10: fatal error: 'dl.h' file not found
721#include <dl.h>
722         ^~~~~~
7231 error generated.
724configure:14130: $? = 1
725configure: failed program was:
726| /* confdefs.h */
727| #define PACKAGE_NAME ""
728| #define PACKAGE_TARNAME ""
729| #define PACKAGE_VERSION ""
730| #define PACKAGE_STRING ""
731| #define PACKAGE_BUGREPORT ""
732| #define PACKAGE_URL ""
733| #define PACKAGE "libxml2"
734| #define VERSION "2.9.9"
735| #define STDC_HEADERS 1
736| #define HAVE_SYS_TYPES_H 1
737| #define HAVE_SYS_STAT_H 1
738| #define HAVE_STDLIB_H 1
739| #define HAVE_STRING_H 1
740| #define HAVE_MEMORY_H 1
741| #define HAVE_STRINGS_H 1
742| #define HAVE_INTTYPES_H 1
743| #define HAVE_STDINT_H 1
744| #define HAVE_UNISTD_H 1
745| #define HAVE_DLFCN_H 1
746| #define LT_OBJDIR ".libs/"
747| #define HAVE_DIRENT_H 1
748| #define STDC_HEADERS 1
749| #define HAVE_FCNTL_H 1
750| #define HAVE_UNISTD_H 1
751| #define HAVE_CTYPE_H 1
752| #define HAVE_DIRENT_H 1
753| #define HAVE_ERRNO_H 1
754| #define HAVE_STDARG_H 1
755| #define HAVE_SYS_STAT_H 1
756| #define HAVE_SYS_TYPES_H 1
757| #define HAVE_STDINT_H 1
758| #define HAVE_INTTYPES_H 1
759| #define HAVE_TIME_H 1
760| #define HAVE_MATH_H 1
761| #define HAVE_LIMITS_H 1
762| #define HAVE_FLOAT_H 1
763| #define HAVE_STDLIB_H 1
764| #define HAVE_SYS_SOCKET_H 1
765| #define HAVE_NETINET_IN_H 1
766| #define HAVE_ARPA_INET_H 1
767| #define HAVE_NETDB_H 1
768| #define HAVE_SYS_TIME_H 1
769| #define HAVE_SYS_SELECT_H 1
770| #define HAVE_POLL_H 1
771| #define HAVE_SYS_MMAN_H 1
772| #define HAVE_SYS_TIMEB_H 1
773| #define HAVE_SIGNAL_H 1
774| #define HAVE_ARPA_NAMESER_H 1
775| #define HAVE_RESOLV_H 1
776| /* end confdefs.h.  */
777| #include <stdio.h>
778| #ifdef HAVE_SYS_TYPES_H
779| # include <sys/types.h>
780| #endif
781| #ifdef HAVE_SYS_STAT_H
782| # include <sys/stat.h>
783| #endif
784| #ifdef STDC_HEADERS
785| # include <stdlib.h>
786| # include <stddef.h>
787| #else
788| # ifdef HAVE_STDLIB_H
789| #  include <stdlib.h>
790| # endif
791| #endif
792| #ifdef HAVE_STRING_H
793| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
794| #  include <memory.h>
795| # endif
796| # include <string.h>
797| #endif
798| #ifdef HAVE_STRINGS_H
799| # include <strings.h>
800| #endif
801| #ifdef HAVE_INTTYPES_H
802| # include <inttypes.h>
803| #endif
804| #ifdef HAVE_STDINT_H
805| # include <stdint.h>
806| #endif
807| #ifdef HAVE_UNISTD_H
808| # include <unistd.h>
809| #endif
810| #include <dl.h>
811configure:14130: result: no
812configure:14130: checking dl.h presence
813configure:14130: /usr/bin/clang -E -I/opt/local/include conftest.c
814conftest.c:52:10: fatal error: 'dl.h' file not found
815#include <dl.h>
816         ^~~~~~
8171 error generated.
818configure:14130: $? = 1
819configure: failed program was:
820| /* confdefs.h */
821| #define PACKAGE_NAME ""
822| #define PACKAGE_TARNAME ""
823| #define PACKAGE_VERSION ""
824| #define PACKAGE_STRING ""
825| #define PACKAGE_BUGREPORT ""
826| #define PACKAGE_URL ""
827| #define PACKAGE "libxml2"
828| #define VERSION "2.9.9"
829| #define STDC_HEADERS 1
830| #define HAVE_SYS_TYPES_H 1
831| #define HAVE_SYS_STAT_H 1
832| #define HAVE_STDLIB_H 1
833| #define HAVE_STRING_H 1
834| #define HAVE_MEMORY_H 1
835| #define HAVE_STRINGS_H 1
836| #define HAVE_INTTYPES_H 1
837| #define HAVE_STDINT_H 1
838| #define HAVE_UNISTD_H 1
839| #define HAVE_DLFCN_H 1
840| #define LT_OBJDIR ".libs/"
841| #define HAVE_DIRENT_H 1
842| #define STDC_HEADERS 1
843| #define HAVE_FCNTL_H 1
844| #define HAVE_UNISTD_H 1
845| #define HAVE_CTYPE_H 1
846| #define HAVE_DIRENT_H 1
847| #define HAVE_ERRNO_H 1
848| #define HAVE_STDARG_H 1
849| #define HAVE_SYS_STAT_H 1
850| #define HAVE_SYS_TYPES_H 1
851| #define HAVE_STDINT_H 1
852| #define HAVE_INTTYPES_H 1
853| #define HAVE_TIME_H 1
854| #define HAVE_MATH_H 1
855| #define HAVE_LIMITS_H 1
856| #define HAVE_FLOAT_H 1
857| #define HAVE_STDLIB_H 1
858| #define HAVE_SYS_SOCKET_H 1
859| #define HAVE_NETINET_IN_H 1
860| #define HAVE_ARPA_INET_H 1
861| #define HAVE_NETDB_H 1
862| #define HAVE_SYS_TIME_H 1
863| #define HAVE_SYS_SELECT_H 1
864| #define HAVE_POLL_H 1
865| #define HAVE_SYS_MMAN_H 1
866| #define HAVE_SYS_TIMEB_H 1
867| #define HAVE_SIGNAL_H 1
868| #define HAVE_ARPA_NAMESER_H 1
869| #define HAVE_RESOLV_H 1
870| /* end confdefs.h.  */
871| #include <dl.h>
872configure:14130: result: no
873configure:14130: checking for dl.h
874configure:14130: result: no
875configure:14142: checking for dlfcn.h
876configure:14142: result: yes
877configure:14156: checking for uint32_t
878configure:14156: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
879configure:14156: $? = 0
880configure:14156: result: yes
881configure:14176: checking for strftime
882configure:14176: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
883configure:14176: $? = 0
884configure:14176: result: yes
885configure:14232: checking for strftime
886configure:14232: result: yes
887configure:14232: checking for localtime
888configure:14232: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
889configure:14232: $? = 0
890configure:14232: result: yes
891configure:14232: checking for gettimeofday
892configure:14232: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
893configure:14232: $? = 0
894configure:14232: result: yes
895configure:14232: checking for ftime
896configure:14232: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
897configure:14232: $? = 0
898configure:14232: result: yes
899configure:14244: checking for stat
900configure:14244: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
901configure:14244: $? = 0
902configure:14244: result: yes
903configure:14244: checking for signal
904configure:14244: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
905configure:14244: $? = 0
906configure:14244: result: yes
907configure:14256: checking for rand
908configure:14256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
909configure:14256: $? = 0
910configure:14256: result: yes
911configure:14256: checking for rand_r
912configure:14256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
913configure:14256: $? = 0
914configure:14256: result: yes
915configure:14256: checking for srand
916configure:14256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
917configure:14256: $? = 0
918configure:14256: result: yes
919configure:14256: checking for time
920configure:14256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
921configure:14256: $? = 0
922configure:14256: result: yes
923configure:14268: checking for isascii
924configure:14268: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
925configure:14268: $? = 0
926configure:14268: result: yes
927configure:14268: checking for mmap
928configure:14268: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
929configure:14268: $? = 0
930configure:14268: result: yes
931configure:14268: checking for munmap
932configure:14268: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
933configure:14268: $? = 0
934configure:14268: result: yes
935configure:14268: checking for putenv
936configure:14268: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
937configure:14268: $? = 0
938configure:14268: result: yes
939configure:14280: checking for va_copy
940configure:14294: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
941configure:14294: $? = 0
942configure:14301: result: yes
943configure:14338: checking whether va_list is an array type
944configure:14351: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
945configure:14347:34: error: used type 'va_list' (aka '__builtin_va_list') where arithmetic or pointer type is required
946va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1
947                                 ^         ~~~
9481 error generated.
949configure: failed program was:
950#line 14341 "configure"
951#include "confdefs.h"
952
953#include <stdarg.h>
954void a(va_list * ap) {}
955int main(void) {
956
957va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1
958; return 0; }
959configure:14361: result: yes
960configure:14369: checking for library containing gethostent
961configure:14400: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
962configure:14400: $? = 0
963configure:14417: result: none required
964configure:14425: checking for library containing setsockopt
965configure:14456: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
966configure:14456: $? = 0
967configure:14473: result: none required
968configure:14481: checking for library containing connect
969configure:14512: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
970configure:14512: $? = 0
971configure:14529: result: none required
972configure:14538: checking for type of socket length (socklen_t)
973configure:14552: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
974configure:14555: result: socklen_t *
975configure:14624: checking for const gethostbyname() argument
976configure:14637: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
977configure:14637: $? = 0
978configure:14644: result: yes
979configure:14656: checking for const send() second argument
980configure:14670: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
981configure:14670: $? = 0
982configure:14677: result: yes
983configure:14690: checking whether to enable IPv6
984configure:14722: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
985configure:14722: $? = 0
986configure:14729: result: yes
987configure:14738: checking struct sockaddr::ss_family
988configure:14757: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
989configure:14757: $? = 0
990configure:14764: result: yes
991configure:14809: checking for getaddrinfo
992configure:14809: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
993configure:14809: $? = 0
994configure:14809: result: yes
995configure:14870: checking for isnan
996configure:14870: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
997configure:14870: $? = 0
998configure:14870: result: yes
999configure:14921: checking for isinf
1000configure:14921: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1001configure:14921: $? = 0
1002configure:14921: result: yes
1003configure:15238: checking for shl_load
1004configure:15238: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1005Undefined symbols for architecture x86_64:
1006  "_shl_load", referenced from:
1007      _main in conftest-302955.o
1008ld: symbol(s) not found for architecture x86_64
1009clang: error: linker command failed with exit code 1 (use -v to see invocation)
1010configure:15238: $? = 1
1011configure: failed program was:
1012| /* confdefs.h */
1013| #define PACKAGE_NAME ""
1014| #define PACKAGE_TARNAME ""
1015| #define PACKAGE_VERSION ""
1016| #define PACKAGE_STRING ""
1017| #define PACKAGE_BUGREPORT ""
1018| #define PACKAGE_URL ""
1019| #define PACKAGE "libxml2"
1020| #define VERSION "2.9.9"
1021| #define STDC_HEADERS 1
1022| #define HAVE_SYS_TYPES_H 1
1023| #define HAVE_SYS_STAT_H 1
1024| #define HAVE_STDLIB_H 1
1025| #define HAVE_STRING_H 1
1026| #define HAVE_MEMORY_H 1
1027| #define HAVE_STRINGS_H 1
1028| #define HAVE_INTTYPES_H 1
1029| #define HAVE_STDINT_H 1
1030| #define HAVE_UNISTD_H 1
1031| #define HAVE_DLFCN_H 1
1032| #define LT_OBJDIR ".libs/"
1033| #define HAVE_DIRENT_H 1
1034| #define STDC_HEADERS 1
1035| #define HAVE_FCNTL_H 1
1036| #define HAVE_UNISTD_H 1
1037| #define HAVE_CTYPE_H 1
1038| #define HAVE_DIRENT_H 1
1039| #define HAVE_ERRNO_H 1
1040| #define HAVE_STDARG_H 1
1041| #define HAVE_SYS_STAT_H 1
1042| #define HAVE_SYS_TYPES_H 1
1043| #define HAVE_STDINT_H 1
1044| #define HAVE_INTTYPES_H 1
1045| #define HAVE_TIME_H 1
1046| #define HAVE_MATH_H 1
1047| #define HAVE_LIMITS_H 1
1048| #define HAVE_FLOAT_H 1
1049| #define HAVE_STDLIB_H 1
1050| #define HAVE_SYS_SOCKET_H 1
1051| #define HAVE_NETINET_IN_H 1
1052| #define HAVE_ARPA_INET_H 1
1053| #define HAVE_NETDB_H 1
1054| #define HAVE_SYS_TIME_H 1
1055| #define HAVE_SYS_SELECT_H 1
1056| #define HAVE_POLL_H 1
1057| #define HAVE_SYS_MMAN_H 1
1058| #define HAVE_SYS_TIMEB_H 1
1059| #define HAVE_SIGNAL_H 1
1060| #define HAVE_ARPA_NAMESER_H 1
1061| #define HAVE_RESOLV_H 1
1062| #define HAVE_DLFCN_H 1
1063| #define HAVE_STRFTIME 1
1064| #define HAVE_STRFTIME 1
1065| #define HAVE_LOCALTIME 1
1066| #define HAVE_GETTIMEOFDAY 1
1067| #define HAVE_FTIME 1
1068| #define HAVE_STAT 1
1069| #define HAVE_SIGNAL 1
1070| #define HAVE_RAND 1
1071| #define HAVE_RAND_R 1
1072| #define HAVE_SRAND 1
1073| #define HAVE_TIME 1
1074| #define HAVE_ISASCII 1
1075| #define HAVE_MMAP 1
1076| #define HAVE_MUNMAP 1
1077| #define HAVE_PUTENV 1
1078| #define HAVE_VA_COPY 1
1079| #define VA_LIST_IS_ARRAY 1
1080| #define XML_SOCKLEN_T socklen_t
1081| #define GETHOSTBYNAME_ARG_CAST /**/
1082| #define SEND_ARG2_CAST /**/
1083| #define SUPPORT_IP6 /**/
1084| #define HAVE_GETADDRINFO /**/
1085| #define HAVE_ISNAN /**/
1086| #define HAVE_ISINF /**/
1087| /* end confdefs.h.  */
1088| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
1089|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1090| #define shl_load innocuous_shl_load
1091|
1092| /* System header to define __stub macros and hopefully few prototypes,
1093|     which can conflict with char shl_load (); below.
1094|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1095|     <limits.h> exists even on freestanding compilers.  */
1096|
1097| #ifdef __STDC__
1098| # include <limits.h>
1099| #else
1100| # include <assert.h>
1101| #endif
1102|
1103| #undef shl_load
1104|
1105| /* Override any GCC internal prototype to avoid an error.
1106|    Use char because int might match the return type of a GCC
1107|    builtin and then its argument prototype would still apply.  */
1108| #ifdef __cplusplus
1109| extern "C"
1110| #endif
1111| char shl_load ();
1112| /* The GNU C library defines this for functions which it implements
1113|     to always fail with ENOSYS.  Some functions are actually named
1114|     something starting with __ and the normal name is an alias.  */
1115| #if defined __stub_shl_load || defined __stub___shl_load
1116| choke me
1117| #endif
1118|
1119| int
1120| main ()
1121| {
1122| return shl_load ();
1123|   ;
1124|   return 0;
1125| }
1126configure:15238: result: no
1127configure:15243: checking for shl_load in -ldld
1128configure:15268: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c -ldld   >&5
1129ld: library not found for -ldld
1130clang: error: linker command failed with exit code 1 (use -v to see invocation)
1131configure:15268: $? = 1
1132configure: failed program was:
1133| /* confdefs.h */
1134| #define PACKAGE_NAME ""
1135| #define PACKAGE_TARNAME ""
1136| #define PACKAGE_VERSION ""
1137| #define PACKAGE_STRING ""
1138| #define PACKAGE_BUGREPORT ""
1139| #define PACKAGE_URL ""
1140| #define PACKAGE "libxml2"
1141| #define VERSION "2.9.9"
1142| #define STDC_HEADERS 1
1143| #define HAVE_SYS_TYPES_H 1
1144| #define HAVE_SYS_STAT_H 1
1145| #define HAVE_STDLIB_H 1
1146| #define HAVE_STRING_H 1
1147| #define HAVE_MEMORY_H 1
1148| #define HAVE_STRINGS_H 1
1149| #define HAVE_INTTYPES_H 1
1150| #define HAVE_STDINT_H 1
1151| #define HAVE_UNISTD_H 1
1152| #define HAVE_DLFCN_H 1
1153| #define LT_OBJDIR ".libs/"
1154| #define HAVE_DIRENT_H 1
1155| #define STDC_HEADERS 1
1156| #define HAVE_FCNTL_H 1
1157| #define HAVE_UNISTD_H 1
1158| #define HAVE_CTYPE_H 1
1159| #define HAVE_DIRENT_H 1
1160| #define HAVE_ERRNO_H 1
1161| #define HAVE_STDARG_H 1
1162| #define HAVE_SYS_STAT_H 1
1163| #define HAVE_SYS_TYPES_H 1
1164| #define HAVE_STDINT_H 1
1165| #define HAVE_INTTYPES_H 1
1166| #define HAVE_TIME_H 1
1167| #define HAVE_MATH_H 1
1168| #define HAVE_LIMITS_H 1
1169| #define HAVE_FLOAT_H 1
1170| #define HAVE_STDLIB_H 1
1171| #define HAVE_SYS_SOCKET_H 1
1172| #define HAVE_NETINET_IN_H 1
1173| #define HAVE_ARPA_INET_H 1
1174| #define HAVE_NETDB_H 1
1175| #define HAVE_SYS_TIME_H 1
1176| #define HAVE_SYS_SELECT_H 1
1177| #define HAVE_POLL_H 1
1178| #define HAVE_SYS_MMAN_H 1
1179| #define HAVE_SYS_TIMEB_H 1
1180| #define HAVE_SIGNAL_H 1
1181| #define HAVE_ARPA_NAMESER_H 1
1182| #define HAVE_RESOLV_H 1
1183| #define HAVE_DLFCN_H 1
1184| #define HAVE_STRFTIME 1
1185| #define HAVE_STRFTIME 1
1186| #define HAVE_LOCALTIME 1
1187| #define HAVE_GETTIMEOFDAY 1
1188| #define HAVE_FTIME 1
1189| #define HAVE_STAT 1
1190| #define HAVE_SIGNAL 1
1191| #define HAVE_RAND 1
1192| #define HAVE_RAND_R 1
1193| #define HAVE_SRAND 1
1194| #define HAVE_TIME 1
1195| #define HAVE_ISASCII 1
1196| #define HAVE_MMAP 1
1197| #define HAVE_MUNMAP 1
1198| #define HAVE_PUTENV 1
1199| #define HAVE_VA_COPY 1
1200| #define VA_LIST_IS_ARRAY 1
1201| #define XML_SOCKLEN_T socklen_t
1202| #define GETHOSTBYNAME_ARG_CAST /**/
1203| #define SEND_ARG2_CAST /**/
1204| #define SUPPORT_IP6 /**/
1205| #define HAVE_GETADDRINFO /**/
1206| #define HAVE_ISNAN /**/
1207| #define HAVE_ISINF /**/
1208| /* end confdefs.h.  */
1209|
1210| /* Override any GCC internal prototype to avoid an error.
1211|    Use char because int might match the return type of a GCC
1212|    builtin and then its argument prototype would still apply.  */
1213| #ifdef __cplusplus
1214| extern "C"
1215| #endif
1216| char shl_load ();
1217| int
1218| main ()
1219| {
1220| return shl_load ();
1221|   ;
1222|   return 0;
1223| }
1224configure:15277: result: no
1225configure:15285: checking for dlopen
1226configure:15285: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1227configure:15285: $? = 0
1228configure:15285: result: yes
1229configure:15443: checking pthread.h usability
1230configure:15443: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
1231configure:15443: $? = 0
1232configure:15443: result: yes
1233configure:15443: checking pthread.h presence
1234configure:15443: /usr/bin/clang -E -I/opt/local/include conftest.c
1235configure:15443: $? = 0
1236configure:15443: result: yes
1237configure:15443: checking for pthread.h
1238configure:15443: result: yes
1239configure:15445: checking for pthread_join in -lpthread
1240configure:15470: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c -lpthread   >&5
1241configure:15470: $? = 0
1242configure:15479: result: yes
1243configure:15989: checking iconv.h usability
1244configure:15989: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
1245configure:15989: $? = 0
1246configure:15989: result: yes
1247configure:15989: checking iconv.h presence
1248configure:15989: /usr/bin/clang -E -I/opt/local/include conftest.c
1249configure:15989: $? = 0
1250configure:15989: result: yes
1251configure:15989: checking for iconv.h
1252configure:15989: result: yes
1253configure:15991: checking for iconv
1254configure:16007: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1255Undefined symbols for architecture x86_64:
1256  "_libiconv", referenced from:
1257      _main in conftest-11ee44.o
1258  "_libiconv_open", referenced from:
1259      _main in conftest-11ee44.o
1260ld: symbol(s) not found for architecture x86_64
1261clang: error: linker command failed with exit code 1 (use -v to see invocation)
1262configure:16007: $? = 1
1263configure: failed program was:
1264| /* confdefs.h */
1265| #define PACKAGE_NAME ""
1266| #define PACKAGE_TARNAME ""
1267| #define PACKAGE_VERSION ""
1268| #define PACKAGE_STRING ""
1269| #define PACKAGE_BUGREPORT ""
1270| #define PACKAGE_URL ""
1271| #define PACKAGE "libxml2"
1272| #define VERSION "2.9.9"
1273| #define STDC_HEADERS 1
1274| #define HAVE_SYS_TYPES_H 1
1275| #define HAVE_SYS_STAT_H 1
1276| #define HAVE_STDLIB_H 1
1277| #define HAVE_STRING_H 1
1278| #define HAVE_MEMORY_H 1
1279| #define HAVE_STRINGS_H 1
1280| #define HAVE_INTTYPES_H 1
1281| #define HAVE_STDINT_H 1
1282| #define HAVE_UNISTD_H 1
1283| #define HAVE_DLFCN_H 1
1284| #define LT_OBJDIR ".libs/"
1285| #define HAVE_DIRENT_H 1
1286| #define STDC_HEADERS 1
1287| #define HAVE_FCNTL_H 1
1288| #define HAVE_UNISTD_H 1
1289| #define HAVE_CTYPE_H 1
1290| #define HAVE_DIRENT_H 1
1291| #define HAVE_ERRNO_H 1
1292| #define HAVE_STDARG_H 1
1293| #define HAVE_SYS_STAT_H 1
1294| #define HAVE_SYS_TYPES_H 1
1295| #define HAVE_STDINT_H 1
1296| #define HAVE_INTTYPES_H 1
1297| #define HAVE_TIME_H 1
1298| #define HAVE_MATH_H 1
1299| #define HAVE_LIMITS_H 1
1300| #define HAVE_FLOAT_H 1
1301| #define HAVE_STDLIB_H 1
1302| #define HAVE_SYS_SOCKET_H 1
1303| #define HAVE_NETINET_IN_H 1
1304| #define HAVE_ARPA_INET_H 1
1305| #define HAVE_NETDB_H 1
1306| #define HAVE_SYS_TIME_H 1
1307| #define HAVE_SYS_SELECT_H 1
1308| #define HAVE_POLL_H 1
1309| #define HAVE_SYS_MMAN_H 1
1310| #define HAVE_SYS_TIMEB_H 1
1311| #define HAVE_SIGNAL_H 1
1312| #define HAVE_ARPA_NAMESER_H 1
1313| #define HAVE_RESOLV_H 1
1314| #define HAVE_DLFCN_H 1
1315| #define HAVE_STRFTIME 1
1316| #define HAVE_STRFTIME 1
1317| #define HAVE_LOCALTIME 1
1318| #define HAVE_GETTIMEOFDAY 1
1319| #define HAVE_FTIME 1
1320| #define HAVE_STAT 1
1321| #define HAVE_SIGNAL 1
1322| #define HAVE_RAND 1
1323| #define HAVE_RAND_R 1
1324| #define HAVE_SRAND 1
1325| #define HAVE_TIME 1
1326| #define HAVE_ISASCII 1
1327| #define HAVE_MMAP 1
1328| #define HAVE_MUNMAP 1
1329| #define HAVE_PUTENV 1
1330| #define HAVE_VA_COPY 1
1331| #define VA_LIST_IS_ARRAY 1
1332| #define XML_SOCKLEN_T socklen_t
1333| #define GETHOSTBYNAME_ARG_CAST /**/
1334| #define SEND_ARG2_CAST /**/
1335| #define SUPPORT_IP6 /**/
1336| #define HAVE_GETADDRINFO /**/
1337| #define HAVE_ISNAN /**/
1338| #define HAVE_ISINF /**/
1339| #define HAVE_DLOPEN /**/
1340| #define HAVE_LIBPTHREAD /**/
1341| #define HAVE_PTHREAD_H /**/
1342| /* end confdefs.h.  */
1343| #include <stdlib.h>
1344| #include <iconv.h>
1345| int
1346| main ()
1347| {
1348|
1349| iconv_t cd = iconv_open ("","");
1350| iconv (cd, NULL, NULL, NULL, NULL);
1351|   ;
1352|   return 0;
1353| }
1354configure:16014: result: no
1355configure:16016: checking for iconv in -liconv
1356configure:16038: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386  conftest.c  -liconv >&5
1357configure:16038: $? = 0
1358configure:16040: result: yes
1359configure:16063: checking for iconv declaration
1360configure:16091: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
1361configure:16091: $? = 0
1362configure:16102: result:
1363        extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1364configure:16133: checking for ICU
1365configure:16140: $PKG_CONFIG --exists --print-errors "icu-i18n"
1366configure:16143: $? = 0
1367configure:16157: $PKG_CONFIG --exists --print-errors "icu-i18n"
1368configure:16160: $? = 0
1369configure:16198: result: yes
1370configure:16403: checking for printf
1371configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1372conftest.c:104:6: warning: incompatible redeclaration of library function 'printf' [-Wincompatible-library-redeclaration]
1373char printf ();
1374     ^
1375conftest.c:104:6: note: 'printf' is a builtin with type 'int (const char *, ...)'
13761 warning generated.
1377conftest.c:104:6: warning: incompatible redeclaration of library function 'printf' [-Wincompatible-library-redeclaration]
1378char printf ();
1379     ^
1380conftest.c:104:6: note: 'printf' is a builtin with type 'int (const char *, ...)'
13811 warning generated.
1382configure:16403: $? = 0
1383configure:16403: result: yes
1384configure:16403: checking for sprintf
1385configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1386conftest.c:105:6: warning: incompatible redeclaration of library function 'sprintf' [-Wincompatible-library-redeclaration]
1387char sprintf ();
1388     ^
1389conftest.c:105:6: note: 'sprintf' is a builtin with type 'int (char *, const char *, ...)'
13901 warning generated.
1391conftest.c:105:6: warning: incompatible redeclaration of library function 'sprintf' [-Wincompatible-library-redeclaration]
1392char sprintf ();
1393     ^
1394conftest.c:105:6: note: 'sprintf' is a builtin with type 'int (char *, const char *, ...)'
13951 warning generated.
1396configure:16403: $? = 0
1397configure:16403: result: yes
1398configure:16403: checking for fprintf
1399configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1400conftest.c:106:6: warning: declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
1401char fprintf ();
1402     ^
1403conftest.c:117:17: warning: format string missing [-Wformat]
1404return fprintf ();
1405       ~~~~~~~  ^
14062 warnings generated.
1407conftest.c:106:6: warning: declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
1408char fprintf ();
1409     ^
1410conftest.c:117:17: warning: format string missing [-Wformat]
1411return fprintf ();
1412       ~~~~~~~  ^
14132 warnings generated.
1414configure:16403: $? = 0
1415configure:16403: result: yes
1416configure:16403: checking for snprintf
1417configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1418conftest.c:107:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
1419char snprintf ();
1420     ^
1421conftest.c:107:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
14221 warning generated.
1423conftest.c:107:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
1424char snprintf ();
1425     ^
1426conftest.c:107:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
14271 warning generated.
1428configure:16403: $? = 0
1429configure:16403: result: yes
1430configure:16403: checking for vfprintf
1431configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1432conftest.c:108:6: warning: declaration of built-in function 'vfprintf' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
1433char vfprintf ();
1434     ^
1435conftest.c:119:18: warning: format string missing [-Wformat]
1436return vfprintf ();
1437       ~~~~~~~~  ^
14382 warnings generated.
1439conftest.c:108:6: warning: declaration of built-in function 'vfprintf' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
1440char vfprintf ();
1441     ^
1442conftest.c:119:18: warning: format string missing [-Wformat]
1443return vfprintf ();
1444       ~~~~~~~~  ^
14452 warnings generated.
1446configure:16403: $? = 0
1447configure:16403: result: yes
1448configure:16403: checking for vsprintf
1449configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1450conftest.c:109:6: warning: incompatible redeclaration of library function 'vsprintf' [-Wincompatible-library-redeclaration]
1451char vsprintf ();
1452     ^
1453conftest.c:109:6: note: 'vsprintf' is a builtin with type 'int (char *, const char *, struct __va_list_tag *)'
14541 warning generated.
1455conftest.c:109:6: warning: incompatible redeclaration of library function 'vsprintf' [-Wincompatible-library-redeclaration]
1456char vsprintf ();
1457     ^
1458conftest.c:109:6: note: 'vsprintf' is a builtin with type 'int (char *, const char *, __builtin_va_list)'
14591 warning generated.
1460configure:16403: $? = 0
1461configure:16403: result: yes
1462configure:16403: checking for vsnprintf
1463configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1464conftest.c:110:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
1465char vsnprintf ();
1466     ^
1467conftest.c:110:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
14681 warning generated.
1469conftest.c:110:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
1470char vsnprintf ();
1471     ^
1472conftest.c:110:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __builtin_va_list)'
14731 warning generated.
1474configure:16403: $? = 0
1475configure:16403: result: yes
1476configure:16403: checking for sscanf
1477configure:16403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
1478conftest.c:111:6: warning: incompatible redeclaration of library function 'sscanf' [-Wincompatible-library-redeclaration]
1479char sscanf ();
1480     ^
1481conftest.c:111:6: note: 'sscanf' is a builtin with type 'int (const char *restrict, const char *restrict, ...)'
14821 warning generated.
1483conftest.c:111:6: warning: incompatible redeclaration of library function 'sscanf' [-Wincompatible-library-redeclaration]
1484char sscanf ();
1485     ^
1486conftest.c:111:6: note: 'sscanf' is a builtin with type 'int (const char *restrict, const char *restrict, ...)'
14871 warning generated.
1488configure:16403: $? = 0
1489configure:16403: result: yes
1490configure:16573: checking that generated files are newer than configure
1491configure:16579: result: done
1492configure:16626: creating ./config.status
1493
1494## ---------------------- ##
1495## Running config.status. ##
1496## ---------------------- ##
1497
1498This file was extended by config.status, which was
1499generated by GNU Autoconf 2.69.  Invocation command line was
1500
1501  CONFIG_FILES    =
1502  CONFIG_HEADERS  =
1503  CONFIG_LINKS    =
1504  CONFIG_COMMANDS =
1505  $ ./config.status
1506
1507on iMac.local
1508
1509config.status:1301: creating libxml2.spec
1510config.status:1453: error: could not create libxml2.spec
1511
1512## ---------------- ##
1513## Cache variables. ##
1514## ---------------- ##
1515
1516ac_cv_build=x86_64-apple-darwin17.5.0
1517ac_cv_c_compiler_gnu=yes
1518ac_cv_c_uint32_t=yes
1519ac_cv_env_CC_set=set
1520ac_cv_env_CC_value=/usr/bin/clang
1521ac_cv_env_CFLAGS_set=set
1522ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64 -arch i386'
1523ac_cv_env_CPPFLAGS_set=set
1524ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1525ac_cv_env_CPP_set=
1526ac_cv_env_CPP_value=
1527ac_cv_env_ICU_CFLAGS_set=
1528ac_cv_env_ICU_CFLAGS_value=
1529ac_cv_env_ICU_LIBS_set=
1530ac_cv_env_ICU_LIBS_value=
1531ac_cv_env_LDFLAGS_set=set
1532ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
1533ac_cv_env_LIBS_set=
1534ac_cv_env_LIBS_value=
1535ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1536ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1537ac_cv_env_LZMA_CFLAGS_set=
1538ac_cv_env_LZMA_CFLAGS_value=
1539ac_cv_env_LZMA_LIBS_set=
1540ac_cv_env_LZMA_LIBS_value=
1541ac_cv_env_PKG_CONFIG_LIBDIR_set=
1542ac_cv_env_PKG_CONFIG_LIBDIR_value=
1543ac_cv_env_PKG_CONFIG_PATH_set=
1544ac_cv_env_PKG_CONFIG_PATH_value=
1545ac_cv_env_PKG_CONFIG_set=
1546ac_cv_env_PKG_CONFIG_value=
1547ac_cv_env_Z_CFLAGS_set=
1548ac_cv_env_Z_CFLAGS_value=
1549ac_cv_env_Z_LIBS_set=
1550ac_cv_env_Z_LIBS_value=
1551ac_cv_env_build_alias_set=
1552ac_cv_env_build_alias_value=
1553ac_cv_env_host_alias_set=
1554ac_cv_env_host_alias_value=
1555ac_cv_env_target_alias_set=
1556ac_cv_env_target_alias_value=
1557ac_cv_func_dlopen=yes
1558ac_cv_func_fprintf=yes
1559ac_cv_func_ftime=yes
1560ac_cv_func_getaddrinfo=yes
1561ac_cv_func_gettimeofday=yes
1562ac_cv_func_isascii=yes
1563ac_cv_func_isinf=yes
1564ac_cv_func_isnan=yes
1565ac_cv_func_localtime=yes
1566ac_cv_func_mmap=yes
1567ac_cv_func_munmap=yes
1568ac_cv_func_printf=yes
1569ac_cv_func_putenv=yes
1570ac_cv_func_rand=yes
1571ac_cv_func_rand_r=yes
1572ac_cv_func_shl_load=no
1573ac_cv_func_signal=yes
1574ac_cv_func_snprintf=yes
1575ac_cv_func_sprintf=yes
1576ac_cv_func_srand=yes
1577ac_cv_func_sscanf=yes
1578ac_cv_func_stat=yes
1579ac_cv_func_strftime=yes
1580ac_cv_func_time=yes
1581ac_cv_func_vfprintf=yes
1582ac_cv_func_vsnprintf=yes
1583ac_cv_func_vsprintf=yes
1584ac_cv_header_arpa_inet_h=yes
1585ac_cv_header_arpa_nameser_h=yes
1586ac_cv_header_ctype_h=yes
1587ac_cv_header_dirent_dirent_h=yes
1588ac_cv_header_dirent_h=yes
1589ac_cv_header_dl_h=no
1590ac_cv_header_dlfcn_h=yes
1591ac_cv_header_errno_h=yes
1592ac_cv_header_fcntl_h=yes
1593ac_cv_header_float_h=yes
1594ac_cv_header_iconv_h=yes
1595ac_cv_header_inttypes_h=yes
1596ac_cv_header_limits_h=yes
1597ac_cv_header_malloc_h=no
1598ac_cv_header_math_h=yes
1599ac_cv_header_memory_h=yes
1600ac_cv_header_netdb_h=yes
1601ac_cv_header_netinet_in_h=yes
1602ac_cv_header_poll_h=yes
1603ac_cv_header_pthread_h=yes
1604ac_cv_header_resolv_h=yes
1605ac_cv_header_signal_h=yes
1606ac_cv_header_stdarg_h=yes
1607ac_cv_header_stdc=yes
1608ac_cv_header_stdint_h=yes
1609ac_cv_header_stdlib_h=yes
1610ac_cv_header_string_h=yes
1611ac_cv_header_strings_h=yes
1612ac_cv_header_sys_mman_h=yes
1613ac_cv_header_sys_select_h=yes
1614ac_cv_header_sys_socket_h=yes
1615ac_cv_header_sys_stat_h=yes
1616ac_cv_header_sys_time_h=yes
1617ac_cv_header_sys_timeb_h=yes
1618ac_cv_header_sys_types_h=yes
1619ac_cv_header_time_h=yes
1620ac_cv_header_unistd_h=yes
1621ac_cv_host=x86_64-apple-darwin17.5.0
1622ac_cv_lib_dld_shl_load=no
1623ac_cv_lib_pthread_pthread_join=yes
1624ac_cv_objext=o
1625ac_cv_path_EGREP='/usr/bin/grep -E'
1626ac_cv_path_FGREP='/usr/bin/grep -F'
1627ac_cv_path_GREP=/usr/bin/grep
1628ac_cv_path_MV=/bin/mv
1629ac_cv_path_PERL=/opt/local/bin/perl
1630ac_cv_path_SED=/usr/bin/sed
1631ac_cv_path_TAR=/usr/bin/tar
1632ac_cv_path_WGET=/usr/bin/wget
1633ac_cv_path_XMLLINT=/opt/local/bin/xmllint
1634ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc
1635ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
1636ac_cv_path_lt_DD=/bin/dd
1637ac_cv_prog_AWK=gawk
1638ac_cv_prog_CPP='/usr/bin/clang -E'
1639ac_cv_prog_ac_ct_AR=ar
1640ac_cv_prog_ac_ct_CC=/usr/bin/clang
1641ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1642ac_cv_prog_ac_ct_LIPO=lipo
1643ac_cv_prog_ac_ct_NMEDIT=nmedit
1644ac_cv_prog_ac_ct_OBJDUMP=objdump
1645ac_cv_prog_ac_ct_OTOOL=otool
1646ac_cv_prog_ac_ct_RANLIB=ranlib
1647ac_cv_prog_ac_ct_STRIP=strip
1648ac_cv_prog_cc_c89=
1649ac_cv_prog_cc_g=yes
1650ac_cv_prog_make_make_set=yes
1651ac_cv_search_connect='none required'
1652ac_cv_search_gethostent='none required'
1653ac_cv_search_opendir='none required'
1654ac_cv_search_setsockopt='none required'
1655am_cv_CC_dependencies_compiler_type=none
1656am_cv_make_support_nested_variables=yes
1657am_cv_prog_cc_c_o=yes
1658lt_cv_apple_cc_single_mod=yes
1659lt_cv_ar_at_file=no
1660lt_cv_deplibs_check_method=pass_all
1661lt_cv_file_magic_cmd='$MAGIC_CMD'
1662lt_cv_file_magic_test_file=
1663lt_cv_ld_exported_symbols_list=yes
1664lt_cv_ld_force_load=yes
1665lt_cv_ld_reload_flag=-r
1666lt_cv_nm_interface='BSD nm'
1667lt_cv_objdir=.libs
1668lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1669lt_cv_path_NM='/opt/local/bin/nm -B'
1670lt_cv_path_mainfest_tool=no
1671lt_cv_prog_compiler_c_o=yes
1672lt_cv_prog_compiler_pic='-fno-common -DPIC'
1673lt_cv_prog_compiler_pic_works=yes
1674lt_cv_prog_compiler_rtti_exceptions=yes
1675lt_cv_prog_compiler_static_works=no
1676lt_cv_prog_gnu_ld=no
1677lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1678lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1679lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1680lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1681lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1682lt_cv_sys_global_symbol_to_import=
1683lt_cv_sys_max_cmd_len=196608
1684lt_cv_to_host_file_cmd=func_convert_file_noop
1685lt_cv_to_tool_file_cmd=func_convert_file_noop
1686lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1687pkg_cv_ICU_CFLAGS=
1688pkg_cv_ICU_LIBS='-L/opt/local/lib -licui18n -licuuc -licudata'
1689pkg_cv_LZMA_CFLAGS=
1690pkg_cv_LZMA_LIBS='-L/opt/local/lib -llzma'
1691pkg_cv_Z_CFLAGS=
1692pkg_cv_Z_LIBS='-L/opt/local/lib -lz'
1693xml_cv_iconv_arg2=
1694xml_cv_iconv_decl='extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
1695
1696## ----------------- ##
1697## Output variables. ##
1698## ----------------- ##
1699
1700ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/missing aclocal-1.15'
1701AMDEPBACKSLASH=''
1702AMDEP_FALSE=''
1703AMDEP_TRUE='#'
1704AMTAR='$${TAR-tar}'
1705AM_BACKSLASH='\'
1706AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1707AM_DEFAULT_VERBOSITY='1'
1708AM_V='$(V)'
1709AR='ar'
1710AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/missing autoconf'
1711AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/missing autoheader'
1712AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/missing automake-1.15'
1713AWK='gawk'
1714BASE_THREAD_LIBS=''
1715C14N_OBJ='c14n.c'
1716CATALOG_OBJ='catalog.o'
1717CC='/usr/bin/clang'
1718CCDEPMODE='depmode=none'
1719CFLAGS='-pipe -Os -arch x86_64 -arch i386'
1720CPP='/usr/bin/clang -E'
1721CPPFLAGS='-I/opt/local/include'
1722CYGPATH_W='echo'
1723CYGWIN_EXTRA_LDFLAGS=''
1724CYGWIN_EXTRA_PYTHON_LIBADD=''
1725DEBUG_OBJ='debugXML.o'
1726DEFS='-DHAVE_CONFIG_H'
1727DEPDIR='.deps'
1728DLLTOOL='false'
1729DOCB_OBJ='DOCBparser.o'
1730DSYMUTIL='dsymutil'
1731DUMPBIN=''
1732ECHO_C='\c'
1733ECHO_N=''
1734ECHO_T=''
1735EGREP='/usr/bin/grep -E'
1736EXEEXT=''
1737EXTRA_CFLAGS=' -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wno-format-extra-args '
1738FGREP='/usr/bin/grep -F'
1739FTP_OBJ='nanoftp.o'
1740GREP='/usr/bin/grep'
1741HAVE_ISINF=''
1742HAVE_ISNAN=''
1743HTML_DIR='$(datadir)/doc/$(PACKAGE)-$(VERSION)/html'
1744HTML_OBJ='HTMLparser.o HTMLtree.o'
1745HTTP_OBJ='nanohttp.o'
1746ICONV_LIBS=' -liconv'
1747ICU_CFLAGS=''
1748ICU_LIBS='-L/opt/local/lib -licui18n -licuuc -licudata'
1749INSTALL_DATA='${INSTALL} -m 644'
1750INSTALL_PROGRAM='${INSTALL}'
1751INSTALL_SCRIPT='${INSTALL}'
1752INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1753LD='/Library/Developer/CommandLineTools/usr/bin/ld'
1754LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
1755LIBOBJS=''
1756LIBS=''
1757LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1758LIBXML_MAJOR_VERSION='2'
1759LIBXML_MICRO_VERSION='9'
1760LIBXML_MINOR_VERSION='9'
1761LIBXML_VERSION='2.9.9'
1762LIBXML_VERSION_EXTRA=''
1763LIBXML_VERSION_INFO='11:9:9'
1764LIBXML_VERSION_NUMBER='20909'
1765LIPO='lipo'
1766LN_S='ln -s'
1767LTLIBOBJS=''
1768LT_SYS_LIBRARY_PATH=''
1769LZMA_CFLAGS=''
1770LZMA_LIBS='-L/opt/local/lib -llzma'
1771MAINT=''
1772MAINTAINER_MODE_FALSE='#'
1773MAINTAINER_MODE_TRUE=''
1774MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/missing makeinfo'
1775MANIFEST_TOOL=':'
1776MKDIR_P='./install-sh -c -d'
1777MODULE_EXTENSION='.so'
1778MODULE_PLATFORM_LIBS=''
1779MV='/bin/mv'
1780M_LIBS='-lm'
1781NM='/opt/local/bin/nm -B'
1782NMEDIT='nmedit'
1783OBJDUMP='objdump'
1784OBJEXT='o'
1785OTOOL64=':'
1786OTOOL='otool'
1787PACKAGE='libxml2'
1788PACKAGE_BUGREPORT=''
1789PACKAGE_NAME=''
1790PACKAGE_STRING=''
1791PACKAGE_TARNAME=''
1792PACKAGE_URL=''
1793PACKAGE_VERSION=''
1794PATH_SEPARATOR=':'
1795PERL='/opt/local/bin/perl'
1796PKG_CONFIG='/opt/local/bin/pkg-config'
1797PKG_CONFIG_LIBDIR=''
1798PKG_CONFIG_PATH=''
1799PYTHON=''
1800PYTHON_INCLUDES=''
1801PYTHON_LIBS=''
1802PYTHON_SITE_PACKAGES=''
1803PYTHON_SUBDIR=''
1804PYTHON_TESTS=''
1805PYTHON_VERSION=''
1806RANLIB='ranlib'
1807RDL_LIBS=''
1808READER_TEST='Readertests'
1809REBUILD_DOCS_FALSE=''
1810REBUILD_DOCS_TRUE='#'
1811RELDATE='Fri Nov  8 2019'
1812SED='/usr/bin/sed'
1813SET_MAKE=''
1814SHELL='/bin/sh'
1815STATIC_BINARIES=''
1816STRIP='strip'
1817TAR='/usr/bin/tar'
1818TEST_C14N='C14Ntests'
1819TEST_CATALOG='Catatests'
1820TEST_DEBUG='Scripttests'
1821TEST_HTML='HTMLtests'
1822TEST_MODULES='ModuleTests'
1823TEST_PATTERN='Patterntests'
1824TEST_PHTML='HTMLPushtests'
1825TEST_PUSH='XMLPushtests'
1826TEST_REGEXPS='Regexptests Automatatests'
1827TEST_SAX='SAXtests'
1828TEST_SCHEMAS='Schemastests Relaxtests'
1829TEST_SCHEMATRON='Schematrontests'
1830TEST_THREADS='Threadtests'
1831TEST_VALID='Validtests'
1832TEST_VTIME='VTimingtests'
1833TEST_XINCLUDE='XIncludetests'
1834TEST_XPATH='XPathtests'
1835TEST_XPTR='XPtrtests'
1836THREADS_W32_FALSE=''
1837THREADS_W32_TRUE='#'
1838THREAD_CFLAGS=' -D_REENTRANT'
1839THREAD_LIBS='-lpthread'
1840USE_VERSION_SCRIPT_FALSE=''
1841USE_VERSION_SCRIPT_TRUE='#'
1842VERSION='2.9.9'
1843VERSION_SCRIPT_FLAGS=''
1844WGET='/usr/bin/wget'
1845WIN32_EXTRA_LDFLAGS=''
1846WIN32_EXTRA_LIBADD=''
1847WIN32_EXTRA_PYTHON_LIBADD=''
1848WITH_C14N='1'
1849WITH_CATALOG='1'
1850WITH_DEBUG='1'
1851WITH_DOCB='1'
1852WITH_FTP='1'
1853WITH_HTML='1'
1854WITH_HTTP='1'
1855WITH_ICONV='1'
1856WITH_ICU='1'
1857WITH_ISO8859X='1'
1858WITH_LEGACY='1'
1859WITH_LZMA='1'
1860WITH_MEM_DEBUG='0'
1861WITH_MODULES='1'
1862WITH_OUTPUT='1'
1863WITH_PATTERN='1'
1864WITH_PUSH='1'
1865WITH_PYTHON_FALSE=''
1866WITH_PYTHON_TRUE='#'
1867WITH_READER='1'
1868WITH_REGEXPS='1'
1869WITH_RUN_DEBUG='0'
1870WITH_SAX1='1'
1871WITH_SAX1_SOURCES_FALSE=''
1872WITH_SAX1_SOURCES_TRUE='#'
1873WITH_SCHEMAS='1'
1874WITH_SCHEMATRON='1'
1875WITH_THREADS='1'
1876WITH_THREAD_ALLOC='0'
1877WITH_TREE='1'
1878WITH_TRIO='0'
1879WITH_TRIO_SOURCES_FALSE=''
1880WITH_TRIO_SOURCES_TRUE='#'
1881WITH_VALID='1'
1882WITH_WRITER='1'
1883WITH_XINCLUDE='1'
1884WITH_XPATH='1'
1885WITH_XPTR='1'
1886WITH_ZLIB='1'
1887XINCLUDE_OBJ='xinclude.o'
1888XMLLINT='/opt/local/bin/xmllint'
1889XML_CFLAGS=''
1890XML_INCLUDEDIR='-I${includedir}/libxml2'
1891XML_LIBDIR='-L${libdir}'
1892XML_LIBS='-lxml2 -L/opt/local/lib -lz -L/opt/local/lib -llzma -lpthread  -liconv -L/opt/local/lib -licui18n -licuuc -licudata -lm '
1893XML_LIBTOOLLIBS='libxml2.la'
1894XPATH_OBJ='xpath.o'
1895XPTR_OBJ='xpointer.o'
1896XSLTPROC='/opt/local/bin/xsltproc'
1897Z_CFLAGS=''
1898Z_LIBS='-L/opt/local/lib -lz'
1899ac_ct_AR='ar'
1900ac_ct_CC='/usr/bin/clang'
1901ac_ct_DUMPBIN=''
1902am__EXEEXT_FALSE=''
1903am__EXEEXT_TRUE='#'
1904am__fastdepCC_FALSE=''
1905am__fastdepCC_TRUE='#'
1906am__include='include'
1907am__isrc=''
1908am__leading_dot='.'
1909am__nodep=''
1910am__quote=''
1911am__tar='$${TAR-tar} chof - "$$tardir"'
1912am__untar='$${TAR-tar} xf -'
1913bindir='${exec_prefix}/bin'
1914build='x86_64-apple-darwin17.5.0'
1915build_alias=''
1916build_cpu='x86_64'
1917build_os='darwin17.5.0'
1918build_vendor='apple'
1919datadir='${datarootdir}'
1920datarootdir='${prefix}/share'
1921docdir='${datarootdir}/doc/${PACKAGE}'
1922dvidir='${docdir}'
1923exec_prefix='${prefix}'
1924host='x86_64-apple-darwin17.5.0'
1925host_alias=''
1926host_cpu='x86_64'
1927host_os='darwin17.5.0'
1928host_vendor='apple'
1929htmldir='${docdir}'
1930includedir='${prefix}/include'
1931infodir='${datarootdir}/info'
1932install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libxml2/libxml2/work/libxml2-2.9.9/install-sh'
1933libdir='${exec_prefix}/lib'
1934libexecdir='${exec_prefix}/libexec'
1935localedir='${datarootdir}/locale'
1936localstatedir='${prefix}/var'
1937mandir='${datarootdir}/man'
1938mkdir_p='$(MKDIR_P)'
1939oldincludedir='/usr/include'
1940pdfdir='${docdir}'
1941prefix='/opt/local'
1942program_transform_name='s,x,x,'
1943psdir='${docdir}'
1944pythondir=''
1945sbindir='${exec_prefix}/sbin'
1946sharedstatedir='${prefix}/com'
1947sysconfdir='${prefix}/etc'
1948target_alias=''
1949
1950## ----------- ##
1951## confdefs.h. ##
1952## ----------- ##
1953
1954/* confdefs.h */
1955#define PACKAGE_NAME ""
1956#define PACKAGE_TARNAME ""
1957#define PACKAGE_VERSION ""
1958#define PACKAGE_STRING ""
1959#define PACKAGE_BUGREPORT ""
1960#define PACKAGE_URL ""
1961#define PACKAGE "libxml2"
1962#define VERSION "2.9.9"
1963#define STDC_HEADERS 1
1964#define HAVE_SYS_TYPES_H 1
1965#define HAVE_SYS_STAT_H 1
1966#define HAVE_STDLIB_H 1
1967#define HAVE_STRING_H 1
1968#define HAVE_MEMORY_H 1
1969#define HAVE_STRINGS_H 1
1970#define HAVE_INTTYPES_H 1
1971#define HAVE_STDINT_H 1
1972#define HAVE_UNISTD_H 1
1973#define HAVE_DLFCN_H 1
1974#define LT_OBJDIR ".libs/"
1975#define HAVE_DIRENT_H 1
1976#define STDC_HEADERS 1
1977#define HAVE_FCNTL_H 1
1978#define HAVE_UNISTD_H 1
1979#define HAVE_CTYPE_H 1
1980#define HAVE_DIRENT_H 1
1981#define HAVE_ERRNO_H 1
1982#define HAVE_STDARG_H 1
1983#define HAVE_SYS_STAT_H 1
1984#define HAVE_SYS_TYPES_H 1
1985#define HAVE_STDINT_H 1
1986#define HAVE_INTTYPES_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_POLL_H 1
1999#define HAVE_SYS_MMAN_H 1
2000#define HAVE_SYS_TIMEB_H 1
2001#define HAVE_SIGNAL_H 1
2002#define HAVE_ARPA_NAMESER_H 1
2003#define HAVE_RESOLV_H 1
2004#define HAVE_DLFCN_H 1
2005#define HAVE_STRFTIME 1
2006#define HAVE_STRFTIME 1
2007#define HAVE_LOCALTIME 1
2008#define HAVE_GETTIMEOFDAY 1
2009#define HAVE_FTIME 1
2010#define HAVE_STAT 1
2011#define HAVE_SIGNAL 1
2012#define HAVE_RAND 1
2013#define HAVE_RAND_R 1
2014#define HAVE_SRAND 1
2015#define HAVE_TIME 1
2016#define HAVE_ISASCII 1
2017#define HAVE_MMAP 1
2018#define HAVE_MUNMAP 1
2019#define HAVE_PUTENV 1
2020#define HAVE_VA_COPY 1
2021#define VA_LIST_IS_ARRAY 1
2022#define XML_SOCKLEN_T socklen_t
2023#define GETHOSTBYNAME_ARG_CAST /**/
2024#define SEND_ARG2_CAST /**/
2025#define SUPPORT_IP6 /**/
2026#define HAVE_GETADDRINFO /**/
2027#define HAVE_ISNAN /**/
2028#define HAVE_ISINF /**/
2029#define HAVE_DLOPEN /**/
2030#define HAVE_LIBPTHREAD /**/
2031#define HAVE_PTHREAD_H /**/
2032#define ICONV_CONST
2033#define HAVE_PRINTF 1
2034#define HAVE_SPRINTF 1
2035#define HAVE_FPRINTF 1
2036#define HAVE_SNPRINTF 1
2037#define HAVE_VFPRINTF 1
2038#define HAVE_VSPRINTF 1
2039#define HAVE_VSNPRINTF 1
2040#define HAVE_SSCANF 1
2041
2042configure: exit 1