Ticket #612: config.log

File config.log, 101.5 KB (added by bchesneau@…, 21 years ago)

config.log with gcc3.3

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.53.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --localstatedir=/opt/local/var/db/mysql --sysconfdir=/opt/local/etc --without-bench
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = namshub
14uname -m = Power Macintosh
15uname -r = 6.6
16uname -s = Darwin
17uname -v = Darwin Kernel Version 6.6: Thu May  1 21:48:54 PDT 2003; root:xnu/xnu-344.34.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 6.6:
27Thu May  1 21:48:54 PDT 2003; root:xnu/xnu-344.34.obj~1/RELEASE_PPC
28
29
30Kernel configured for up to 2 processors.
311 processor is physically available.
32Processor type: ppc7400 (PowerPC 7400)
33Processor active: 0
34Primary memory available: 512.00 megabytes.
35Default processor set: 56 tasks, 118 threads, 1 processors
36Load average: 2.47, 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
48
49
50## ----------- ##
51## Core tests. ##
52## ----------- ##
53
54configure:1482: checking build system type
55configure:1500: result: powerpc-apple-darwin6.6
56configure:1510: checking host system type
57configure:1524: result: powerpc-apple-darwin6.6
58configure:1534: checking target system type
59configure:1548: result: powerpc-apple-darwin6.6
60configure:1578: checking for a BSD-compatible install
61configure:1632: result: /usr/bin/install -c
62configure:1643: checking whether build environment is sane
63configure:1661: result: yes
64configure:1695: checking for gawk
65configure:1724: result: no
66configure:1695: checking for mawk
67configure:1724: result: no
68configure:1695: checking for nawk
69configure:1724: result: no
70configure:1695: checking for awk
71configure:1711: found /usr/bin/awk
72configure:1721: result: awk
73configure:1731: checking whether make sets ${MAKE}
74configure:1751: result: yes
75configure:1960: checking whether to enable maintainer-specific portions of Makefiles
76configure:1969: result: no
77configure:1984: checking whether build environment is sane
78configure:2002: result: yes
79configure:2005: checking whether make sets ${MAKE}
80configure:2025: result: yes
81configure:2075: checking for gawk
82configure:2101: result: awk
83configure:2157: checking for gcc
84configure:2173: found /usr/bin/gcc
85configure:2183: result: gcc
86configure:2427: checking for C compiler version
87configure:2430: gcc --version </dev/null >&5
88gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)
89Copyright (C) 2002 Free Software Foundation, Inc.
90This is free software; see the source for copying conditions.  There is NO
91warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
92
93configure:2433: $? = 0
94configure:2435: gcc -v </dev/null >&5
95Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
96Thread model: posix
97gcc version 3.3 20030304 (Apple Computer, Inc. build 1435)
98configure:2438: $? = 0
99configure:2440: gcc -V </dev/null >&5
100gcc: `-V' option must have argument
101configure:2443: $? = 1
102configure:2469: checking for C compiler default output
103configure:2472: gcc   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c  >&5
104configure:2475: $? = 0
105configure:2508: result: a.out
106configure:2513: checking whether the C compiler works
107configure:2519: ./a.out
108configure:2522: $? = 0
109configure:2537: result: yes
110configure:2544: checking whether we are cross compiling
111configure:2546: result: no
112configure:2549: checking for suffix of executables
113configure:2551: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c  >&5
114configure:2554: $? = 0
115configure:2576: result:
116configure:2582: checking for suffix of object files
117configure:2606: gcc -c   -I/opt/local/include conftest.c >&5
118configure:2609: $? = 0
119configure:2628: result: o
120configure:2632: checking whether we are using the GNU C compiler
121configure:2659: gcc -c   -I/opt/local/include conftest.c >&5
122configure:2662: $? = 0
123configure:2665: test -s conftest.o
124configure:2668: $? = 0
125configure:2680: result: yes
126configure:2686: checking whether gcc accepts -g
127configure:2710: gcc -c -g -I/opt/local/include conftest.c >&5
128configure:2713: $? = 0
129configure:2716: test -s conftest.o
130configure:2719: $? = 0
131configure:2729: result: yes
132configure:2756: gcc -c   -I/opt/local/include conftest.c >&5
133conftest.c:2: error: parse error before "me"
134configure:2759: $? = 1
135configure: failed program was:
136#ifndef __cplusplus
137  choke me
138#endif
139configure:2877: checking for style of include used by make
140configure:2905: result: GNU
141configure:2912: checking dependency style of gcc
142configure:2974: result: gcc3
143configure:3031: checking for g++
144configure:3047: found /usr/bin/g++
145configure:3057: result: g++
146configure:3073: checking for C++ compiler version
147configure:3076: g++ --version </dev/null >&5
148g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)
149Copyright (C) 2002 Free Software Foundation, Inc.
150This is free software; see the source for copying conditions.  There is NO
151warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
152
153configure:3079: $? = 0
154configure:3081: g++ -v </dev/null >&5
155Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
156Thread model: posix
157gcc version 3.3 20030304 (Apple Computer, Inc. build 1435)
158configure:3084: $? = 0
159configure:3086: g++ -V </dev/null >&5
160g++: `-V' option must have argument
161configure:3089: $? = 1
162configure:3092: checking whether we are using the GNU C++ compiler
163configure:3119: g++ -c   -I/opt/local/include conftest.cc >&5
164configure:3122: $? = 0
165configure:3125: test -s conftest.o
166configure:3128: $? = 0
167configure:3140: result: yes
168configure:3146: checking whether g++ accepts -g
169configure:3170: g++ -c -g -I/opt/local/include conftest.cc >&5
170configure:3173: $? = 0
171configure:3176: test -s conftest.o
172configure:3179: $? = 0
173configure:3189: result: yes
174configure:3235: g++ -c   -I/opt/local/include conftest.cc >&5
175configure:3238: $? = 0
176configure:3241: test -s conftest.o
177configure:3244: $? = 0
178configure:3272: g++ -c   -I/opt/local/include conftest.cc >&5
179configure: In function `int main()':
180configure:3264: error: `exit' undeclared (first use this function)
181configure:3264: error: (Each undeclared identifier is reported only once for
182   each function it appears in.)
183configure:3275: $? = 1
184configure: failed program was:
185#line 3253 "configure"
186#include "confdefs.h"
187
188#ifdef F77_DUMMY_MAIN
189#  ifdef __cplusplus
190     extern "C"
191#  endif
192   int F77_DUMMY_MAIN() { return 1; }
193#endif
194int
195main ()
196{
197exit (42);
198  ;
199  return 0;
200}
201configure:3235: g++ -c   -I/opt/local/include conftest.cc >&5
202configure:3238: $? = 0
203configure:3241: test -s conftest.o
204configure:3244: $? = 0
205configure:3272: g++ -c   -I/opt/local/include conftest.cc >&5
206configure:3275: $? = 0
207configure:3278: test -s conftest.o
208configure:3281: $? = 0
209configure:3305: checking dependency style of g++
210configure:3367: result: gcc3
211configure:3377: checking how to run the C preprocessor
212configure:3403: gcc -E -I/opt/local/include conftest.c
213configure:3409: $? = 0
214configure:3436: gcc -E -I/opt/local/include conftest.c
215configure:3432:28: ac_nonexistent.h: No such file or directory
216configure:3442: $? = 1
217configure: failed program was:
218#line 3431 "configure"
219#include "confdefs.h"
220#include <ac_nonexistent.h>
221configure:3479: result: gcc -E
222configure:3494: gcc -E -I/opt/local/include conftest.c
223configure:3500: $? = 0
224configure:3527: gcc -E -I/opt/local/include conftest.c
225configure:3523:28: ac_nonexistent.h: No such file or directory
226configure:3533: $? = 1
227configure: failed program was:
228#line 3522 "configure"
229#include "confdefs.h"
230#include <ac_nonexistent.h>
231configure:3584: checking "C Compiler version"
232configure:3586: result: "gcc gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)"
233configure:3601: checking "C++ compiler version"
234configure:3603: result: "g++ g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)"
235configure:3709: checking for ranlib
236configure:3725: found /usr/bin/ranlib
237configure:3736: result: ranlib
238configure:3827: checking for ld used by GCC
239configure:3890: result: /usr/bin/ld
240configure:3899: checking if the linker (/usr/bin/ld) is GNU ld
241configure:3911: result: no
242configure:3916: checking for /usr/bin/ld option to reload object files
243configure:3923: result: -r
244configure:3928: checking for BSD-compatible nm
245configure:3964: result: /usr/bin/nm -p
246configure:3967: checking whether ln -s works
247configure:3971: result: yes
248configure:3978: checking how to recognise dependant libraries
249configure:4156: result: file_magic Mach-O dynamically linked shared library
250configure:4169: checking command to parse /usr/bin/nm -p output
251configure:4250: gcc -c   -I/opt/local/include conftest.c >&5
252configure:4253: $? = 0
253configure:4257: /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
254configure:4260: $? = 0
255cannot find nm_test_var in conftest.nm
256configure:4250: gcc -c   -I/opt/local/include conftest.c >&5
257configure:4253: $? = 0
258configure:4257: /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
259configure:4260: $? = 0
260configure:4312: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c conftstm.o >&5
261configure:4315: $? = 0
262configure:4359: result: ok
263configure:4364: checking for ANSI C header files
264configure:4378: gcc -E -I/opt/local/include conftest.c
265configure:4384: $? = 0
266configure:4469: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c  >&5
267configure:4472: $? = 0
268configure:4474: ./conftest
269configure:4477: $? = 0
270configure:4491: result: yes
271configure:4515: checking for sys/types.h
272configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
273configure:4531: $? = 0
274configure:4534: test -s conftest.o
275configure:4537: $? = 0
276configure:4547: result: yes
277configure:4515: checking for sys/stat.h
278configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
279configure:4531: $? = 0
280configure:4534: test -s conftest.o
281configure:4537: $? = 0
282configure:4547: result: yes
283configure:4515: checking for stdlib.h
284configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
285configure:4531: $? = 0
286configure:4534: test -s conftest.o
287configure:4537: $? = 0
288configure:4547: result: yes
289configure:4515: checking for string.h
290configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
291configure:4531: $? = 0
292configure:4534: test -s conftest.o
293configure:4537: $? = 0
294configure:4547: result: yes
295configure:4515: checking for memory.h
296configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
297configure:4531: $? = 0
298configure:4534: test -s conftest.o
299configure:4537: $? = 0
300configure:4547: result: yes
301configure:4515: checking for strings.h
302configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
303configure:4531: $? = 0
304configure:4534: test -s conftest.o
305configure:4537: $? = 0
306configure:4547: result: yes
307configure:4515: checking for inttypes.h
308configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
309configure:4531: $? = 0
310configure:4534: test -s conftest.o
311configure:4537: $? = 0
312configure:4547: result: yes
313configure:4515: checking for stdint.h
314configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
315configure:4531: $? = 0
316configure:4534: test -s conftest.o
317configure:4537: $? = 0
318configure:4547: result: yes
319configure:4515: checking for unistd.h
320configure:4528: gcc -c   -I/opt/local/include conftest.c >&5
321configure:4531: $? = 0
322configure:4534: test -s conftest.o
323configure:4537: $? = 0
324configure:4547: result: yes
325configure:4573: checking dlfcn.h usability
326configure:4582: gcc -c   -I/opt/local/include conftest.c >&5
327configure:4585: $? = 0
328configure:4588: test -s conftest.o
329configure:4591: $? = 0
330configure:4600: result: yes
331configure:4604: checking dlfcn.h presence
332configure:4611: gcc -E -I/opt/local/include conftest.c
333configure:4617: $? = 0
334configure:4635: result: yes
335configure:4653: checking for dlfcn.h
336configure:4660: result: yes
337configure:4857: checking for ranlib
338configure:4884: result: ranlib
339configure:4937: checking for strip
340configure:4953: found /usr/bin/strip
341configure:4964: result: strip
342configure:5169: checking for objdir
343configure:5180: result: .libs
344configure:5197: checking for gcc option to produce PIC
345configure:5356: result: -fno-common
346configure:5360: checking if gcc PIC flag -fno-common works
347configure:5386: gcc -c   -fno-common -DPIC -I/opt/local/include conftest.c >&5
348configure:5389: $? = 0
349configure:5392: test -s conftest.o
350configure:5395: $? = 0
351configure:5432: result: yes
352configure:5448: checking if gcc static flag -static works
353configure:5475: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses -static conftest.c  >&5
354ld: can't locate file for: -lcrt0.o
355configure:5478: $? = 1
356configure: failed program was:
357#line 5456 "configure"
358#include "confdefs.h"
359
360#ifdef F77_DUMMY_MAIN
361#  ifdef __cplusplus
362     extern "C"
363#  endif
364   int F77_DUMMY_MAIN() { return 1; }
365#endif
366int
367main ()
368{
369
370  ;
371  return 0;
372}
373configure:5499: result: no
374configure:5511: checking if gcc supports -c -o file.o
375configure:5533: gcc -c   -o out/conftest2.o -I/opt/local/include conftest.c >&5
376configure:5555: result: yes
377configure:5560: checking if gcc supports -c -o file.lo
378configure:5590: gcc -c   -c -o conftest.lo -I/opt/local/include conftest.c >&5
379configure:5593: $? = 0
380configure:5596: test -s conftest.lo
381configure:5599: $? = 0
382configure:5620: result: yes
383configure:5651: checking if gcc supports -fno-rtti -fno-exceptions
384configure:5676: gcc -c   -fno-rtti -fno-exceptions -c conftest.c -I/opt/local/include conftest.c >&5
385cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
386cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
387configure:5679: $? = 0
388configure:5682: test -s conftest.o
389configure:5685: $? = 0
390configure:5701: result: yes
391configure:5712: checking whether the linker (/usr/bin/ld) supports shared libraries
392configure:6364: result: yes
393configure:6369: checking how to hardcode library paths into programs
394configure:6393: result: unsupported
395configure:6398: checking whether stripping libraries is possible
396configure:6406: result: no
397configure:6414: checking dynamic linker characteristics
398configure:6807: result: darwin6.6 dyld
399configure:6812: checking if libtool supports shared libraries
400configure:6814: result: yes
401configure:6817: checking whether to build shared libraries
402configure:6838: result: yes
403configure:6841: checking whether to build static libraries
404configure:6845: result: yes
405configure:8134: checking for a BSD-compatible install
406configure:8188: result: /usr/bin/install -c
407configure:8206: checking for bison
408configure:8222: found /usr/bin/bison
409configure:8232: result: bison -y
410configure:8245: checking for pdftex
411configure:8274: result: no
412configure:8280: checking for tex
413configure:8309: result: no
414configure:8314: checking "return type of sprintf"
415configure:8348: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c  >&5
416configure:8351: $? = 0
417configure:8353: ./conftest
418configure:8356: $? = 0
419configure:8361: result: "int"
420configure:8436: checking for uname
421configure:8454: found /usr/bin/uname
422configure:8467: result: /usr/bin/uname
423configure:8477: checking operating system
424configure:8491: result: Darwin
425configure:8677: checking "if we should use 'skip-locking' as default for darwin6.6"
426configure:8689: result: "no"
427configure:8697: checking for ln
428configure:8715: found /bin/ln
429configure:8728: result: /bin/ln
430configure:8738: checking for ln
431configure:8756: found /bin/ln
432configure:8769: result: /bin/ln
433configure:8785: checking for mv
434configure:8803: found /bin/mv
435configure:8816: result: /bin/mv
436configure:8825: checking for rm
437configure:8843: found /bin/rm
438configure:8856: result: /bin/rm
439configure:8865: checking for cp
440configure:8883: found /bin/cp
441configure:8896: result: /bin/cp
442configure:8905: checking for sed
443configure:8923: found /usr/bin/sed
444configure:8936: result: /usr/bin/sed
445configure:8945: checking for cmp
446configure:8963: found /usr/bin/cmp
447configure:8976: result: /usr/bin/cmp
448configure:8985: checking for chmod
449configure:9003: found /bin/chmod
450configure:9016: result: /bin/chmod
451configure:9025: checking for hostname
452configure:9043: found /bin/hostname
453configure:9056: result: /bin/hostname
454configure:9069: checking for gnutar
455configure:9085: found /usr/bin/gnutar
456configure:9095: result: gnutar
457configure:9108: checking for perl
458configure:9126: found /opt/local/bin/perl
459configure:9139: result: /opt/local/bin/perl
460configure:9204: checking for ps
461configure:9222: found /bin/ps
462configure:9235: result: /bin/ps
463configure:9242: checking "how to check if pid exists"
464configure:9283: result: "/bin/ps p $$PID | grep mysqld > /dev/null"
465configure:9289: checking for kill
466configure:9307: found /bin/kill
467configure:9320: result: /bin/kill
468configure:9327: checking "for kill switches"
469configure:9341: result: "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
470configure:9346: checking for gcc option to accept ANSI C
471configure:9393: gcc  -c   -I/opt/local/include conftest.c >&5
472configure:9396: $? = 0
473configure:9399: test -s conftest.o
474configure:9402: $? = 0
475configure:9415: result:
476configure:9606: checking if we should use assembler functions
477configure:9651: result: no
478configure:9656: checking if we should use RAID
479configure:9676: result: no
480configure:9718: checking If we should should enable LOAD DATA LOCAL by default
481configure:9737: result: no
482configure:9789: checking for getconf
483configure:9818: result: no
484configure:9827: checking for CFLAGS value to request large file support
485configure:9897: result: no
486configure:9899: checking for LDFLAGS value to request large file support
487configure:9913: result: no
488configure:9915: checking for LIBS value to request large file support
489configure:9929: result: no
490configure:9975: checking for _FILE_OFFSET_BITS
491configure:10004: result: no
492configure:10013: checking for _LARGEFILE_SOURCE
493configure:10034: result: no
494configure:10043: checking for _LARGE_FILES
495configure:10064: result: no
496configure:10077: checking for size_t
497configure:10104: gcc -c   -I/opt/local/include conftest.c >&5
498configure:10107: $? = 0
499configure:10110: test -s conftest.o
500configure:10113: $? = 0
501configure:10123: result: yes
502configure:10148: checking for dirent.h that defines DIR
503configure:10175: gcc -c   -I/opt/local/include conftest.c >&5
504configure:10178: $? = 0
505configure:10181: test -s conftest.o
506configure:10184: $? = 0
507configure:10194: result: yes
508configure:10207: checking for library containing opendir
509configure:10240: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c  >&5
510configure:10243: $? = 0
511configure:10246: test -s conftest
512configure:10249: $? = 0
513configure:10308: result: none required
514configure:10426: checking for ANSI C header files
515configure:10553: result: yes
516configure:10563: checking for sys/wait.h that is POSIX.1 compatible
517configure:10597: gcc -c   -I/opt/local/include conftest.c >&5
518configure:10600: $? = 0
519configure:10603: test -s conftest.o
520configure:10606: $? = 0
521configure:10616: result: yes
522configure:10677: checking fcntl.h usability
523configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
524configure:10689: $? = 0
525configure:10692: test -s conftest.o
526configure:10695: $? = 0
527configure:10704: result: yes
528configure:10708: checking fcntl.h presence
529configure:10715: gcc -E -I/opt/local/include conftest.c
530configure:10721: $? = 0
531configure:10739: result: yes
532configure:10757: checking for fcntl.h
533configure:10764: result: yes
534configure:10677: checking float.h usability
535configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
536configure:10689: $? = 0
537configure:10692: test -s conftest.o
538configure:10695: $? = 0
539configure:10704: result: yes
540configure:10708: checking float.h presence
541configure:10715: gcc -E -I/opt/local/include conftest.c
542configure:10721: $? = 0
543configure:10739: result: yes
544configure:10757: checking for float.h
545configure:10764: result: yes
546configure:10677: checking floatingpoint.h usability
547configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
548configure:10714:27: floatingpoint.h: No such file or directory
549configure:10689: $? = 1
550configure: failed program was:
551#line 10679 "configure"
552#include "confdefs.h"
553#include <stdio.h>
554#if HAVE_SYS_TYPES_H
555# include <sys/types.h>
556#endif
557#if HAVE_SYS_STAT_H
558# include <sys/stat.h>
559#endif
560#if STDC_HEADERS
561# include <stdlib.h>
562# include <stddef.h>
563#else
564# if HAVE_STDLIB_H
565#  include <stdlib.h>
566# endif
567#endif
568#if HAVE_STRING_H
569# if !STDC_HEADERS && HAVE_MEMORY_H
570#  include <memory.h>
571# endif
572# include <string.h>
573#endif
574#if HAVE_STRINGS_H
575# include <strings.h>
576#endif
577#if HAVE_INTTYPES_H
578# include <inttypes.h>
579#else
580# if HAVE_STDINT_H
581#  include <stdint.h>
582# endif
583#endif
584#if HAVE_UNISTD_H
585# include <unistd.h>
586#endif
587#include <floatingpoint.h>
588configure:10704: result: no
589configure:10708: checking floatingpoint.h presence
590configure:10715: gcc -E -I/opt/local/include conftest.c
591configure:10711:27: floatingpoint.h: No such file or directory
592configure:10721: $? = 1
593configure: failed program was:
594#line 10710 "configure"
595#include "confdefs.h"
596#include <floatingpoint.h>
597configure:10739: result: no
598configure:10757: checking for floatingpoint.h
599configure:10764: result: no
600configure:10677: checking ieeefp.h usability
601configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
602configure:10714:20: ieeefp.h: No such file or directory
603configure:10689: $? = 1
604configure: failed program was:
605#line 10679 "configure"
606#include "confdefs.h"
607#include <stdio.h>
608#if HAVE_SYS_TYPES_H
609# include <sys/types.h>
610#endif
611#if HAVE_SYS_STAT_H
612# include <sys/stat.h>
613#endif
614#if STDC_HEADERS
615# include <stdlib.h>
616# include <stddef.h>
617#else
618# if HAVE_STDLIB_H
619#  include <stdlib.h>
620# endif
621#endif
622#if HAVE_STRING_H
623# if !STDC_HEADERS && HAVE_MEMORY_H
624#  include <memory.h>
625# endif
626# include <string.h>
627#endif
628#if HAVE_STRINGS_H
629# include <strings.h>
630#endif
631#if HAVE_INTTYPES_H
632# include <inttypes.h>
633#else
634# if HAVE_STDINT_H
635#  include <stdint.h>
636# endif
637#endif
638#if HAVE_UNISTD_H
639# include <unistd.h>
640#endif
641#include <ieeefp.h>
642configure:10704: result: no
643configure:10708: checking ieeefp.h presence
644configure:10715: gcc -E -I/opt/local/include conftest.c
645configure:10711:20: ieeefp.h: No such file or directory
646configure:10721: $? = 1
647configure: failed program was:
648#line 10710 "configure"
649#include "confdefs.h"
650#include <ieeefp.h>
651configure:10739: result: no
652configure:10757: checking for ieeefp.h
653configure:10764: result: no
654configure:10677: checking limits.h usability
655configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
656configure:10689: $? = 0
657configure:10692: test -s conftest.o
658configure:10695: $? = 0
659configure:10704: result: yes
660configure:10708: checking limits.h presence
661configure:10715: gcc -E -I/opt/local/include conftest.c
662configure:10721: $? = 0
663configure:10739: result: yes
664configure:10757: checking for limits.h
665configure:10764: result: yes
666configure:10668: checking for memory.h
667configure:10673: result: yes
668configure:10677: checking pwd.h usability
669configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
670configure:10689: $? = 0
671configure:10692: test -s conftest.o
672configure:10695: $? = 0
673configure:10704: result: yes
674configure:10708: checking pwd.h presence
675configure:10715: gcc -E -I/opt/local/include conftest.c
676configure:10721: $? = 0
677configure:10739: result: yes
678configure:10757: checking for pwd.h
679configure:10764: result: yes
680configure:10677: checking select.h usability
681configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
682configure:10714:20: select.h: No such file or directory
683configure:10689: $? = 1
684configure: failed program was:
685#line 10679 "configure"
686#include "confdefs.h"
687#include <stdio.h>
688#if HAVE_SYS_TYPES_H
689# include <sys/types.h>
690#endif
691#if HAVE_SYS_STAT_H
692# include <sys/stat.h>
693#endif
694#if STDC_HEADERS
695# include <stdlib.h>
696# include <stddef.h>
697#else
698# if HAVE_STDLIB_H
699#  include <stdlib.h>
700# endif
701#endif
702#if HAVE_STRING_H
703# if !STDC_HEADERS && HAVE_MEMORY_H
704#  include <memory.h>
705# endif
706# include <string.h>
707#endif
708#if HAVE_STRINGS_H
709# include <strings.h>
710#endif
711#if HAVE_INTTYPES_H
712# include <inttypes.h>
713#else
714# if HAVE_STDINT_H
715#  include <stdint.h>
716# endif
717#endif
718#if HAVE_UNISTD_H
719# include <unistd.h>
720#endif
721#include <select.h>
722configure:10704: result: no
723configure:10708: checking select.h presence
724configure:10715: gcc -E -I/opt/local/include conftest.c
725configure:10711:20: select.h: No such file or directory
726configure:10721: $? = 1
727configure: failed program was:
728#line 10710 "configure"
729#include "confdefs.h"
730#include <select.h>
731configure:10739: result: no
732configure:10757: checking for select.h
733configure:10764: result: no
734configure:10668: checking for stdlib.h
735configure:10673: result: yes
736configure:10677: checking stddef.h usability
737configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
738configure:10689: $? = 0
739configure:10692: test -s conftest.o
740configure:10695: $? = 0
741configure:10704: result: yes
742configure:10708: checking stddef.h presence
743configure:10715: gcc -E -I/opt/local/include conftest.c
744configure:10721: $? = 0
745configure:10739: result: yes
746configure:10757: checking for stddef.h
747configure:10764: result: yes
748configure:10668: checking for strings.h
749configure:10673: result: yes
750configure:10668: checking for string.h
751configure:10673: result: yes
752configure:10677: checking synch.h usability
753configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
754configure:10714:19: synch.h: No such file or directory
755configure:10689: $? = 1
756configure: failed program was:
757#line 10679 "configure"
758#include "confdefs.h"
759#include <stdio.h>
760#if HAVE_SYS_TYPES_H
761# include <sys/types.h>
762#endif
763#if HAVE_SYS_STAT_H
764# include <sys/stat.h>
765#endif
766#if STDC_HEADERS
767# include <stdlib.h>
768# include <stddef.h>
769#else
770# if HAVE_STDLIB_H
771#  include <stdlib.h>
772# endif
773#endif
774#if HAVE_STRING_H
775# if !STDC_HEADERS && HAVE_MEMORY_H
776#  include <memory.h>
777# endif
778# include <string.h>
779#endif
780#if HAVE_STRINGS_H
781# include <strings.h>
782#endif
783#if HAVE_INTTYPES_H
784# include <inttypes.h>
785#else
786# if HAVE_STDINT_H
787#  include <stdint.h>
788# endif
789#endif
790#if HAVE_UNISTD_H
791# include <unistd.h>
792#endif
793#include <synch.h>
794configure:10704: result: no
795configure:10708: checking synch.h presence
796configure:10715: gcc -E -I/opt/local/include conftest.c
797configure:10711:19: synch.h: No such file or directory
798configure:10721: $? = 1
799configure: failed program was:
800#line 10710 "configure"
801#include "confdefs.h"
802#include <synch.h>
803configure:10739: result: no
804configure:10757: checking for synch.h
805configure:10764: result: no
806configure:10677: checking sys/mman.h usability
807configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
808configure:10689: $? = 0
809configure:10692: test -s conftest.o
810configure:10695: $? = 0
811configure:10704: result: yes
812configure:10708: checking sys/mman.h presence
813configure:10715: gcc -E -I/opt/local/include conftest.c
814configure:10721: $? = 0
815configure:10739: result: yes
816configure:10757: checking for sys/mman.h
817configure:10764: result: yes
818configure:10677: checking sys/socket.h usability
819configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
820configure:10689: $? = 0
821configure:10692: test -s conftest.o
822configure:10695: $? = 0
823configure:10704: result: yes
824configure:10708: checking sys/socket.h presence
825configure:10715: gcc -E -I/opt/local/include conftest.c
826configure:10721: $? = 0
827configure:10739: result: yes
828configure:10757: checking for sys/socket.h
829configure:10764: result: yes
830configure:10677: checking netinet/in.h usability
831configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
832configure:10689: $? = 0
833configure:10692: test -s conftest.o
834configure:10695: $? = 0
835configure:10704: result: yes
836configure:10708: checking netinet/in.h presence
837configure:10715: gcc -E -I/opt/local/include conftest.c
838configure:10721: $? = 0
839configure:10739: result: yes
840configure:10757: checking for netinet/in.h
841configure:10764: result: yes
842configure:10677: checking arpa/inet.h usability
843configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
844configure:10689: $? = 0
845configure:10692: test -s conftest.o
846configure:10695: $? = 0
847configure:10704: result: yes
848configure:10708: checking arpa/inet.h presence
849configure:10715: gcc -E -I/opt/local/include conftest.c
850configure:10721: $? = 0
851configure:10739: result: yes
852configure:10757: checking for arpa/inet.h
853configure:10764: result: yes
854configure:10677: checking sys/timeb.h usability
855configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
856configure:10689: $? = 0
857configure:10692: test -s conftest.o
858configure:10695: $? = 0
859configure:10704: result: yes
860configure:10708: checking sys/timeb.h presence
861configure:10715: gcc -E -I/opt/local/include conftest.c
862configure:10721: $? = 0
863configure:10739: result: yes
864configure:10757: checking for sys/timeb.h
865configure:10764: result: yes
866configure:10668: checking for sys/types.h
867configure:10673: result: yes
868configure:10677: checking sys/un.h usability
869configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
870configure:10689: $? = 0
871configure:10692: test -s conftest.o
872configure:10695: $? = 0
873configure:10704: result: yes
874configure:10708: checking sys/un.h presence
875configure:10715: gcc -E -I/opt/local/include conftest.c
876configure:10721: $? = 0
877configure:10739: result: yes
878configure:10757: checking for sys/un.h
879configure:10764: result: yes
880configure:10677: checking sys/vadvise.h usability
881configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
882configure:10689: $? = 0
883configure:10692: test -s conftest.o
884configure:10695: $? = 0
885configure:10704: result: yes
886configure:10708: checking sys/vadvise.h presence
887configure:10715: gcc -E -I/opt/local/include conftest.c
888configure:10721: $? = 0
889configure:10739: result: yes
890configure:10757: checking for sys/vadvise.h
891configure:10764: result: yes
892configure:10668: checking for sys/wait.h
893configure:10673: result: yes
894configure:10677: checking term.h usability
895configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
896configure:10689: $? = 0
897configure:10692: test -s conftest.o
898configure:10695: $? = 0
899configure:10704: result: yes
900configure:10708: checking term.h presence
901configure:10715: gcc -E -I/opt/local/include conftest.c
902configure:10721: $? = 0
903configure:10739: result: yes
904configure:10757: checking for term.h
905configure:10764: result: yes
906configure:10668: checking for unistd.h
907configure:10673: result: yes
908configure:10677: checking utime.h usability
909configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
910configure:10689: $? = 0
911configure:10692: test -s conftest.o
912configure:10695: $? = 0
913configure:10704: result: yes
914configure:10708: checking utime.h presence
915configure:10715: gcc -E -I/opt/local/include conftest.c
916configure:10721: $? = 0
917configure:10739: result: yes
918configure:10757: checking for utime.h
919configure:10764: result: yes
920configure:10677: checking sys/utime.h usability
921configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
922configure:10714:23: sys/utime.h: No such file or directory
923configure:10689: $? = 1
924configure: failed program was:
925#line 10679 "configure"
926#include "confdefs.h"
927#include <stdio.h>
928#if HAVE_SYS_TYPES_H
929# include <sys/types.h>
930#endif
931#if HAVE_SYS_STAT_H
932# include <sys/stat.h>
933#endif
934#if STDC_HEADERS
935# include <stdlib.h>
936# include <stddef.h>
937#else
938# if HAVE_STDLIB_H
939#  include <stdlib.h>
940# endif
941#endif
942#if HAVE_STRING_H
943# if !STDC_HEADERS && HAVE_MEMORY_H
944#  include <memory.h>
945# endif
946# include <string.h>
947#endif
948#if HAVE_STRINGS_H
949# include <strings.h>
950#endif
951#if HAVE_INTTYPES_H
952# include <inttypes.h>
953#else
954# if HAVE_STDINT_H
955#  include <stdint.h>
956# endif
957#endif
958#if HAVE_UNISTD_H
959# include <unistd.h>
960#endif
961#include <sys/utime.h>
962configure:10704: result: no
963configure:10708: checking sys/utime.h presence
964configure:10715: gcc -E -I/opt/local/include conftest.c
965configure:10711:23: sys/utime.h: No such file or directory
966configure:10721: $? = 1
967configure: failed program was:
968#line 10710 "configure"
969#include "confdefs.h"
970#include <sys/utime.h>
971configure:10739: result: no
972configure:10757: checking for sys/utime.h
973configure:10764: result: no
974configure:10677: checking termio.h usability
975configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
976configure:10714:20: termio.h: No such file or directory
977configure:10689: $? = 1
978configure: failed program was:
979#line 10679 "configure"
980#include "confdefs.h"
981#include <stdio.h>
982#if HAVE_SYS_TYPES_H
983# include <sys/types.h>
984#endif
985#if HAVE_SYS_STAT_H
986# include <sys/stat.h>
987#endif
988#if STDC_HEADERS
989# include <stdlib.h>
990# include <stddef.h>
991#else
992# if HAVE_STDLIB_H
993#  include <stdlib.h>
994# endif
995#endif
996#if HAVE_STRING_H
997# if !STDC_HEADERS && HAVE_MEMORY_H
998#  include <memory.h>
999# endif
1000# include <string.h>
1001#endif
1002#if HAVE_STRINGS_H
1003# include <strings.h>
1004#endif
1005#if HAVE_INTTYPES_H
1006# include <inttypes.h>
1007#else
1008# if HAVE_STDINT_H
1009#  include <stdint.h>
1010# endif
1011#endif
1012#if HAVE_UNISTD_H
1013# include <unistd.h>
1014#endif
1015#include <termio.h>
1016configure:10704: result: no
1017configure:10708: checking termio.h presence
1018configure:10715: gcc -E -I/opt/local/include conftest.c
1019configure:10711:20: termio.h: No such file or directory
1020configure:10721: $? = 1
1021configure: failed program was:
1022#line 10710 "configure"
1023#include "confdefs.h"
1024#include <termio.h>
1025configure:10739: result: no
1026configure:10757: checking for termio.h
1027configure:10764: result: no
1028configure:10677: checking termios.h usability
1029configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
1030configure:10689: $? = 0
1031configure:10692: test -s conftest.o
1032configure:10695: $? = 0
1033configure:10704: result: yes
1034configure:10708: checking termios.h presence
1035configure:10715: gcc -E -I/opt/local/include conftest.c
1036configure:10721: $? = 0
1037configure:10739: result: yes
1038configure:10757: checking for termios.h
1039configure:10764: result: yes
1040configure:10677: checking sched.h usability
1041configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
1042configure:10689: $? = 0
1043configure:10692: test -s conftest.o
1044configure:10695: $? = 0
1045configure:10704: result: yes
1046configure:10708: checking sched.h presence
1047configure:10715: gcc -E -I/opt/local/include conftest.c
1048configure:10721: $? = 0
1049configure:10739: result: yes
1050configure:10757: checking for sched.h
1051configure:10764: result: yes
1052configure:10677: checking crypt.h usability
1053configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
1054configure:10714:19: crypt.h: No such file or directory
1055configure:10689: $? = 1
1056configure: failed program was:
1057#line 10679 "configure"
1058#include "confdefs.h"
1059#include <stdio.h>
1060#if HAVE_SYS_TYPES_H
1061# include <sys/types.h>
1062#endif
1063#if HAVE_SYS_STAT_H
1064# include <sys/stat.h>
1065#endif
1066#if STDC_HEADERS
1067# include <stdlib.h>
1068# include <stddef.h>
1069#else
1070# if HAVE_STDLIB_H
1071#  include <stdlib.h>
1072# endif
1073#endif
1074#if HAVE_STRING_H
1075# if !STDC_HEADERS && HAVE_MEMORY_H
1076#  include <memory.h>
1077# endif
1078# include <string.h>
1079#endif
1080#if HAVE_STRINGS_H
1081# include <strings.h>
1082#endif
1083#if HAVE_INTTYPES_H
1084# include <inttypes.h>
1085#else
1086# if HAVE_STDINT_H
1087#  include <stdint.h>
1088# endif
1089#endif
1090#if HAVE_UNISTD_H
1091# include <unistd.h>
1092#endif
1093#include <crypt.h>
1094configure:10704: result: no
1095configure:10708: checking crypt.h presence
1096configure:10715: gcc -E -I/opt/local/include conftest.c
1097configure:10711:19: crypt.h: No such file or directory
1098configure:10721: $? = 1
1099configure: failed program was:
1100#line 10710 "configure"
1101#include "confdefs.h"
1102#include <crypt.h>
1103configure:10739: result: no
1104configure:10757: checking for crypt.h
1105configure:10764: result: no
1106configure:10677: checking alloca.h usability
1107configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
1108configure:10714:20: alloca.h: No such file or directory
1109configure:10689: $? = 1
1110configure: failed program was:
1111#line 10679 "configure"
1112#include "confdefs.h"
1113#include <stdio.h>
1114#if HAVE_SYS_TYPES_H
1115# include <sys/types.h>
1116#endif
1117#if HAVE_SYS_STAT_H
1118# include <sys/stat.h>
1119#endif
1120#if STDC_HEADERS
1121# include <stdlib.h>
1122# include <stddef.h>
1123#else
1124# if HAVE_STDLIB_H
1125#  include <stdlib.h>
1126# endif
1127#endif
1128#if HAVE_STRING_H
1129# if !STDC_HEADERS && HAVE_MEMORY_H
1130#  include <memory.h>
1131# endif
1132# include <string.h>
1133#endif
1134#if HAVE_STRINGS_H
1135# include <strings.h>
1136#endif
1137#if HAVE_INTTYPES_H
1138# include <inttypes.h>
1139#else
1140# if HAVE_STDINT_H
1141#  include <stdint.h>
1142# endif
1143#endif
1144#if HAVE_UNISTD_H
1145# include <unistd.h>
1146#endif
1147#include <alloca.h>
1148configure:10704: result: no
1149configure:10708: checking alloca.h presence
1150configure:10715: gcc -E -I/opt/local/include conftest.c
1151configure:10711:20: alloca.h: No such file or directory
1152configure:10721: $? = 1
1153configure: failed program was:
1154#line 10710 "configure"
1155#include "confdefs.h"
1156#include <alloca.h>
1157configure:10739: result: no
1158configure:10757: checking for alloca.h
1159configure:10764: result: no
1160configure:10677: checking sys/ioctl.h usability
1161configure:10686: gcc -c   -I/opt/local/include conftest.c >&5
1162configure:10689: $? = 0
1163configure:10692: test -s conftest.o
1164configure:10695: $? = 0
1165configure:10704: result: yes
1166configure:10708: checking sys/ioctl.h presence
1167configure:10715: gcc -E -I/opt/local/include conftest.c
1168configure:10721: $? = 0
1169configure:10739: result: yes
1170configure:10757: checking for sys/ioctl.h
1171configure:10764: result: yes
1172configure:10784: checking for floor in -lm
1173configure:10817: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm   >&5
1174configure:10820: $? = 0
1175configure:10823: test -s conftest
1176configure:10826: $? = 0
1177configure:10837: result: yes
1178configure:10916: checking for gethostbyname_r in -lnsl_r
1179configure:10949: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lnsl_r  -lm  >&5
1180ld: can't locate file for: -lnsl_r
1181configure:10952: $? = 1
1182configure: failed program was:
1183#line 10923 "configure"
1184#include "confdefs.h"
1185
1186/* Override any gcc2 internal prototype to avoid an error.  */
1187#ifdef __cplusplus
1188extern "C"
1189#endif
1190/* We use char because int might match the return type of a gcc2
1191   builtin and then its argument prototype would still apply.  */
1192char gethostbyname_r ();
1193#ifdef F77_DUMMY_MAIN
1194#  ifdef __cplusplus
1195     extern "C"
1196#  endif
1197   int F77_DUMMY_MAIN() { return 1; }
1198#endif
1199int
1200main ()
1201{
1202gethostbyname_r ();
1203  ;
1204  return 0;
1205}
1206configure:10969: result: no
1207configure:10980: checking for gethostbyname_r in -lnsl
1208configure:11013: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lnsl  -lm  >&5
1209ld: can't locate file for: -lnsl
1210configure:11016: $? = 1
1211configure: failed program was:
1212#line 10987 "configure"
1213#include "confdefs.h"
1214
1215/* Override any gcc2 internal prototype to avoid an error.  */
1216#ifdef __cplusplus
1217extern "C"
1218#endif
1219/* We use char because int might match the return type of a gcc2
1220   builtin and then its argument prototype would still apply.  */
1221char gethostbyname_r ();
1222#ifdef F77_DUMMY_MAIN
1223#  ifdef __cplusplus
1224     extern "C"
1225#  endif
1226   int F77_DUMMY_MAIN() { return 1; }
1227#endif
1228int
1229main ()
1230{
1231gethostbyname_r ();
1232  ;
1233  return 0;
1234}
1235configure:11033: result: no
1236configure:11046: checking for gethostbyname_r
1237configure:11089: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1238ld: Undefined symbols:
1239_gethostbyname_r
1240configure:11092: $? = 1
1241configure: failed program was:
1242#line 11051 "configure"
1243#include "confdefs.h"
1244/* System header to define __stub macros and hopefully few prototypes,
1245    which can conflict with char gethostbyname_r (); below.  */
1246#include <assert.h>
1247/* Override any gcc2 internal prototype to avoid an error.  */
1248#ifdef __cplusplus
1249extern "C"
1250#endif
1251/* We use char because int might match the return type of a gcc2
1252   builtin and then its argument prototype would still apply.  */
1253char gethostbyname_r ();
1254char (*f) ();
1255
1256#ifdef F77_DUMMY_MAIN
1257#  ifdef __cplusplus
1258     extern "C"
1259#  endif
1260   int F77_DUMMY_MAIN() { return 1; }
1261#endif
1262int
1263main ()
1264{
1265/* The GNU C library defines this for functions which it implements
1266    to always fail with ENOSYS.  Some functions are actually named
1267    something starting with __ and the normal name is an alias.  */
1268#if defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r)
1269choke me
1270#else
1271f = gethostbyname_r;
1272#endif
1273
1274  ;
1275  return 0;
1276}
1277configure:11108: result: no
1278configure:11112: checking for setsockopt
1279configure:11155: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1280configure:11158: $? = 0
1281configure:11161: test -s conftest
1282configure:11164: $? = 0
1283configure:11174: result: yes
1284configure:11246: checking for yp_get_default_domain
1285configure:11289: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1286configure:11292: $? = 0
1287configure:11295: test -s conftest
1288configure:11298: $? = 0
1289configure:11308: result: yes
1290configure:11380: checking for p2open
1291configure:11423: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1292ld: Undefined symbols:
1293_p2open
1294configure:11426: $? = 1
1295configure: failed program was:
1296#line 11385 "configure"
1297#include "confdefs.h"
1298/* System header to define __stub macros and hopefully few prototypes,
1299    which can conflict with char p2open (); below.  */
1300#include <assert.h>
1301/* Override any gcc2 internal prototype to avoid an error.  */
1302#ifdef __cplusplus
1303extern "C"
1304#endif
1305/* We use char because int might match the return type of a gcc2
1306   builtin and then its argument prototype would still apply.  */
1307char p2open ();
1308char (*f) ();
1309
1310#ifdef F77_DUMMY_MAIN
1311#  ifdef __cplusplus
1312     extern "C"
1313#  endif
1314   int F77_DUMMY_MAIN() { return 1; }
1315#endif
1316int
1317main ()
1318{
1319/* The GNU C library defines this for functions which it implements
1320    to always fail with ENOSYS.  Some functions are actually named
1321    something starting with __ and the normal name is an alias.  */
1322#if defined (__stub_p2open) || defined (__stub___p2open)
1323choke me
1324#else
1325f = p2open;
1326#endif
1327
1328  ;
1329  return 0;
1330}
1331configure:11442: result: no
1332configure:11448: checking for p2open in -lgen
1333configure:11481: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lgen  -lm  >&5
1334ld: can't locate file for: -lgen
1335configure:11484: $? = 1
1336configure: failed program was:
1337#line 11455 "configure"
1338#include "confdefs.h"
1339
1340/* Override any gcc2 internal prototype to avoid an error.  */
1341#ifdef __cplusplus
1342extern "C"
1343#endif
1344/* We use char because int might match the return type of a gcc2
1345   builtin and then its argument prototype would still apply.  */
1346char p2open ();
1347#ifdef F77_DUMMY_MAIN
1348#  ifdef __cplusplus
1349     extern "C"
1350#  endif
1351   int F77_DUMMY_MAIN() { return 1; }
1352#endif
1353int
1354main ()
1355{
1356p2open ();
1357  ;
1358  return 0;
1359}
1360configure:11501: result: no
1361configure:11515: checking for bind
1362configure:11558: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1363configure:11561: $? = 0
1364configure:11564: test -s conftest
1365configure:11567: $? = 0
1366configure:11577: result: yes
1367configure:11651: checking for crypt in -lcrypt
1368configure:11684: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lcrypt  -lm  >&5
1369ld: can't locate file for: -lcrypt
1370configure:11687: $? = 1
1371configure: failed program was:
1372#line 11658 "configure"
1373#include "confdefs.h"
1374
1375/* Override any gcc2 internal prototype to avoid an error.  */
1376#ifdef __cplusplus
1377extern "C"
1378#endif
1379/* We use char because int might match the return type of a gcc2
1380   builtin and then its argument prototype would still apply.  */
1381char crypt ();
1382#ifdef F77_DUMMY_MAIN
1383#  ifdef __cplusplus
1384     extern "C"
1385#  endif
1386   int F77_DUMMY_MAIN() { return 1; }
1387#endif
1388int
1389main ()
1390{
1391crypt ();
1392  ;
1393  return 0;
1394}
1395configure:11704: result: no
1396configure:11715: checking for crypt
1397configure:11758: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1398configure:11761: $? = 0
1399configure:11764: test -s conftest
1400configure:11767: $? = 0
1401configure:11777: result: yes
1402configure:11788: checking for sem_init
1403configure:11831: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lm  >&5
1404configure:11834: $? = 0
1405configure:11837: test -s conftest
1406configure:11840: $? = 0
1407configure:11850: result: yes
1408configure:11927: checking if libz with compress
1409configure:11956: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lz -lm  >&5
1410configure:11959: $? = 0
1411configure:11962: test -s conftest
1412configure:11965: $? = 0
1413configure:11975: result: yes
1414configure:12439: checking if we should use pstack
1415configure:12441: result:
1416configure:12586: checking for int8
1417configure:12623: gcc -o conftest   -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lz -lm  >&5
1418configure: In function `main':
1419configure:12615: error: `int8' undeclared (first use in this function)
1420configure:12615: error: (Each undeclared identifier is reported only once
1421configure:12615: error: for each function it appears in.)
1422configure:12615: error: parse error before "i"
1423configure:12626: $? = 1
1424configure: program exited with status 1
1425configure: failed program was:
1426#line 12599 "configure"
1427#include "confdefs.h"
1428
1429#ifdef HAVE_STDLIB_H
1430#include <stdlib.h>
1431#endif
1432
1433#ifdef HAVE_STDDEF_H
1434#include <stddef.h>
1435#endif
1436
1437#ifdef HAVE_SYS_TYPES_H
1438#include <sys/types.h>
1439#endif
1440
1441int main()
1442{
1443  int8 i;
1444  return 0;
1445}
1446
1447configure:12643: result: no
1448configure:12921: checking "LinuxThreads"
1449configure:12976: result: "Not found"
1450configure:12991: checking "DEC threads"
1451configure:13005: result: "no"
1452configure:13007: checking "DEC 3.2 threads"
1453configure:13025: result: "no"
1454configure:13038: checking "SCO threads"
1455configure:13145: result: "no"
1456configure:13153: checking "SCO UnixWare7 native threads"
1457configure:13191: result: "no"
1458configure:13200: checking "OpenUNIX8 native threads"
1459configure:13238: result: "no"
1460configure:13246: checking "Siemens threads"
1461configure:13259: result: "no"
1462configure:13277: checking "Solaris threads"
1463configure:13285: result: "no"
1464configure:13293: checking "named thread libs:"
1465configure:13304: result: "no"
1466configure:13309: checking "for pthread_create in -libc"
1467configure:13330: gcc -o conftest   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lz -lm  >&5
1468configure:13333: $? = 0
1469configure:13336: test -s conftest
1470configure:13339: $? = 0
1471configure:13348: result: "yes"
1472configure:13506: checking for strtok_r in -lpthread
1473configure:13539: gcc -o conftest   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lpthread  -lz -lm  >&5
1474configure:13542: $? = 0
1475configure:13545: test -s conftest
1476configure:13548: $? = 0
1477configure:13559: result: yes
1478configure:13725: checking for strtok_r
1479configure:13768: gcc -o conftest   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lz -lm  >&5
1480configure:13771: $? = 0
1481configure:13774: test -s conftest
1482configure:13777: $? = 0
1483configure:13787: result: yes
1484configure:13807: checking for dlopen in -ldl
1485configure:13840: gcc -o conftest   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -ldl   >&5
1486configure:13843: $? = 0
1487configure:13846: test -s conftest
1488configure:13849: $? = 0
1489configure:13860: result: yes
1490configure:13884: checking for unistd.h
1491configure:13889: result: yes
1492configure:13993: checking for restartable system calls
1493configure:14050: gcc -o conftest   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include -L/opt/local/lib -lncurses conftest.c -lz -lm  >&5
1494configure:14053: $? = 0
1495configure:14055: ./conftest
1496configure:14058: $? = 0
1497configure:14071: result: yes
1498configure:14207: checking "need of special linking flags"
1499configure:14215: result: "none"
1500configure:14219: checking for gcc option to accept ANSI C
1501configure:14282: gcc  -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
1502configure:14285: $? = 0
1503configure:14288: test -s conftest.o
1504configure:14291: $? = 0
1505configure:14308: result: none needed
1506configure:14316: checking for an ANSI C-conforming const
1507configure:14386: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
1508configure:14389: $? = 0
1509configure:14392: test -s conftest.o
1510configure:14395: $? = 0
1511configure:14405: result: yes
1512configure:14415: checking for inline
1513configure:14432: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
1514configure:14435: $? = 0
1515configure:14438: test -s conftest.o
1516configure:14441: $? = 0
1517configure:14452: result: inline
1518configure:14467: checking for off_t
1519configure:14494: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
1520In file included from configure:14498:
1521/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
1522/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
1523/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
1524/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
1525/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
1526/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
1527/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
1528/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
1529/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
1530/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
1531/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
1532/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
1533/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
1534/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
1535/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
1536/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
1537/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
1538/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
1539/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
1540/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
1541/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
1542/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
1543/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
1544/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
1545/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
1546/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
1547/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
1548/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
1549/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
1550/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
1551/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
1552/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
1553/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
1554/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
1555/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
1556/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
1557/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
1558/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
1559/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
1560/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
1561/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
1562/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
1563/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
1564/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
1565/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
1566/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
1567/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
1568/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
1569/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
1570/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
1571/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
1572/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
1573/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
1574/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
1575/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
1576/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
1577/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
1578/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
1579/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
1580/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
1581/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
1582/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
1583/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
1584/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
1585/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
1586/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
1587/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
1588/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
1589/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
1590/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
1591/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
1592/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
1593/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
1594/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
1595/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
1596/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
1597/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
1598/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
1599/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
1600/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
1601/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
1602/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
1603/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
1604/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
1605/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
1606/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
1607/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
1608/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
1609/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
1610/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
1611/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
1612/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
1613/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
1614/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
1615/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
1616/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
1617/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
1618/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
1619/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
1620/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
1621/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
1622/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
1623/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
1624/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
1625/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
1626/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
1627/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
1628/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
1629/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
1630/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
1631/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
1632/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
1633/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
1634/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
1635/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
1636/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
1637/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
1638/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
1639/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
1640/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
1641/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
1642/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
1643/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
1644/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
1645/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
1646/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
1647/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
1648/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
1649/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
1650/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
1651/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
1652/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
1653/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
1654/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
1655/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
1656/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
1657/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
1658/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
1659/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
1660/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
1661/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
1662/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
1663/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
1664/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
1665/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
1666/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
1667/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
1668/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
1669/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
1670/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
1671/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
1672/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
1673/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
1674/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
1675/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
1676/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
1677/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
1678/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
1679/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
1680/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
1681/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
1682/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
1683/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
1684/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
1685/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
1686/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
1687/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
1688/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
1689/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
1690/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
1691/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
1692/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
1693/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
1694/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
1695/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
1696/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
1697/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
1698/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
1699/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
1700/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
1701/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
1702/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
1703/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
1704/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
1705/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
1706/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
1707/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
1708/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
1709configure:14497: $? = 1
1710configure: failed program was:
1711#line 14472 "configure"
1712#include "confdefs.h"
1713#include <stdio.h>
1714#if HAVE_SYS_TYPES_H
1715# include <sys/types.h>
1716#endif
1717#if HAVE_SYS_STAT_H
1718# include <sys/stat.h>
1719#endif
1720#if STDC_HEADERS
1721# include <stdlib.h>
1722# include <stddef.h>
1723#else
1724# if HAVE_STDLIB_H
1725#  include <stdlib.h>
1726# endif
1727#endif
1728#if HAVE_STRING_H
1729# if !STDC_HEADERS && HAVE_MEMORY_H
1730#  include <memory.h>
1731# endif
1732# include <string.h>
1733#endif
1734#if HAVE_STRINGS_H
1735# include <strings.h>
1736#endif
1737#if HAVE_INTTYPES_H
1738# include <inttypes.h>
1739#else
1740# if HAVE_STDINT_H
1741#  include <stdint.h>
1742# endif
1743#endif
1744#if HAVE_UNISTD_H
1745# include <unistd.h>
1746#endif
1747#ifdef F77_DUMMY_MAIN
1748#  ifdef __cplusplus
1749     extern "C"
1750#  endif
1751   int F77_DUMMY_MAIN() { return 1; }
1752#endif
1753int
1754main ()
1755{
1756if ((off_t *) 0)
1757  return 0;
1758if (sizeof (off_t))
1759  return 0;
1760  ;
1761  return 0;
1762}
1763configure:14513: result: no
1764configure:14526: checking for struct stat.st_rdev
1765configure:14552: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
1766In file included from configure:14557:
1767/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
1768/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
1769/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
1770/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
1771/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
1772/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
1773/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
1774/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
1775/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
1776/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
1777/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
1778/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
1779/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
1780/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
1781/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
1782/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
1783/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
1784/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
1785/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
1786/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
1787/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
1788/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
1789/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
1790/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
1791/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
1792/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
1793/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
1794/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
1795/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
1796/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
1797/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
1798/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
1799/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
1800/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
1801/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
1802/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
1803/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
1804/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
1805/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
1806/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
1807/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
1808/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
1809/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
1810/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
1811/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
1812/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
1813/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
1814/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
1815/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
1816/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
1817/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
1818/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
1819/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
1820/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
1821/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
1822/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
1823/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
1824/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
1825/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
1826/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
1827/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
1828/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
1829/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
1830/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
1831/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
1832/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
1833/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
1834/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
1835/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
1836/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
1837/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
1838/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
1839/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
1840/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
1841/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
1842/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
1843/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
1844/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
1845/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
1846/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
1847/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
1848/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
1849/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
1850/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
1851/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
1852/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
1853/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
1854/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
1855/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
1856/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
1857/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
1858/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
1859/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
1860/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
1861/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
1862/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
1863/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
1864/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
1865/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
1866/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
1867/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
1868/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
1869/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
1870/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
1871/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
1872/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
1873/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
1874/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
1875/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
1876/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
1877/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
1878/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
1879/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
1880/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
1881/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
1882/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
1883/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
1884/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
1885/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
1886/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
1887/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
1888/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
1889/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
1890/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
1891/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
1892/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
1893/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
1894/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
1895/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
1896/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
1897/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
1898/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
1899/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
1900/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
1901/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
1902/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
1903/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
1904/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
1905/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
1906/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
1907/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
1908/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
1909/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
1910/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
1911/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
1912/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
1913/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
1914/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
1915/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
1916/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
1917/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
1918/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
1919/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
1920/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
1921/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
1922/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
1923/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
1924/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
1925/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
1926/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
1927/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
1928/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
1929/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
1930/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
1931/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
1932/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
1933/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
1934/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
1935/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
1936/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
1937/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
1938/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
1939/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
1940/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
1941/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
1942/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
1943/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
1944/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
1945/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
1946/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
1947/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
1948/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
1949/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
1950/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
1951/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
1952/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
1953/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
1954/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
1955configure:14555: $? = 1
1956configure: failed program was:
1957#line 14531 "configure"
1958#include "confdefs.h"
1959#include <stdio.h>
1960#if HAVE_SYS_TYPES_H
1961# include <sys/types.h>
1962#endif
1963#if HAVE_SYS_STAT_H
1964# include <sys/stat.h>
1965#endif
1966#if STDC_HEADERS
1967# include <stdlib.h>
1968# include <stddef.h>
1969#else
1970# if HAVE_STDLIB_H
1971#  include <stdlib.h>
1972# endif
1973#endif
1974#if HAVE_STRING_H
1975# if !STDC_HEADERS && HAVE_MEMORY_H
1976#  include <memory.h>
1977# endif
1978# include <string.h>
1979#endif
1980#if HAVE_STRINGS_H
1981# include <strings.h>
1982#endif
1983#if HAVE_INTTYPES_H
1984# include <inttypes.h>
1985#else
1986# if HAVE_STDINT_H
1987#  include <stdint.h>
1988# endif
1989#endif
1990#if HAVE_UNISTD_H
1991# include <unistd.h>
1992#endif
1993#ifdef F77_DUMMY_MAIN
1994#  ifdef __cplusplus
1995     extern "C"
1996#  endif
1997   int F77_DUMMY_MAIN() { return 1; }
1998#endif
1999int
2000main ()
2001{
2002static struct stat ac_aggr;
2003if (ac_aggr.st_rdev)
2004return 0;
2005  ;
2006  return 0;
2007}
2008configure:14571: result: no
2009configure:14587: checking whether time.h and sys/time.h may both be included
2010configure:14615: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
2011configure:14618: $? = 0
2012configure:14621: test -s conftest.o
2013configure:14624: $? = 0
2014configure:14634: result: yes
2015configure:14644: checking whether struct tm is in sys/time.h or time.h
2016configure:14670: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
2017configure:14673: $? = 0
2018configure:14676: test -s conftest.o
2019configure:14679: $? = 0
2020configure:14689: result: time.h
2021configure:14701: checking for char
2022configure:14728: gcc -c -O -DDBUG_OFF   -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH -DFN_NO_CASE_SENCE -I/opt/local/include conftest.c >&5
2023In file included from configure:14732:
2024/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
2025/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
2026/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
2027/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
2028/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
2029/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
2030/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
2031/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
2032/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
2033/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
2034/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
2035/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
2036/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
2037/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
2038/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
2039/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
2040/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
2041/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
2042/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
2043/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
2044/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
2045/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
2046/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
2047/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
2048/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
2049/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
2050/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
2051/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
2052/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
2053/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
2054/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
2055/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
2056/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
2057/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
2058/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
2059/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
2060/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
2061/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
2062/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
2063/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
2064/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
2065/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
2066/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
2067/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
2068/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
2069/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
2070/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
2071/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
2072/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
2073/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
2074/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
2075/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
2076/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
2077/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
2078/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
2079/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
2080/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
2081/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
2082/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
2083/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
2084/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
2085/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
2086/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
2087/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
2088/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
2089/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
2090/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
2091/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
2092/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
2093/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
2094/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
2095/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
2096/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
2097/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
2098/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
2099/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
2100/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
2101/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
2102/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
2103/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
2104/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
2105/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
2106/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
2107/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
2108/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
2109/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
2110/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
2111/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
2112/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
2113/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
2114/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
2115/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
2116/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
2117/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
2118/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
2119/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
2120/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
2121/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
2122/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
2123/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
2124/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
2125/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
2126/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
2127/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
2128/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
2129/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
2130/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
2131/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
2132/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
2133/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
2134/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
2135/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
2136/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
2137/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
2138/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
2139/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
2140/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
2141/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
2142/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
2143/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
2144/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
2145/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
2146/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
2147/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
2148/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
2149/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
2150/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
2151/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
2152/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
2153/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
2154/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
2155/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
2156/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
2157/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
2158/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
2159/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
2160/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
2161/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
2162/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
2163/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
2164/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
2165/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
2166/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
2167/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
2168/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
2169/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
2170/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
2171/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
2172/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
2173/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
2174/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
2175/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
2176/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
2177/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
2178/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
2179/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
2180/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
2181/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
2182/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
2183/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
2184/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
2185/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
2186/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
2187/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
2188/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
2189/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
2190/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
2191/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
2192/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
2193/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
2194/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
2195/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
2196/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
2197/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
2198/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
2199/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
2200/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
2201/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
2202/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
2203/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
2204/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
2205/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
2206/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
2207/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
2208/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
2209/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
2210/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
2211/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
2212configure:14731: $? = 1
2213configure: failed program was:
2214#line 14706 "configure"
2215#include "confdefs.h"
2216#include <stdio.h>
2217#if HAVE_SYS_TYPES_H
2218# include <sys/types.h>
2219#endif
2220#if HAVE_SYS_STAT_H
2221# include <sys/stat.h>
2222#endif
2223#if STDC_HEADERS
2224# include <stdlib.h>
2225# include <stddef.h>
2226#else
2227# if HAVE_STDLIB_H
2228#  include <stdlib.h>
2229# endif
2230#endif
2231#if HAVE_STRING_H
2232# if !STDC_HEADERS && HAVE_MEMORY_H
2233#  include <memory.h>
2234# endif
2235# include <string.h>
2236#endif
2237#if HAVE_STRINGS_H
2238# include <strings.h>
2239#endif
2240#if HAVE_INTTYPES_H
2241# include <inttypes.h>
2242#else
2243# if HAVE_STDINT_H
2244#  include <stdint.h>
2245# endif
2246#endif
2247#if HAVE_UNISTD_H
2248# include <unistd.h>
2249#endif
2250#ifdef F77_DUMMY_MAIN
2251#  ifdef __cplusplus
2252     extern "C"
2253#  endif
2254   int F77_DUMMY_MAIN() { return 1; }
2255#endif
2256int
2257main ()
2258{
2259if ((char *) 0)
2260  return 0;
2261if (sizeof (char))
2262  return 0;
2263  ;
2264  return 0;
2265}
2266configure:14747: result: no
2267configure:14750: checking size of char
2268configure:15056: result: 0
2269configure:15071: error: No size for char type.
2270A likely cause for this could be that there isn't any
2271static libraries installed. You can verify this by checking if you have libm.a
2272in /lib, /usr/lib or some other standard place.  If this is the problem,
2273install the static libraries and try again.  If this isn't the problem,
2274examine config.log for possible errors.  If you want to report this, use
2275'scripts/mysqlbug' and include at least the last 20 rows from config.log!
2276
2277## ---------------- ##
2278## Cache variables. ##
2279## ---------------- ##
2280
2281ac_cv_build=powerpc-apple-darwin6.6
2282ac_cv_build_alias=powerpc-apple-darwin6.6
2283ac_cv_c_compiler_gnu=yes
2284ac_cv_c_const=yes
2285ac_cv_c_inline=inline
2286ac_cv_cxx_compiler_gnu=yes
2287ac_cv_env_CC_set=
2288ac_cv_env_CC_value=
2289ac_cv_env_CFLAGS_set=
2290ac_cv_env_CFLAGS_value=
2291ac_cv_env_CPPFLAGS_set=set
2292ac_cv_env_CPPFLAGS_value=-I/opt/local/include
2293ac_cv_env_CPP_set=
2294ac_cv_env_CPP_value=
2295ac_cv_env_CXXFLAGS_set=
2296ac_cv_env_CXXFLAGS_value=
2297ac_cv_env_CXX_set=
2298ac_cv_env_CXX_value=
2299ac_cv_env_LDFLAGS_set=set
2300ac_cv_env_LDFLAGS_value='-L/opt/local/lib -lncurses'
2301ac_cv_env_build_alias_set=
2302ac_cv_env_build_alias_value=
2303ac_cv_env_host_alias_set=
2304ac_cv_env_host_alias_value=
2305ac_cv_env_target_alias_set=
2306ac_cv_env_target_alias_value=
2307ac_cv_exeext=
2308ac_cv_func_bind=yes
2309ac_cv_func_crypt=yes
2310ac_cv_func_gethostbyname_r=no
2311ac_cv_func_p2open=no
2312ac_cv_func_sem_init=yes
2313ac_cv_func_setsockopt=yes
2314ac_cv_func_strtok_r=yes
2315ac_cv_func_yp_get_default_domain=yes
2316ac_cv_header_alloca_h=no
2317ac_cv_header_arpa_inet_h=yes
2318ac_cv_header_crypt_h=no
2319ac_cv_header_dirent_dirent_h=yes
2320ac_cv_header_dlfcn_h=yes
2321ac_cv_header_fcntl_h=yes
2322ac_cv_header_float_h=yes
2323ac_cv_header_floatingpoint_h=no
2324ac_cv_header_ieeefp_h=no
2325ac_cv_header_inttypes_h=yes
2326ac_cv_header_limits_h=yes
2327ac_cv_header_memory_h=yes
2328ac_cv_header_netinet_in_h=yes
2329ac_cv_header_pwd_h=yes
2330ac_cv_header_sched_h=yes
2331ac_cv_header_select_h=no
2332ac_cv_header_stdc=yes
2333ac_cv_header_stddef_h=yes
2334ac_cv_header_stdint_h=yes
2335ac_cv_header_stdlib_h=yes
2336ac_cv_header_string_h=yes
2337ac_cv_header_strings_h=yes
2338ac_cv_header_synch_h=no
2339ac_cv_header_sys_ioctl_h=yes
2340ac_cv_header_sys_mman_h=yes
2341ac_cv_header_sys_socket_h=yes
2342ac_cv_header_sys_stat_h=yes
2343ac_cv_header_sys_timeb_h=yes
2344ac_cv_header_sys_types_h=yes
2345ac_cv_header_sys_un_h=yes
2346ac_cv_header_sys_utime_h=no
2347ac_cv_header_sys_vadvise_h=yes
2348ac_cv_header_sys_wait_h=yes
2349ac_cv_header_term_h=yes
2350ac_cv_header_termio_h=no
2351ac_cv_header_termios_h=yes
2352ac_cv_header_time=yes
2353ac_cv_header_unistd_h=yes
2354ac_cv_header_utime_h=yes
2355ac_cv_host=powerpc-apple-darwin6.6
2356ac_cv_host_alias=powerpc-apple-darwin6.6
2357ac_cv_lib_crypt_crypt=no
2358ac_cv_lib_dl_dlopen=yes
2359ac_cv_lib_gen_p2open=no
2360ac_cv_lib_m_floor=yes
2361ac_cv_lib_nsl_gethostbyname_r=no
2362ac_cv_lib_nsl_r_gethostbyname_r=no
2363ac_cv_lib_pthread_strtok_r=yes
2364ac_cv_member_struct_stat_st_rdev=no
2365ac_cv_objext=o
2366ac_cv_path_CHMOD=/bin/chmod
2367ac_cv_path_CMP=/usr/bin/cmp
2368ac_cv_path_CP=/bin/cp
2369ac_cv_path_HOSTNAME=/bin/hostname
2370ac_cv_path_KILL=/bin/kill
2371ac_cv_path_LN=/bin/ln
2372ac_cv_path_LN_CP_F=/bin/ln
2373ac_cv_path_MV=/bin/mv
2374ac_cv_path_PERL=/opt/local/bin/perl
2375ac_cv_path_PS=/bin/ps
2376ac_cv_path_RM=/bin/rm
2377ac_cv_path_SED=/usr/bin/sed
2378ac_cv_path_install='/usr/bin/install -c'
2379ac_cv_path_uname_prog=/usr/bin/uname
2380ac_cv_prog_AWK=awk
2381ac_cv_prog_CPP='gcc -E'
2382ac_cv_prog_TAR=gnutar
2383ac_cv_prog_YACC='bison -y'
2384ac_cv_prog_ac_ct_CC=gcc
2385ac_cv_prog_ac_ct_CXX=g++
2386ac_cv_prog_ac_ct_RANLIB=ranlib
2387ac_cv_prog_ac_ct_STRIP=strip
2388ac_cv_prog_cc_g=yes
2389ac_cv_prog_cc_stdc=
2390ac_cv_prog_cxx_g=yes
2391ac_cv_prog_make_make_set=yes
2392ac_cv_search_opendir='none required'
2393ac_cv_sizeof_char=0
2394ac_cv_struct_tm=time.h
2395ac_cv_sys_file_offset_bits=no
2396ac_cv_sys_large_files=no
2397ac_cv_sys_largefile_CFLAGS=no
2398ac_cv_sys_largefile_LDFLAGS=no
2399ac_cv_sys_largefile_LIBS=no
2400ac_cv_sys_largefile_source=no
2401ac_cv_sys_restartable_syscalls=yes
2402ac_cv_target=powerpc-apple-darwin6.6
2403ac_cv_target_alias=powerpc-apple-darwin6.6
2404ac_cv_type_char=no
2405ac_cv_type_off_t=no
2406ac_cv_type_size_t=yes
2407am_cv_CC_dependencies_compiler_type=gcc3
2408am_cv_CXX_dependencies_compiler_type=gcc3
2409am_cv_prog_cc_stdc=
2410lt_cv_compiler_c_o=yes
2411lt_cv_compiler_o_lo=yes
2412lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
2413lt_cv_file_magic_cmd='/usr/bin/file -L'
2414lt_cv_file_magic_test_file=/usr/lib/libSystem.dylib
2415lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
2416lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
2417lt_cv_ld_reload_flag=-r
2418lt_cv_path_LD=/usr/bin/ld
2419lt_cv_path_NM='/usr/bin/nm -p'
2420lt_cv_prog_cc_can_build_shared=yes
2421lt_cv_prog_cc_no_builtin=
2422lt_cv_prog_cc_pic=' -fno-common'
2423lt_cv_prog_cc_pic_works=yes
2424lt_cv_prog_cc_shlib=
2425lt_cv_prog_cc_static=
2426lt_cv_prog_cc_static_works=no
2427lt_cv_prog_cc_wl=-Wl,
2428lt_cv_prog_gnu_ld=no
2429lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
2430lt_cv_sys_path_separator=:
2431mysql_cv_compress=yes
2432mysql_cv_sys_os=Darwin
2433
2434## ----------- ##
2435## confdefs.h. ##
2436## ----------- ##
2437
2438#define PACKAGE_NAME ""
2439#define PACKAGE_TARNAME ""
2440#define PACKAGE_VERSION ""
2441#define PACKAGE_STRING ""
2442#define PACKAGE_BUGREPORT ""
2443#define PACKAGE "mysql"
2444#define VERSION "4.0.13"
2445#define PROTOCOL_VERSION 10
2446#define DOT_FRM_VERSION 6
2447#define SYSTEM_TYPE "apple-darwin6.6"
2448#define MACHINE_TYPE "powerpc"
2449#ifdef __cplusplus
2450extern "C" void std::exit (int) throw (); using std::exit;
2451#endif
2452#define STDC_HEADERS 1
2453#define HAVE_SYS_TYPES_H 1
2454#define HAVE_SYS_STAT_H 1
2455#define HAVE_STDLIB_H 1
2456#define HAVE_STRING_H 1
2457#define HAVE_MEMORY_H 1
2458#define HAVE_STRINGS_H 1
2459#define HAVE_INTTYPES_H 1
2460#define HAVE_STDINT_H 1
2461#define HAVE_UNISTD_H 1
2462#define HAVE_DLFCN_H 1
2463#define SPRINTF_RETURNS_INT 1
2464#define HAVE_DIRENT_H 1
2465#define STDC_HEADERS 1
2466#define HAVE_SYS_WAIT_H 1
2467#define HAVE_FCNTL_H 1
2468#define HAVE_FLOAT_H 1
2469#define HAVE_LIMITS_H 1
2470#define HAVE_MEMORY_H 1
2471#define HAVE_PWD_H 1
2472#define HAVE_STDLIB_H 1
2473#define HAVE_STDDEF_H 1
2474#define HAVE_STRINGS_H 1
2475#define HAVE_STRING_H 1
2476#define HAVE_SYS_MMAN_H 1
2477#define HAVE_SYS_SOCKET_H 1
2478#define HAVE_NETINET_IN_H 1
2479#define HAVE_ARPA_INET_H 1
2480#define HAVE_SYS_TIMEB_H 1
2481#define HAVE_SYS_TYPES_H 1
2482#define HAVE_SYS_UN_H 1
2483#define HAVE_SYS_VADVISE_H 1
2484#define HAVE_SYS_WAIT_H 1
2485#define HAVE_TERM_H 1
2486#define HAVE_UNISTD_H 1
2487#define HAVE_UTIME_H 1
2488#define HAVE_TERMIOS_H 1
2489#define HAVE_SCHED_H 1
2490#define HAVE_SYS_IOCTL_H 1
2491#define HAVE_LIBM 1
2492#define HAVE_CRYPT 1
2493#define HAVE_COMPRESS 1
2494#define HAVE_LIBPTHREAD 1
2495#define HAVE_STRTOK_R 1
2496#define HAVE_LIBDL 1
2497#define HAVE_UNISTD_H 1
2498#define HAVE_RESTARTABLE_SYSCALLS 1
2499#define off_t long
2500#define TIME_WITH_SYS_TIME 1
2501#define SIZEOF_CHAR 0
2502
2503configure: exit 1