Ticket #2253: config.log

File config.log, 68.1 KB (added by idar@…, 20 years ago)

config.log from failed configure run.

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
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = fulcrum.local
14uname -m = Power Macintosh
15uname -r = 7.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 7.5.0: Thu Aug  5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/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.5.0:
27Thu Aug  5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/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: 1024.00 megabytes.
35Default processor set: 92 tasks, 247 threads, 1 processors
36Load average: 3.46, Mach factor: 0.23
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:1582: checking for a BSD-compatible install
56configure:1637: result: /usr/bin/install -c
57configure:1648: checking whether build environment is sane
58configure:1691: result: yes
59configure:1724: checking for gawk
60configure:1753: result: no
61configure:1724: checking for mawk
62configure:1753: result: no
63configure:1724: checking for nawk
64configure:1753: result: no
65configure:1724: checking for awk
66configure:1740: found /usr/bin/awk
67configure:1750: result: awk
68configure:1760: checking whether make sets $(MAKE)
69configure:1780: result: yes
70configure:1963: checking for gcc
71configure:1979: found /usr/bin/gcc
72configure:1989: result: gcc
73configure:2233: checking for C compiler version
74configure:2236: gcc --version </dev/null >&5
75gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
76Copyright (C) 2002 Free Software Foundation, Inc.
77This is free software; see the source for copying conditions.  There is NO
78warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80configure:2239: $? = 0
81configure:2241: gcc -v </dev/null >&5
82Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
83Thread model: posix
84gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
85configure:2244: $? = 0
86configure:2246: gcc -V </dev/null >&5
87gcc: `-V' option must have argument
88configure:2249: $? = 1
89configure:2272: checking for C compiler default output file name
90configure:2275: gcc -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
91configure:2278: $? = 0
92configure:2324: result: a.out
93configure:2329: checking whether the C compiler works
94configure:2335: ./a.out
95configure:2338: $? = 0
96configure:2355: result: yes
97configure:2362: checking whether we are cross compiling
98configure:2364: result: no
99configure:2367: checking for suffix of executables
100configure:2369: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
101configure:2372: $? = 0
102configure:2397: result:
103configure:2403: checking for suffix of object files
104configure:2424: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
105configure:2427: $? = 0
106configure:2449: result: o
107configure:2453: checking whether we are using the GNU C compiler
108configure:2477: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
109configure:2483: $? = 0
110configure:2487: test -z
111                         || test ! -s conftest.err
112configure:2490: $? = 0
113configure:2493: test -s conftest.o
114configure:2496: $? = 0
115configure:2509: result: yes
116configure:2515: checking whether gcc accepts -g
117configure:2536: gcc -c -g -L/opt/local/lib -I/opt/local/include conftest.c >&5
118configure:2542: $? = 0
119configure:2546: test -z
120                         || test ! -s conftest.err
121configure:2549: $? = 0
122configure:2552: test -s conftest.o
123configure:2555: $? = 0
124configure:2566: result: yes
125configure:2583: checking for gcc option to accept ANSI C
126configure:2653: gcc  -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
127configure:2659: $? = 0
128configure:2663: test -z
129                         || test ! -s conftest.err
130configure:2666: $? = 0
131configure:2669: test -s conftest.o
132configure:2672: $? = 0
133configure:2690: result: none needed
134configure:2708: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
135conftest.c:2: error: parse error before "me"
136configure:2714: $? = 1
137configure: failed program was:
138| #ifndef __cplusplus
139|   choke me
140| #endif
141configure:2866: checking for style of include used by make
142configure:2894: result: GNU
143configure:2922: checking dependency style of gcc
144configure:2984: result: gcc3
145configure:3002: checking for a BSD-compatible install
146configure:3057: result: /usr/bin/install -c
147configure:3151: checking build system type
148configure:3169: result: powerpc-apple-darwin7.5.0
149configure:3177: checking host system type
150configure:3191: result: powerpc-apple-darwin7.5.0
151configure:3199: checking for a sed that does not truncate output
152configure:3253: result: /usr/bin/sed
153configure:3256: checking for egrep
154configure:3266: result: grep -E
155configure:3282: checking for ld used by gcc
156configure:3349: result: /usr/bin/ld
157configure:3358: checking if the linker (/usr/bin/ld) is GNU ld
158configure:3373: result: no
159configure:3378: checking for /usr/bin/ld option to reload object files
160configure:3385: result: -r
161configure:3394: checking for BSD-compatible nm
162configure:3436: result: /usr/bin/nm -p
163configure:3440: checking whether ln -s works
164configure:3444: result: yes
165configure:3451: checking how to recognise dependent libraries
166configure:3634: result: pass_all
167configure:4090: checking how to run the C preprocessor
168configure:4125: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
169configure:4131: $? = 0
170configure:4163: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
171conftest.c:9:28: ac_nonexistent.h: No such file or directory
172configure:4169: $? = 1
173configure: failed program was:
174| /* confdefs.h.  */
175|
176| #define PACKAGE_NAME ""
177| #define PACKAGE_TARNAME ""
178| #define PACKAGE_VERSION ""
179| #define PACKAGE_STRING ""
180| #define PACKAGE_BUGREPORT ""
181| /* end confdefs.h.  */
182| #include <ac_nonexistent.h>
183configure:4208: result: gcc -E
184configure:4232: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
185configure:4238: $? = 0
186configure:4270: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
187conftest.c:9:28: ac_nonexistent.h: No such file or directory
188configure:4276: $? = 1
189configure: failed program was:
190| /* confdefs.h.  */
191|
192| #define PACKAGE_NAME ""
193| #define PACKAGE_TARNAME ""
194| #define PACKAGE_VERSION ""
195| #define PACKAGE_STRING ""
196| #define PACKAGE_BUGREPORT ""
197| /* end confdefs.h.  */
198| #include <ac_nonexistent.h>
199configure:4320: checking for ANSI C header files
200configure:4345: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
201configure:4351: $? = 0
202configure:4355: test -z
203                         || test ! -s conftest.err
204configure:4358: $? = 0
205configure:4361: test -s conftest.o
206configure:4364: $? = 0
207configure:4450: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
208configure:4453: $? = 0
209configure:4455: ./conftest
210configure:4458: $? = 0
211configure:4473: result: yes
212configure:4497: checking for sys/types.h
213configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
214configure:4519: $? = 0
215configure:4523: test -z
216                         || test ! -s conftest.err
217configure:4526: $? = 0
218configure:4529: test -s conftest.o
219configure:4532: $? = 0
220configure:4543: result: yes
221configure:4497: checking for sys/stat.h
222configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
223configure:4519: $? = 0
224configure:4523: test -z
225                         || test ! -s conftest.err
226configure:4526: $? = 0
227configure:4529: test -s conftest.o
228configure:4532: $? = 0
229configure:4543: result: yes
230configure:4497: checking for stdlib.h
231configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
232configure:4519: $? = 0
233configure:4523: test -z
234                         || test ! -s conftest.err
235configure:4526: $? = 0
236configure:4529: test -s conftest.o
237configure:4532: $? = 0
238configure:4543: result: yes
239configure:4497: checking for string.h
240configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
241configure:4519: $? = 0
242configure:4523: test -z
243                         || test ! -s conftest.err
244configure:4526: $? = 0
245configure:4529: test -s conftest.o
246configure:4532: $? = 0
247configure:4543: result: yes
248configure:4497: checking for memory.h
249configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
250configure:4519: $? = 0
251configure:4523: test -z
252                         || test ! -s conftest.err
253configure:4526: $? = 0
254configure:4529: test -s conftest.o
255configure:4532: $? = 0
256configure:4543: result: yes
257configure:4497: checking for strings.h
258configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
259configure:4519: $? = 0
260configure:4523: test -z
261                         || test ! -s conftest.err
262configure:4526: $? = 0
263configure:4529: test -s conftest.o
264configure:4532: $? = 0
265configure:4543: result: yes
266configure:4497: checking for inttypes.h
267configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
268configure:4519: $? = 0
269configure:4523: test -z
270                         || test ! -s conftest.err
271configure:4526: $? = 0
272configure:4529: test -s conftest.o
273configure:4532: $? = 0
274configure:4543: result: yes
275configure:4497: checking for stdint.h
276configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
277configure:4519: $? = 0
278configure:4523: test -z
279                         || test ! -s conftest.err
280configure:4526: $? = 0
281configure:4529: test -s conftest.o
282configure:4532: $? = 0
283configure:4543: result: yes
284configure:4497: checking for unistd.h
285configure:4513: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
286configure:4519: $? = 0
287configure:4523: test -z
288                         || test ! -s conftest.err
289configure:4526: $? = 0
290configure:4529: test -s conftest.o
291configure:4532: $? = 0
292configure:4543: result: yes
293configure:4569: checking dlfcn.h usability
294configure:4581: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
295configure:4587: $? = 0
296configure:4591: test -z
297                         || test ! -s conftest.err
298configure:4594: $? = 0
299configure:4597: test -s conftest.o
300configure:4600: $? = 0
301configure:4610: result: yes
302configure:4614: checking dlfcn.h presence
303configure:4624: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
304configure:4630: $? = 0
305configure:4650: result: yes
306configure:4685: checking for dlfcn.h
307configure:4692: result: yes
308configure:4757: checking for g++
309configure:4773: found /usr/bin/g++
310configure:4783: result: g++
311configure:4799: checking for C++ compiler version
312configure:4802: g++ --version </dev/null >&5
313g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
314Copyright (C) 2002 Free Software Foundation, Inc.
315This is free software; see the source for copying conditions.  There is NO
316warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
317
318configure:4805: $? = 0
319configure:4807: g++ -v </dev/null >&5
320Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
321Thread model: posix
322gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
323configure:4810: $? = 0
324configure:4812: g++ -V </dev/null >&5
325g++: `-V' option must have argument
326configure:4815: $? = 1
327configure:4818: checking whether we are using the GNU C++ compiler
328configure:4842: g++ -c  -L/opt/local/lib -I/opt/local/include conftest.cc >&5
329configure:4848: $? = 0
330configure:4852: test -z
331                         || test ! -s conftest.err
332configure:4855: $? = 0
333configure:4858: test -s conftest.o
334configure:4861: $? = 0
335configure:4874: result: yes
336configure:4880: checking whether g++ accepts -g
337configure:4901: g++ -c -g -L/opt/local/lib -I/opt/local/include conftest.cc >&5
338configure:4907: $? = 0
339configure:4911: test -z
340                         || test ! -s conftest.err
341configure:4914: $? = 0
342configure:4917: test -s conftest.o
343configure:4920: $? = 0
344configure:4931: result: yes
345configure:4973: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.cc >&5
346configure:4979: $? = 0
347configure:4983: test -z
348                         || test ! -s conftest.err
349configure:4986: $? = 0
350configure:4989: test -s conftest.o
351configure:4992: $? = 0
352configure:5018: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.cc >&5
353conftest.cc: In function `int main()':
354conftest.cc:24: error: `exit' undeclared (first use this function)
355conftest.cc:24: error: (Each undeclared identifier is reported only once for
356   each function it appears in.)
357configure:5024: $? = 1
358configure: failed program was:
359| /* confdefs.h.  */
360|
361| #define PACKAGE_NAME ""
362| #define PACKAGE_TARNAME ""
363| #define PACKAGE_VERSION ""
364| #define PACKAGE_STRING ""
365| #define PACKAGE_BUGREPORT ""
366| #define STDC_HEADERS 1
367| #define HAVE_SYS_TYPES_H 1
368| #define HAVE_SYS_STAT_H 1
369| #define HAVE_STDLIB_H 1
370| #define HAVE_STRING_H 1
371| #define HAVE_MEMORY_H 1
372| #define HAVE_STRINGS_H 1
373| #define HAVE_INTTYPES_H 1
374| #define HAVE_STDINT_H 1
375| #define HAVE_UNISTD_H 1
376| #define HAVE_DLFCN_H 1
377| /* end confdefs.h.  */
378|
379| int
380| main ()
381| {
382| exit (42);
383|   ;
384|   return 0;
385| }
386configure:4973: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.cc >&5
387configure:4979: $? = 0
388configure:4983: test -z
389                         || test ! -s conftest.err
390configure:4986: $? = 0
391configure:4989: test -s conftest.o
392configure:4992: $? = 0
393configure:5018: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.cc >&5
394configure:5024: $? = 0
395configure:5028: test -z
396                         || test ! -s conftest.err
397configure:5031: $? = 0
398configure:5034: test -s conftest.o
399configure:5037: $? = 0
400configure:5062: checking dependency style of g++
401configure:5124: result: gcc3
402configure:5134: checking how to run the C++ preprocessor
403configure:5165: g++ -E -L/opt/local/lib -I/opt/local/include conftest.cc
404configure:5171: $? = 0
405configure:5203: g++ -E -L/opt/local/lib -I/opt/local/include conftest.cc
406conftest.cc:23:28: ac_nonexistent.h: No such file or directory
407configure:5209: $? = 1
408configure: failed program was:
409| /* confdefs.h.  */
410|
411| #define PACKAGE_NAME ""
412| #define PACKAGE_TARNAME ""
413| #define PACKAGE_VERSION ""
414| #define PACKAGE_STRING ""
415| #define PACKAGE_BUGREPORT ""
416| #define STDC_HEADERS 1
417| #define HAVE_SYS_TYPES_H 1
418| #define HAVE_SYS_STAT_H 1
419| #define HAVE_STDLIB_H 1
420| #define HAVE_STRING_H 1
421| #define HAVE_MEMORY_H 1
422| #define HAVE_STRINGS_H 1
423| #define HAVE_INTTYPES_H 1
424| #define HAVE_STDINT_H 1
425| #define HAVE_UNISTD_H 1
426| #define HAVE_DLFCN_H 1
427| #ifdef __cplusplus
428| extern "C" void std::exit (int) throw (); using std::exit;
429| #endif
430| /* end confdefs.h.  */
431| #include <ac_nonexistent.h>
432configure:5248: result: g++ -E
433configure:5272: g++ -E -L/opt/local/lib -I/opt/local/include conftest.cc
434configure:5278: $? = 0
435configure:5310: g++ -E -L/opt/local/lib -I/opt/local/include conftest.cc
436conftest.cc:23:28: ac_nonexistent.h: No such file or directory
437configure:5316: $? = 1
438configure: failed program was:
439| /* confdefs.h.  */
440|
441| #define PACKAGE_NAME ""
442| #define PACKAGE_TARNAME ""
443| #define PACKAGE_VERSION ""
444| #define PACKAGE_STRING ""
445| #define PACKAGE_BUGREPORT ""
446| #define STDC_HEADERS 1
447| #define HAVE_SYS_TYPES_H 1
448| #define HAVE_SYS_STAT_H 1
449| #define HAVE_STDLIB_H 1
450| #define HAVE_STRING_H 1
451| #define HAVE_MEMORY_H 1
452| #define HAVE_STRINGS_H 1
453| #define HAVE_INTTYPES_H 1
454| #define HAVE_STDINT_H 1
455| #define HAVE_UNISTD_H 1
456| #define HAVE_DLFCN_H 1
457| #ifdef __cplusplus
458| extern "C" void std::exit (int) throw (); using std::exit;
459| #endif
460| /* end confdefs.h.  */
461| #include <ac_nonexistent.h>
462configure:5411: checking for g77
463configure:5440: result: no
464configure:5411: checking for f77
465configure:5440: result: no
466configure:5411: checking for xlf
467configure:5440: result: no
468configure:5411: checking for frt
469configure:5440: result: no
470configure:5411: checking for pgf77
471configure:5440: result: no
472configure:5411: checking for fort77
473configure:5440: result: no
474configure:5411: checking for fl32
475configure:5440: result: no
476configure:5411: checking for af77
477configure:5440: result: no
478configure:5411: checking for f90
479configure:5440: result: no
480configure:5411: checking for xlf90
481configure:5440: result: no
482configure:5411: checking for pgf90
483configure:5440: result: no
484configure:5411: checking for epcf90
485configure:5440: result: no
486configure:5411: checking for f95
487configure:5440: result: no
488configure:5411: checking for fort
489configure:5440: result: no
490configure:5411: checking for xlf95
491configure:5440: result: no
492configure:5411: checking for ifc
493configure:5440: result: no
494configure:5411: checking for efc
495configure:5440: result: no
496configure:5411: checking for pgf95
497configure:5440: result: no
498configure:5411: checking for lf95
499configure:5440: result: no
500configure:5411: checking for gfortran
501configure:5440: result: no
502configure:5455: checking for Fortran 77 compiler version
503configure:5455:  --version </dev/null >&5
504./configure: line 1: --version: command not found
505configure:5458: $? = 127
506configure:5460:  -v </dev/null >&5
507./configure: line 1: -v: command not found
508configure:5463: $? = 127
509configure:5465:  -V </dev/null >&5
510./configure: line 1: -V: command not found
511configure:5468: $? = 127
512configure:5476: checking whether we are using the GNU Fortran 77 compiler
513configure:5490:  -c  conftest.F >&5
514./configure: line 1: -c: command not found
515configure:5496: $? = 127
516configure: failed program was:
517|       program main
518| #ifndef __GNUC__
519|        choke me
520| #endif
521|
522|       end
523configure:5522: result: no
524configure:5528: checking whether  accepts -g
525configure:5540:  -c -g conftest.f >&5
526./configure: line 1: -c: command not found
527configure:5546: $? = 127
528configure: failed program was:
529|       program main
530|
531|       end
532configure:5571: result: no
533configure:5601: checking the maximum length of command line arguments
534configure:5666: result: 65536
535configure:5677: checking command to parse /usr/bin/nm -p output from gcc object
536configure:5766: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
537configure:5769: $? = 0
538configure:5773: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
539configure:5776: $? = 0
540cannot find nm_test_var in conftest.nm
541configure:5766: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
542configure:5769: $? = 0
543configure:5773: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
544configure:5776: $? = 0
545configure:5828: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c conftstm.o >&5
546configure:5831: $? = 0
547configure:5869: result: ok
548configure:5873: checking for objdir
549configure:5888: result: .libs
550configure:5978: checking for ar
551configure:5994: found /usr/bin/ar
552configure:6005: result: ar
553configure:6058: checking for ranlib
554configure:6074: found /usr/bin/ranlib
555configure:6085: result: ranlib
556configure:6138: checking for strip
557configure:6154: found /usr/bin/strip
558configure:6165: result: strip
559configure:6427: checking if gcc static flag  works
560configure:6450: result: yes
561configure:6468: checking if gcc supports -fno-rtti -fno-exceptions
562configure:6489: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
563cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
564configure:6493: $? = 0
565configure:6501: result: no
566configure:6516: checking for gcc option to produce PIC
567configure:6693: result: -fno-common
568configure:6701: checking if gcc PIC flag -fno-common works
569configure:6722: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include -fno-common -DPIC conftest.c >&5
570configure:6726: $? = 0
571configure:6734: result: yes
572configure:6758: checking if gcc supports -c -o file.o
573configure:6782: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include -o out/conftest2.o conftest.c >&5
574configure:6786: $? = 0
575configure:6803: result: yes
576configure:6829: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
577configure:7677: result: yes
578configure:7748: checking dynamic linker characteristics
579configure:8309: result: darwin7.5.0 dyld
580configure:8313: checking how to hardcode library paths into programs
581configure:8338: result: immediate
582configure:8352: checking whether stripping libraries is possible
583configure:8365: result: yes
584configure:8406: checking for dlopen in -ldl
585configure:8436: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c -ldl   >&5
586configure:8442: $? = 0
587configure:8446: test -z
588                         || test ! -s conftest.err
589configure:8449: $? = 0
590configure:8452: test -s conftest
591configure:8455: $? = 0
592configure:8468: result: yes
593configure:8973: checking whether a program can dlopen itself
594configure:9045: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include -DHAVE_DLFCN_H   conftest.c -ldl  >&5
595configure:9048: $? = 0
596configure:9066: result: yes
597configure:9071: checking whether a statically linked program can dlopen itself
598configure:9143: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include -DHAVE_DLFCN_H    conftest.c -ldl  >&5
599configure:9146: $? = 0
600configure:9164: result: yes
601configure:9187: checking if libtool supports shared libraries
602configure:9189: result: yes
603configure:9192: checking whether to build shared libraries
604configure:9250: result: yes
605configure:9253: checking whether to build static libraries
606configure:9257: result: yes
607configure:9349: creating libtool
608configure:9896: checking for ld used by g++
609configure:9963: result: /usr/bin/ld
610configure:9972: checking if the linker (/usr/bin/ld) is GNU ld
611configure:9987: result: no
612configure:10038: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
613configure:10866: result: yes
614configure:10884: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include conftest.cc >&5
615configure:10887: $? = 0
616configure:10983: checking for g++ option to produce PIC
617configure:11235: result: -fno-common
618configure:11243: checking if g++ PIC flag -fno-common works
619configure:11264: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include -fno-common -DPIC conftest.cc >&5
620configure:11268: $? = 0
621configure:11276: result: yes
622configure:11300: checking if g++ supports -c -o file.o
623configure:11324: g++ -c -g -O2 -L/opt/local/lib -I/opt/local/include -o out/conftest2.o conftest.cc >&5
624configure:11328: $? = 0
625configure:11345: result: yes
626configure:11371: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
627configure:11396: result: yes
628configure:11467: checking dynamic linker characteristics
629configure:12028: result: darwin7.5.0 dyld
630configure:12032: checking how to hardcode library paths into programs
631configure:12057: result: immediate
632configure:12071: checking whether stripping libraries is possible
633configure:12084: result: yes
634configure:12125: checking for dlopen in -ldl
635configure:12187: result: yes
636configure:12692: checking whether a program can dlopen itself
637configure:12785: result: yes
638configure:12790: checking whether a statically linked program can dlopen itself
639configure:12883: result: yes
640configure:19353: checking whether to enable maintainer-specific portions of Makefiles
641configure:19362: result: no
642configure:19378: checking for aclocal flags
643configure:19387: result:
644configure:19449: checking for indentation command to pipe generated c-files through
645configure:19470: result: indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
646configure:19498: checking for gawk
647configure:19524: result: awk
648configure:19542: checking for pkg-config
649configure:19560: found /opt/local/bin/pkg-config
650configure:19573: result: /opt/local/bin/pkg-config
651configure:19590: checking for pkg-config >= 0.14.0
652configure:19593: result: found
653configure:19664: checking for   glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0    gthread-2.0 >= 2.0.0    gmodule-2.0 >= 2.0.0
654configure:19676: result: yes
655configure:19680: checking ORBIT_CFLAGS
656configure:19687: result: -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
657configure:19690: checking ORBIT_LIBS
658configure:19697: result: -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
659configure:19797: checking for   libIDL-2.0 >= 0.7.4     glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0    gmodule-2.0 >= 2.0.0
660configure:19809: result: yes
661configure:19813: checking ORBIT_IDL_CFLAGS
662configure:19820: result: -I/opt/local/include/libIDL-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
663configure:19823: checking ORBIT_IDL_LIBS
664configure:19830: result: -L/opt/local/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
665configure:19926: checking for glib-2.0 >= 2.0.0
666configure:19930: result: yes
667configure:19934: checking ORBIT_NAME_CFLAGS
668configure:19937: result: -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
669configure:19940: checking ORBIT_NAME_LIBS
670configure:19943: result: -L/opt/local/lib -lglib-2.0 -lintl -liconv 
671configure:19973: checking for ANSI C header files
672configure:20126: result: yes
673configure:20154: checking fcntl.h usability
674configure:20166: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
675configure:20172: $? = 0
676configure:20176: test -z
677                         || test ! -s conftest.err
678configure:20179: $? = 0
679configure:20182: test -s conftest.o
680configure:20185: $? = 0
681configure:20195: result: yes
682configure:20199: checking fcntl.h presence
683configure:20209: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
684configure:20215: $? = 0
685configure:20235: result: yes
686configure:20270: checking for fcntl.h
687configure:20277: result: yes
688configure:20145: checking for unistd.h
689configure:20150: result: yes
690configure:20154: checking sys/endian.h usability
691configure:20166: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
692conftest.c:61:24: sys/endian.h: No such file or directory
693configure:20172: $? = 1
694configure: failed program was:
695| /* confdefs.h.  */
696|
697| #define PACKAGE_NAME ""
698| #define PACKAGE_TARNAME ""
699| #define PACKAGE_VERSION ""
700| #define PACKAGE_STRING ""
701| #define PACKAGE_BUGREPORT ""
702| #define STDC_HEADERS 1
703| #define HAVE_SYS_TYPES_H 1
704| #define HAVE_SYS_STAT_H 1
705| #define HAVE_STDLIB_H 1
706| #define HAVE_STRING_H 1
707| #define HAVE_MEMORY_H 1
708| #define HAVE_STRINGS_H 1
709| #define HAVE_INTTYPES_H 1
710| #define HAVE_STDINT_H 1
711| #define HAVE_UNISTD_H 1
712| #define HAVE_DLFCN_H 1
713| #ifdef __cplusplus
714| extern "C" void std::exit (int) throw (); using std::exit;
715| #endif
716| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
717| #define STDC_HEADERS 1
718| #define HAVE_FCNTL_H 1
719| #define HAVE_UNISTD_H 1
720| /* end confdefs.h.  */
721| #include <stdio.h>
722| #if HAVE_SYS_TYPES_H
723| # include <sys/types.h>
724| #endif
725| #if HAVE_SYS_STAT_H
726| # include <sys/stat.h>
727| #endif
728| #if STDC_HEADERS
729| # include <stdlib.h>
730| # include <stddef.h>
731| #else
732| # if HAVE_STDLIB_H
733| #  include <stdlib.h>
734| # endif
735| #endif
736| #if HAVE_STRING_H
737| # if !STDC_HEADERS && HAVE_MEMORY_H
738| #  include <memory.h>
739| # endif
740| # include <string.h>
741| #endif
742| #if HAVE_STRINGS_H
743| # include <strings.h>
744| #endif
745| #if HAVE_INTTYPES_H
746| # include <inttypes.h>
747| #else
748| # if HAVE_STDINT_H
749| #  include <stdint.h>
750| # endif
751| #endif
752| #if HAVE_UNISTD_H
753| # include <unistd.h>
754| #endif
755| #include <sys/endian.h>
756configure:20195: result: no
757configure:20199: checking sys/endian.h presence
758configure:20209: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
759conftest.c:27:24: sys/endian.h: No such file or directory
760configure:20215: $? = 1
761configure: failed program was:
762| /* confdefs.h.  */
763|
764| #define PACKAGE_NAME ""
765| #define PACKAGE_TARNAME ""
766| #define PACKAGE_VERSION ""
767| #define PACKAGE_STRING ""
768| #define PACKAGE_BUGREPORT ""
769| #define STDC_HEADERS 1
770| #define HAVE_SYS_TYPES_H 1
771| #define HAVE_SYS_STAT_H 1
772| #define HAVE_STDLIB_H 1
773| #define HAVE_STRING_H 1
774| #define HAVE_MEMORY_H 1
775| #define HAVE_STRINGS_H 1
776| #define HAVE_INTTYPES_H 1
777| #define HAVE_STDINT_H 1
778| #define HAVE_UNISTD_H 1
779| #define HAVE_DLFCN_H 1
780| #ifdef __cplusplus
781| extern "C" void std::exit (int) throw (); using std::exit;
782| #endif
783| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
784| #define STDC_HEADERS 1
785| #define HAVE_FCNTL_H 1
786| #define HAVE_UNISTD_H 1
787| /* end confdefs.h.  */
788| #include <sys/endian.h>
789configure:20235: result: no
790configure:20270: checking for sys/endian.h
791configure:20277: result: no
792configure:20154: checking endian.h usability
793configure:20166: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
794conftest.c:61:20: endian.h: No such file or directory
795configure:20172: $? = 1
796configure: failed program was:
797| /* confdefs.h.  */
798|
799| #define PACKAGE_NAME ""
800| #define PACKAGE_TARNAME ""
801| #define PACKAGE_VERSION ""
802| #define PACKAGE_STRING ""
803| #define PACKAGE_BUGREPORT ""
804| #define STDC_HEADERS 1
805| #define HAVE_SYS_TYPES_H 1
806| #define HAVE_SYS_STAT_H 1
807| #define HAVE_STDLIB_H 1
808| #define HAVE_STRING_H 1
809| #define HAVE_MEMORY_H 1
810| #define HAVE_STRINGS_H 1
811| #define HAVE_INTTYPES_H 1
812| #define HAVE_STDINT_H 1
813| #define HAVE_UNISTD_H 1
814| #define HAVE_DLFCN_H 1
815| #ifdef __cplusplus
816| extern "C" void std::exit (int) throw (); using std::exit;
817| #endif
818| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
819| #define STDC_HEADERS 1
820| #define HAVE_FCNTL_H 1
821| #define HAVE_UNISTD_H 1
822| /* end confdefs.h.  */
823| #include <stdio.h>
824| #if HAVE_SYS_TYPES_H
825| # include <sys/types.h>
826| #endif
827| #if HAVE_SYS_STAT_H
828| # include <sys/stat.h>
829| #endif
830| #if STDC_HEADERS
831| # include <stdlib.h>
832| # include <stddef.h>
833| #else
834| # if HAVE_STDLIB_H
835| #  include <stdlib.h>
836| # endif
837| #endif
838| #if HAVE_STRING_H
839| # if !STDC_HEADERS && HAVE_MEMORY_H
840| #  include <memory.h>
841| # endif
842| # include <string.h>
843| #endif
844| #if HAVE_STRINGS_H
845| # include <strings.h>
846| #endif
847| #if HAVE_INTTYPES_H
848| # include <inttypes.h>
849| #else
850| # if HAVE_STDINT_H
851| #  include <stdint.h>
852| # endif
853| #endif
854| #if HAVE_UNISTD_H
855| # include <unistd.h>
856| #endif
857| #include <endian.h>
858configure:20195: result: no
859configure:20199: checking endian.h presence
860configure:20209: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
861conftest.c:27:20: endian.h: No such file or directory
862configure:20215: $? = 1
863configure: failed program was:
864| /* confdefs.h.  */
865|
866| #define PACKAGE_NAME ""
867| #define PACKAGE_TARNAME ""
868| #define PACKAGE_VERSION ""
869| #define PACKAGE_STRING ""
870| #define PACKAGE_BUGREPORT ""
871| #define STDC_HEADERS 1
872| #define HAVE_SYS_TYPES_H 1
873| #define HAVE_SYS_STAT_H 1
874| #define HAVE_STDLIB_H 1
875| #define HAVE_STRING_H 1
876| #define HAVE_MEMORY_H 1
877| #define HAVE_STRINGS_H 1
878| #define HAVE_INTTYPES_H 1
879| #define HAVE_STDINT_H 1
880| #define HAVE_UNISTD_H 1
881| #define HAVE_DLFCN_H 1
882| #ifdef __cplusplus
883| extern "C" void std::exit (int) throw (); using std::exit;
884| #endif
885| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
886| #define STDC_HEADERS 1
887| #define HAVE_FCNTL_H 1
888| #define HAVE_UNISTD_H 1
889| /* end confdefs.h.  */
890| #include <endian.h>
891configure:20235: result: no
892configure:20270: checking for endian.h
893configure:20277: result: no
894configure:20154: checking machine/endian.h usability
895configure:20166: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
896configure:20172: $? = 0
897configure:20176: test -z
898                         || test ! -s conftest.err
899configure:20179: $? = 0
900configure:20182: test -s conftest.o
901configure:20185: $? = 0
902configure:20195: result: yes
903configure:20199: checking machine/endian.h presence
904configure:20209: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
905configure:20215: $? = 0
906configure:20235: result: yes
907configure:20270: checking for machine/endian.h
908configure:20277: result: yes
909configure:20307: checking sys/machine.h usability
910configure:20319: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
911conftest.c:62:25: sys/machine.h: No such file or directory
912configure:20325: $? = 1
913configure: failed program was:
914| /* confdefs.h.  */
915|
916| #define PACKAGE_NAME ""
917| #define PACKAGE_TARNAME ""
918| #define PACKAGE_VERSION ""
919| #define PACKAGE_STRING ""
920| #define PACKAGE_BUGREPORT ""
921| #define STDC_HEADERS 1
922| #define HAVE_SYS_TYPES_H 1
923| #define HAVE_SYS_STAT_H 1
924| #define HAVE_STDLIB_H 1
925| #define HAVE_STRING_H 1
926| #define HAVE_MEMORY_H 1
927| #define HAVE_STRINGS_H 1
928| #define HAVE_INTTYPES_H 1
929| #define HAVE_STDINT_H 1
930| #define HAVE_UNISTD_H 1
931| #define HAVE_DLFCN_H 1
932| #ifdef __cplusplus
933| extern "C" void std::exit (int) throw (); using std::exit;
934| #endif
935| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
936| #define STDC_HEADERS 1
937| #define HAVE_FCNTL_H 1
938| #define HAVE_UNISTD_H 1
939| #define HAVE_MACHINE_ENDIAN_H 1
940| /* end confdefs.h.  */
941| #include <stdio.h>
942| #if HAVE_SYS_TYPES_H
943| # include <sys/types.h>
944| #endif
945| #if HAVE_SYS_STAT_H
946| # include <sys/stat.h>
947| #endif
948| #if STDC_HEADERS
949| # include <stdlib.h>
950| # include <stddef.h>
951| #else
952| # if HAVE_STDLIB_H
953| #  include <stdlib.h>
954| # endif
955| #endif
956| #if HAVE_STRING_H
957| # if !STDC_HEADERS && HAVE_MEMORY_H
958| #  include <memory.h>
959| # endif
960| # include <string.h>
961| #endif
962| #if HAVE_STRINGS_H
963| # include <strings.h>
964| #endif
965| #if HAVE_INTTYPES_H
966| # include <inttypes.h>
967| #else
968| # if HAVE_STDINT_H
969| #  include <stdint.h>
970| # endif
971| #endif
972| #if HAVE_UNISTD_H
973| # include <unistd.h>
974| #endif
975| #include <sys/machine.h>
976configure:20348: result: no
977configure:20352: checking sys/machine.h presence
978configure:20362: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
979conftest.c:28:25: sys/machine.h: No such file or directory
980configure:20368: $? = 1
981configure: failed program was:
982| /* confdefs.h.  */
983|
984| #define PACKAGE_NAME ""
985| #define PACKAGE_TARNAME ""
986| #define PACKAGE_VERSION ""
987| #define PACKAGE_STRING ""
988| #define PACKAGE_BUGREPORT ""
989| #define STDC_HEADERS 1
990| #define HAVE_SYS_TYPES_H 1
991| #define HAVE_SYS_STAT_H 1
992| #define HAVE_STDLIB_H 1
993| #define HAVE_STRING_H 1
994| #define HAVE_MEMORY_H 1
995| #define HAVE_STRINGS_H 1
996| #define HAVE_INTTYPES_H 1
997| #define HAVE_STDINT_H 1
998| #define HAVE_UNISTD_H 1
999| #define HAVE_DLFCN_H 1
1000| #ifdef __cplusplus
1001| extern "C" void std::exit (int) throw (); using std::exit;
1002| #endif
1003| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1004| #define STDC_HEADERS 1
1005| #define HAVE_FCNTL_H 1
1006| #define HAVE_UNISTD_H 1
1007| #define HAVE_MACHINE_ENDIAN_H 1
1008| /* end confdefs.h.  */
1009| #include <sys/machine.h>
1010configure:20388: result: no
1011configure:20423: checking for sys/machine.h
1012configure:20430: result: no
1013configure:20307: checking sys/isa_defs.h usability
1014configure:20319: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1015conftest.c:62:26: sys/isa_defs.h: No such file or directory
1016configure:20325: $? = 1
1017configure: failed program was:
1018| /* confdefs.h.  */
1019|
1020| #define PACKAGE_NAME ""
1021| #define PACKAGE_TARNAME ""
1022| #define PACKAGE_VERSION ""
1023| #define PACKAGE_STRING ""
1024| #define PACKAGE_BUGREPORT ""
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_DLFCN_H 1
1036| #ifdef __cplusplus
1037| extern "C" void std::exit (int) throw (); using std::exit;
1038| #endif
1039| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1040| #define STDC_HEADERS 1
1041| #define HAVE_FCNTL_H 1
1042| #define HAVE_UNISTD_H 1
1043| #define HAVE_MACHINE_ENDIAN_H 1
1044| /* end confdefs.h.  */
1045| #include <stdio.h>
1046| #if HAVE_SYS_TYPES_H
1047| # include <sys/types.h>
1048| #endif
1049| #if HAVE_SYS_STAT_H
1050| # include <sys/stat.h>
1051| #endif
1052| #if STDC_HEADERS
1053| # include <stdlib.h>
1054| # include <stddef.h>
1055| #else
1056| # if HAVE_STDLIB_H
1057| #  include <stdlib.h>
1058| # endif
1059| #endif
1060| #if HAVE_STRING_H
1061| # if !STDC_HEADERS && HAVE_MEMORY_H
1062| #  include <memory.h>
1063| # endif
1064| # include <string.h>
1065| #endif
1066| #if HAVE_STRINGS_H
1067| # include <strings.h>
1068| #endif
1069| #if HAVE_INTTYPES_H
1070| # include <inttypes.h>
1071| #else
1072| # if HAVE_STDINT_H
1073| #  include <stdint.h>
1074| # endif
1075| #endif
1076| #if HAVE_UNISTD_H
1077| # include <unistd.h>
1078| #endif
1079| #include <sys/isa_defs.h>
1080configure:20348: result: no
1081configure:20352: checking sys/isa_defs.h presence
1082configure:20362: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1083conftest.c:28:26: sys/isa_defs.h: No such file or directory
1084configure:20368: $? = 1
1085configure: failed program was:
1086| /* confdefs.h.  */
1087|
1088| #define PACKAGE_NAME ""
1089| #define PACKAGE_TARNAME ""
1090| #define PACKAGE_VERSION ""
1091| #define PACKAGE_STRING ""
1092| #define PACKAGE_BUGREPORT ""
1093| #define STDC_HEADERS 1
1094| #define HAVE_SYS_TYPES_H 1
1095| #define HAVE_SYS_STAT_H 1
1096| #define HAVE_STDLIB_H 1
1097| #define HAVE_STRING_H 1
1098| #define HAVE_MEMORY_H 1
1099| #define HAVE_STRINGS_H 1
1100| #define HAVE_INTTYPES_H 1
1101| #define HAVE_STDINT_H 1
1102| #define HAVE_UNISTD_H 1
1103| #define HAVE_DLFCN_H 1
1104| #ifdef __cplusplus
1105| extern "C" void std::exit (int) throw (); using std::exit;
1106| #endif
1107| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1108| #define STDC_HEADERS 1
1109| #define HAVE_FCNTL_H 1
1110| #define HAVE_UNISTD_H 1
1111| #define HAVE_MACHINE_ENDIAN_H 1
1112| /* end confdefs.h.  */
1113| #include <sys/isa_defs.h>
1114configure:20388: result: no
1115configure:20423: checking for sys/isa_defs.h
1116configure:20430: result: no
1117configure:20307: checking sys/poll.h usability
1118configure:20319: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1119configure:20325: $? = 0
1120configure:20329: test -z
1121                         || test ! -s conftest.err
1122configure:20332: $? = 0
1123configure:20335: test -s conftest.o
1124configure:20338: $? = 0
1125configure:20348: result: yes
1126configure:20352: checking sys/poll.h presence
1127configure:20362: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1128configure:20368: $? = 0
1129configure:20388: result: yes
1130configure:20423: checking for sys/poll.h
1131configure:20430: result: yes
1132configure:20307: checking sys/select.h usability
1133configure:20319: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1134configure:20325: $? = 0
1135configure:20329: test -z
1136                         || test ! -s conftest.err
1137configure:20332: $? = 0
1138configure:20335: test -s conftest.o
1139configure:20338: $? = 0
1140configure:20348: result: yes
1141configure:20352: checking sys/select.h presence
1142configure:20362: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1143configure:20368: $? = 0
1144configure:20388: result: yes
1145configure:20423: checking for sys/select.h
1146configure:20430: result: yes
1147configure:20460: checking sys/time.h usability
1148configure:20472: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1149configure:20478: $? = 0
1150configure:20482: test -z
1151                         || test ! -s conftest.err
1152configure:20485: $? = 0
1153configure:20488: test -s conftest.o
1154configure:20491: $? = 0
1155configure:20501: result: yes
1156configure:20505: checking sys/time.h presence
1157configure:20515: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1158configure:20521: $? = 0
1159configure:20541: result: yes
1160configure:20576: checking for sys/time.h
1161configure:20583: result: yes
1162configure:20460: checking netinet/in.h usability
1163configure:20472: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1164configure:20478: $? = 0
1165configure:20482: test -z
1166                         || test ! -s conftest.err
1167configure:20485: $? = 0
1168configure:20488: test -s conftest.o
1169configure:20491: $? = 0
1170configure:20501: result: yes
1171configure:20505: checking netinet/in.h presence
1172configure:20515: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1173configure:20521: $? = 0
1174configure:20541: result: yes
1175configure:20576: checking for netinet/in.h
1176configure:20583: result: yes
1177configure:20460: checking sys/socket.h usability
1178configure:20472: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1179configure:20478: $? = 0
1180configure:20482: test -z
1181                         || test ! -s conftest.err
1182configure:20485: $? = 0
1183configure:20488: test -s conftest.o
1184configure:20491: $? = 0
1185configure:20501: result: yes
1186configure:20505: checking sys/socket.h presence
1187configure:20515: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1188configure:20521: $? = 0
1189configure:20541: result: yes
1190configure:20576: checking for sys/socket.h
1191configure:20583: result: yes
1192configure:20460: checking arpa/inet.h usability
1193configure:20472: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1194configure:20478: $? = 0
1195configure:20482: test -z
1196                         || test ! -s conftest.err
1197configure:20485: $? = 0
1198configure:20488: test -s conftest.o
1199configure:20491: $? = 0
1200configure:20501: result: yes
1201configure:20505: checking arpa/inet.h presence
1202configure:20515: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1203configure:20521: $? = 0
1204configure:20541: result: yes
1205configure:20576: checking for arpa/inet.h
1206configure:20583: result: yes
1207configure:20614: checking stddef.h usability
1208configure:20626: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1209configure:20632: $? = 0
1210configure:20636: test -z
1211                         || test ! -s conftest.err
1212configure:20639: $? = 0
1213configure:20642: test -s conftest.o
1214configure:20645: $? = 0
1215configure:20655: result: yes
1216configure:20659: checking stddef.h presence
1217configure:20669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1218configure:20675: $? = 0
1219configure:20695: result: yes
1220configure:20730: checking for stddef.h
1221configure:20737: result: yes
1222configure:20614: checking wchar.h usability
1223configure:20626: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1224configure:20632: $? = 0
1225configure:20636: test -z
1226                         || test ! -s conftest.err
1227configure:20639: $? = 0
1228configure:20642: test -s conftest.o
1229configure:20645: $? = 0
1230configure:20655: result: yes
1231configure:20659: checking wchar.h presence
1232configure:20669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1233configure:20675: $? = 0
1234configure:20695: result: yes
1235configure:20730: checking for wchar.h
1236configure:20737: result: yes
1237configure:20614: checking wcstr.h usability
1238configure:20626: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1239conftest.c:70:19: wcstr.h: No such file or directory
1240configure:20632: $? = 1
1241configure: failed program was:
1242| /* confdefs.h.  */
1243|
1244| #define PACKAGE_NAME ""
1245| #define PACKAGE_TARNAME ""
1246| #define PACKAGE_VERSION ""
1247| #define PACKAGE_STRING ""
1248| #define PACKAGE_BUGREPORT ""
1249| #define STDC_HEADERS 1
1250| #define HAVE_SYS_TYPES_H 1
1251| #define HAVE_SYS_STAT_H 1
1252| #define HAVE_STDLIB_H 1
1253| #define HAVE_STRING_H 1
1254| #define HAVE_MEMORY_H 1
1255| #define HAVE_STRINGS_H 1
1256| #define HAVE_INTTYPES_H 1
1257| #define HAVE_STDINT_H 1
1258| #define HAVE_UNISTD_H 1
1259| #define HAVE_DLFCN_H 1
1260| #ifdef __cplusplus
1261| extern "C" void std::exit (int) throw (); using std::exit;
1262| #endif
1263| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1264| #define STDC_HEADERS 1
1265| #define HAVE_FCNTL_H 1
1266| #define HAVE_UNISTD_H 1
1267| #define HAVE_MACHINE_ENDIAN_H 1
1268| #define HAVE_SYS_POLL_H 1
1269| #define HAVE_SYS_SELECT_H 1
1270| #define HAVE_SYS_TIME_H 1
1271| #define HAVE_NETINET_IN_H 1
1272| #define HAVE_SYS_SOCKET_H 1
1273| #define HAVE_ARPA_INET_H 1
1274| #define HAVE_STDDEF_H 1
1275| #define HAVE_WCHAR_H 1
1276| /* end confdefs.h.  */
1277| #include <stdio.h>
1278| #if HAVE_SYS_TYPES_H
1279| # include <sys/types.h>
1280| #endif
1281| #if HAVE_SYS_STAT_H
1282| # include <sys/stat.h>
1283| #endif
1284| #if STDC_HEADERS
1285| # include <stdlib.h>
1286| # include <stddef.h>
1287| #else
1288| # if HAVE_STDLIB_H
1289| #  include <stdlib.h>
1290| # endif
1291| #endif
1292| #if HAVE_STRING_H
1293| # if !STDC_HEADERS && HAVE_MEMORY_H
1294| #  include <memory.h>
1295| # endif
1296| # include <string.h>
1297| #endif
1298| #if HAVE_STRINGS_H
1299| # include <strings.h>
1300| #endif
1301| #if HAVE_INTTYPES_H
1302| # include <inttypes.h>
1303| #else
1304| # if HAVE_STDINT_H
1305| #  include <stdint.h>
1306| # endif
1307| #endif
1308| #if HAVE_UNISTD_H
1309| # include <unistd.h>
1310| #endif
1311| #include <wcstr.h>
1312configure:20655: result: no
1313configure:20659: checking wcstr.h presence
1314configure:20669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1315conftest.c:36:19: wcstr.h: No such file or directory
1316configure:20675: $? = 1
1317configure: failed program was:
1318| /* confdefs.h.  */
1319|
1320| #define PACKAGE_NAME ""
1321| #define PACKAGE_TARNAME ""
1322| #define PACKAGE_VERSION ""
1323| #define PACKAGE_STRING ""
1324| #define PACKAGE_BUGREPORT ""
1325| #define STDC_HEADERS 1
1326| #define HAVE_SYS_TYPES_H 1
1327| #define HAVE_SYS_STAT_H 1
1328| #define HAVE_STDLIB_H 1
1329| #define HAVE_STRING_H 1
1330| #define HAVE_MEMORY_H 1
1331| #define HAVE_STRINGS_H 1
1332| #define HAVE_INTTYPES_H 1
1333| #define HAVE_STDINT_H 1
1334| #define HAVE_UNISTD_H 1
1335| #define HAVE_DLFCN_H 1
1336| #ifdef __cplusplus
1337| extern "C" void std::exit (int) throw (); using std::exit;
1338| #endif
1339| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1340| #define STDC_HEADERS 1
1341| #define HAVE_FCNTL_H 1
1342| #define HAVE_UNISTD_H 1
1343| #define HAVE_MACHINE_ENDIAN_H 1
1344| #define HAVE_SYS_POLL_H 1
1345| #define HAVE_SYS_SELECT_H 1
1346| #define HAVE_SYS_TIME_H 1
1347| #define HAVE_NETINET_IN_H 1
1348| #define HAVE_SYS_SOCKET_H 1
1349| #define HAVE_ARPA_INET_H 1
1350| #define HAVE_STDDEF_H 1
1351| #define HAVE_WCHAR_H 1
1352| /* end confdefs.h.  */
1353| #include <wcstr.h>
1354configure:20695: result: no
1355configure:20730: checking for wcstr.h
1356configure:20737: result: no
1357configure:20614: checking wctype.h usability
1358configure:20626: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1359configure:20632: $? = 0
1360configure:20636: test -z
1361                         || test ! -s conftest.err
1362configure:20639: $? = 0
1363configure:20642: test -s conftest.o
1364configure:20645: $? = 0
1365configure:20655: result: yes
1366configure:20659: checking wctype.h presence
1367configure:20669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1368configure:20675: $? = 0
1369configure:20695: result: yes
1370configure:20730: checking for wctype.h
1371configure:20737: result: yes
1372configure:20614: checking machine/types.h usability
1373configure:20626: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1374configure:20632: $? = 0
1375configure:20636: test -z
1376                         || test ! -s conftest.err
1377configure:20639: $? = 0
1378configure:20642: test -s conftest.o
1379configure:20645: $? = 0
1380configure:20655: result: yes
1381configure:20659: checking machine/types.h presence
1382configure:20669: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1383configure:20675: $? = 0
1384configure:20695: result: yes
1385configure:20730: checking for machine/types.h
1386configure:20737: result: yes
1387configure:20757: checking for netinet/in.h
1388configure:20762: result: yes
1389configure:20766: checking sys/un.h usability
1390configure:20778: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1391configure:20784: $? = 0
1392configure:20788: test -z
1393                         || test ! -s conftest.err
1394configure:20791: $? = 0
1395configure:20794: test -s conftest.o
1396configure:20797: $? = 0
1397configure:20807: result: yes
1398configure:20811: checking sys/un.h presence
1399configure:20821: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1400configure:20827: $? = 0
1401configure:20847: result: yes
1402configure:20882: checking for sys/un.h
1403configure:20889: result: yes
1404configure:20766: checking openssl/ssl.h usability
1405configure:20778: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1406configure:20784: $? = 0
1407configure:20788: test -z
1408                         || test ! -s conftest.err
1409configure:20791: $? = 0
1410configure:20794: test -s conftest.o
1411configure:20797: $? = 0
1412configure:20807: result: yes
1413configure:20811: checking openssl/ssl.h presence
1414configure:20821: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1415configure:20827: $? = 0
1416configure:20847: result: yes
1417configure:20882: checking for openssl/ssl.h
1418configure:20889: result: yes
1419configure:20916: checking linux/socket.h usability
1420configure:20928: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1421conftest.c:75:26: linux/socket.h: No such file or directory
1422configure:20934: $? = 1
1423configure: failed program was:
1424| /* confdefs.h.  */
1425|
1426| #define PACKAGE_NAME ""
1427| #define PACKAGE_TARNAME ""
1428| #define PACKAGE_VERSION ""
1429| #define PACKAGE_STRING ""
1430| #define PACKAGE_BUGREPORT ""
1431| #define STDC_HEADERS 1
1432| #define HAVE_SYS_TYPES_H 1
1433| #define HAVE_SYS_STAT_H 1
1434| #define HAVE_STDLIB_H 1
1435| #define HAVE_STRING_H 1
1436| #define HAVE_MEMORY_H 1
1437| #define HAVE_STRINGS_H 1
1438| #define HAVE_INTTYPES_H 1
1439| #define HAVE_STDINT_H 1
1440| #define HAVE_UNISTD_H 1
1441| #define HAVE_DLFCN_H 1
1442| #ifdef __cplusplus
1443| extern "C" void std::exit (int) throw (); using std::exit;
1444| #endif
1445| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1446| #define STDC_HEADERS 1
1447| #define HAVE_FCNTL_H 1
1448| #define HAVE_UNISTD_H 1
1449| #define HAVE_MACHINE_ENDIAN_H 1
1450| #define HAVE_SYS_POLL_H 1
1451| #define HAVE_SYS_SELECT_H 1
1452| #define HAVE_SYS_TIME_H 1
1453| #define HAVE_NETINET_IN_H 1
1454| #define HAVE_SYS_SOCKET_H 1
1455| #define HAVE_ARPA_INET_H 1
1456| #define HAVE_STDDEF_H 1
1457| #define HAVE_WCHAR_H 1
1458| #define HAVE_WCTYPE_H 1
1459| #define HAVE_MACHINE_TYPES_H 1
1460| #define HAVE_NETINET_IN_H 1
1461| #define HAVE_SYS_UN_H 1
1462| #define HAVE_OPENSSL_SSL_H 1
1463| /* end confdefs.h.  */
1464| #include <stdio.h>
1465| #if HAVE_SYS_TYPES_H
1466| # include <sys/types.h>
1467| #endif
1468| #if HAVE_SYS_STAT_H
1469| # include <sys/stat.h>
1470| #endif
1471| #if STDC_HEADERS
1472| # include <stdlib.h>
1473| # include <stddef.h>
1474| #else
1475| # if HAVE_STDLIB_H
1476| #  include <stdlib.h>
1477| # endif
1478| #endif
1479| #if HAVE_STRING_H
1480| # if !STDC_HEADERS && HAVE_MEMORY_H
1481| #  include <memory.h>
1482| # endif
1483| # include <string.h>
1484| #endif
1485| #if HAVE_STRINGS_H
1486| # include <strings.h>
1487| #endif
1488| #if HAVE_INTTYPES_H
1489| # include <inttypes.h>
1490| #else
1491| # if HAVE_STDINT_H
1492| #  include <stdint.h>
1493| # endif
1494| #endif
1495| #if HAVE_UNISTD_H
1496| # include <unistd.h>
1497| #endif
1498| #include <linux/socket.h>
1499configure:20957: result: no
1500configure:20961: checking linux/socket.h presence
1501configure:20971: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1502conftest.c:41:26: linux/socket.h: No such file or directory
1503configure:20977: $? = 1
1504configure: failed program was:
1505| /* confdefs.h.  */
1506|
1507| #define PACKAGE_NAME ""
1508| #define PACKAGE_TARNAME ""
1509| #define PACKAGE_VERSION ""
1510| #define PACKAGE_STRING ""
1511| #define PACKAGE_BUGREPORT ""
1512| #define STDC_HEADERS 1
1513| #define HAVE_SYS_TYPES_H 1
1514| #define HAVE_SYS_STAT_H 1
1515| #define HAVE_STDLIB_H 1
1516| #define HAVE_STRING_H 1
1517| #define HAVE_MEMORY_H 1
1518| #define HAVE_STRINGS_H 1
1519| #define HAVE_INTTYPES_H 1
1520| #define HAVE_STDINT_H 1
1521| #define HAVE_UNISTD_H 1
1522| #define HAVE_DLFCN_H 1
1523| #ifdef __cplusplus
1524| extern "C" void std::exit (int) throw (); using std::exit;
1525| #endif
1526| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1527| #define STDC_HEADERS 1
1528| #define HAVE_FCNTL_H 1
1529| #define HAVE_UNISTD_H 1
1530| #define HAVE_MACHINE_ENDIAN_H 1
1531| #define HAVE_SYS_POLL_H 1
1532| #define HAVE_SYS_SELECT_H 1
1533| #define HAVE_SYS_TIME_H 1
1534| #define HAVE_NETINET_IN_H 1
1535| #define HAVE_SYS_SOCKET_H 1
1536| #define HAVE_ARPA_INET_H 1
1537| #define HAVE_STDDEF_H 1
1538| #define HAVE_WCHAR_H 1
1539| #define HAVE_WCTYPE_H 1
1540| #define HAVE_MACHINE_TYPES_H 1
1541| #define HAVE_NETINET_IN_H 1
1542| #define HAVE_SYS_UN_H 1
1543| #define HAVE_OPENSSL_SSL_H 1
1544| /* end confdefs.h.  */
1545| #include <linux/socket.h>
1546configure:20997: result: no
1547configure:21032: checking for linux/socket.h
1548configure:21039: result: no
1549configure:21059: checking for an ANSI C-conforming const
1550configure:21126: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1551configure:21132: $? = 0
1552configure:21136: test -z
1553                         || test ! -s conftest.err
1554configure:21139: $? = 0
1555configure:21142: test -s conftest.o
1556configure:21145: $? = 0
1557configure:21156: result: yes
1558configure:21166: checking for inline
1559configure:21187: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1560configure:21193: $? = 0
1561configure:21197: test -z
1562                         || test ! -s conftest.err
1563configure:21200: $? = 0
1564configure:21203: test -s conftest.o
1565configure:21206: $? = 0
1566configure:21218: result: inline
1567configure:21237: checking for size_t
1568configure:21261: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1569configure:21267: $? = 0
1570configure:21271: test -z
1571                         || test ! -s conftest.err
1572configure:21274: $? = 0
1573configure:21277: test -s conftest.o
1574configure:21280: $? = 0
1575configure:21291: result: yes
1576configure:21308: checking for vprintf
1577configure:21365: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
1578conftest.c:65: warning: conflicting types for built-in function `vprintf'
1579configure:21371: $? = 0
1580configure:21375: test -z
1581                         || test ! -s conftest.err
1582configure:21378: $? = 0
1583configure:21381: test -s conftest
1584configure:21384: $? = 0
1585configure:21396: result: yes
1586configure:21403: checking for _doprnt
1587configure:21460: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
1588ld: Undefined symbols:
1589__doprnt
1590configure:21466: $? = 1
1591configure: failed program was:
1592| /* confdefs.h.  */
1593|
1594| #define PACKAGE_NAME ""
1595| #define PACKAGE_TARNAME ""
1596| #define PACKAGE_VERSION ""
1597| #define PACKAGE_STRING ""
1598| #define PACKAGE_BUGREPORT ""
1599| #define STDC_HEADERS 1
1600| #define HAVE_SYS_TYPES_H 1
1601| #define HAVE_SYS_STAT_H 1
1602| #define HAVE_STDLIB_H 1
1603| #define HAVE_STRING_H 1
1604| #define HAVE_MEMORY_H 1
1605| #define HAVE_STRINGS_H 1
1606| #define HAVE_INTTYPES_H 1
1607| #define HAVE_STDINT_H 1
1608| #define HAVE_UNISTD_H 1
1609| #define HAVE_DLFCN_H 1
1610| #ifdef __cplusplus
1611| extern "C" void std::exit (int) throw (); using std::exit;
1612| #endif
1613| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1614| #define STDC_HEADERS 1
1615| #define HAVE_FCNTL_H 1
1616| #define HAVE_UNISTD_H 1
1617| #define HAVE_MACHINE_ENDIAN_H 1
1618| #define HAVE_SYS_POLL_H 1
1619| #define HAVE_SYS_SELECT_H 1
1620| #define HAVE_SYS_TIME_H 1
1621| #define HAVE_NETINET_IN_H 1
1622| #define HAVE_SYS_SOCKET_H 1
1623| #define HAVE_ARPA_INET_H 1
1624| #define HAVE_STDDEF_H 1
1625| #define HAVE_WCHAR_H 1
1626| #define HAVE_WCTYPE_H 1
1627| #define HAVE_MACHINE_TYPES_H 1
1628| #define HAVE_NETINET_IN_H 1
1629| #define HAVE_SYS_UN_H 1
1630| #define HAVE_OPENSSL_SSL_H 1
1631| #define HAVE_VPRINTF 1
1632| /* end confdefs.h.  */
1633| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
1634|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1635| #define _doprnt innocuous__doprnt
1636|
1637| /* System header to define __stub macros and hopefully few prototypes,
1638|     which can conflict with char _doprnt (); below.
1639|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1640|     <limits.h> exists even on freestanding compilers.  */
1641|
1642| #ifdef __STDC__
1643| # include <limits.h>
1644| #else
1645| # include <assert.h>
1646| #endif
1647|
1648| #undef _doprnt
1649|
1650| /* Override any gcc2 internal prototype to avoid an error.  */
1651| #ifdef __cplusplus
1652| extern "C"
1653| {
1654| #endif
1655| /* We use char because int might match the return type of a gcc2
1656|    builtin and then its argument prototype would still apply.  */
1657| char _doprnt ();
1658| /* The GNU C library defines this for functions which it implements
1659|     to always fail with ENOSYS.  Some functions are actually named
1660|     something starting with __ and the normal name is an alias.  */
1661| #if defined (__stub__doprnt) || defined (__stub____doprnt)
1662| choke me
1663| #else
1664| char (*f) () = _doprnt;
1665| #endif
1666| #ifdef __cplusplus
1667| }
1668| #endif
1669|
1670| int
1671| main ()
1672| {
1673| return f != _doprnt;
1674|   ;
1675|   return 0;
1676| }
1677configure:21491: result: no
1678configure:21506: checking for socket
1679configure:21563: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
1680configure:21569: $? = 0
1681configure:21573: test -z
1682                         || test ! -s conftest.err
1683configure:21576: $? = 0
1684configure:21579: test -s conftest
1685configure:21582: $? = 0
1686configure:21594: result: yes
1687configure:21675: checking for gethostbyname
1688configure:21732: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c  >&5
1689configure:21738: $? = 0
1690configure:21742: test -z
1691                         || test ! -s conftest.err
1692configure:21745: $? = 0
1693configure:21748: test -s conftest
1694configure:21751: $? = 0
1695configure:21763: result: yes
1696configure:21845: checking for poptStrippedArgv in -lpopt
1697configure:21875: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c -lpopt   >&5
1698configure:21881: $? = 0
1699configure:21885: test -z
1700                         || test ! -s conftest.err
1701configure:21888: $? = 0
1702configure:21891: test -s conftest
1703configure:21894: $? = 0
1704configure:21907: result: yes
1705configure:21928: checking popt.h usability
1706configure:21940: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1707configure:21946: $? = 0
1708configure:21950: test -z
1709                         || test ! -s conftest.err
1710configure:21953: $? = 0
1711configure:21956: test -s conftest.o
1712configure:21959: $? = 0
1713configure:21969: result: yes
1714configure:21973: checking popt.h presence
1715configure:21983: gcc -E -L/opt/local/lib -I/opt/local/include conftest.c
1716configure:21989: $? = 0
1717configure:22009: result: yes
1718configure:22044: checking for popt.h
1719configure:22051: result: yes
1720configure:22065: checking whether byte ordering is bigendian
1721configure:22092: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1722configure:22098: $? = 0
1723configure:22102: test -z
1724                         || test ! -s conftest.err
1725configure:22105: $? = 0
1726configure:22108: test -s conftest.o
1727configure:22111: $? = 0
1728configure:22135: gcc -c -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include conftest.c >&5
1729configure:22141: $? = 0
1730configure:22145: test -z
1731                         || test ! -s conftest.err
1732configure:22148: $? = 0
1733configure:22151: test -s conftest.o
1734configure:22154: $? = 0
1735configure:22276: result: yes
1736configure:22319: gcc -o conftest -DBIND_8_COMPAT=1 -L/opt/local/lib -I/opt/local/include  conftest.c -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv    >&5
1737ld: can't locate file for: -lintl
1738configure:22322: $? = 1
1739configure: program exited with status 1
1740configure: failed program was:
1741| /* confdefs.h.  */
1742|
1743| #define PACKAGE_NAME ""
1744| #define PACKAGE_TARNAME ""
1745| #define PACKAGE_VERSION ""
1746| #define PACKAGE_STRING ""
1747| #define PACKAGE_BUGREPORT ""
1748| #define STDC_HEADERS 1
1749| #define HAVE_SYS_TYPES_H 1
1750| #define HAVE_SYS_STAT_H 1
1751| #define HAVE_STDLIB_H 1
1752| #define HAVE_STRING_H 1
1753| #define HAVE_MEMORY_H 1
1754| #define HAVE_STRINGS_H 1
1755| #define HAVE_INTTYPES_H 1
1756| #define HAVE_STDINT_H 1
1757| #define HAVE_UNISTD_H 1
1758| #define HAVE_DLFCN_H 1
1759| #ifdef __cplusplus
1760| extern "C" void std::exit (int) throw (); using std::exit;
1761| #endif
1762| #define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
1763| #define STDC_HEADERS 1
1764| #define HAVE_FCNTL_H 1
1765| #define HAVE_UNISTD_H 1
1766| #define HAVE_MACHINE_ENDIAN_H 1
1767| #define HAVE_SYS_POLL_H 1
1768| #define HAVE_SYS_SELECT_H 1
1769| #define HAVE_SYS_TIME_H 1
1770| #define HAVE_NETINET_IN_H 1
1771| #define HAVE_SYS_SOCKET_H 1
1772| #define HAVE_ARPA_INET_H 1
1773| #define HAVE_STDDEF_H 1
1774| #define HAVE_WCHAR_H 1
1775| #define HAVE_WCTYPE_H 1
1776| #define HAVE_MACHINE_TYPES_H 1
1777| #define HAVE_NETINET_IN_H 1
1778| #define HAVE_SYS_UN_H 1
1779| #define HAVE_OPENSSL_SSL_H 1
1780| #define HAVE_VPRINTF 1
1781| #define WORDS_BIGENDIAN 1
1782| /* end confdefs.h.  */
1783|  #include <stdio.h>
1784|              main ()
1785|              {
1786|                return 0;
1787|              }
1788configure:22340: error:
1789Linking is badly borked on your system. Please ensure your library path is correct
1790Check config.log for details - check near the end of the log above 'failed program was'
1791Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
1792prefix you're compiling on: '/opt/local'
1793
1794## ---------------- ##
1795## Cache variables. ##
1796## ---------------- ##
1797
1798ac_cv_build=powerpc-apple-darwin7.5.0
1799ac_cv_build_alias=powerpc-apple-darwin7.5.0
1800ac_cv_c_bigendian=yes
1801ac_cv_c_compiler_gnu=yes
1802ac_cv_c_const=yes
1803ac_cv_c_inline=inline
1804ac_cv_cxx_compiler_gnu=yes
1805ac_cv_env_CC_set=
1806ac_cv_env_CC_value=
1807ac_cv_env_CFLAGS_set=set
1808ac_cv_env_CFLAGS_value=-DBIND_8_COMPAT=1
1809ac_cv_env_CPPFLAGS_set=set
1810ac_cv_env_CPPFLAGS_value='-L/opt/local/lib -I/opt/local/include'
1811ac_cv_env_CPP_set=
1812ac_cv_env_CPP_value=
1813ac_cv_env_CXXCPP_set=
1814ac_cv_env_CXXCPP_value=
1815ac_cv_env_CXXFLAGS_set=
1816ac_cv_env_CXXFLAGS_value=
1817ac_cv_env_CXX_set=
1818ac_cv_env_CXX_value=
1819ac_cv_env_F77_set=
1820ac_cv_env_F77_value=
1821ac_cv_env_FFLAGS_set=
1822ac_cv_env_FFLAGS_value=
1823ac_cv_env_LDFLAGS_set=
1824ac_cv_env_LDFLAGS_value=
1825ac_cv_env_build_alias_set=
1826ac_cv_env_build_alias_value=
1827ac_cv_env_host_alias_set=
1828ac_cv_env_host_alias_value=
1829ac_cv_env_target_alias_set=
1830ac_cv_env_target_alias_value=
1831ac_cv_exeext=
1832ac_cv_f77_compiler_gnu=no
1833ac_cv_func__doprnt=no
1834ac_cv_func_gethostbyname=yes
1835ac_cv_func_socket=yes
1836ac_cv_func_vprintf=yes
1837ac_cv_header_arpa_inet_h=yes
1838ac_cv_header_dlfcn_h=yes
1839ac_cv_header_endian_h=no
1840ac_cv_header_fcntl_h=yes
1841ac_cv_header_inttypes_h=yes
1842ac_cv_header_linux_socket_h=no
1843ac_cv_header_machine_endian_h=yes
1844ac_cv_header_machine_types_h=yes
1845ac_cv_header_memory_h=yes
1846ac_cv_header_netinet_in_h=yes
1847ac_cv_header_openssl_ssl_h=yes
1848ac_cv_header_popt_h=yes
1849ac_cv_header_stdc=yes
1850ac_cv_header_stddef_h=yes
1851ac_cv_header_stdint_h=yes
1852ac_cv_header_stdlib_h=yes
1853ac_cv_header_string_h=yes
1854ac_cv_header_strings_h=yes
1855ac_cv_header_sys_endian_h=no
1856ac_cv_header_sys_isa_defs_h=no
1857ac_cv_header_sys_machine_h=no
1858ac_cv_header_sys_poll_h=yes
1859ac_cv_header_sys_select_h=yes
1860ac_cv_header_sys_socket_h=yes
1861ac_cv_header_sys_stat_h=yes
1862ac_cv_header_sys_time_h=yes
1863ac_cv_header_sys_types_h=yes
1864ac_cv_header_sys_un_h=yes
1865ac_cv_header_unistd_h=yes
1866ac_cv_header_wchar_h=yes
1867ac_cv_header_wcstr_h=no
1868ac_cv_header_wctype_h=yes
1869ac_cv_host=powerpc-apple-darwin7.5.0
1870ac_cv_host_alias=powerpc-apple-darwin7.5.0
1871ac_cv_lib_dl_dlopen=yes
1872ac_cv_lib_popt_poptStrippedArgv=yes
1873ac_cv_objext=o
1874ac_cv_orbit_aclocal_flags=
1875ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
1876ac_cv_path_install='/usr/bin/install -c'
1877ac_cv_prog_AWK=awk
1878ac_cv_prog_CPP='gcc -E'
1879ac_cv_prog_CXXCPP='g++ -E'
1880ac_cv_prog_ac_ct_AR=ar
1881ac_cv_prog_ac_ct_CC=gcc
1882ac_cv_prog_ac_ct_CXX=g++
1883ac_cv_prog_ac_ct_RANLIB=ranlib
1884ac_cv_prog_ac_ct_STRIP=strip
1885ac_cv_prog_cc_g=yes
1886ac_cv_prog_cc_stdc=
1887ac_cv_prog_cxx_g=yes
1888ac_cv_prog_egrep='grep -E'
1889ac_cv_prog_f77_g=no
1890ac_cv_prog_make_make_set=yes
1891ac_cv_type_size_t=yes
1892am_cv_CC_dependencies_compiler_type=gcc3
1893am_cv_CXX_dependencies_compiler_type=gcc3
1894lt_cv_deplibs_check_method=pass_all
1895lt_cv_dlopen=dlopen
1896lt_cv_dlopen_libs=-ldl
1897lt_cv_dlopen_self=yes
1898lt_cv_dlopen_self_static=yes
1899lt_cv_file_magic_cmd='$MAGIC_CMD'
1900lt_cv_file_magic_test_file=
1901lt_cv_ld_reload_flag=-r
1902lt_cv_objdir=.libs
1903lt_cv_path_LD=/usr/bin/ld
1904lt_cv_path_LDCXX=/usr/bin/ld
1905lt_cv_path_NM='/usr/bin/nm -p'
1906lt_cv_path_SED=/usr/bin/sed
1907lt_cv_prog_compiler_c_o=yes
1908lt_cv_prog_compiler_c_o_CXX=yes
1909lt_cv_prog_compiler_rtti_exceptions=no
1910lt_cv_prog_gnu_ld=no
1911lt_cv_prog_gnu_ldcxx=no
1912lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
1913lt_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'\'''
1914lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
1915lt_cv_sys_max_cmd_len=65536
1916lt_lt_cv_prog_compiler_c_o='"yes"'
1917lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
1918lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
1919lt_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'\''"'
1920lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
1921
1922## ----------------- ##
1923## Output variables. ##
1924## ----------------- ##
1925
1926ACLOCAL='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run aclocal-1.6 '
1927AMDEPBACKSLASH='\'
1928AMDEP_FALSE='#'
1929AMDEP_TRUE=''
1930AMTAR='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run tar'
1931AR='ar'
1932AS='as'
1933AUTOCONF='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run autoconf'
1934AUTOHEADER='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run autoheader'
1935AUTOMAKE='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run automake-1.6'
1936AWK='awk'
1937CC='gcc'
1938CCDEPMODE='depmode=gcc3'
1939CFLAGS='-DBIND_8_COMPAT=1'
1940CPP='gcc -E'
1941CPPFLAGS='-L/opt/local/lib -I/opt/local/include'
1942CXX='g++'
1943CXXCPP='g++ -E'
1944CXXDEPMODE='depmode=gcc3'
1945CXXFLAGS='-g -O2'
1946DEFS=''
1947DEPDIR='.deps'
1948DISABLE_DEPRECATED_CFLAGS=''
1949DLLTOOL='dlltool'
1950ECHO='echo'
1951ECHO_C=''
1952ECHO_N='-n'
1953ECHO_T=''
1954EGREP='grep -E'
1955ENABLE_GTK_DOC_FALSE=''
1956ENABLE_GTK_DOC_TRUE=''
1957ENABLE_HTTP_FALSE=''
1958ENABLE_HTTP_TRUE='#'
1959EXEEXT=''
1960F77=''
1961FFLAGS=''
1962GLIB_REQUIRED='2.0.0'
1963GTK_DOC_USE_LIBTOOL_FALSE=''
1964GTK_DOC_USE_LIBTOOL_TRUE=''
1965HAVE_ORBIT_SSL_SUPPORT='1'
1966HTML_DIR=''
1967INSTALL_DATA='${INSTALL} -m 644'
1968INSTALL_PROGRAM='${INSTALL}'
1969INSTALL_SCRIPT='${INSTALL}'
1970INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
1971LDFLAGS=''
1972LIBIDL_REQUIRED='0.7.4'
1973LIBOBJS=''
1974LIBS='-L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   '
1975LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1976LINC_CFLAGS=''
1977LINC_LIBS=''
1978LINC_SSL_SUPPORT=''
1979LN_S='ln -s'
1980LOCAL_LINC_CFLAGS='-I$(top_srcdir)/linc2/include -I$(top_builddir)/linc2/include'
1981LOCAL_LINC_LIBS='$(top_builddir)/linc2/src/liblinc.la'
1982LTLIBOBJS=''
1983LT_VERSION='0:0:0'
1984MAINT='#'
1985MAINTAINER_MODE_FALSE=''
1986MAINTAINER_MODE_TRUE='#'
1987MAKEINFO='${SHELL} /opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/missing --run makeinfo'
1988OBJDUMP='objdump'
1989OBJEXT='o'
1990ORBIT_ALIGNOF_CORBA_BOOLEAN=''
1991ORBIT_ALIGNOF_CORBA_CHAR=''
1992ORBIT_ALIGNOF_CORBA_DOUBLE=''
1993ORBIT_ALIGNOF_CORBA_FLOAT=''
1994ORBIT_ALIGNOF_CORBA_LONG=''
1995ORBIT_ALIGNOF_CORBA_LONG_DOUBLE=''
1996ORBIT_ALIGNOF_CORBA_LONG_LONG=''
1997ORBIT_ALIGNOF_CORBA_OCTET=''
1998ORBIT_ALIGNOF_CORBA_POINTER=''
1999ORBIT_ALIGNOF_CORBA_SHORT=''
2000ORBIT_ALIGNOF_CORBA_STRUCT=''
2001ORBIT_ALIGNOF_CORBA_WCHAR=''
2002ORBIT_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2003ORBIT_DEBUG_CFLAGS=''
2004ORBIT_IDL_CFLAGS='-I/opt/local/include/libIDL-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2005ORBIT_IDL_LIBS='-L/opt/local/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2006ORBIT_LIBS='-L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2007ORBIT_MAJOR_VERSION='2'
2008ORBIT_MICRO_VERSION='0'
2009ORBIT_MINOR_VERSION='12'
2010ORBIT_NAME_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2011ORBIT_NAME_LIBS='-L/opt/local/lib -lglib-2.0 -lintl -liconv  '
2012ORBIT_SERIAL='20'
2013ORBIT_VERSION='2.12.0'
2014PACKAGE='ORBit2'
2015PACKAGE_BUGREPORT=''
2016PACKAGE_NAME=''
2017PACKAGE_STRING=''
2018PACKAGE_TARNAME=''
2019PACKAGE_VERSION=''
2020PATH_SEPARATOR=':'
2021PKG_CONFIG='/opt/local/bin/pkg-config'
2022POPT_LIBS='-lpopt'
2023RANLIB='ranlib'
2024SET_MAKE=''
2025SHELL='/bin/sh'
2026SSL_CFLAGS=''
2027SSL_LIBS=''
2028STRIP='strip'
2029VERSION='2.12.0'
2030WARN_CFLAGS=''
2031ac_ct_AR='ar'
2032ac_ct_AS=''
2033ac_ct_CC='gcc'
2034ac_ct_CXX='g++'
2035ac_ct_DLLTOOL=''
2036ac_ct_F77=''
2037ac_ct_OBJDUMP=''
2038ac_ct_RANLIB='ranlib'
2039ac_ct_STRIP='strip'
2040am__include='include'
2041am__quote=''
2042bindir='${exec_prefix}/bin'
2043build='powerpc-apple-darwin7.5.0'
2044build_alias=''
2045build_cpu='powerpc'
2046build_os='darwin7.5.0'
2047build_vendor='apple'
2048datadir='${prefix}/share'
2049exec_prefix='NONE'
2050host='powerpc-apple-darwin7.5.0'
2051host_alias=''
2052host_cpu='powerpc'
2053host_os='darwin7.5.0'
2054host_vendor='apple'
2055includedir='${prefix}/include'
2056infodir='${prefix}/info'
2057install_sh='/opt/local/darwinports/dports/devel/orbit2/work/ORBit2-2.12.0/install-sh'
2058libdir='${exec_prefix}/lib'
2059libexecdir='${exec_prefix}/libexec'
2060localstatedir='${prefix}/var'
2061mandir='/opt/local/share/man'
2062oldincludedir='/usr/include'
2063pkglibdir=''
2064prefix='/opt/local'
2065program_transform_name='s,x,x,'
2066sbindir='${exec_prefix}/sbin'
2067sharedstatedir='${prefix}/com'
2068sysconfdir='${prefix}/etc'
2069target_alias=''
2070
2071## ----------- ##
2072## confdefs.h. ##
2073## ----------- ##
2074
2075#define HAVE_ARPA_INET_H 1
2076#define HAVE_DLFCN_H 1
2077#define HAVE_FCNTL_H 1
2078#define HAVE_INTTYPES_H 1
2079#define HAVE_MACHINE_ENDIAN_H 1
2080#define HAVE_MACHINE_TYPES_H 1
2081#define HAVE_MEMORY_H 1
2082#define HAVE_NETINET_IN_H 1
2083#define HAVE_NETINET_IN_H 1
2084#define HAVE_OPENSSL_SSL_H 1
2085#define HAVE_STDDEF_H 1
2086#define HAVE_STDINT_H 1
2087#define HAVE_STDLIB_H 1
2088#define HAVE_STRINGS_H 1
2089#define HAVE_STRING_H 1
2090#define HAVE_SYS_POLL_H 1
2091#define HAVE_SYS_SELECT_H 1
2092#define HAVE_SYS_SOCKET_H 1
2093#define HAVE_SYS_STAT_H 1
2094#define HAVE_SYS_TIME_H 1
2095#define HAVE_SYS_TYPES_H 1
2096#define HAVE_SYS_UN_H 1
2097#define HAVE_UNISTD_H 1
2098#define HAVE_UNISTD_H 1
2099#define HAVE_VPRINTF 1
2100#define HAVE_WCHAR_H 1
2101#define HAVE_WCTYPE_H 1
2102#define INDENT_COMMAND "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st"
2103#define PACKAGE_BUGREPORT ""
2104#define PACKAGE_NAME ""
2105#define PACKAGE_STRING ""
2106#define PACKAGE_TARNAME ""
2107#define PACKAGE_VERSION ""
2108#define STDC_HEADERS 1
2109#define STDC_HEADERS 1
2110#define WORDS_BIGENDIAN 1
2111#endif
2112#ifdef __cplusplus
2113extern "C" void std::exit (int) throw (); using std::exit;
2114
2115configure: exit 1