Ticket #1621: config.log

File config.log, 216.4 KB (added by matt@…, 20 years ago)

The config.log

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.57.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-compface --disable-gdk-pixbuf
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = rottweiler.mine.nu
14uname -m = Power Macintosh
15uname -r = 7.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 7.2.0:
27Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC
28
29
30Kernel configured for a single processor only.
311 processor is physically available.
32Processor type: ppc7450 (PowerPC 7450)
33Processor active: 0
34Primary memory available: 512.00 megabytes.
35Default processor set: 62 tasks, 198 threads, 1 processors
36Load average: 2.16, Mach factor: 0.21
37unknown
38/bin/machine           = unknown
39/usr/bin/oslevel       = unknown
40/bin/universe          = unknown
41
42PATH: /opt/local/bin
43PATH: /opt/local/sbin
44PATH: /bin
45PATH: /sbin
46PATH: /usr/bin
47PATH: /usr/sbin
48PATH: /usr/X11R6/bin
49
50
51## ----------- ##
52## Core tests. ##
53## ----------- ##
54
55configure:1508: checking build system type
56configure:1526: result: powerpc-apple-darwin7.2.0
57configure:1534: checking host system type
58configure:1548: result: powerpc-apple-darwin7.2.0
59configure:1556: checking target system type
60configure:1570: result: powerpc-apple-darwin7.2.0
61configure:1597: checking for a BSD-compatible install
62configure:1651: result: /usr/bin/install -c
63configure:1662: checking whether build environment is sane
64configure:1705: result: yes
65configure:1720: checking whether make sets $(MAKE)
66configure:1740: result: yes
67configure:1763: checking for working aclocal
68configure:1770: result: found
69configure:1778: checking for working autoconf
70configure:1785: result: found
71configure:1793: checking for working automake
72configure:1800: result: found
73configure:1808: checking for working autoheader
74configure:1815: result: found
75configure:1823: checking for working makeinfo
76configure:1830: result: found
77configure:1857: checking whether to enable maintainer-specific portions of Makefiles
78configure:1866: result: no
79configure:1927: checking for gcc
80configure:1943: found /usr/bin/gcc
81configure:1953: result: gcc
82configure:2197: checking for C compiler version
83configure:2200: gcc --version </dev/null >&5
84gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
85Copyright (C) 2002 Free Software Foundation, Inc.
86This is free software; see the source for copying conditions.  There is NO
87warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
88
89configure:2203: $? = 0
90configure:2205: gcc -v </dev/null >&5
91Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
92Thread model: posix
93gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
94configure:2208: $? = 0
95configure:2210: gcc -V </dev/null >&5
96gcc: `-V' option must have argument
97configure:2213: $? = 1
98configure:2237: checking for C compiler default output
99configure:2240: gcc -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -L/opt/local/lib >&5
100configure:2243: $? = 0
101configure:2289: result: a.out
102configure:2294: checking whether the C compiler works
103configure:2300: ./a.out
104configure:2303: $? = 0
105configure:2320: result: yes
106configure:2327: checking whether we are cross compiling
107configure:2329: result: no
108configure:2332: checking for suffix of executables
109configure:2334: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -L/opt/local/lib >&5
110configure:2337: $? = 0
111configure:2362: result:
112configure:2368: checking for suffix of object files
113configure:2390: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
114configure:2393: $? = 0
115configure:2415: result: o
116configure:2419: checking whether we are using the GNU C compiler
117configure:2444: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
118configure:2447: $? = 0
119configure:2450: test -s conftest.o
120configure:2453: $? = 0
121configure:2466: result: yes
122configure:2472: checking whether gcc accepts -g
123configure:2494: gcc -c -g -I/opt/local/include conftest.c >&5
124configure:2497: $? = 0
125configure:2500: test -s conftest.o
126configure:2503: $? = 0
127configure:2514: result: yes
128configure:2531: checking for gcc option to accept ANSI C
129configure:2592: gcc  -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
130configure:2595: $? = 0
131configure:2598: test -s conftest.o
132configure:2601: $? = 0
133configure:2619: result: none needed
134configure:2637: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
135conftest.c:2: error: parse error before "me"
136configure:2640: $? = 1
137configure: failed program was:
138| #ifndef __cplusplus
139|   choke me
140| #endif
141configure:2751: checking for strerror in -lcposix
142configure:2782: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -lcposix  -L/opt/local/lib >&5
143ld: can't locate file for: -lcposix
144configure:2785: $? = 1
145configure: failed program was:
146| #line 2758 "configure"
147| /* confdefs.h.  */
148|
149| #define PACKAGE_NAME ""
150| #define PACKAGE_TARNAME ""
151| #define PACKAGE_VERSION ""
152| #define PACKAGE_STRING ""
153| #define PACKAGE_BUGREPORT ""
154| /* end confdefs.h.  */
155|
156| /* Override any gcc2 internal prototype to avoid an error.  */
157| #ifdef __cplusplus
158| extern "C"
159| #endif
160| /* We use char because int might match the return type of a gcc2
161|    builtin and then its argument prototype would still apply.  */
162| char strerror ();
163| int
164| main ()
165| {
166| strerror ();
167|   ;
168|   return 0;
169| }
170configure:2803: result: no
171configure:2814: checking for gcc option to accept ANSI C
172configure:2877: gcc  -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
173configure:2880: $? = 0
174configure:2883: test -s conftest.o
175configure:2886: $? = 0
176configure:2901: result: none needed
177configure:2924: checking for a BSD-compatible install
178configure:2978: result: /usr/bin/install -c
179configure:2989: checking whether ln -s works
180configure:2993: result: yes
181configure:3000: checking whether make sets $(MAKE)
182configure:3020: result: yes
183configure:3034: checking how to run the C preprocessor
184configure:3070: gcc -E -I/opt/local/include conftest.c
185configure:3076: $? = 0
186configure:3108: gcc -E -I/opt/local/include conftest.c
187configure:3107:28: ac_nonexistent.h: No such file or directory
188configure:3114: $? = 1
189configure: failed program was:
190| #line 3099 "configure"
191| /* confdefs.h.  */
192|
193| #define PACKAGE_NAME ""
194| #define PACKAGE_TARNAME ""
195| #define PACKAGE_VERSION ""
196| #define PACKAGE_STRING ""
197| #define PACKAGE_BUGREPORT ""
198| /* end confdefs.h.  */
199| #include <ac_nonexistent.h>
200configure:3152: result: gcc -E
201configure:3177: gcc -E -I/opt/local/include conftest.c
202configure:3183: $? = 0
203configure:3215: gcc -E -I/opt/local/include conftest.c
204configure:3214:28: ac_nonexistent.h: No such file or directory
205configure:3221: $? = 1
206configure: failed program was:
207| #line 3206 "configure"
208| /* confdefs.h.  */
209|
210| #define PACKAGE_NAME ""
211| #define PACKAGE_TARNAME ""
212| #define PACKAGE_VERSION ""
213| #define PACKAGE_STRING ""
214| #define PACKAGE_BUGREPORT ""
215| /* end confdefs.h.  */
216| #include <ac_nonexistent.h>
217configure:3268: checking for flex
218configure:3284: found /usr/bin/flex
219configure:3294: result: flex
220configure:3309: checking for flex
221configure:3335: result: flex
222configure:3348: checking for yywrap in -lfl
223configure:3379: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -lfl  -L/opt/local/lib >&5
224configure:3382: $? = 0
225configure:3385: test -s conftest
226configure:3388: $? = 0
227configure:3400: result: yes
228configure:3468: checking lex output file root
229configure:3479: flex conftest.l
230configure:3482: $? = 0
231configure:3494: result: lex.yy
232configure:3499: checking whether yytext is a pointer
233configure:3515: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -L/opt/local/lib -lfl >&5
234configure:3518: $? = 0
235configure:3521: test -s conftest
236configure:3524: $? = 0
237configure:3537: result: yes
238configure:3553: checking for bison
239configure:3569: found /usr/bin/bison
240configure:3579: result: bison -y
241configure:3678: checking for ld used by GCC
242configure:3741: result: /usr/bin/ld
243configure:3750: checking if the linker (/usr/bin/ld) is GNU ld
244configure:3762: result: no
245configure:3767: checking for /usr/bin/ld option to reload object files
246configure:3774: result: -r
247configure:3779: checking for BSD-compatible nm
248configure:3815: result: /usr/bin/nm -p
249configure:3818: checking for a sed that does not truncate output
250configure:3900: result: /usr/bin/sed
251configure:3903: checking how to recognise dependent libraries
252configure:4084: result: file_magic Mach-O dynamically linked shared library
253configure:4096: checking command to parse /usr/bin/nm -p output
254configure:4180: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
255configure:4183: $? = 0
256configure:4187: /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
257configure:4190: $? = 0
258cannot find nm_test_var in conftest.nm
259configure:4180: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
260configure:4183: $? = 0
261configure:4187: /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
262configure:4190: $? = 0
263configure:4242: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c conftstm.o >&5
264configure:4245: $? = 0
265configure:4289: result: ok
266configure:4294: checking for egrep
267configure:4304: result: grep -E
268configure:4309: checking for ANSI C header files
269configure:4335: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
270configure:4338: $? = 0
271configure:4341: test -s conftest.o
272configure:4344: $? = 0
273configure:4433: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  conftest.c -L/opt/local/lib >&5
274configure:4436: $? = 0
275configure:4438: ./conftest
276configure:4441: $? = 0
277configure:4456: result: yes
278configure:4480: checking for sys/types.h
279configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
280configure:4500: $? = 0
281configure:4503: test -s conftest.o
282configure:4506: $? = 0
283configure:4517: result: yes
284configure:4480: checking for sys/stat.h
285configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
286configure:4500: $? = 0
287configure:4503: test -s conftest.o
288configure:4506: $? = 0
289configure:4517: result: yes
290configure:4480: checking for stdlib.h
291configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
292configure:4500: $? = 0
293configure:4503: test -s conftest.o
294configure:4506: $? = 0
295configure:4517: result: yes
296configure:4480: checking for string.h
297configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
298configure:4500: $? = 0
299configure:4503: test -s conftest.o
300configure:4506: $? = 0
301configure:4517: result: yes
302configure:4480: checking for memory.h
303configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
304configure:4500: $? = 0
305configure:4503: test -s conftest.o
306configure:4506: $? = 0
307configure:4517: result: yes
308configure:4480: checking for strings.h
309configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
310configure:4500: $? = 0
311configure:4503: test -s conftest.o
312configure:4506: $? = 0
313configure:4517: result: yes
314configure:4480: checking for inttypes.h
315configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
316configure:4500: $? = 0
317configure:4503: test -s conftest.o
318configure:4506: $? = 0
319configure:4517: result: yes
320configure:4480: checking for stdint.h
321configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
322configure:4500: $? = 0
323configure:4503: test -s conftest.o
324configure:4506: $? = 0
325configure:4517: result: yes
326configure:4480: checking for unistd.h
327configure:4497: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
328configure:4500: $? = 0
329configure:4503: test -s conftest.o
330configure:4506: $? = 0
331configure:4517: result: yes
332configure:4543: checking dlfcn.h usability
333configure:4556: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
334configure:4559: $? = 0
335configure:4562: test -s conftest.o
336configure:4565: $? = 0
337configure:4575: result: yes
338configure:4579: checking dlfcn.h presence
339configure:4590: gcc -E -I/opt/local/include conftest.c
340configure:4596: $? = 0
341configure:4615: result: yes
342configure:4651: checking for dlfcn.h
343configure:4658: result: yes
344configure:4856: checking for ranlib
345configure:4872: found /usr/bin/ranlib
346configure:4883: result: ranlib
347configure:4936: checking for strip
348configure:4952: found /usr/bin/strip
349configure:4963: result: strip
350configure:5173: checking for objdir
351configure:5184: result: .libs
352configure:5201: checking for gcc option to produce PIC
353configure:5347: result: -fno-common
354configure:5351: checking if gcc PIC flag -fno-common works
355configure:5375: gcc -c -O3 -fstrict-aliasing -funroll-loops -fno-common -DPIC -I/opt/local/include conftest.c >&5
356configure:5378: $? = 0
357configure:5381: test -s conftest.o
358configure:5384: $? = 0
359configure:5422: result: yes
360configure:5438: checking if gcc static flag -static works
361configure:5463: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include  -static conftest.c -L/opt/local/lib >&5
362ld: can't locate file for: -lcrt0.o
363configure:5466: $? = 1
364configure: failed program was:
365| #line 5446 "configure"
366| /* confdefs.h.  */
367|
368| #define PACKAGE_NAME ""
369| #define PACKAGE_TARNAME ""
370| #define PACKAGE_VERSION ""
371| #define PACKAGE_STRING ""
372| #define PACKAGE_BUGREPORT ""
373| #define YYTEXT_POINTER 1
374| #define STDC_HEADERS 1
375| #define HAVE_SYS_TYPES_H 1
376| #define HAVE_SYS_STAT_H 1
377| #define HAVE_STDLIB_H 1
378| #define HAVE_STRING_H 1
379| #define HAVE_MEMORY_H 1
380| #define HAVE_STRINGS_H 1
381| #define HAVE_INTTYPES_H 1
382| #define HAVE_STDINT_H 1
383| #define HAVE_UNISTD_H 1
384| #define HAVE_DLFCN_H 1
385| /* end confdefs.h.  */
386|
387| int
388| main ()
389| {
390|
391|   ;
392|   return 0;
393| }
394configure:5488: result: no
395configure:5500: checking if gcc supports -c -o file.o
396configure:5523: gcc -c -O3 -fstrict-aliasing -funroll-loops -o out/conftest2.o -I/opt/local/include conftest.c >&5
397configure:5544: result: yes
398configure:5549: checking if gcc supports -c -o file.lo
399configure:5577: gcc -c -O3 -fstrict-aliasing -funroll-loops -c -o conftest.lo -I/opt/local/include conftest.c >&5
400configure:5580: $? = 0
401configure:5583: test -s conftest.lo
402configure:5586: $? = 0
403configure:5608: result: yes
404configure:5639: checking if gcc supports -fno-rtti -fno-exceptions
405configure:5662: gcc -c -O3 -fstrict-aliasing -funroll-loops -fno-rtti -fno-exceptions -c conftest.c -I/opt/local/include conftest.c >&5
406cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
407cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
408configure:5665: $? = 0
409configure:5668: test -s conftest.o
410configure:5671: $? = 0
411configure:5688: result: yes
412configure:5699: checking whether the linker (/usr/bin/ld) supports shared libraries
413configure:6394: result: yes
414configure:6399: checking how to hardcode library paths into programs
415configure:6423: result: unsupported
416configure:6428: checking whether stripping libraries is possible
417configure:6436: result: no
418configure:6444: checking dynamic linker characteristics
419configure:6864: result: darwin7.2.0 dyld
420configure:6869: checking if libtool supports shared libraries
421configure:6871: result: yes
422configure:6874: checking whether to build shared libraries
423configure:6895: result: yes
424configure:6898: checking whether to build static libraries
425configure:6902: result: yes
426configure:7576: checking whether -lc should be explicitly linked in
427configure:7584: gcc -c -O3 -fstrict-aliasing -funroll-loops -I/opt/local/include conftest.c >&5
428configure:7587: $? = 0
429configure:7601: gcc -r -keep_private_externs -nostdlib -o conftest-master.o conftest.o && gcc -dynamiclib  -o conftest conftest-master.o -v -install_name /conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
430configure:7604: $? = 1
431configure:7617: result: yes
432configure:8219: checking for msgfmt
433configure:8247: result: /opt/local/bin/msgfmt
434configure:8256: checking for gmsgfmt
435configure:8287: result: /opt/local/bin/msgfmt
436configure:8297: checking for xgettext
437configure:8328: result: no
438configure:8336: checking for msgmerge
439configure:8366: result: no
440configure:8439: checking for ranlib
441configure:8466: result: ranlib
442configure:8478: checking for an ANSI C-conforming const
443configure:8546: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
444configure:8549: $? = 0
445configure:8552: test -s conftest.o
446configure:8555: $? = 0
447configure:8566: result: yes
448configure:8576: checking for inline
449configure:8598: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
450configure:8601: $? = 0
451configure:8604: test -s conftest.o
452configure:8607: $? = 0
453configure:8619: result: inline
454configure:8634: checking for off_t
455configure:8659: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
456In file included from configure:8684:
457/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
458/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
459/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
460/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
461/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
462/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
463/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
464/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
465/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
466/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
467/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
468/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
469/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
470/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
471/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
472/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
473/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
474/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
475/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
476/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
477/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
478/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
479/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
480/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
481/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
482/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
483/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
484/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
485/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
486/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
487/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
488/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
489/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
490/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
491/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
492/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
493/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
494/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
495/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
496/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
497/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
498/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
499/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
500/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
501/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
502/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
503/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
504/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
505/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
506/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
507/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
508/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
509/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
510/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
511/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
512/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
513/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
514/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
515/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
516/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
517/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
518/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
519/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
520/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
521/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
522/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
523/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
524/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
525/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
526/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
527/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
528/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
529/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
530/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
531/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
532/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
533/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
534/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
535/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
536/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
537/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
538/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
539/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
540/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
541/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
542/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
543/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
544/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
545/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
546/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
547/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
548/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
549/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
550/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
551/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
552/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
553/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
554/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
555/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
556/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
557/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
558/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
559/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
560/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
561/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
562/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
563/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
564/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
565/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
566/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
567/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
568/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
569/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
570/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
571/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
572/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
573/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
574/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
575/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
576/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
577/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
578/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
579/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
580/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
581/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
582/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
583/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
584/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
585/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
586/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
587/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
588/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
589/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
590/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
591/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
592/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
593/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
594/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
595/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
596/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
597/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
598/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
599/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
600/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
601/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
602/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
603/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
604/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
605/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
606/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
607/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
608/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
609/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
610/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
611/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
612/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
613/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
614/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
615/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
616/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
617/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
618/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
619/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
620/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
621/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
622/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
623/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
624/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
625/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
626/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
627/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
628/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
629/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
630/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
631/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
632/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
633/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
634/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
635/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
636/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
637/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
638/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
639/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
640/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
641/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
642/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
643/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
644/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
645configure:8662: $? = 1
646configure: failed program was:
647| #line 8639 "configure"
648| /* confdefs.h.  */
649|
650| #define PACKAGE_NAME ""
651| #define PACKAGE_TARNAME ""
652| #define PACKAGE_VERSION ""
653| #define PACKAGE_STRING ""
654| #define PACKAGE_BUGREPORT ""
655| #define YYTEXT_POINTER 1
656| #define STDC_HEADERS 1
657| #define HAVE_SYS_TYPES_H 1
658| #define HAVE_SYS_STAT_H 1
659| #define HAVE_STDLIB_H 1
660| #define HAVE_STRING_H 1
661| #define HAVE_MEMORY_H 1
662| #define HAVE_STRINGS_H 1
663| #define HAVE_INTTYPES_H 1
664| #define HAVE_STDINT_H 1
665| #define HAVE_UNISTD_H 1
666| #define HAVE_DLFCN_H 1
667| /* end confdefs.h.  */
668| #include <stdio.h>
669| #if HAVE_SYS_TYPES_H
670| # include <sys/types.h>
671| #endif
672| #if HAVE_SYS_STAT_H
673| # include <sys/stat.h>
674| #endif
675| #if STDC_HEADERS
676| # include <stdlib.h>
677| # include <stddef.h>
678| #else
679| # if HAVE_STDLIB_H
680| #  include <stdlib.h>
681| # endif
682| #endif
683| #if HAVE_STRING_H
684| # if !STDC_HEADERS && HAVE_MEMORY_H
685| #  include <memory.h>
686| # endif
687| # include <string.h>
688| #endif
689| #if HAVE_STRINGS_H
690| # include <strings.h>
691| #endif
692| #if HAVE_INTTYPES_H
693| # include <inttypes.h>
694| #else
695| # if HAVE_STDINT_H
696| #  include <stdint.h>
697| # endif
698| #endif
699| #if HAVE_UNISTD_H
700| # include <unistd.h>
701| #endif
702| int
703| main ()
704| {
705| if ((off_t *) 0)
706|   return 0;
707| if (sizeof (off_t))
708|   return 0;
709|   ;
710|   return 0;
711| }
712configure:8679: result: no
713configure:8691: checking for size_t
714configure:8716: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
715In file included from configure:8742:
716/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
717/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
718/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
719/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
720/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
721/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
722/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
723/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
724/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
725/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
726/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
727/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
728/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
729/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
730/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
731/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
732/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
733/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
734/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
735/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
736/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
737/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
738/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
739/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
740/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
741/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
742/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
743/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
744/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
745/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
746/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
747/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
748/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
749/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
750/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
751/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
752/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
753/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
754/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
755/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
756/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
757/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
758/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
759/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
760/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
761/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
762/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
763/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
764/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
765/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
766/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
767/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
768/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
769/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
770/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
771/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
772/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
773/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
774/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
775/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
776/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
777/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
778/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
779/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
780/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
781/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
782/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
783/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
784/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
785/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
786/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
787/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
788/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
789/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
790/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
791/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
792/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
793/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
794/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
795/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
796/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
797/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
798/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
799/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
800/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
801/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
802/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
803/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
804/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
805/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
806/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
807/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
808/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
809/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
810/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
811/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
812/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
813/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
814/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
815/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
816/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
817/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
818/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
819/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
820/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
821/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
822/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
823/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
824/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
825/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
826/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
827/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
828/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
829/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
830/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
831/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
832/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
833/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
834/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
835/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
836/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
837/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
838/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
839/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
840/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
841/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
842/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
843/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
844/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
845/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
846/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
847/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
848/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
849/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
850/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
851/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
852/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
853/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
854/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
855/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
856/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
857/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
858/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
859/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
860/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
861/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
862/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
863/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
864/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
865/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
866/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
867/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
868/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
869/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
870/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
871/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
872/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
873/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
874/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
875/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
876/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
877/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
878/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
879/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
880/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
881/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
882/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
883/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
884/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
885/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
886/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
887/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
888/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
889/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
890/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
891/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
892/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
893/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
894/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
895/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
896/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
897/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
898/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
899/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
900/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
901/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
902/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
903/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
904configure:8719: $? = 1
905configure: failed program was:
906| #line 8696 "configure"
907| /* confdefs.h.  */
908|
909| #define PACKAGE_NAME ""
910| #define PACKAGE_TARNAME ""
911| #define PACKAGE_VERSION ""
912| #define PACKAGE_STRING ""
913| #define PACKAGE_BUGREPORT ""
914| #define YYTEXT_POINTER 1
915| #define STDC_HEADERS 1
916| #define HAVE_SYS_TYPES_H 1
917| #define HAVE_SYS_STAT_H 1
918| #define HAVE_STDLIB_H 1
919| #define HAVE_STRING_H 1
920| #define HAVE_MEMORY_H 1
921| #define HAVE_STRINGS_H 1
922| #define HAVE_INTTYPES_H 1
923| #define HAVE_STDINT_H 1
924| #define HAVE_UNISTD_H 1
925| #define HAVE_DLFCN_H 1
926| #define off_t long
927| /* end confdefs.h.  */
928| #include <stdio.h>
929| #if HAVE_SYS_TYPES_H
930| # include <sys/types.h>
931| #endif
932| #if HAVE_SYS_STAT_H
933| # include <sys/stat.h>
934| #endif
935| #if STDC_HEADERS
936| # include <stdlib.h>
937| # include <stddef.h>
938| #else
939| # if HAVE_STDLIB_H
940| #  include <stdlib.h>
941| # endif
942| #endif
943| #if HAVE_STRING_H
944| # if !STDC_HEADERS && HAVE_MEMORY_H
945| #  include <memory.h>
946| # endif
947| # include <string.h>
948| #endif
949| #if HAVE_STRINGS_H
950| # include <strings.h>
951| #endif
952| #if HAVE_INTTYPES_H
953| # include <inttypes.h>
954| #else
955| # if HAVE_STDINT_H
956| #  include <stdint.h>
957| # endif
958| #endif
959| #if HAVE_UNISTD_H
960| # include <unistd.h>
961| #endif
962| int
963| main ()
964| {
965| if ((size_t *) 0)
966|   return 0;
967| if (sizeof (size_t))
968|   return 0;
969|   ;
970|   return 0;
971| }
972configure:8736: result: no
973configure:8750: checking for working alloca.h
974configure:8772: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
975configure:8775: $? = 0
976configure:8778: test -s conftest
977configure:8781: $? = 0
978configure:8792: result: yes
979configure:8802: checking for alloca
980configure:8844: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
981configure:8847: $? = 0
982configure:8850: test -s conftest
983configure:8853: $? = 0
984configure:8864: result: yes
985configure:9077: checking for stdlib.h
986configure:9082: result: yes
987configure:9077: checking for unistd.h
988configure:9082: result: yes
989configure:9218: checking for getpagesize
990configure:9268: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
991configure:9271: $? = 0
992configure:9274: test -s conftest
993configure:9277: $? = 0
994configure:9288: result: yes
995configure:9298: checking for working mmap
996configure:9441: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
997In file included from configure:9358:
998/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
999/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
1000/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
1001/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
1002/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
1003/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
1004/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
1005/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
1006/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
1007/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
1008/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
1009/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
1010/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
1011/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
1012/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
1013/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
1014/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
1015/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
1016/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
1017/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
1018/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
1019/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
1020/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
1021/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
1022/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
1023/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
1024/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
1025/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
1026/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
1027/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
1028/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
1029/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
1030/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
1031/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
1032/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
1033/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
1034/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
1035/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
1036/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
1037/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
1038/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
1039/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
1040/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
1041/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
1042/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
1043/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
1044/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
1045/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
1046/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
1047/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
1048/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
1049/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
1050/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
1051/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
1052/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
1053/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
1054/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
1055/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
1056/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
1057/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
1058/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
1059/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
1060/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
1061/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
1062/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
1063/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
1064/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
1065/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
1066/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
1067/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
1068/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
1069/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
1070/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
1071/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
1072/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
1073/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
1074/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
1075/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
1076/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
1077/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
1078/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
1079/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
1080/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
1081/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
1082/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
1083/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
1084/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
1085/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
1086/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
1087/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
1088/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
1089/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
1090/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
1091/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
1092/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
1093/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
1094/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
1095/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
1096/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
1097/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
1098/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
1099/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
1100/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
1101/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
1102/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
1103/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
1104/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
1105/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
1106/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
1107/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
1108/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
1109/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
1110/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
1111/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
1112/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
1113/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
1114/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
1115/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
1116/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
1117/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
1118/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
1119/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
1120/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
1121/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
1122/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
1123/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
1124/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
1125/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
1126/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
1127/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
1128/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
1129/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
1130/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
1131/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
1132/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
1133/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
1134/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
1135/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
1136/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
1137/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
1138/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
1139/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
1140/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
1141/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
1142/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
1143/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
1144/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
1145/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
1146/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
1147/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
1148/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
1149/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
1150/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
1151/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
1152/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
1153/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
1154/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
1155/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
1156/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
1157/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
1158/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
1159/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
1160/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
1161/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
1162/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
1163/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
1164/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
1165/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
1166/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
1167/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
1168/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
1169/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
1170/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
1171/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
1172/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
1173/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
1174/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
1175/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
1176/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
1177/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
1178/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
1179/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
1180/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
1181/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
1182/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
1183/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
1184/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
1185/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
1186configure:9444: $? = 1
1187configure: program exited with status 1
1188configure: failed program was:
1189| #line 9306 "configure"
1190| /* confdefs.h.  */
1191|
1192| #define PACKAGE_NAME ""
1193| #define PACKAGE_TARNAME ""
1194| #define PACKAGE_VERSION ""
1195| #define PACKAGE_STRING ""
1196| #define PACKAGE_BUGREPORT ""
1197| #define YYTEXT_POINTER 1
1198| #define STDC_HEADERS 1
1199| #define HAVE_SYS_TYPES_H 1
1200| #define HAVE_SYS_STAT_H 1
1201| #define HAVE_STDLIB_H 1
1202| #define HAVE_STRING_H 1
1203| #define HAVE_MEMORY_H 1
1204| #define HAVE_STRINGS_H 1
1205| #define HAVE_INTTYPES_H 1
1206| #define HAVE_STDINT_H 1
1207| #define HAVE_UNISTD_H 1
1208| #define HAVE_DLFCN_H 1
1209| #define off_t long
1210| #define size_t unsigned
1211| #define HAVE_ALLOCA_H 1
1212| #define HAVE_ALLOCA 1
1213| #define HAVE_STDLIB_H 1
1214| #define HAVE_UNISTD_H 1
1215| #define HAVE_GETPAGESIZE 1
1216| /* end confdefs.h.  */
1217| #include <stdio.h>
1218| #if HAVE_SYS_TYPES_H
1219| # include <sys/types.h>
1220| #endif
1221| #if HAVE_SYS_STAT_H
1222| # include <sys/stat.h>
1223| #endif
1224| #if STDC_HEADERS
1225| # include <stdlib.h>
1226| # include <stddef.h>
1227| #else
1228| # if HAVE_STDLIB_H
1229| #  include <stdlib.h>
1230| # endif
1231| #endif
1232| #if HAVE_STRING_H
1233| # if !STDC_HEADERS && HAVE_MEMORY_H
1234| #  include <memory.h>
1235| # endif
1236| # include <string.h>
1237| #endif
1238| #if HAVE_STRINGS_H
1239| # include <strings.h>
1240| #endif
1241| #if HAVE_INTTYPES_H
1242| # include <inttypes.h>
1243| #else
1244| # if HAVE_STDINT_H
1245| #  include <stdint.h>
1246| # endif
1247| #endif
1248| #if HAVE_UNISTD_H
1249| # include <unistd.h>
1250| #endif
1251| /* malloc might have been renamed as rpl_malloc. */
1252| #undef malloc
1253|
1254| /* Thanks to Mike Haertel and Jim Avera for this test.
1255|    Here is a matrix of mmap possibilities:
1256|       mmap private not fixed
1257|       mmap private fixed at somewhere currently unmapped
1258|       mmap private fixed at somewhere already mapped
1259|       mmap shared not fixed
1260|       mmap shared fixed at somewhere currently unmapped
1261|       mmap shared fixed at somewhere already mapped
1262|    For private mappings, we should verify that changes cannot be read()
1263|    back from the file, nor mmap's back from the file at a different
1264|    address.  (There have been systems where private was not correctly
1265|    implemented like the infamous i386 svr4.0, and systems where the
1266|    VM page cache was not coherent with the file system buffer cache
1267|    like early versions of FreeBSD and possibly contemporary NetBSD.)
1268|    For shared mappings, we should conversely verify that changes get
1269|    propagated back to all the places they're supposed to be.
1270|
1271|    Grep wants private fixed already mapped.
1272|    The main things grep needs to know about mmap are:
1273|    * does it exist and is it safe to write into the mmap'd area
1274|    * how to use it (BSD variants)  */
1275|
1276| #include <fcntl.h>
1277| #include <sys/mman.h>
1278|
1279| #if !STDC_HEADERS && !HAVE_STDLIB_H
1280| char *malloc ();
1281| #endif
1282|
1283| /* This mess was copied from the GNU getpagesize.h.  */
1284| #if !HAVE_GETPAGESIZE
1285| /* Assume that all systems that can run configure have sys/param.h.  */
1286| # if !HAVE_SYS_PARAM_H
1287| #  define HAVE_SYS_PARAM_H 1
1288| # endif
1289|
1290| # ifdef _SC_PAGESIZE
1291| #  define getpagesize() sysconf(_SC_PAGESIZE)
1292| # else /* no _SC_PAGESIZE */
1293| #  if HAVE_SYS_PARAM_H
1294| #   include <sys/param.h>
1295| #   ifdef EXEC_PAGESIZE
1296| #    define getpagesize() EXEC_PAGESIZE
1297| #   else /* no EXEC_PAGESIZE */
1298| #    ifdef NBPG
1299| #     define getpagesize() NBPG * CLSIZE
1300| #     ifndef CLSIZE
1301| #      define CLSIZE 1
1302| #     endif /* no CLSIZE */
1303| #    else /* no NBPG */
1304| #     ifdef NBPC
1305| #      define getpagesize() NBPC
1306| #     else /* no NBPC */
1307| #      ifdef PAGESIZE
1308| #       define getpagesize() PAGESIZE
1309| #      endif /* PAGESIZE */
1310| #     endif /* no NBPC */
1311| #    endif /* no NBPG */
1312| #   endif /* no EXEC_PAGESIZE */
1313| #  else /* no HAVE_SYS_PARAM_H */
1314| #   define getpagesize() 8192 /* punt totally */
1315| #  endif /* no HAVE_SYS_PARAM_H */
1316| # endif /* no _SC_PAGESIZE */
1317|
1318| #endif /* no HAVE_GETPAGESIZE */
1319|
1320| int
1321| main ()
1322| {
1323|   char *data, *data2, *data3;
1324|   int i, pagesize;
1325|   int fd;
1326|
1327|   pagesize = getpagesize ();
1328|
1329|   /* First, make a file with some known garbage in it. */
1330|   data = (char *) malloc (pagesize);
1331|   if (!data)
1332|     exit (1);
1333|   for (i = 0; i < pagesize; ++i)
1334|     *(data + i) = rand ();
1335|   umask (0);
1336|   fd = creat ("conftest.mmap", 0600);
1337|   if (fd < 0)
1338|     exit (1);
1339|   if (write (fd, data, pagesize) != pagesize)
1340|     exit (1);
1341|   close (fd);
1342|
1343|   /* Next, try to mmap the file at a fixed address which already has
1344|      something else allocated at it.  If we can, also make sure that
1345|      we see the same garbage.  */
1346|   fd = open ("conftest.mmap", O_RDWR);
1347|   if (fd < 0)
1348|     exit (1);
1349|   data2 = (char *) malloc (2 * pagesize);
1350|   if (!data2)
1351|     exit (1);
1352|   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
1353|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
1354|                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
1355|     exit (1);
1356|   for (i = 0; i < pagesize; ++i)
1357|     if (*(data + i) != *(data2 + i))
1358|       exit (1);
1359|
1360|   /* Finally, make sure that changes to the mapped area do not
1361|      percolate back to the file as seen by read().  (This is a bug on
1362|      some variants of i386 svr4.0.)  */
1363|   for (i = 0; i < pagesize; ++i)
1364|     *(data2 + i) = *(data2 + i) + 1;
1365|   data3 = (char *) malloc (pagesize);
1366|   if (!data3)
1367|     exit (1);
1368|   if (read (fd, data3, pagesize) != pagesize)
1369|     exit (1);
1370|   for (i = 0; i < pagesize; ++i)
1371|     if (*(data + i) != *(data3 + i))
1372|       exit (1);
1373|   close (fd);
1374|   exit (0);
1375| }
1376configure:9463: result: no
1377configure:9475: checking whether we are using the GNU C Library 2.1 or newer
1378configure:9508:22: features.h: No such file or directory
1379configure:9507: result: no
1380configure:9515: checking whether integer division by zero raises SIGFPE
1381configure:9578: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
1382configure:9577: warning: built-in function `nan' declared as non-function
1383configure:9581: $? = 0
1384configure:9583: ./conftest
1385configure:9586: $? = 1
1386configure: program exited with status 1
1387configure: failed program was:
1388| #line 9532 "configure"
1389| /* confdefs.h.  */
1390|
1391| #define PACKAGE_NAME ""
1392| #define PACKAGE_TARNAME ""
1393| #define PACKAGE_VERSION ""
1394| #define PACKAGE_STRING ""
1395| #define PACKAGE_BUGREPORT ""
1396| #define YYTEXT_POINTER 1
1397| #define STDC_HEADERS 1
1398| #define HAVE_SYS_TYPES_H 1
1399| #define HAVE_SYS_STAT_H 1
1400| #define HAVE_STDLIB_H 1
1401| #define HAVE_STRING_H 1
1402| #define HAVE_MEMORY_H 1
1403| #define HAVE_STRINGS_H 1
1404| #define HAVE_INTTYPES_H 1
1405| #define HAVE_STDINT_H 1
1406| #define HAVE_UNISTD_H 1
1407| #define HAVE_DLFCN_H 1
1408| #define off_t long
1409| #define size_t unsigned
1410| #define HAVE_ALLOCA_H 1
1411| #define HAVE_ALLOCA 1
1412| #define HAVE_STDLIB_H 1
1413| #define HAVE_UNISTD_H 1
1414| #define HAVE_GETPAGESIZE 1
1415| /* end confdefs.h.  */
1416|
1417| #include <stdlib.h>
1418| #include <signal.h>
1419|
1420| static void
1421| #ifdef __cplusplus
1422| sigfpe_handler (int sig)
1423| #else
1424| sigfpe_handler (sig) int sig;
1425| #endif
1426| {
1427|   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
1428|   exit (sig != SIGFPE);
1429| }
1430|
1431| int x = 1;
1432| int y = 0;
1433| int z;
1434| int nan;
1435|
1436| int main ()
1437| {
1438|   signal (SIGFPE, sigfpe_handler);
1439| /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
1440| #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
1441|   signal (SIGTRAP, sigfpe_handler);
1442| #endif
1443| /* Linux/SPARC yields signal SIGILL.  */
1444| #if defined (__sparc__) && defined (__linux__)
1445|   signal (SIGILL, sigfpe_handler);
1446| #endif
1447|
1448|   z = x / y;
1449|   nan = y / y;
1450|   exit (1);
1451| }
1452|
1453configure:9601: result: no
1454configure:9614: checking for inttypes.h
1455configure:9637: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
1456In file included from configure:9648:
1457/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
1458/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
1459/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
1460/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
1461/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
1462/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
1463/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
1464/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
1465/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
1466/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
1467/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
1468/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
1469/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
1470/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
1471/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
1472/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
1473/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
1474/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
1475/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
1476/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
1477/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
1478/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
1479/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
1480/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
1481/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
1482/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
1483/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
1484/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
1485/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
1486/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
1487/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
1488/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
1489/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
1490/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
1491/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
1492/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
1493/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
1494/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
1495/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
1496/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
1497/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
1498/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
1499/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
1500/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
1501/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
1502/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
1503/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
1504/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
1505/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
1506/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
1507/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
1508/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
1509/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
1510/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
1511/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
1512/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
1513/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
1514/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
1515/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
1516/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
1517/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
1518/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
1519/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
1520/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
1521/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
1522/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
1523/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
1524/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
1525/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
1526/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
1527/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
1528/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
1529/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
1530/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
1531/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
1532/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
1533/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
1534/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
1535/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
1536/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
1537/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
1538/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
1539/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
1540/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
1541/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
1542/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
1543/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
1544/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
1545/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
1546/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
1547/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
1548/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
1549/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
1550/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
1551/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
1552/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
1553/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
1554/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
1555/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
1556/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
1557/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
1558/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
1559/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
1560/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
1561/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
1562/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
1563/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
1564/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
1565/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
1566/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
1567/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
1568/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
1569/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
1570/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
1571/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
1572/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
1573/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
1574/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
1575/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
1576/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
1577/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
1578/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
1579/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
1580/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
1581/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
1582/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
1583/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
1584/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
1585/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
1586/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
1587/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
1588/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
1589/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
1590/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
1591/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
1592/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
1593/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
1594/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
1595/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
1596/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
1597/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
1598/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
1599/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
1600/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
1601/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
1602/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
1603/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
1604/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
1605/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
1606/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
1607/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
1608/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
1609/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
1610/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
1611/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
1612/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
1613/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
1614/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
1615/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
1616/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
1617/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
1618/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
1619/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
1620/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
1621/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
1622/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
1623/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
1624/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
1625/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
1626/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
1627/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
1628/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
1629/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
1630/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
1631/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
1632/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
1633/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
1634/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
1635/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
1636/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
1637/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
1638/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
1639/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
1640/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
1641/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
1642/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
1643/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
1644/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
1645configure:9640: $? = 1
1646configure: failed program was:
1647| #line 9619 "configure"
1648| /* confdefs.h.  */
1649|
1650| #define PACKAGE_NAME ""
1651| #define PACKAGE_TARNAME ""
1652| #define PACKAGE_VERSION ""
1653| #define PACKAGE_STRING ""
1654| #define PACKAGE_BUGREPORT ""
1655| #define YYTEXT_POINTER 1
1656| #define STDC_HEADERS 1
1657| #define HAVE_SYS_TYPES_H 1
1658| #define HAVE_SYS_STAT_H 1
1659| #define HAVE_STDLIB_H 1
1660| #define HAVE_STRING_H 1
1661| #define HAVE_MEMORY_H 1
1662| #define HAVE_STRINGS_H 1
1663| #define HAVE_INTTYPES_H 1
1664| #define HAVE_STDINT_H 1
1665| #define HAVE_UNISTD_H 1
1666| #define HAVE_DLFCN_H 1
1667| #define off_t long
1668| #define size_t unsigned
1669| #define HAVE_ALLOCA_H 1
1670| #define HAVE_ALLOCA 1
1671| #define HAVE_STDLIB_H 1
1672| #define HAVE_UNISTD_H 1
1673| #define HAVE_GETPAGESIZE 1
1674| #define INTDIV0_RAISES_SIGFPE 0
1675| /* end confdefs.h.  */
1676| #include <sys/types.h>
1677| #include <inttypes.h>
1678| int
1679| main ()
1680| {
1681| uintmax_t i = (uintmax_t) -1;
1682|   ;
1683|   return 0;
1684| }
1685configure:9657: result: no
1686configure:9668: checking for stdint.h
1687configure:9691: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
1688configure:9694: $? = 0
1689configure:9697: test -s conftest.o
1690configure:9700: $? = 0
1691configure:9711: result: yes
1692configure:9722: checking for unsigned long long
1693configure:9745: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
1694configure:9748: $? = 0
1695configure:9751: test -s conftest
1696configure:9754: $? = 0
1697configure:9765: result: yes
1698configure:9791: checking for inttypes.h
1699configure:9815: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
1700In file included from configure:9828:
1701/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
1702/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
1703/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
1704/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
1705/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
1706/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
1707/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
1708/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
1709/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
1710/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
1711/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
1712/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
1713/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
1714/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
1715/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
1716/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
1717/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
1718/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
1719/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
1720/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
1721/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
1722/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
1723/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
1724/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
1725/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
1726/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
1727/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
1728/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
1729/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
1730/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
1731/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
1732/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
1733/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
1734/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
1735/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
1736/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
1737/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
1738/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
1739/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
1740/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
1741/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
1742/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
1743/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
1744/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
1745/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
1746/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
1747/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
1748/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
1749/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
1750/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
1751/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
1752/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
1753/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
1754/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
1755/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
1756/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
1757/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
1758/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
1759/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
1760/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
1761/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
1762/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
1763/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
1764/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
1765/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
1766/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
1767/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
1768/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
1769/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
1770/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
1771/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
1772/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
1773/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
1774/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
1775/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
1776/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
1777/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
1778/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
1779/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
1780/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
1781/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
1782/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
1783/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
1784/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
1785/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
1786/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
1787/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
1788/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
1789/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
1790/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
1791/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
1792/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
1793/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
1794/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
1795/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
1796/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
1797/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
1798/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
1799/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
1800/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
1801/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
1802/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
1803/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
1804/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
1805/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
1806/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
1807/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
1808/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
1809/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
1810/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
1811/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
1812/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
1813/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
1814/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
1815/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
1816/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
1817/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
1818/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
1819/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
1820/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
1821/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
1822/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
1823/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
1824/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
1825/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
1826/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
1827/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
1828/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
1829/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
1830/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
1831/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
1832/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
1833/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
1834/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
1835/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
1836/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
1837/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
1838/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
1839/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
1840/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
1841/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
1842/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
1843/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
1844/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
1845/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
1846/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
1847/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
1848/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
1849/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
1850/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
1851/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
1852/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
1853/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
1854/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
1855/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
1856/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
1857/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
1858/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
1859/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
1860/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
1861/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
1862/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
1863/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
1864/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
1865/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
1866/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
1867/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
1868/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
1869/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
1870/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
1871/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
1872/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
1873/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
1874/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
1875/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
1876/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
1877/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
1878/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
1879/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
1880/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
1881/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
1882/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
1883/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
1884/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
1885/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
1886/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
1887/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
1888/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
1889configure:9818: $? = 1
1890configure: failed program was:
1891| #line 9797 "configure"
1892| /* confdefs.h.  */
1893|
1894| #define PACKAGE_NAME ""
1895| #define PACKAGE_TARNAME ""
1896| #define PACKAGE_VERSION ""
1897| #define PACKAGE_STRING ""
1898| #define PACKAGE_BUGREPORT ""
1899| #define YYTEXT_POINTER 1
1900| #define STDC_HEADERS 1
1901| #define HAVE_SYS_TYPES_H 1
1902| #define HAVE_SYS_STAT_H 1
1903| #define HAVE_STDLIB_H 1
1904| #define HAVE_STRING_H 1
1905| #define HAVE_MEMORY_H 1
1906| #define HAVE_STRINGS_H 1
1907| #define HAVE_INTTYPES_H 1
1908| #define HAVE_STDINT_H 1
1909| #define HAVE_UNISTD_H 1
1910| #define HAVE_DLFCN_H 1
1911| #define off_t long
1912| #define size_t unsigned
1913| #define HAVE_ALLOCA_H 1
1914| #define HAVE_ALLOCA 1
1915| #define HAVE_STDLIB_H 1
1916| #define HAVE_UNISTD_H 1
1917| #define HAVE_GETPAGESIZE 1
1918| #define INTDIV0_RAISES_SIGFPE 0
1919| #define HAVE_STDINT_H_WITH_UINTMAX 1
1920| #define HAVE_UNSIGNED_LONG_LONG 1
1921| /* end confdefs.h.  */
1922| #include <sys/types.h>
1923| #include <inttypes.h>
1924| int
1925| main ()
1926| {
1927|
1928|   ;
1929|   return 0;
1930| }
1931configure:9836: result: no
1932configure:9935: checking for ld used by GCC
1933configure:9998: result: /usr/bin/ld
1934configure:10007: checking if the linker (/usr/bin/ld) is GNU ld
1935configure:10019: result: no
1936configure:10025: checking for shared library run path origin
1937configure:10038: result: done
1938configure:10466: checking argz.h usability
1939configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
1940configure:10532: argz.h: No such file or directory
1941configure:10482: $? = 1
1942configure: failed program was:
1943| #line 10468 "configure"
1944| /* confdefs.h.  */
1945|
1946| #define PACKAGE_NAME ""
1947| #define PACKAGE_TARNAME ""
1948| #define PACKAGE_VERSION ""
1949| #define PACKAGE_STRING ""
1950| #define PACKAGE_BUGREPORT ""
1951| #define YYTEXT_POINTER 1
1952| #define STDC_HEADERS 1
1953| #define HAVE_SYS_TYPES_H 1
1954| #define HAVE_SYS_STAT_H 1
1955| #define HAVE_STDLIB_H 1
1956| #define HAVE_STRING_H 1
1957| #define HAVE_MEMORY_H 1
1958| #define HAVE_STRINGS_H 1
1959| #define HAVE_INTTYPES_H 1
1960| #define HAVE_STDINT_H 1
1961| #define HAVE_UNISTD_H 1
1962| #define HAVE_DLFCN_H 1
1963| #define off_t long
1964| #define size_t unsigned
1965| #define HAVE_ALLOCA_H 1
1966| #define HAVE_ALLOCA 1
1967| #define HAVE_STDLIB_H 1
1968| #define HAVE_UNISTD_H 1
1969| #define HAVE_GETPAGESIZE 1
1970| #define INTDIV0_RAISES_SIGFPE 0
1971| #define HAVE_STDINT_H_WITH_UINTMAX 1
1972| #define HAVE_UNSIGNED_LONG_LONG 1
1973| /* end confdefs.h.  */
1974| #include <stdio.h>
1975| #if HAVE_SYS_TYPES_H
1976| # include <sys/types.h>
1977| #endif
1978| #if HAVE_SYS_STAT_H
1979| # include <sys/stat.h>
1980| #endif
1981| #if STDC_HEADERS
1982| # include <stdlib.h>
1983| # include <stddef.h>
1984| #else
1985| # if HAVE_STDLIB_H
1986| #  include <stdlib.h>
1987| # endif
1988| #endif
1989| #if HAVE_STRING_H
1990| # if !STDC_HEADERS && HAVE_MEMORY_H
1991| #  include <memory.h>
1992| # endif
1993| # include <string.h>
1994| #endif
1995| #if HAVE_STRINGS_H
1996| # include <strings.h>
1997| #endif
1998| #if HAVE_INTTYPES_H
1999| # include <inttypes.h>
2000| #else
2001| # if HAVE_STDINT_H
2002| #  include <stdint.h>
2003| # endif
2004| #endif
2005| #if HAVE_UNISTD_H
2006| # include <unistd.h>
2007| #endif
2008| #include <argz.h>
2009configure:10498: result: no
2010configure:10502: checking argz.h presence
2011configure:10513: gcc -E -I/opt/local/include conftest.c
2012configure:10534:18: argz.h: No such file or directory
2013configure:10519: $? = 1
2014configure: failed program was:
2015| #line 10504 "configure"
2016| /* confdefs.h.  */
2017|
2018| #define PACKAGE_NAME ""
2019| #define PACKAGE_TARNAME ""
2020| #define PACKAGE_VERSION ""
2021| #define PACKAGE_STRING ""
2022| #define PACKAGE_BUGREPORT ""
2023| #define YYTEXT_POINTER 1
2024| #define STDC_HEADERS 1
2025| #define HAVE_SYS_TYPES_H 1
2026| #define HAVE_SYS_STAT_H 1
2027| #define HAVE_STDLIB_H 1
2028| #define HAVE_STRING_H 1
2029| #define HAVE_MEMORY_H 1
2030| #define HAVE_STRINGS_H 1
2031| #define HAVE_INTTYPES_H 1
2032| #define HAVE_STDINT_H 1
2033| #define HAVE_UNISTD_H 1
2034| #define HAVE_DLFCN_H 1
2035| #define off_t long
2036| #define size_t unsigned
2037| #define HAVE_ALLOCA_H 1
2038| #define HAVE_ALLOCA 1
2039| #define HAVE_STDLIB_H 1
2040| #define HAVE_UNISTD_H 1
2041| #define HAVE_GETPAGESIZE 1
2042| #define INTDIV0_RAISES_SIGFPE 0
2043| #define HAVE_STDINT_H_WITH_UINTMAX 1
2044| #define HAVE_UNSIGNED_LONG_LONG 1
2045| /* end confdefs.h.  */
2046| #include <argz.h>
2047configure:10538: result: no
2048configure:10574: checking for argz.h
2049configure:10581: result: no
2050configure:10466: checking limits.h usability
2051configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
2052In file included from configure:10523:
2053/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
2054/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
2055/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
2056/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
2057/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
2058/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
2059/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
2060/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
2061/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
2062/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
2063/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
2064/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
2065/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
2066/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
2067/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
2068/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
2069/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
2070/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
2071/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
2072/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
2073/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
2074/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
2075/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
2076/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
2077/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
2078/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
2079/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
2080/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
2081/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
2082/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
2083/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
2084/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
2085/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
2086/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
2087/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
2088/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
2089/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
2090/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
2091/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
2092/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
2093/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
2094/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
2095/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
2096/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
2097/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
2098/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
2099/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
2100/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
2101/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
2102/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
2103/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
2104/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
2105/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
2106/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
2107/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
2108/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
2109/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
2110/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
2111/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
2112/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
2113/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
2114/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
2115/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
2116/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
2117/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
2118/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
2119/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
2120/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
2121/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
2122/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
2123/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
2124/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
2125/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
2126/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
2127/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
2128/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
2129/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
2130/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
2131/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
2132/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
2133/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
2134/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
2135/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
2136/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
2137/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
2138/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
2139/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
2140/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
2141/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
2142/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
2143/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
2144/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
2145/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
2146/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
2147/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
2148/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
2149/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
2150/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
2151/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
2152/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
2153/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
2154/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
2155/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
2156/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
2157/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
2158/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
2159/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
2160/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
2161/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
2162/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
2163/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
2164/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
2165/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
2166/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
2167/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
2168/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
2169/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
2170/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
2171/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
2172/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
2173/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
2174/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
2175/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
2176/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
2177/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
2178/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
2179/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
2180/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
2181/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
2182/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
2183/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
2184/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
2185/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
2186/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
2187/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
2188/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
2189/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
2190/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
2191/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
2192/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
2193/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
2194/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
2195/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
2196/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
2197/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
2198/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
2199/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
2200/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
2201/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
2202/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
2203/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
2204/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
2205/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
2206/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
2207/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
2208/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
2209/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
2210/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
2211/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
2212/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
2213/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
2214/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
2215/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
2216/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
2217/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
2218/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
2219/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
2220/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
2221/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
2222/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
2223/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
2224/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
2225/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
2226/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
2227/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
2228/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
2229/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
2230/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
2231/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
2232/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
2233/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
2234/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
2235/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
2236/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
2237/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
2238/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
2239/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
2240/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
2241configure:10482: $? = 1
2242configure: failed program was:
2243| #line 10468 "configure"
2244| /* confdefs.h.  */
2245|
2246| #define PACKAGE_NAME ""
2247| #define PACKAGE_TARNAME ""
2248| #define PACKAGE_VERSION ""
2249| #define PACKAGE_STRING ""
2250| #define PACKAGE_BUGREPORT ""
2251| #define YYTEXT_POINTER 1
2252| #define STDC_HEADERS 1
2253| #define HAVE_SYS_TYPES_H 1
2254| #define HAVE_SYS_STAT_H 1
2255| #define HAVE_STDLIB_H 1
2256| #define HAVE_STRING_H 1
2257| #define HAVE_MEMORY_H 1
2258| #define HAVE_STRINGS_H 1
2259| #define HAVE_INTTYPES_H 1
2260| #define HAVE_STDINT_H 1
2261| #define HAVE_UNISTD_H 1
2262| #define HAVE_DLFCN_H 1
2263| #define off_t long
2264| #define size_t unsigned
2265| #define HAVE_ALLOCA_H 1
2266| #define HAVE_ALLOCA 1
2267| #define HAVE_STDLIB_H 1
2268| #define HAVE_UNISTD_H 1
2269| #define HAVE_GETPAGESIZE 1
2270| #define INTDIV0_RAISES_SIGFPE 0
2271| #define HAVE_STDINT_H_WITH_UINTMAX 1
2272| #define HAVE_UNSIGNED_LONG_LONG 1
2273| /* end confdefs.h.  */
2274| #include <stdio.h>
2275| #if HAVE_SYS_TYPES_H
2276| # include <sys/types.h>
2277| #endif
2278| #if HAVE_SYS_STAT_H
2279| # include <sys/stat.h>
2280| #endif
2281| #if STDC_HEADERS
2282| # include <stdlib.h>
2283| # include <stddef.h>
2284| #else
2285| # if HAVE_STDLIB_H
2286| #  include <stdlib.h>
2287| # endif
2288| #endif
2289| #if HAVE_STRING_H
2290| # if !STDC_HEADERS && HAVE_MEMORY_H
2291| #  include <memory.h>
2292| # endif
2293| # include <string.h>
2294| #endif
2295| #if HAVE_STRINGS_H
2296| # include <strings.h>
2297| #endif
2298| #if HAVE_INTTYPES_H
2299| # include <inttypes.h>
2300| #else
2301| # if HAVE_STDINT_H
2302| #  include <stdint.h>
2303| # endif
2304| #endif
2305| #if HAVE_UNISTD_H
2306| # include <unistd.h>
2307| #endif
2308| #include <limits.h>
2309configure:10498: result: no
2310configure:10502: checking limits.h presence
2311configure:10513: gcc -E -I/opt/local/include conftest.c
2312configure:10519: $? = 0
2313configure:10538: result: yes
2314configure:10558: WARNING: limits.h: present but cannot be compiled
2315configure:10560: WARNING: limits.h: check for missing prerequisite headers?
2316configure:10562: WARNING: limits.h: proceeding with the preprocessor's result
2317configure:10574: checking for limits.h
2318configure:10581: result: yes
2319configure:10466: checking locale.h usability
2320configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
2321In file included from configure:10524:
2322/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
2323/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
2324/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
2325/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
2326/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
2327/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
2328/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
2329/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
2330/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
2331/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
2332/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
2333/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
2334/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
2335/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
2336/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
2337/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
2338/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
2339/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
2340/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
2341/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
2342/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
2343/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
2344/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
2345/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
2346/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
2347/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
2348/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
2349/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
2350/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
2351/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
2352/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
2353/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
2354/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
2355/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
2356/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
2357/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
2358/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
2359/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
2360/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
2361/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
2362/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
2363/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
2364/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
2365/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
2366/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
2367/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
2368/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
2369/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
2370/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
2371/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
2372/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
2373/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
2374/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
2375/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
2376/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
2377/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
2378/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
2379/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
2380/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
2381/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
2382/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
2383/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
2384/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
2385/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
2386/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
2387/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
2388/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
2389/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
2390/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
2391/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
2392/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
2393/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
2394/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
2395/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
2396/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
2397/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
2398/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
2399/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
2400/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
2401/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
2402/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
2403/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
2404/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
2405/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
2406/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
2407/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
2408/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
2409/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
2410/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
2411/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
2412/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
2413/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
2414/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
2415/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
2416/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
2417/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
2418/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
2419/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
2420/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
2421/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
2422/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
2423/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
2424/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
2425/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
2426/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
2427/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
2428/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
2429/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
2430/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
2431/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
2432/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
2433/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
2434/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
2435/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
2436/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
2437/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
2438/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
2439/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
2440/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
2441/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
2442/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
2443/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
2444/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
2445/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
2446/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
2447/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
2448/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
2449/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
2450/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
2451/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
2452/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
2453/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
2454/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
2455/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
2456/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
2457/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
2458/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
2459/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
2460/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
2461/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
2462/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
2463/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
2464/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
2465/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
2466/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
2467/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
2468/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
2469/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
2470/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
2471/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
2472/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
2473/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
2474/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
2475/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
2476/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
2477/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
2478/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
2479/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
2480/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
2481/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
2482/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
2483/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
2484/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
2485/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
2486/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
2487/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
2488/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
2489/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
2490/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
2491/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
2492/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
2493/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
2494/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
2495/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
2496/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
2497/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
2498/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
2499/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
2500/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
2501/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
2502/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
2503/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
2504/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
2505/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
2506/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
2507/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
2508/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
2509/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
2510configure:10482: $? = 1
2511configure: failed program was:
2512| #line 10468 "configure"
2513| /* confdefs.h.  */
2514|
2515| #define PACKAGE_NAME ""
2516| #define PACKAGE_TARNAME ""
2517| #define PACKAGE_VERSION ""
2518| #define PACKAGE_STRING ""
2519| #define PACKAGE_BUGREPORT ""
2520| #define YYTEXT_POINTER 1
2521| #define STDC_HEADERS 1
2522| #define HAVE_SYS_TYPES_H 1
2523| #define HAVE_SYS_STAT_H 1
2524| #define HAVE_STDLIB_H 1
2525| #define HAVE_STRING_H 1
2526| #define HAVE_MEMORY_H 1
2527| #define HAVE_STRINGS_H 1
2528| #define HAVE_INTTYPES_H 1
2529| #define HAVE_STDINT_H 1
2530| #define HAVE_UNISTD_H 1
2531| #define HAVE_DLFCN_H 1
2532| #define off_t long
2533| #define size_t unsigned
2534| #define HAVE_ALLOCA_H 1
2535| #define HAVE_ALLOCA 1
2536| #define HAVE_STDLIB_H 1
2537| #define HAVE_UNISTD_H 1
2538| #define HAVE_GETPAGESIZE 1
2539| #define INTDIV0_RAISES_SIGFPE 0
2540| #define HAVE_STDINT_H_WITH_UINTMAX 1
2541| #define HAVE_UNSIGNED_LONG_LONG 1
2542| #define HAVE_LIMITS_H 1
2543| /* end confdefs.h.  */
2544| #include <stdio.h>
2545| #if HAVE_SYS_TYPES_H
2546| # include <sys/types.h>
2547| #endif
2548| #if HAVE_SYS_STAT_H
2549| # include <sys/stat.h>
2550| #endif
2551| #if STDC_HEADERS
2552| # include <stdlib.h>
2553| # include <stddef.h>
2554| #else
2555| # if HAVE_STDLIB_H
2556| #  include <stdlib.h>
2557| # endif
2558| #endif
2559| #if HAVE_STRING_H
2560| # if !STDC_HEADERS && HAVE_MEMORY_H
2561| #  include <memory.h>
2562| # endif
2563| # include <string.h>
2564| #endif
2565| #if HAVE_STRINGS_H
2566| # include <strings.h>
2567| #endif
2568| #if HAVE_INTTYPES_H
2569| # include <inttypes.h>
2570| #else
2571| # if HAVE_STDINT_H
2572| #  include <stdint.h>
2573| # endif
2574| #endif
2575| #if HAVE_UNISTD_H
2576| # include <unistd.h>
2577| #endif
2578| #include <locale.h>
2579configure:10498: result: no
2580configure:10502: checking locale.h presence
2581configure:10513: gcc -E -I/opt/local/include conftest.c
2582configure:10519: $? = 0
2583configure:10538: result: yes
2584configure:10558: WARNING: locale.h: present but cannot be compiled
2585configure:10560: WARNING: locale.h: check for missing prerequisite headers?
2586configure:10562: WARNING: locale.h: proceeding with the preprocessor's result
2587configure:10574: checking for locale.h
2588configure:10581: result: yes
2589configure:10466: checking nl_types.h usability
2590configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
2591In file included from configure:10525:
2592/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
2593/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
2594/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
2595/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
2596/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
2597/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
2598/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
2599/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
2600/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
2601/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
2602/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
2603/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
2604/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
2605/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
2606/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
2607/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
2608/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
2609/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
2610/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
2611/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
2612/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
2613/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
2614/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
2615/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
2616/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
2617/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
2618/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
2619/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
2620/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
2621/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
2622/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
2623/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
2624/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
2625/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
2626/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
2627/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
2628/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
2629/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
2630/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
2631/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
2632/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
2633/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
2634/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
2635/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
2636/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
2637/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
2638/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
2639/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
2640/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
2641/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
2642/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
2643/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
2644/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
2645/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
2646/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
2647/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
2648/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
2649/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
2650/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
2651/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
2652/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
2653/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
2654/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
2655/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
2656/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
2657/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
2658/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
2659/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
2660/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
2661/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
2662/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
2663/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
2664/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
2665/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
2666/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
2667/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
2668/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
2669/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
2670/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
2671/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
2672/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
2673/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
2674/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
2675/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
2676/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
2677/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
2678/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
2679/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
2680/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
2681/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
2682/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
2683/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
2684/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
2685/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
2686/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
2687/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
2688/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
2689/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
2690/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
2691/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
2692/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
2693/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
2694/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
2695/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
2696/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
2697/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
2698/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
2699/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
2700/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
2701/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
2702/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
2703/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
2704/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
2705/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
2706/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
2707/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
2708/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
2709/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
2710/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
2711/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
2712/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
2713/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
2714/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
2715/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
2716/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
2717/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
2718/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
2719/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
2720/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
2721/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
2722/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
2723/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
2724/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
2725/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
2726/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
2727/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
2728/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
2729/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
2730/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
2731/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
2732/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
2733/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
2734/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
2735/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
2736/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
2737/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
2738/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
2739/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
2740/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
2741/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
2742/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
2743/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
2744/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
2745/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
2746/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
2747/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
2748/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
2749/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
2750/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
2751/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
2752/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
2753/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
2754/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
2755/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
2756/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
2757/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
2758/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
2759/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
2760/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
2761/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
2762/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
2763/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
2764/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
2765/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
2766/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
2767/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
2768/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
2769/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
2770/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
2771/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
2772/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
2773/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
2774/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
2775/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
2776/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
2777/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
2778/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
2779/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
2780configure:10482: $? = 1
2781configure: failed program was:
2782| #line 10468 "configure"
2783| /* confdefs.h.  */
2784|
2785| #define PACKAGE_NAME ""
2786| #define PACKAGE_TARNAME ""
2787| #define PACKAGE_VERSION ""
2788| #define PACKAGE_STRING ""
2789| #define PACKAGE_BUGREPORT ""
2790| #define YYTEXT_POINTER 1
2791| #define STDC_HEADERS 1
2792| #define HAVE_SYS_TYPES_H 1
2793| #define HAVE_SYS_STAT_H 1
2794| #define HAVE_STDLIB_H 1
2795| #define HAVE_STRING_H 1
2796| #define HAVE_MEMORY_H 1
2797| #define HAVE_STRINGS_H 1
2798| #define HAVE_INTTYPES_H 1
2799| #define HAVE_STDINT_H 1
2800| #define HAVE_UNISTD_H 1
2801| #define HAVE_DLFCN_H 1
2802| #define off_t long
2803| #define size_t unsigned
2804| #define HAVE_ALLOCA_H 1
2805| #define HAVE_ALLOCA 1
2806| #define HAVE_STDLIB_H 1
2807| #define HAVE_UNISTD_H 1
2808| #define HAVE_GETPAGESIZE 1
2809| #define INTDIV0_RAISES_SIGFPE 0
2810| #define HAVE_STDINT_H_WITH_UINTMAX 1
2811| #define HAVE_UNSIGNED_LONG_LONG 1
2812| #define HAVE_LIMITS_H 1
2813| #define HAVE_LOCALE_H 1
2814| /* end confdefs.h.  */
2815| #include <stdio.h>
2816| #if HAVE_SYS_TYPES_H
2817| # include <sys/types.h>
2818| #endif
2819| #if HAVE_SYS_STAT_H
2820| # include <sys/stat.h>
2821| #endif
2822| #if STDC_HEADERS
2823| # include <stdlib.h>
2824| # include <stddef.h>
2825| #else
2826| # if HAVE_STDLIB_H
2827| #  include <stdlib.h>
2828| # endif
2829| #endif
2830| #if HAVE_STRING_H
2831| # if !STDC_HEADERS && HAVE_MEMORY_H
2832| #  include <memory.h>
2833| # endif
2834| # include <string.h>
2835| #endif
2836| #if HAVE_STRINGS_H
2837| # include <strings.h>
2838| #endif
2839| #if HAVE_INTTYPES_H
2840| # include <inttypes.h>
2841| #else
2842| # if HAVE_STDINT_H
2843| #  include <stdint.h>
2844| # endif
2845| #endif
2846| #if HAVE_UNISTD_H
2847| # include <unistd.h>
2848| #endif
2849| #include <nl_types.h>
2850configure:10498: result: no
2851configure:10502: checking nl_types.h presence
2852configure:10513: gcc -E -I/opt/local/include conftest.c
2853configure:10519: $? = 0
2854configure:10538: result: yes
2855configure:10558: WARNING: nl_types.h: present but cannot be compiled
2856configure:10560: WARNING: nl_types.h: check for missing prerequisite headers?
2857configure:10562: WARNING: nl_types.h: proceeding with the preprocessor's result
2858configure:10574: checking for nl_types.h
2859configure:10581: result: yes
2860configure:10466: checking malloc.h usability
2861configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
2862configure:10535: malloc.h: No such file or directory
2863configure:10482: $? = 1
2864configure: failed program was:
2865| #line 10468 "configure"
2866| /* confdefs.h.  */
2867|
2868| #define PACKAGE_NAME ""
2869| #define PACKAGE_TARNAME ""
2870| #define PACKAGE_VERSION ""
2871| #define PACKAGE_STRING ""
2872| #define PACKAGE_BUGREPORT ""
2873| #define YYTEXT_POINTER 1
2874| #define STDC_HEADERS 1
2875| #define HAVE_SYS_TYPES_H 1
2876| #define HAVE_SYS_STAT_H 1
2877| #define HAVE_STDLIB_H 1
2878| #define HAVE_STRING_H 1
2879| #define HAVE_MEMORY_H 1
2880| #define HAVE_STRINGS_H 1
2881| #define HAVE_INTTYPES_H 1
2882| #define HAVE_STDINT_H 1
2883| #define HAVE_UNISTD_H 1
2884| #define HAVE_DLFCN_H 1
2885| #define off_t long
2886| #define size_t unsigned
2887| #define HAVE_ALLOCA_H 1
2888| #define HAVE_ALLOCA 1
2889| #define HAVE_STDLIB_H 1
2890| #define HAVE_UNISTD_H 1
2891| #define HAVE_GETPAGESIZE 1
2892| #define INTDIV0_RAISES_SIGFPE 0
2893| #define HAVE_STDINT_H_WITH_UINTMAX 1
2894| #define HAVE_UNSIGNED_LONG_LONG 1
2895| #define HAVE_LIMITS_H 1
2896| #define HAVE_LOCALE_H 1
2897| #define HAVE_NL_TYPES_H 1
2898| /* end confdefs.h.  */
2899| #include <stdio.h>
2900| #if HAVE_SYS_TYPES_H
2901| # include <sys/types.h>
2902| #endif
2903| #if HAVE_SYS_STAT_H
2904| # include <sys/stat.h>
2905| #endif
2906| #if STDC_HEADERS
2907| # include <stdlib.h>
2908| # include <stddef.h>
2909| #else
2910| # if HAVE_STDLIB_H
2911| #  include <stdlib.h>
2912| # endif
2913| #endif
2914| #if HAVE_STRING_H
2915| # if !STDC_HEADERS && HAVE_MEMORY_H
2916| #  include <memory.h>
2917| # endif
2918| # include <string.h>
2919| #endif
2920| #if HAVE_STRINGS_H
2921| # include <strings.h>
2922| #endif
2923| #if HAVE_INTTYPES_H
2924| # include <inttypes.h>
2925| #else
2926| # if HAVE_STDINT_H
2927| #  include <stdint.h>
2928| # endif
2929| #endif
2930| #if HAVE_UNISTD_H
2931| # include <unistd.h>
2932| #endif
2933| #include <malloc.h>
2934configure:10498: result: no
2935configure:10502: checking malloc.h presence
2936configure:10513: gcc -E -I/opt/local/include conftest.c
2937configure:10537:20: malloc.h: No such file or directory
2938configure:10519: $? = 1
2939configure: failed program was:
2940| #line 10504 "configure"
2941| /* confdefs.h.  */
2942|
2943| #define PACKAGE_NAME ""
2944| #define PACKAGE_TARNAME ""
2945| #define PACKAGE_VERSION ""
2946| #define PACKAGE_STRING ""
2947| #define PACKAGE_BUGREPORT ""
2948| #define YYTEXT_POINTER 1
2949| #define STDC_HEADERS 1
2950| #define HAVE_SYS_TYPES_H 1
2951| #define HAVE_SYS_STAT_H 1
2952| #define HAVE_STDLIB_H 1
2953| #define HAVE_STRING_H 1
2954| #define HAVE_MEMORY_H 1
2955| #define HAVE_STRINGS_H 1
2956| #define HAVE_INTTYPES_H 1
2957| #define HAVE_STDINT_H 1
2958| #define HAVE_UNISTD_H 1
2959| #define HAVE_DLFCN_H 1
2960| #define off_t long
2961| #define size_t unsigned
2962| #define HAVE_ALLOCA_H 1
2963| #define HAVE_ALLOCA 1
2964| #define HAVE_STDLIB_H 1
2965| #define HAVE_UNISTD_H 1
2966| #define HAVE_GETPAGESIZE 1
2967| #define INTDIV0_RAISES_SIGFPE 0
2968| #define HAVE_STDINT_H_WITH_UINTMAX 1
2969| #define HAVE_UNSIGNED_LONG_LONG 1
2970| #define HAVE_LIMITS_H 1
2971| #define HAVE_LOCALE_H 1
2972| #define HAVE_NL_TYPES_H 1
2973| /* end confdefs.h.  */
2974| #include <malloc.h>
2975configure:10538: result: no
2976configure:10574: checking for malloc.h
2977configure:10581: result: no
2978configure:10466: checking stddef.h usability
2979configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
2980In file included from configure:10526:
2981/usr/include/gcc/darwin/3.3/inttypes.h:39: error: syntax error at '#' token
2982/usr/include/gcc/darwin/3.3/inttypes.h:39: error: parse error before "if"
2983/usr/include/gcc/darwin/3.3/inttypes.h:40: error: syntax error at '#' token
2984/usr/include/gcc/darwin/3.3/inttypes.h:41: error: syntax error at '#' token
2985/usr/include/gcc/darwin/3.3/inttypes.h:42: error: syntax error at '#' token
2986/usr/include/gcc/darwin/3.3/inttypes.h:50: error: syntax error at '#' token
2987/usr/include/gcc/darwin/3.3/inttypes.h:51: error: syntax error at '#' token
2988/usr/include/gcc/darwin/3.3/inttypes.h:52: error: syntax error at '#' token
2989/usr/include/gcc/darwin/3.3/inttypes.h:53: error: syntax error at '#' token
2990/usr/include/gcc/darwin/3.3/inttypes.h:55: error: syntax error at '#' token
2991/usr/include/gcc/darwin/3.3/inttypes.h:56: error: syntax error at '#' token
2992/usr/include/gcc/darwin/3.3/inttypes.h:57: error: syntax error at '#' token
2993/usr/include/gcc/darwin/3.3/inttypes.h:58: error: syntax error at '#' token
2994/usr/include/gcc/darwin/3.3/inttypes.h:59: error: syntax error at '#' token
2995/usr/include/gcc/darwin/3.3/inttypes.h:60: error: syntax error at '#' token
2996/usr/include/gcc/darwin/3.3/inttypes.h:61: error: syntax error at '#' token
2997/usr/include/gcc/darwin/3.3/inttypes.h:62: error: syntax error at '#' token
2998/usr/include/gcc/darwin/3.3/inttypes.h:63: error: syntax error at '#' token
2999/usr/include/gcc/darwin/3.3/inttypes.h:65: error: syntax error at '#' token
3000/usr/include/gcc/darwin/3.3/inttypes.h:66: error: syntax error at '#' token
3001/usr/include/gcc/darwin/3.3/inttypes.h:67: error: syntax error at '#' token
3002/usr/include/gcc/darwin/3.3/inttypes.h:68: error: syntax error at '#' token
3003/usr/include/gcc/darwin/3.3/inttypes.h:69: error: syntax error at '#' token
3004/usr/include/gcc/darwin/3.3/inttypes.h:70: error: syntax error at '#' token
3005/usr/include/gcc/darwin/3.3/inttypes.h:72: error: syntax error at '#' token
3006/usr/include/gcc/darwin/3.3/inttypes.h:73: error: syntax error at '#' token
3007/usr/include/gcc/darwin/3.3/inttypes.h:74: error: syntax error at '#' token
3008/usr/include/gcc/darwin/3.3/inttypes.h:75: error: syntax error at '#' token
3009/usr/include/gcc/darwin/3.3/inttypes.h:76: error: syntax error at '#' token
3010/usr/include/gcc/darwin/3.3/inttypes.h:77: error: syntax error at '#' token
3011/usr/include/gcc/darwin/3.3/inttypes.h:79: error: syntax error at '#' token
3012/usr/include/gcc/darwin/3.3/inttypes.h:80: error: syntax error at '#' token
3013/usr/include/gcc/darwin/3.3/inttypes.h:81: error: syntax error at '#' token
3014/usr/include/gcc/darwin/3.3/inttypes.h:82: error: syntax error at '#' token
3015/usr/include/gcc/darwin/3.3/inttypes.h:83: error: syntax error at '#' token
3016/usr/include/gcc/darwin/3.3/inttypes.h:84: error: syntax error at '#' token
3017/usr/include/gcc/darwin/3.3/inttypes.h:86: error: syntax error at '#' token
3018/usr/include/gcc/darwin/3.3/inttypes.h:87: error: syntax error at '#' token
3019/usr/include/gcc/darwin/3.3/inttypes.h:88: error: syntax error at '#' token
3020/usr/include/gcc/darwin/3.3/inttypes.h:89: error: syntax error at '#' token
3021/usr/include/gcc/darwin/3.3/inttypes.h:90: error: syntax error at '#' token
3022/usr/include/gcc/darwin/3.3/inttypes.h:91: error: syntax error at '#' token
3023/usr/include/gcc/darwin/3.3/inttypes.h:93: error: syntax error at '#' token
3024/usr/include/gcc/darwin/3.3/inttypes.h:94: error: syntax error at '#' token
3025/usr/include/gcc/darwin/3.3/inttypes.h:95: error: syntax error at '#' token
3026/usr/include/gcc/darwin/3.3/inttypes.h:96: error: syntax error at '#' token
3027/usr/include/gcc/darwin/3.3/inttypes.h:97: error: syntax error at '#' token
3028/usr/include/gcc/darwin/3.3/inttypes.h:98: error: syntax error at '#' token
3029/usr/include/gcc/darwin/3.3/inttypes.h:100: error: syntax error at '#' token
3030/usr/include/gcc/darwin/3.3/inttypes.h:101: error: syntax error at '#' token
3031/usr/include/gcc/darwin/3.3/inttypes.h:102: error: syntax error at '#' token
3032/usr/include/gcc/darwin/3.3/inttypes.h:103: error: syntax error at '#' token
3033/usr/include/gcc/darwin/3.3/inttypes.h:104: error: syntax error at '#' token
3034/usr/include/gcc/darwin/3.3/inttypes.h:105: error: syntax error at '#' token
3035/usr/include/gcc/darwin/3.3/inttypes.h:107: error: syntax error at '#' token
3036/usr/include/gcc/darwin/3.3/inttypes.h:108: error: syntax error at '#' token
3037/usr/include/gcc/darwin/3.3/inttypes.h:109: error: syntax error at '#' token
3038/usr/include/gcc/darwin/3.3/inttypes.h:110: error: syntax error at '#' token
3039/usr/include/gcc/darwin/3.3/inttypes.h:111: error: syntax error at '#' token
3040/usr/include/gcc/darwin/3.3/inttypes.h:112: error: syntax error at '#' token
3041/usr/include/gcc/darwin/3.3/inttypes.h:114: error: syntax error at '#' token
3042/usr/include/gcc/darwin/3.3/inttypes.h:115: error: syntax error at '#' token
3043/usr/include/gcc/darwin/3.3/inttypes.h:116: error: syntax error at '#' token
3044/usr/include/gcc/darwin/3.3/inttypes.h:117: error: syntax error at '#' token
3045/usr/include/gcc/darwin/3.3/inttypes.h:118: error: syntax error at '#' token
3046/usr/include/gcc/darwin/3.3/inttypes.h:119: error: syntax error at '#' token
3047/usr/include/gcc/darwin/3.3/inttypes.h:121: error: syntax error at '#' token
3048/usr/include/gcc/darwin/3.3/inttypes.h:122: error: syntax error at '#' token
3049/usr/include/gcc/darwin/3.3/inttypes.h:123: error: syntax error at '#' token
3050/usr/include/gcc/darwin/3.3/inttypes.h:124: error: syntax error at '#' token
3051/usr/include/gcc/darwin/3.3/inttypes.h:125: error: syntax error at '#' token
3052/usr/include/gcc/darwin/3.3/inttypes.h:126: error: syntax error at '#' token
3053/usr/include/gcc/darwin/3.3/inttypes.h:128: error: syntax error at '#' token
3054/usr/include/gcc/darwin/3.3/inttypes.h:129: error: syntax error at '#' token
3055/usr/include/gcc/darwin/3.3/inttypes.h:130: error: syntax error at '#' token
3056/usr/include/gcc/darwin/3.3/inttypes.h:131: error: syntax error at '#' token
3057/usr/include/gcc/darwin/3.3/inttypes.h:132: error: syntax error at '#' token
3058/usr/include/gcc/darwin/3.3/inttypes.h:133: error: syntax error at '#' token
3059/usr/include/gcc/darwin/3.3/inttypes.h:135: error: syntax error at '#' token
3060/usr/include/gcc/darwin/3.3/inttypes.h:136: error: syntax error at '#' token
3061/usr/include/gcc/darwin/3.3/inttypes.h:137: error: syntax error at '#' token
3062/usr/include/gcc/darwin/3.3/inttypes.h:138: error: syntax error at '#' token
3063/usr/include/gcc/darwin/3.3/inttypes.h:139: error: syntax error at '#' token
3064/usr/include/gcc/darwin/3.3/inttypes.h:140: error: syntax error at '#' token
3065/usr/include/gcc/darwin/3.3/inttypes.h:142: error: syntax error at '#' token
3066/usr/include/gcc/darwin/3.3/inttypes.h:143: error: syntax error at '#' token
3067/usr/include/gcc/darwin/3.3/inttypes.h:144: error: syntax error at '#' token
3068/usr/include/gcc/darwin/3.3/inttypes.h:145: error: syntax error at '#' token
3069/usr/include/gcc/darwin/3.3/inttypes.h:146: error: syntax error at '#' token
3070/usr/include/gcc/darwin/3.3/inttypes.h:147: error: syntax error at '#' token
3071/usr/include/gcc/darwin/3.3/inttypes.h:149: error: syntax error at '#' token
3072/usr/include/gcc/darwin/3.3/inttypes.h:150: error: syntax error at '#' token
3073/usr/include/gcc/darwin/3.3/inttypes.h:151: error: syntax error at '#' token
3074/usr/include/gcc/darwin/3.3/inttypes.h:152: error: syntax error at '#' token
3075/usr/include/gcc/darwin/3.3/inttypes.h:153: error: syntax error at '#' token
3076/usr/include/gcc/darwin/3.3/inttypes.h:154: error: syntax error at '#' token
3077/usr/include/gcc/darwin/3.3/inttypes.h:156: error: syntax error at '#' token
3078/usr/include/gcc/darwin/3.3/inttypes.h:157: error: syntax error at '#' token
3079/usr/include/gcc/darwin/3.3/inttypes.h:158: error: syntax error at '#' token
3080/usr/include/gcc/darwin/3.3/inttypes.h:159: error: syntax error at '#' token
3081/usr/include/gcc/darwin/3.3/inttypes.h:160: error: syntax error at '#' token
3082/usr/include/gcc/darwin/3.3/inttypes.h:161: error: syntax error at '#' token
3083/usr/include/gcc/darwin/3.3/inttypes.h:163: error: syntax error at '#' token
3084/usr/include/gcc/darwin/3.3/inttypes.h:164: error: syntax error at '#' token
3085/usr/include/gcc/darwin/3.3/inttypes.h:165: error: syntax error at '#' token
3086/usr/include/gcc/darwin/3.3/inttypes.h:166: error: syntax error at '#' token
3087/usr/include/gcc/darwin/3.3/inttypes.h:167: error: syntax error at '#' token
3088/usr/include/gcc/darwin/3.3/inttypes.h:168: error: syntax error at '#' token
3089/usr/include/gcc/darwin/3.3/inttypes.h:169: error: syntax error at '#' token
3090/usr/include/gcc/darwin/3.3/inttypes.h:171: error: syntax error at '#' token
3091/usr/include/gcc/darwin/3.3/inttypes.h:172: error: syntax error at '#' token
3092/usr/include/gcc/darwin/3.3/inttypes.h:173: error: syntax error at '#' token
3093/usr/include/gcc/darwin/3.3/inttypes.h:174: error: syntax error at '#' token
3094/usr/include/gcc/darwin/3.3/inttypes.h:175: error: syntax error at '#' token
3095/usr/include/gcc/darwin/3.3/inttypes.h:177: error: syntax error at '#' token
3096/usr/include/gcc/darwin/3.3/inttypes.h:178: error: syntax error at '#' token
3097/usr/include/gcc/darwin/3.3/inttypes.h:179: error: syntax error at '#' token
3098/usr/include/gcc/darwin/3.3/inttypes.h:180: error: syntax error at '#' token
3099/usr/include/gcc/darwin/3.3/inttypes.h:181: error: syntax error at '#' token
3100/usr/include/gcc/darwin/3.3/inttypes.h:183: error: syntax error at '#' token
3101/usr/include/gcc/darwin/3.3/inttypes.h:184: error: syntax error at '#' token
3102/usr/include/gcc/darwin/3.3/inttypes.h:185: error: syntax error at '#' token
3103/usr/include/gcc/darwin/3.3/inttypes.h:186: error: syntax error at '#' token
3104/usr/include/gcc/darwin/3.3/inttypes.h:187: error: syntax error at '#' token
3105/usr/include/gcc/darwin/3.3/inttypes.h:188: error: syntax error at '#' token
3106/usr/include/gcc/darwin/3.3/inttypes.h:189: error: syntax error at '#' token
3107/usr/include/gcc/darwin/3.3/inttypes.h:191: error: syntax error at '#' token
3108/usr/include/gcc/darwin/3.3/inttypes.h:192: error: syntax error at '#' token
3109/usr/include/gcc/darwin/3.3/inttypes.h:193: error: syntax error at '#' token
3110/usr/include/gcc/darwin/3.3/inttypes.h:194: error: syntax error at '#' token
3111/usr/include/gcc/darwin/3.3/inttypes.h:195: error: syntax error at '#' token
3112/usr/include/gcc/darwin/3.3/inttypes.h:196: error: syntax error at '#' token
3113/usr/include/gcc/darwin/3.3/inttypes.h:197: error: syntax error at '#' token
3114/usr/include/gcc/darwin/3.3/inttypes.h:199: error: syntax error at '#' token
3115/usr/include/gcc/darwin/3.3/inttypes.h:200: error: syntax error at '#' token
3116/usr/include/gcc/darwin/3.3/inttypes.h:201: error: syntax error at '#' token
3117/usr/include/gcc/darwin/3.3/inttypes.h:202: error: syntax error at '#' token
3118/usr/include/gcc/darwin/3.3/inttypes.h:203: error: syntax error at '#' token
3119/usr/include/gcc/darwin/3.3/inttypes.h:205: error: syntax error at '#' token
3120/usr/include/gcc/darwin/3.3/inttypes.h:206: error: syntax error at '#' token
3121/usr/include/gcc/darwin/3.3/inttypes.h:207: error: syntax error at '#' token
3122/usr/include/gcc/darwin/3.3/inttypes.h:208: error: syntax error at '#' token
3123/usr/include/gcc/darwin/3.3/inttypes.h:209: error: syntax error at '#' token
3124/usr/include/gcc/darwin/3.3/inttypes.h:211: error: syntax error at '#' token
3125/usr/include/gcc/darwin/3.3/inttypes.h:212: error: syntax error at '#' token
3126/usr/include/gcc/darwin/3.3/inttypes.h:213: error: syntax error at '#' token
3127/usr/include/gcc/darwin/3.3/inttypes.h:214: error: syntax error at '#' token
3128/usr/include/gcc/darwin/3.3/inttypes.h:215: error: syntax error at '#' token
3129/usr/include/gcc/darwin/3.3/inttypes.h:216: error: syntax error at '#' token
3130/usr/include/gcc/darwin/3.3/inttypes.h:217: error: syntax error at '#' token
3131/usr/include/gcc/darwin/3.3/inttypes.h:219: error: syntax error at '#' token
3132/usr/include/gcc/darwin/3.3/inttypes.h:220: error: syntax error at '#' token
3133/usr/include/gcc/darwin/3.3/inttypes.h:221: error: syntax error at '#' token
3134/usr/include/gcc/darwin/3.3/inttypes.h:222: error: syntax error at '#' token
3135/usr/include/gcc/darwin/3.3/inttypes.h:223: error: syntax error at '#' token
3136/usr/include/gcc/darwin/3.3/inttypes.h:225: error: syntax error at '#' token
3137/usr/include/gcc/darwin/3.3/inttypes.h:226: error: syntax error at '#' token
3138/usr/include/gcc/darwin/3.3/inttypes.h:227: error: syntax error at '#' token
3139/usr/include/gcc/darwin/3.3/inttypes.h:228: error: syntax error at '#' token
3140/usr/include/gcc/darwin/3.3/inttypes.h:229: error: syntax error at '#' token
3141/usr/include/gcc/darwin/3.3/inttypes.h:231: error: syntax error at '#' token
3142/usr/include/gcc/darwin/3.3/inttypes.h:232: error: syntax error at '#' token
3143/usr/include/gcc/darwin/3.3/inttypes.h:233: error: syntax error at '#' token
3144/usr/include/gcc/darwin/3.3/inttypes.h:234: error: syntax error at '#' token
3145/usr/include/gcc/darwin/3.3/inttypes.h:235: error: syntax error at '#' token
3146/usr/include/gcc/darwin/3.3/inttypes.h:237: error: syntax error at '#' token
3147/usr/include/gcc/darwin/3.3/inttypes.h:238: error: syntax error at '#' token
3148/usr/include/gcc/darwin/3.3/inttypes.h:239: error: syntax error at '#' token
3149/usr/include/gcc/darwin/3.3/inttypes.h:240: error: syntax error at '#' token
3150/usr/include/gcc/darwin/3.3/inttypes.h:241: error: syntax error at '#' token
3151/usr/include/gcc/darwin/3.3/inttypes.h:242: error: syntax error at '#' token
3152/usr/include/gcc/darwin/3.3/inttypes.h:243: error: syntax error at '#' token
3153/usr/include/gcc/darwin/3.3/inttypes.h:245: error: syntax error at '#' token
3154/usr/include/gcc/darwin/3.3/inttypes.h:246: error: syntax error at '#' token
3155/usr/include/gcc/darwin/3.3/inttypes.h:247: error: syntax error at '#' token
3156/usr/include/gcc/darwin/3.3/inttypes.h:248: error: syntax error at '#' token
3157/usr/include/gcc/darwin/3.3/inttypes.h:249: error: syntax error at '#' token
3158/usr/include/gcc/darwin/3.3/inttypes.h:251: error: syntax error at '#' token
3159/usr/include/gcc/darwin/3.3/inttypes.h:252: error: syntax error at '#' token
3160/usr/include/gcc/darwin/3.3/inttypes.h:253: error: syntax error at '#' token
3161/usr/include/gcc/darwin/3.3/inttypes.h:254: error: syntax error at '#' token
3162/usr/include/gcc/darwin/3.3/inttypes.h:255: error: syntax error at '#' token
3163/usr/include/gcc/darwin/3.3/inttypes.h:256: error: syntax error at '#' token
3164/usr/include/gcc/darwin/3.3/inttypes.h:257: error: syntax error at '#' token
3165/usr/include/gcc/darwin/3.3/inttypes.h:275: error: parse error before "nptr"
3166/usr/include/gcc/darwin/3.3/inttypes.h:276: error: parse error before "nptr"
3167/usr/include/gcc/darwin/3.3/inttypes.h:286: error: parse error before "nptr"
3168/usr/include/gcc/darwin/3.3/inttypes.h:287: error: parse error before "nptr"
3169configure:10482: $? = 1
3170configure: failed program was:
3171| #line 10468 "configure"
3172| /* confdefs.h.  */
3173|
3174| #define PACKAGE_NAME ""
3175| #define PACKAGE_TARNAME ""
3176| #define PACKAGE_VERSION ""
3177| #define PACKAGE_STRING ""
3178| #define PACKAGE_BUGREPORT ""
3179| #define YYTEXT_POINTER 1
3180| #define STDC_HEADERS 1
3181| #define HAVE_SYS_TYPES_H 1
3182| #define HAVE_SYS_STAT_H 1
3183| #define HAVE_STDLIB_H 1
3184| #define HAVE_STRING_H 1
3185| #define HAVE_MEMORY_H 1
3186| #define HAVE_STRINGS_H 1
3187| #define HAVE_INTTYPES_H 1
3188| #define HAVE_STDINT_H 1
3189| #define HAVE_UNISTD_H 1
3190| #define HAVE_DLFCN_H 1
3191| #define off_t long
3192| #define size_t unsigned
3193| #define HAVE_ALLOCA_H 1
3194| #define HAVE_ALLOCA 1
3195| #define HAVE_STDLIB_H 1
3196| #define HAVE_UNISTD_H 1
3197| #define HAVE_GETPAGESIZE 1
3198| #define INTDIV0_RAISES_SIGFPE 0
3199| #define HAVE_STDINT_H_WITH_UINTMAX 1
3200| #define HAVE_UNSIGNED_LONG_LONG 1
3201| #define HAVE_LIMITS_H 1
3202| #define HAVE_LOCALE_H 1
3203| #define HAVE_NL_TYPES_H 1
3204| /* end confdefs.h.  */
3205| #include <stdio.h>
3206| #if HAVE_SYS_TYPES_H
3207| # include <sys/types.h>
3208| #endif
3209| #if HAVE_SYS_STAT_H
3210| # include <sys/stat.h>
3211| #endif
3212| #if STDC_HEADERS
3213| # include <stdlib.h>
3214| # include <stddef.h>
3215| #else
3216| # if HAVE_STDLIB_H
3217| #  include <stdlib.h>
3218| # endif
3219| #endif
3220| #if HAVE_STRING_H
3221| # if !STDC_HEADERS && HAVE_MEMORY_H
3222| #  include <memory.h>
3223| # endif
3224| # include <string.h>
3225| #endif
3226| #if HAVE_STRINGS_H
3227| # include <strings.h>
3228| #endif
3229| #if HAVE_INTTYPES_H
3230| # include <inttypes.h>
3231| #else
3232| # if HAVE_STDINT_H
3233| #  include <stdint.h>
3234| # endif
3235| #endif
3236| #if HAVE_UNISTD_H
3237| # include <unistd.h>
3238| #endif
3239| #include <stddef.h>
3240configure:10498: result: no
3241configure:10502: checking stddef.h presence
3242configure:10513: gcc -E -I/opt/local/include conftest.c
3243configure:10519: $? = 0
3244configure:10538: result: yes
3245configure:10558: WARNING: stddef.h: present but cannot be compiled
3246configure:10560: WARNING: stddef.h: check for missing prerequisite headers?
3247configure:10562: WARNING: stddef.h: proceeding with the preprocessor's result
3248configure:10574: checking for stddef.h
3249configure:10581: result: yes
3250configure:10457: checking for stdlib.h
3251configure:10462: result: yes
3252configure:10457: checking for string.h
3253configure:10462: result: yes
3254configure:10457: checking for unistd.h
3255configure:10462: result: yes
3256configure:10466: checking sys/param.h usability
3257configure:10479: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
3258In file included from /usr/include/machine/param.h:30,
3259                 from /usr/include/sys/param.h:102,
3260                 from configure:10539:
3261/usr/include/ppc/param.h:98: macro "btodb" requires 2 arguments, but only 1 given
3262/usr/include/ppc/param.h:100: macro "dbtob" requires 2 arguments, but only 1 given
3263configure:10482: $? = 1
3264configure: failed program was:
3265| #line 10468 "configure"
3266| /* confdefs.h.  */
3267|
3268| #define PACKAGE_NAME ""
3269| #define PACKAGE_TARNAME ""
3270| #define PACKAGE_VERSION ""
3271| #define PACKAGE_STRING ""
3272| #define PACKAGE_BUGREPORT ""
3273| #define YYTEXT_POINTER 1
3274| #define STDC_HEADERS 1
3275| #define HAVE_SYS_TYPES_H 1
3276| #define HAVE_SYS_STAT_H 1
3277| #define HAVE_STDLIB_H 1
3278| #define HAVE_STRING_H 1
3279| #define HAVE_MEMORY_H 1
3280| #define HAVE_STRINGS_H 1
3281| #define HAVE_INTTYPES_H 1
3282| #define HAVE_STDINT_H 1
3283| #define HAVE_UNISTD_H 1
3284| #define HAVE_DLFCN_H 1
3285| #define off_t long
3286| #define size_t unsigned
3287| #define HAVE_ALLOCA_H 1
3288| #define HAVE_ALLOCA 1
3289| #define HAVE_STDLIB_H 1
3290| #define HAVE_UNISTD_H 1
3291| #define HAVE_GETPAGESIZE 1
3292| #define INTDIV0_RAISES_SIGFPE 0
3293| #define HAVE_STDINT_H_WITH_UINTMAX 1
3294| #define HAVE_UNSIGNED_LONG_LONG 1
3295| #define HAVE_LIMITS_H 1
3296| #define HAVE_LOCALE_H 1
3297| #define HAVE_NL_TYPES_H 1
3298| #define HAVE_STDDEF_H 1
3299| #define HAVE_STDLIB_H 1
3300| #define HAVE_STRING_H 1
3301| #define HAVE_UNISTD_H 1
3302| /* end confdefs.h.  */
3303| #include <stdio.h>
3304| #if HAVE_SYS_TYPES_H
3305| # include <sys/types.h>
3306| #endif
3307| #if HAVE_SYS_STAT_H
3308| # include <sys/stat.h>
3309| #endif
3310| #if STDC_HEADERS
3311| # include <stdlib.h>
3312| # include <stddef.h>
3313| #else
3314| # if HAVE_STDLIB_H
3315| #  include <stdlib.h>
3316| # endif
3317| #endif
3318| #if HAVE_STRING_H
3319| # if !STDC_HEADERS && HAVE_MEMORY_H
3320| #  include <memory.h>
3321| # endif
3322| # include <string.h>
3323| #endif
3324| #if HAVE_STRINGS_H
3325| # include <strings.h>
3326| #endif
3327| #if HAVE_INTTYPES_H
3328| # include <inttypes.h>
3329| #else
3330| # if HAVE_STDINT_H
3331| #  include <stdint.h>
3332| # endif
3333| #endif
3334| #if HAVE_UNISTD_H
3335| # include <unistd.h>
3336| #endif
3337| #include <sys/param.h>
3338configure:10498: result: no
3339configure:10502: checking sys/param.h presence
3340configure:10513: gcc -E -I/opt/local/include conftest.c
3341configure:10519: $? = 0
3342configure:10538: result: yes
3343configure:10558: WARNING: sys/param.h: present but cannot be compiled
3344configure:10560: WARNING: sys/param.h: check for missing prerequisite headers?
3345configure:10562: WARNING: sys/param.h: proceeding with the preprocessor's result
3346configure:10574: checking for sys/param.h
3347configure:10581: result: yes
3348configure:10620: checking for feof_unlocked
3349configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3350configure:10673: $? = 0
3351configure:10676: test -s conftest
3352configure:10679: $? = 0
3353configure:10690: result: yes
3354configure:10620: checking for fgets_unlocked
3355configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3356ld: Undefined symbols:
3357_fgets_unlocked
3358configure:10673: $? = 1
3359configure: failed program was:
3360| #line 10625 "configure"
3361| /* confdefs.h.  */
3362|
3363| #define PACKAGE_NAME ""
3364| #define PACKAGE_TARNAME ""
3365| #define PACKAGE_VERSION ""
3366| #define PACKAGE_STRING ""
3367| #define PACKAGE_BUGREPORT ""
3368| #define YYTEXT_POINTER 1
3369| #define STDC_HEADERS 1
3370| #define HAVE_SYS_TYPES_H 1
3371| #define HAVE_SYS_STAT_H 1
3372| #define HAVE_STDLIB_H 1
3373| #define HAVE_STRING_H 1
3374| #define HAVE_MEMORY_H 1
3375| #define HAVE_STRINGS_H 1
3376| #define HAVE_INTTYPES_H 1
3377| #define HAVE_STDINT_H 1
3378| #define HAVE_UNISTD_H 1
3379| #define HAVE_DLFCN_H 1
3380| #define off_t long
3381| #define size_t unsigned
3382| #define HAVE_ALLOCA_H 1
3383| #define HAVE_ALLOCA 1
3384| #define HAVE_STDLIB_H 1
3385| #define HAVE_UNISTD_H 1
3386| #define HAVE_GETPAGESIZE 1
3387| #define INTDIV0_RAISES_SIGFPE 0
3388| #define HAVE_STDINT_H_WITH_UINTMAX 1
3389| #define HAVE_UNSIGNED_LONG_LONG 1
3390| #define HAVE_LIMITS_H 1
3391| #define HAVE_LOCALE_H 1
3392| #define HAVE_NL_TYPES_H 1
3393| #define HAVE_STDDEF_H 1
3394| #define HAVE_STDLIB_H 1
3395| #define HAVE_STRING_H 1
3396| #define HAVE_UNISTD_H 1
3397| #define HAVE_SYS_PARAM_H 1
3398| #define HAVE_FEOF_UNLOCKED 1
3399| /* end confdefs.h.  */
3400| /* System header to define __stub macros and hopefully few prototypes,
3401|     which can conflict with char fgets_unlocked (); below.
3402|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3403|     <limits.h> exists even on freestanding compilers.  */
3404| #ifdef __STDC__
3405| # include <limits.h>
3406| #else
3407| # include <assert.h>
3408| #endif
3409| /* Override any gcc2 internal prototype to avoid an error.  */
3410| #ifdef __cplusplus
3411| extern "C"
3412| {
3413| #endif
3414| /* We use char because int might match the return type of a gcc2
3415|    builtin and then its argument prototype would still apply.  */
3416| char fgets_unlocked ();
3417| /* The GNU C library defines this for functions which it implements
3418|     to always fail with ENOSYS.  Some functions are actually named
3419|     something starting with __ and the normal name is an alias.  */
3420| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
3421| choke me
3422| #else
3423| char (*f) () = fgets_unlocked;
3424| #endif
3425| #ifdef __cplusplus
3426| }
3427| #endif
3428|
3429| int
3430| main ()
3431| {
3432| return f != fgets_unlocked;
3433|   ;
3434|   return 0;
3435| }
3436configure:10690: result: no
3437configure:10620: checking for getc_unlocked
3438configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3439configure:10673: $? = 0
3440configure:10676: test -s conftest
3441configure:10679: $? = 0
3442configure:10690: result: yes
3443configure:10620: checking for getcwd
3444configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3445configure:10673: $? = 0
3446configure:10676: test -s conftest
3447configure:10679: $? = 0
3448configure:10690: result: yes
3449configure:10620: checking for getegid
3450configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3451configure:10673: $? = 0
3452configure:10676: test -s conftest
3453configure:10679: $? = 0
3454configure:10690: result: yes
3455configure:10620: checking for geteuid
3456configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3457configure:10673: $? = 0
3458configure:10676: test -s conftest
3459configure:10679: $? = 0
3460configure:10690: result: yes
3461configure:10620: checking for getgid
3462configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3463configure:10673: $? = 0
3464configure:10676: test -s conftest
3465configure:10679: $? = 0
3466configure:10690: result: yes
3467configure:10620: checking for getuid
3468configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3469configure:10673: $? = 0
3470configure:10676: test -s conftest
3471configure:10679: $? = 0
3472configure:10690: result: yes
3473configure:10620: checking for mempcpy
3474configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3475ld: Undefined symbols:
3476_mempcpy
3477configure:10673: $? = 1
3478configure: failed program was:
3479| #line 10625 "configure"
3480| /* confdefs.h.  */
3481|
3482| #define PACKAGE_NAME ""
3483| #define PACKAGE_TARNAME ""
3484| #define PACKAGE_VERSION ""
3485| #define PACKAGE_STRING ""
3486| #define PACKAGE_BUGREPORT ""
3487| #define YYTEXT_POINTER 1
3488| #define STDC_HEADERS 1
3489| #define HAVE_SYS_TYPES_H 1
3490| #define HAVE_SYS_STAT_H 1
3491| #define HAVE_STDLIB_H 1
3492| #define HAVE_STRING_H 1
3493| #define HAVE_MEMORY_H 1
3494| #define HAVE_STRINGS_H 1
3495| #define HAVE_INTTYPES_H 1
3496| #define HAVE_STDINT_H 1
3497| #define HAVE_UNISTD_H 1
3498| #define HAVE_DLFCN_H 1
3499| #define off_t long
3500| #define size_t unsigned
3501| #define HAVE_ALLOCA_H 1
3502| #define HAVE_ALLOCA 1
3503| #define HAVE_STDLIB_H 1
3504| #define HAVE_UNISTD_H 1
3505| #define HAVE_GETPAGESIZE 1
3506| #define INTDIV0_RAISES_SIGFPE 0
3507| #define HAVE_STDINT_H_WITH_UINTMAX 1
3508| #define HAVE_UNSIGNED_LONG_LONG 1
3509| #define HAVE_LIMITS_H 1
3510| #define HAVE_LOCALE_H 1
3511| #define HAVE_NL_TYPES_H 1
3512| #define HAVE_STDDEF_H 1
3513| #define HAVE_STDLIB_H 1
3514| #define HAVE_STRING_H 1
3515| #define HAVE_UNISTD_H 1
3516| #define HAVE_SYS_PARAM_H 1
3517| #define HAVE_FEOF_UNLOCKED 1
3518| #define HAVE_GETC_UNLOCKED 1
3519| #define HAVE_GETCWD 1
3520| #define HAVE_GETEGID 1
3521| #define HAVE_GETEUID 1
3522| #define HAVE_GETGID 1
3523| #define HAVE_GETUID 1
3524| /* end confdefs.h.  */
3525| /* System header to define __stub macros and hopefully few prototypes,
3526|     which can conflict with char mempcpy (); below.
3527|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3528|     <limits.h> exists even on freestanding compilers.  */
3529| #ifdef __STDC__
3530| # include <limits.h>
3531| #else
3532| # include <assert.h>
3533| #endif
3534| /* Override any gcc2 internal prototype to avoid an error.  */
3535| #ifdef __cplusplus
3536| extern "C"
3537| {
3538| #endif
3539| /* We use char because int might match the return type of a gcc2
3540|    builtin and then its argument prototype would still apply.  */
3541| char mempcpy ();
3542| /* The GNU C library defines this for functions which it implements
3543|     to always fail with ENOSYS.  Some functions are actually named
3544|     something starting with __ and the normal name is an alias.  */
3545| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
3546| choke me
3547| #else
3548| char (*f) () = mempcpy;
3549| #endif
3550| #ifdef __cplusplus
3551| }
3552| #endif
3553|
3554| int
3555| main ()
3556| {
3557| return f != mempcpy;
3558|   ;
3559|   return 0;
3560| }
3561configure:10690: result: no
3562configure:10620: checking for munmap
3563configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3564configure:10673: $? = 0
3565configure:10676: test -s conftest
3566configure:10679: $? = 0
3567configure:10690: result: yes
3568configure:10620: checking for putenv
3569configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3570configure:10673: $? = 0
3571configure:10676: test -s conftest
3572configure:10679: $? = 0
3573configure:10690: result: yes
3574configure:10620: checking for setenv
3575configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3576configure:10673: $? = 0
3577configure:10676: test -s conftest
3578configure:10679: $? = 0
3579configure:10690: result: yes
3580configure:10620: checking for setlocale
3581configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3582configure:10673: $? = 0
3583configure:10676: test -s conftest
3584configure:10679: $? = 0
3585configure:10690: result: yes
3586configure:10620: checking for stpcpy
3587configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3588configure:10673: $? = 0
3589configure:10676: test -s conftest
3590configure:10679: $? = 0
3591configure:10690: result: yes
3592configure:10620: checking for strcasecmp
3593configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3594configure:10673: $? = 0
3595configure:10676: test -s conftest
3596configure:10679: $? = 0
3597configure:10690: result: yes
3598configure:10620: checking for strdup
3599configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3600configure:10673: $? = 0
3601configure:10676: test -s conftest
3602configure:10679: $? = 0
3603configure:10690: result: yes
3604configure:10620: checking for strtoul
3605configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3606configure:10673: $? = 0
3607configure:10676: test -s conftest
3608configure:10679: $? = 0
3609configure:10690: result: yes
3610configure:10620: checking for tsearch
3611configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3612configure:10673: $? = 0
3613configure:10676: test -s conftest
3614configure:10679: $? = 0
3615configure:10690: result: yes
3616configure:10620: checking for __argz_count
3617configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3618ld: Undefined symbols:
3619___argz_count
3620configure:10673: $? = 1
3621configure: failed program was:
3622| #line 10625 "configure"
3623| /* confdefs.h.  */
3624|
3625| #define PACKAGE_NAME ""
3626| #define PACKAGE_TARNAME ""
3627| #define PACKAGE_VERSION ""
3628| #define PACKAGE_STRING ""
3629| #define PACKAGE_BUGREPORT ""
3630| #define YYTEXT_POINTER 1
3631| #define STDC_HEADERS 1
3632| #define HAVE_SYS_TYPES_H 1
3633| #define HAVE_SYS_STAT_H 1
3634| #define HAVE_STDLIB_H 1
3635| #define HAVE_STRING_H 1
3636| #define HAVE_MEMORY_H 1
3637| #define HAVE_STRINGS_H 1
3638| #define HAVE_INTTYPES_H 1
3639| #define HAVE_STDINT_H 1
3640| #define HAVE_UNISTD_H 1
3641| #define HAVE_DLFCN_H 1
3642| #define off_t long
3643| #define size_t unsigned
3644| #define HAVE_ALLOCA_H 1
3645| #define HAVE_ALLOCA 1
3646| #define HAVE_STDLIB_H 1
3647| #define HAVE_UNISTD_H 1
3648| #define HAVE_GETPAGESIZE 1
3649| #define INTDIV0_RAISES_SIGFPE 0
3650| #define HAVE_STDINT_H_WITH_UINTMAX 1
3651| #define HAVE_UNSIGNED_LONG_LONG 1
3652| #define HAVE_LIMITS_H 1
3653| #define HAVE_LOCALE_H 1
3654| #define HAVE_NL_TYPES_H 1
3655| #define HAVE_STDDEF_H 1
3656| #define HAVE_STDLIB_H 1
3657| #define HAVE_STRING_H 1
3658| #define HAVE_UNISTD_H 1
3659| #define HAVE_SYS_PARAM_H 1
3660| #define HAVE_FEOF_UNLOCKED 1
3661| #define HAVE_GETC_UNLOCKED 1
3662| #define HAVE_GETCWD 1
3663| #define HAVE_GETEGID 1
3664| #define HAVE_GETEUID 1
3665| #define HAVE_GETGID 1
3666| #define HAVE_GETUID 1
3667| #define HAVE_MUNMAP 1
3668| #define HAVE_PUTENV 1
3669| #define HAVE_SETENV 1
3670| #define HAVE_SETLOCALE 1
3671| #define HAVE_STPCPY 1
3672| #define HAVE_STRCASECMP 1
3673| #define HAVE_STRDUP 1
3674| #define HAVE_STRTOUL 1
3675| #define HAVE_TSEARCH 1
3676| /* end confdefs.h.  */
3677| /* System header to define __stub macros and hopefully few prototypes,
3678|     which can conflict with char __argz_count (); below.
3679|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3680|     <limits.h> exists even on freestanding compilers.  */
3681| #ifdef __STDC__
3682| # include <limits.h>
3683| #else
3684| # include <assert.h>
3685| #endif
3686| /* Override any gcc2 internal prototype to avoid an error.  */
3687| #ifdef __cplusplus
3688| extern "C"
3689| {
3690| #endif
3691| /* We use char because int might match the return type of a gcc2
3692|    builtin and then its argument prototype would still apply.  */
3693| char __argz_count ();
3694| /* The GNU C library defines this for functions which it implements
3695|     to always fail with ENOSYS.  Some functions are actually named
3696|     something starting with __ and the normal name is an alias.  */
3697| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
3698| choke me
3699| #else
3700| char (*f) () = __argz_count;
3701| #endif
3702| #ifdef __cplusplus
3703| }
3704| #endif
3705|
3706| int
3707| main ()
3708| {
3709| return f != __argz_count;
3710|   ;
3711|   return 0;
3712| }
3713configure:10690: result: no
3714configure:10620: checking for __argz_stringify
3715configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3716ld: Undefined symbols:
3717___argz_stringify
3718configure:10673: $? = 1
3719configure: failed program was:
3720| #line 10625 "configure"
3721| /* confdefs.h.  */
3722|
3723| #define PACKAGE_NAME ""
3724| #define PACKAGE_TARNAME ""
3725| #define PACKAGE_VERSION ""
3726| #define PACKAGE_STRING ""
3727| #define PACKAGE_BUGREPORT ""
3728| #define YYTEXT_POINTER 1
3729| #define STDC_HEADERS 1
3730| #define HAVE_SYS_TYPES_H 1
3731| #define HAVE_SYS_STAT_H 1
3732| #define HAVE_STDLIB_H 1
3733| #define HAVE_STRING_H 1
3734| #define HAVE_MEMORY_H 1
3735| #define HAVE_STRINGS_H 1
3736| #define HAVE_INTTYPES_H 1
3737| #define HAVE_STDINT_H 1
3738| #define HAVE_UNISTD_H 1
3739| #define HAVE_DLFCN_H 1
3740| #define off_t long
3741| #define size_t unsigned
3742| #define HAVE_ALLOCA_H 1
3743| #define HAVE_ALLOCA 1
3744| #define HAVE_STDLIB_H 1
3745| #define HAVE_UNISTD_H 1
3746| #define HAVE_GETPAGESIZE 1
3747| #define INTDIV0_RAISES_SIGFPE 0
3748| #define HAVE_STDINT_H_WITH_UINTMAX 1
3749| #define HAVE_UNSIGNED_LONG_LONG 1
3750| #define HAVE_LIMITS_H 1
3751| #define HAVE_LOCALE_H 1
3752| #define HAVE_NL_TYPES_H 1
3753| #define HAVE_STDDEF_H 1
3754| #define HAVE_STDLIB_H 1
3755| #define HAVE_STRING_H 1
3756| #define HAVE_UNISTD_H 1
3757| #define HAVE_SYS_PARAM_H 1
3758| #define HAVE_FEOF_UNLOCKED 1
3759| #define HAVE_GETC_UNLOCKED 1
3760| #define HAVE_GETCWD 1
3761| #define HAVE_GETEGID 1
3762| #define HAVE_GETEUID 1
3763| #define HAVE_GETGID 1
3764| #define HAVE_GETUID 1
3765| #define HAVE_MUNMAP 1
3766| #define HAVE_PUTENV 1
3767| #define HAVE_SETENV 1
3768| #define HAVE_SETLOCALE 1
3769| #define HAVE_STPCPY 1
3770| #define HAVE_STRCASECMP 1
3771| #define HAVE_STRDUP 1
3772| #define HAVE_STRTOUL 1
3773| #define HAVE_TSEARCH 1
3774| /* end confdefs.h.  */
3775| /* System header to define __stub macros and hopefully few prototypes,
3776|     which can conflict with char __argz_stringify (); below.
3777|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3778|     <limits.h> exists even on freestanding compilers.  */
3779| #ifdef __STDC__
3780| # include <limits.h>
3781| #else
3782| # include <assert.h>
3783| #endif
3784| /* Override any gcc2 internal prototype to avoid an error.  */
3785| #ifdef __cplusplus
3786| extern "C"
3787| {
3788| #endif
3789| /* We use char because int might match the return type of a gcc2
3790|    builtin and then its argument prototype would still apply.  */
3791| char __argz_stringify ();
3792| /* The GNU C library defines this for functions which it implements
3793|     to always fail with ENOSYS.  Some functions are actually named
3794|     something starting with __ and the normal name is an alias.  */
3795| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
3796| choke me
3797| #else
3798| char (*f) () = __argz_stringify;
3799| #endif
3800| #ifdef __cplusplus
3801| }
3802| #endif
3803|
3804| int
3805| main ()
3806| {
3807| return f != __argz_stringify;
3808|   ;
3809|   return 0;
3810| }
3811configure:10690: result: no
3812configure:10620: checking for __argz_next
3813configure:10670: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3814ld: Undefined symbols:
3815___argz_next
3816configure:10673: $? = 1
3817configure: failed program was:
3818| #line 10625 "configure"
3819| /* confdefs.h.  */
3820|
3821| #define PACKAGE_NAME ""
3822| #define PACKAGE_TARNAME ""
3823| #define PACKAGE_VERSION ""
3824| #define PACKAGE_STRING ""
3825| #define PACKAGE_BUGREPORT ""
3826| #define YYTEXT_POINTER 1
3827| #define STDC_HEADERS 1
3828| #define HAVE_SYS_TYPES_H 1
3829| #define HAVE_SYS_STAT_H 1
3830| #define HAVE_STDLIB_H 1
3831| #define HAVE_STRING_H 1
3832| #define HAVE_MEMORY_H 1
3833| #define HAVE_STRINGS_H 1
3834| #define HAVE_INTTYPES_H 1
3835| #define HAVE_STDINT_H 1
3836| #define HAVE_UNISTD_H 1
3837| #define HAVE_DLFCN_H 1
3838| #define off_t long
3839| #define size_t unsigned
3840| #define HAVE_ALLOCA_H 1
3841| #define HAVE_ALLOCA 1
3842| #define HAVE_STDLIB_H 1
3843| #define HAVE_UNISTD_H 1
3844| #define HAVE_GETPAGESIZE 1
3845| #define INTDIV0_RAISES_SIGFPE 0
3846| #define HAVE_STDINT_H_WITH_UINTMAX 1
3847| #define HAVE_UNSIGNED_LONG_LONG 1
3848| #define HAVE_LIMITS_H 1
3849| #define HAVE_LOCALE_H 1
3850| #define HAVE_NL_TYPES_H 1
3851| #define HAVE_STDDEF_H 1
3852| #define HAVE_STDLIB_H 1
3853| #define HAVE_STRING_H 1
3854| #define HAVE_UNISTD_H 1
3855| #define HAVE_SYS_PARAM_H 1
3856| #define HAVE_FEOF_UNLOCKED 1
3857| #define HAVE_GETC_UNLOCKED 1
3858| #define HAVE_GETCWD 1
3859| #define HAVE_GETEGID 1
3860| #define HAVE_GETEUID 1
3861| #define HAVE_GETGID 1
3862| #define HAVE_GETUID 1
3863| #define HAVE_MUNMAP 1
3864| #define HAVE_PUTENV 1
3865| #define HAVE_SETENV 1
3866| #define HAVE_SETLOCALE 1
3867| #define HAVE_STPCPY 1
3868| #define HAVE_STRCASECMP 1
3869| #define HAVE_STRDUP 1
3870| #define HAVE_STRTOUL 1
3871| #define HAVE_TSEARCH 1
3872| /* end confdefs.h.  */
3873| /* System header to define __stub macros and hopefully few prototypes,
3874|     which can conflict with char __argz_next (); below.
3875|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3876|     <limits.h> exists even on freestanding compilers.  */
3877| #ifdef __STDC__
3878| # include <limits.h>
3879| #else
3880| # include <assert.h>
3881| #endif
3882| /* Override any gcc2 internal prototype to avoid an error.  */
3883| #ifdef __cplusplus
3884| extern "C"
3885| {
3886| #endif
3887| /* We use char because int might match the return type of a gcc2
3888|    builtin and then its argument prototype would still apply.  */
3889| char __argz_next ();
3890| /* The GNU C library defines this for functions which it implements
3891|     to always fail with ENOSYS.  Some functions are actually named
3892|     something starting with __ and the normal name is an alias.  */
3893| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
3894| choke me
3895| #else
3896| char (*f) () = __argz_next;
3897| #endif
3898| #ifdef __cplusplus
3899| }
3900| #endif
3901|
3902| int
3903| main ()
3904| {
3905| return f != __argz_next;
3906|   ;
3907|   return 0;
3908| }
3909configure:10690: result: no
3910configure:10731: checking for iconv
3911configure:10759: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
3912ld: Undefined symbols:
3913_libiconv
3914_libiconv_close
3915_libiconv_open
3916configure:10762: $? = 1
3917configure: failed program was:
3918| #line 10739 "configure"
3919| /* confdefs.h.  */
3920|
3921| #define PACKAGE_NAME ""
3922| #define PACKAGE_TARNAME ""
3923| #define PACKAGE_VERSION ""
3924| #define PACKAGE_STRING ""
3925| #define PACKAGE_BUGREPORT ""
3926| #define YYTEXT_POINTER 1
3927| #define STDC_HEADERS 1
3928| #define HAVE_SYS_TYPES_H 1
3929| #define HAVE_SYS_STAT_H 1
3930| #define HAVE_STDLIB_H 1
3931| #define HAVE_STRING_H 1
3932| #define HAVE_MEMORY_H 1
3933| #define HAVE_STRINGS_H 1
3934| #define HAVE_INTTYPES_H 1
3935| #define HAVE_STDINT_H 1
3936| #define HAVE_UNISTD_H 1
3937| #define HAVE_DLFCN_H 1
3938| #define off_t long
3939| #define size_t unsigned
3940| #define HAVE_ALLOCA_H 1
3941| #define HAVE_ALLOCA 1
3942| #define HAVE_STDLIB_H 1
3943| #define HAVE_UNISTD_H 1
3944| #define HAVE_GETPAGESIZE 1
3945| #define INTDIV0_RAISES_SIGFPE 0
3946| #define HAVE_STDINT_H_WITH_UINTMAX 1
3947| #define HAVE_UNSIGNED_LONG_LONG 1
3948| #define HAVE_LIMITS_H 1
3949| #define HAVE_LOCALE_H 1
3950| #define HAVE_NL_TYPES_H 1
3951| #define HAVE_STDDEF_H 1
3952| #define HAVE_STDLIB_H 1
3953| #define HAVE_STRING_H 1
3954| #define HAVE_UNISTD_H 1
3955| #define HAVE_SYS_PARAM_H 1
3956| #define HAVE_FEOF_UNLOCKED 1
3957| #define HAVE_GETC_UNLOCKED 1
3958| #define HAVE_GETCWD 1
3959| #define HAVE_GETEGID 1
3960| #define HAVE_GETEUID 1
3961| #define HAVE_GETGID 1
3962| #define HAVE_GETUID 1
3963| #define HAVE_MUNMAP 1
3964| #define HAVE_PUTENV 1
3965| #define HAVE_SETENV 1
3966| #define HAVE_SETLOCALE 1
3967| #define HAVE_STPCPY 1
3968| #define HAVE_STRCASECMP 1
3969| #define HAVE_STRDUP 1
3970| #define HAVE_STRTOUL 1
3971| #define HAVE_TSEARCH 1
3972| /* end confdefs.h.  */
3973| #include <stdlib.h>
3974| #include <iconv.h>
3975| int
3976| main ()
3977| {
3978| iconv_t cd = iconv_open("","");
3979|        iconv(cd,NULL,NULL,NULL,NULL);
3980|        iconv_close(cd);
3981|   ;
3982|   return 0;
3983| }
3984configure:10800: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib -liconv >&5
3985configure:10803: $? = 0
3986configure:10806: test -s conftest
3987configure:10809: $? = 0
3988configure:10823: result: yes
3989configure:10833: checking how to link with libiconv
3990configure:10835: result: -liconv
3991configure:10846: checking for iconv declaration
3992configure:10881: gcc -c -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include conftest.c >&5
3993configure:10884: $? = 0
3994configure:10887: test -s conftest.o
3995configure:10890: $? = 0
3996configure:10905: result:
3997         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3998configure:10916: checking for nl_langinfo and CODESET
3999configure:10938: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
4000configure:10941: $? = 0
4001configure:10944: test -s conftest
4002configure:10947: $? = 0
4003configure:10959: result: yes
4004configure:10971: checking for LC_MESSAGES
4005configure:10993: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
4006configure:10996: $? = 0
4007configure:10999: test -s conftest
4008configure:11002: $? = 0
4009configure:11013: result: yes
4010configure:11029: checking for bison
4011configure:11045: found /usr/bin/bison
4012configure:11055: result: bison
4013configure:11068: checking version of bison
4014configure:11077: result: 1.28, ok
4015configure:11098: checking whether NLS is requested
4016configure:11107: result: yes
4017configure:11122: checking whether included gettext is requested
4018configure:11132: result: no
4019configure:11143: checking for GNU gettext in libc
4020configure:11168: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include  conftest.c -L/opt/local/lib >&5
4021ld: Undefined symbols:
4022__nl_domain_bindings
4023__nl_msg_cat_cntr
4024_bindtextdomain
4025_gettext
4026configure:11171: $? = 1
4027configure: failed program was:
4028| #line 11148 "configure"
4029| /* confdefs.h.  */
4030|
4031| #define PACKAGE_NAME ""
4032| #define PACKAGE_TARNAME ""
4033| #define PACKAGE_VERSION ""
4034| #define PACKAGE_STRING ""
4035| #define PACKAGE_BUGREPORT ""
4036| #define YYTEXT_POINTER 1
4037| #define STDC_HEADERS 1
4038| #define HAVE_SYS_TYPES_H 1
4039| #define HAVE_SYS_STAT_H 1
4040| #define HAVE_STDLIB_H 1
4041| #define HAVE_STRING_H 1
4042| #define HAVE_MEMORY_H 1
4043| #define HAVE_STRINGS_H 1
4044| #define HAVE_INTTYPES_H 1
4045| #define HAVE_STDINT_H 1
4046| #define HAVE_UNISTD_H 1
4047| #define HAVE_DLFCN_H 1
4048| #define off_t long
4049| #define size_t unsigned
4050| #define HAVE_ALLOCA_H 1
4051| #define HAVE_ALLOCA 1
4052| #define HAVE_STDLIB_H 1
4053| #define HAVE_UNISTD_H 1
4054| #define HAVE_GETPAGESIZE 1
4055| #define INTDIV0_RAISES_SIGFPE 0
4056| #define HAVE_STDINT_H_WITH_UINTMAX 1
4057| #define HAVE_UNSIGNED_LONG_LONG 1
4058| #define HAVE_LIMITS_H 1
4059| #define HAVE_LOCALE_H 1
4060| #define HAVE_NL_TYPES_H 1
4061| #define HAVE_STDDEF_H 1
4062| #define HAVE_STDLIB_H 1
4063| #define HAVE_STRING_H 1
4064| #define HAVE_UNISTD_H 1
4065| #define HAVE_SYS_PARAM_H 1
4066| #define HAVE_FEOF_UNLOCKED 1
4067| #define HAVE_GETC_UNLOCKED 1
4068| #define HAVE_GETCWD 1
4069| #define HAVE_GETEGID 1
4070| #define HAVE_GETEUID 1
4071| #define HAVE_GETGID 1
4072| #define HAVE_GETUID 1
4073| #define HAVE_MUNMAP 1
4074| #define HAVE_PUTENV 1
4075| #define HAVE_SETENV 1
4076| #define HAVE_SETLOCALE 1
4077| #define HAVE_STPCPY 1
4078| #define HAVE_STRCASECMP 1
4079| #define HAVE_STRDUP 1
4080| #define HAVE_STRTOUL 1
4081| #define HAVE_TSEARCH 1
4082| #define HAVE_ICONV 1
4083| #define ICONV_CONST
4084| #define HAVE_LANGINFO_CODESET 1
4085| #define HAVE_LC_MESSAGES 1
4086| /* end confdefs.h.  */
4087| #include <libintl.h>
4088| extern int _nl_msg_cat_cntr;
4089| extern int *_nl_domain_bindings;
4090| int
4091| main ()
4092| {
4093| bindtextdomain ("", "");
4094| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
4095|   ;
4096|   return 0;
4097| }
4098configure:11188: result: no
4099configure:11571: checking for GNU gettext in libintl
4100configure:11604: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include   conftest.c -L/opt/local/lib -lintl >&5
4101configure:11607: $? = 0
4102configure:11610: test -s conftest
4103configure:11613: $? = 0
4104configure:11674: result: yes
4105configure:11725: checking how to link with libintl
4106configure:11727: result: -lintl
4107configure:11861: checking for glib-config
4108configure:11879: found /opt/local/bin/glib-config
4109configure:11892: result: /opt/local/bin/glib-config
4110configure:11900: checking for GLIB - version >= 1.2.6
4111configure:12005: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -D_REENTRANT -I/opt/local/include  conftest.c -L/opt/local/lib -lgthread -lglib -lpthread -L/opt/local/lib >&5
4112cc1: internal compiler error: Bus error
4113Please submit a full bug report,
4114with preprocessed source if appropriate.
4115See <URL:http://developer.apple.com/bugreporter> for instructions.
4116configure:12008: $? = 1
4117configure: program exited with status 1
4118configure: failed program was:
4119| #line 11923 "configure"
4120| /* confdefs.h.  */
4121|
4122| #define PACKAGE_NAME ""
4123| #define PACKAGE_TARNAME ""
4124| #define PACKAGE_VERSION ""
4125| #define PACKAGE_STRING ""
4126| #define PACKAGE_BUGREPORT ""
4127| #define YYTEXT_POINTER 1
4128| #define STDC_HEADERS 1
4129| #define HAVE_SYS_TYPES_H 1
4130| #define HAVE_SYS_STAT_H 1
4131| #define HAVE_STDLIB_H 1
4132| #define HAVE_STRING_H 1
4133| #define HAVE_MEMORY_H 1
4134| #define HAVE_STRINGS_H 1
4135| #define HAVE_INTTYPES_H 1
4136| #define HAVE_STDINT_H 1
4137| #define HAVE_UNISTD_H 1
4138| #define HAVE_DLFCN_H 1
4139| #define off_t long
4140| #define size_t unsigned
4141| #define HAVE_ALLOCA_H 1
4142| #define HAVE_ALLOCA 1
4143| #define HAVE_STDLIB_H 1
4144| #define HAVE_UNISTD_H 1
4145| #define HAVE_GETPAGESIZE 1
4146| #define INTDIV0_RAISES_SIGFPE 0
4147| #define HAVE_STDINT_H_WITH_UINTMAX 1
4148| #define HAVE_UNSIGNED_LONG_LONG 1
4149| #define HAVE_LIMITS_H 1
4150| #define HAVE_LOCALE_H 1
4151| #define HAVE_NL_TYPES_H 1
4152| #define HAVE_STDDEF_H 1
4153| #define HAVE_STDLIB_H 1
4154| #define HAVE_STRING_H 1
4155| #define HAVE_UNISTD_H 1
4156| #define HAVE_SYS_PARAM_H 1
4157| #define HAVE_FEOF_UNLOCKED 1
4158| #define HAVE_GETC_UNLOCKED 1
4159| #define HAVE_GETCWD 1
4160| #define HAVE_GETEGID 1
4161| #define HAVE_GETEUID 1
4162| #define HAVE_GETGID 1
4163| #define HAVE_GETUID 1
4164| #define HAVE_MUNMAP 1
4165| #define HAVE_PUTENV 1
4166| #define HAVE_SETENV 1
4167| #define HAVE_SETLOCALE 1
4168| #define HAVE_STPCPY 1
4169| #define HAVE_STRCASECMP 1
4170| #define HAVE_STRDUP 1
4171| #define HAVE_STRTOUL 1
4172| #define HAVE_TSEARCH 1
4173| #define HAVE_ICONV 1
4174| #define ICONV_CONST
4175| #define HAVE_LANGINFO_CODESET 1
4176| #define HAVE_LC_MESSAGES 1
4177| #define ENABLE_NLS 1
4178| #define HAVE_GETTEXT 1
4179| #define HAVE_DCGETTEXT 1
4180| /* end confdefs.h.  */
4181|
4182| #include <glib.h>
4183| #include <stdio.h>
4184| #include <stdlib.h>
4185|
4186| int
4187| main ()
4188| {
4189|   int major, minor, micro;
4190|   char *tmp_version;
4191|
4192|   system ("touch conf.glibtest");
4193|
4194|   /* HP/UX 9 (%@#!) writes to sscanf strings */
4195|   tmp_version = g_strdup("1.2.6");
4196|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
4197|      printf("%s, bad version string\n", "1.2.6");
4198|      exit(1);
4199|    }
4200|
4201|   if ((glib_major_version != 1) ||
4202|       (glib_minor_version != 2) ||
4203|       (glib_micro_version != 10))
4204|     {
4205|       printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
4206|              1, 2, 10,
4207|              glib_major_version, glib_minor_version, glib_micro_version);
4208|       printf ("*** was found! If glib-config was correct, then it is best\n");
4209|       printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n");
4210|       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
4211|       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
4212|       printf("*** required on your system.\n");
4213|       printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
4214|       printf("*** to point to the correct copy of glib-config, and remove the file config.cache\n");
4215|       printf("*** before re-running configure\n");
4216|     }
4217|   else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
4218|          (glib_minor_version != GLIB_MINOR_VERSION) ||
4219|            (glib_micro_version != GLIB_MICRO_VERSION))
4220|     {
4221|       printf("*** GLIB header files (version %d.%d.%d) do not match\n",
4222|            GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
4223|       printf("*** library (version %d.%d.%d)\n",
4224|            glib_major_version, glib_minor_version, glib_micro_version);
4225|     }
4226|   else
4227|     {
4228|       if ((glib_major_version > major) ||
4229|         ((glib_major_version == major) && (glib_minor_version > minor)) ||
4230|         ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
4231|       {
4232|         return 0;
4233|        }
4234|      else
4235|       {
4236|         printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
4237|                glib_major_version, glib_minor_version, glib_micro_version);
4238|         printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
4239|              major, minor, micro);
4240|         printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
4241|         printf("***\n");
4242|         printf("*** If you have already installed a sufficiently new version, this error\n");
4243|         printf("*** probably means that the wrong copy of the glib-config shell script is\n");
4244|         printf("*** being found. The easiest way to fix this is to remove the old version\n");
4245|         printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n");
4246|         printf("*** correct copy of glib-config. (In this case, you will have to\n");
4247|         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
4248|         printf("*** so that the correct libraries are found at run-time))\n");
4249|       }
4250|     }
4251|   return 1;
4252| }
4253|
4254configure:12035: result: no
4255configure:12069: gcc -o conftest -O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -D_REENTRANT -I/opt/local/include  conftest.c -L/opt/local/lib -L/opt/local/lib -lgthread -lglib -lpthread >&5
4256cc1: internal compiler error: Bus error
4257Please submit a full bug report,
4258with preprocessed source if appropriate.
4259See <URL:http://developer.apple.com/bugreporter> for instructions.
4260configure:12072: $? = 1
4261configure: failed program was:
4262| #line 12049 "configure"
4263| /* confdefs.h.  */
4264|
4265| #define PACKAGE_NAME ""
4266| #define PACKAGE_TARNAME ""
4267| #define PACKAGE_VERSION ""
4268| #define PACKAGE_STRING ""
4269| #define PACKAGE_BUGREPORT ""
4270| #define YYTEXT_POINTER 1
4271| #define STDC_HEADERS 1
4272| #define HAVE_SYS_TYPES_H 1
4273| #define HAVE_SYS_STAT_H 1
4274| #define HAVE_STDLIB_H 1
4275| #define HAVE_STRING_H 1
4276| #define HAVE_MEMORY_H 1
4277| #define HAVE_STRINGS_H 1
4278| #define HAVE_INTTYPES_H 1
4279| #define HAVE_STDINT_H 1
4280| #define HAVE_UNISTD_H 1
4281| #define HAVE_DLFCN_H 1
4282| #define off_t long
4283| #define size_t unsigned
4284| #define HAVE_ALLOCA_H 1
4285| #define HAVE_ALLOCA 1
4286| #define HAVE_STDLIB_H 1
4287| #define HAVE_UNISTD_H 1
4288| #define HAVE_GETPAGESIZE 1
4289| #define INTDIV0_RAISES_SIGFPE 0
4290| #define HAVE_STDINT_H_WITH_UINTMAX 1
4291| #define HAVE_UNSIGNED_LONG_LONG 1
4292| #define HAVE_LIMITS_H 1
4293| #define HAVE_LOCALE_H 1
4294| #define HAVE_NL_TYPES_H 1
4295| #define HAVE_STDDEF_H 1
4296| #define HAVE_STDLIB_H 1
4297| #define HAVE_STRING_H 1
4298| #define HAVE_UNISTD_H 1
4299| #define HAVE_SYS_PARAM_H 1
4300| #define HAVE_FEOF_UNLOCKED 1
4301| #define HAVE_GETC_UNLOCKED 1
4302| #define HAVE_GETCWD 1
4303| #define HAVE_GETEGID 1
4304| #define HAVE_GETEUID 1
4305| #define HAVE_GETGID 1
4306| #define HAVE_GETUID 1
4307| #define HAVE_MUNMAP 1
4308| #define HAVE_PUTENV 1
4309| #define HAVE_SETENV 1
4310| #define HAVE_SETLOCALE 1
4311| #define HAVE_STPCPY 1
4312| #define HAVE_STRCASECMP 1
4313| #define HAVE_STRDUP 1
4314| #define HAVE_STRTOUL 1
4315| #define HAVE_TSEARCH 1
4316| #define HAVE_ICONV 1
4317| #define ICONV_CONST
4318| #define HAVE_LANGINFO_CODESET 1
4319| #define HAVE_LC_MESSAGES 1
4320| #define ENABLE_NLS 1
4321| #define HAVE_GETTEXT 1
4322| #define HAVE_DCGETTEXT 1
4323| /* end confdefs.h.  */
4324|
4325| #include <glib.h>
4326| #include <stdio.h>
4327|
4328| int
4329| main ()
4330| {
4331|  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
4332|   ;
4333|   return 0;
4334| }
4335configure:12110: error: Test for GLIB failed. See the file 'INSTALL' for help.
4336
4337## ---------------- ##
4338## Cache variables. ##
4339## ---------------- ##
4340
4341ac_cv_build=powerpc-apple-darwin7.2.0
4342ac_cv_build_alias=powerpc-apple-darwin7.2.0
4343ac_cv_c_compiler_gnu=yes
4344ac_cv_c_const=yes
4345ac_cv_c_inline=inline
4346ac_cv_env_CC_set=
4347ac_cv_env_CC_value=
4348ac_cv_env_CFLAGS_set=set
4349ac_cv_env_CFLAGS_value='-O3 -fstrict-aliasing -funroll-loops'
4350ac_cv_env_CPPFLAGS_set=set
4351ac_cv_env_CPPFLAGS_value=-I/opt/local/include
4352ac_cv_env_CPP_set=
4353ac_cv_env_CPP_value=
4354ac_cv_env_LDFLAGS_set=
4355ac_cv_env_LDFLAGS_value=
4356ac_cv_env_build_alias_set=
4357ac_cv_env_build_alias_value=
4358ac_cv_env_host_alias_set=
4359ac_cv_env_host_alias_value=
4360ac_cv_env_target_alias_set=
4361ac_cv_env_target_alias_value=
4362ac_cv_exeext=
4363ac_cv_func___argz_count=no
4364ac_cv_func___argz_next=no
4365ac_cv_func___argz_stringify=no
4366ac_cv_func_alloca_works=yes
4367ac_cv_func_feof_unlocked=yes
4368ac_cv_func_fgets_unlocked=no
4369ac_cv_func_getc_unlocked=yes
4370ac_cv_func_getcwd=yes
4371ac_cv_func_getegid=yes
4372ac_cv_func_geteuid=yes
4373ac_cv_func_getgid=yes
4374ac_cv_func_getpagesize=yes
4375ac_cv_func_getuid=yes
4376ac_cv_func_mempcpy=no
4377ac_cv_func_mmap_fixed_mapped=no
4378ac_cv_func_munmap=yes
4379ac_cv_func_putenv=yes
4380ac_cv_func_setenv=yes
4381ac_cv_func_setlocale=yes
4382ac_cv_func_stpcpy=yes
4383ac_cv_func_strcasecmp=yes
4384ac_cv_func_strdup=yes
4385ac_cv_func_strtoul=yes
4386ac_cv_func_tsearch=yes
4387ac_cv_gnu_library_2_1=no
4388ac_cv_header_argz_h=no
4389ac_cv_header_dlfcn_h=yes
4390ac_cv_header_inttypes_h=yes
4391ac_cv_header_limits_h=yes
4392ac_cv_header_locale_h=yes
4393ac_cv_header_malloc_h=no
4394ac_cv_header_memory_h=yes
4395ac_cv_header_nl_types_h=yes
4396ac_cv_header_stdc=yes
4397ac_cv_header_stddef_h=yes
4398ac_cv_header_stdint_h=yes
4399ac_cv_header_stdlib_h=yes
4400ac_cv_header_string_h=yes
4401ac_cv_header_strings_h=yes
4402ac_cv_header_sys_param_h=yes
4403ac_cv_header_sys_stat_h=yes
4404ac_cv_header_sys_types_h=yes
4405ac_cv_header_unistd_h=yes
4406ac_cv_host=powerpc-apple-darwin7.2.0
4407ac_cv_host_alias=powerpc-apple-darwin7.2.0
4408ac_cv_lib_cposix_strerror=no
4409ac_cv_lib_fl_yywrap=yes
4410ac_cv_objext=o
4411ac_cv_path_GLIB_CONFIG=/opt/local/bin/glib-config
4412ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
4413ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
4414ac_cv_path_MSGMERGE=:
4415ac_cv_path_XGETTEXT=:
4416ac_cv_path_install='/usr/bin/install -c'
4417ac_cv_prog_CPP='gcc -E'
4418ac_cv_prog_INTLBISON=bison
4419ac_cv_prog_LEX=flex
4420ac_cv_prog_YACC='bison -y'
4421ac_cv_prog_ac_ct_CC=gcc
4422ac_cv_prog_ac_ct_RANLIB=ranlib
4423ac_cv_prog_ac_ct_STRIP=strip
4424ac_cv_prog_cc_g=yes
4425ac_cv_prog_cc_stdc=
4426ac_cv_prog_egrep='grep -E'
4427ac_cv_prog_lex_root=lex.yy
4428ac_cv_prog_lex_yytext_pointer=yes
4429ac_cv_prog_make_make_set=yes
4430ac_cv_target=powerpc-apple-darwin7.2.0
4431ac_cv_target_alias=powerpc-apple-darwin7.2.0
4432ac_cv_type_off_t=no
4433ac_cv_type_size_t=no
4434ac_cv_type_unsigned_long_long=yes
4435ac_cv_working_alloca_h=yes
4436acl_cv_path_LD=/usr/bin/ld
4437acl_cv_prog_gnu_ld=no
4438acl_cv_rpath=done
4439am_cv_func_iconv=yes
4440am_cv_langinfo_codeset=yes
4441am_cv_lib_iconv=yes
4442am_cv_prog_cc_stdc=
4443am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
4444am_cv_proto_iconv_arg1=
4445am_cv_val_LC_MESSAGES=yes
4446gt_cv_func_gnugettext1_libc=no
4447gt_cv_func_gnugettext1_libintl=yes
4448gt_cv_header_inttypes_h=no
4449gt_cv_int_divbyzero_sigfpe=no
4450jm_ac_cv_header_inttypes_h=no
4451jm_ac_cv_header_stdint_h=yes
4452lt_cv_archive_cmds_need_lc=yes
4453lt_cv_compiler_c_o=yes
4454lt_cv_compiler_o_lo=yes
4455lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4456lt_cv_file_magic_cmd='/usr/bin/file -L'
4457lt_cv_file_magic_test_file=/usr/lib/libSystem.dylib
4458lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
4459lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
4460lt_cv_ld_reload_flag=-r
4461lt_cv_path_LD=/usr/bin/ld
4462lt_cv_path_NM='/usr/bin/nm -p'
4463lt_cv_path_SED=/usr/bin/sed
4464lt_cv_prog_cc_can_build_shared=yes
4465lt_cv_prog_cc_no_builtin=
4466lt_cv_prog_cc_pic=' -fno-common'
4467lt_cv_prog_cc_pic_works=yes
4468lt_cv_prog_cc_shlib=
4469lt_cv_prog_cc_static=
4470lt_cv_prog_cc_static_works=no
4471lt_cv_prog_cc_wl=-Wl,
4472lt_cv_prog_gnu_ld=no
4473lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
4474nls_cv_force_use_gnu_gettext=no
4475nls_cv_header_intl=
4476nls_cv_header_libgt=
4477nls_cv_use_gnu_gettext=no
4478
4479## ----------------- ##
4480## Output variables. ##
4481## ----------------- ##
4482
4483ACLOCAL='aclocal -I ac'
4484ALLOCA=''
4485AUTOCONF='autoconf'
4486AUTOHEADER='autoheader'
4487AUTOMAKE='automake'
4488BUILD_INCLUDED_LIBINTL='no'
4489CATOBJEXT='.gmo'
4490CC='gcc'
4491CFLAGS='-O3 -fstrict-aliasing -funroll-loops -traditional-cpp -fno-common'
4492CPP='gcc -E'
4493CPPFLAGS='-I/opt/local/include'
4494DATADIRNAME='share'
4495DEFS=''
4496ECHO='echo'
4497ECHO_C=''
4498ECHO_N='-n'
4499ECHO_T=''
4500EGREP='grep -E'
4501EXEEXT=''
4502GDK_IMLIB_CFLAGS=''
4503GDK_IMLIB_LIBS=''
4504GDK_PIXBUF_CFLAGS=''
4505GDK_PIXBUF_CONFIG=''
4506GDK_PIXBUF_LIBS=''
4507GENCAT='gencat'
4508GLIBC21='no'
4509GLIB_CFLAGS=''
4510GLIB_CONFIG='/opt/local/bin/glib-config'
4511GLIB_LIBS=''
4512GMSGFMT='/opt/local/bin/msgfmt'
4513GPGME_CFLAGS=''
4514GPGME_CONFIG=''
4515GPGME_LIBS=''
4516GTK_CFLAGS=''
4517GTK_CONFIG=''
4518GTK_LIBS=''
4519IMLIB_CONFIG=''
4520INSTALL_DATA='${INSTALL} -m 644'
4521INSTALL_PROGRAM='${INSTALL}'
4522INSTALL_SCRIPT='${INSTALL}'
4523INSTOBJEXT='.mo'
4524INTLBISON='bison'
4525INTLLIBS='-lintl'
4526INTLOBJS=''
4527INTL_LIBTOOL_SUFFIX_PREFIX=''
4528LDAP_LIBS=''
4529LDFLAGS=''
4530LEX='flex'
4531LEXLIB='-lfl'
4532LEX_OUTPUT_ROOT='lex.yy'
4533LIBICONV='-liconv'
4534LIBINTL='-lintl'
4535LIBOBJS=''
4536LIBS='-L/opt/local/lib'
4537LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4538LN_S='ln -s'
4539LTLIBICONV='-liconv'
4540LTLIBINTL='-lintl'
4541LTLIBOBJS=''
4542LT_AGE='0'
4543LT_CURRENT='2'
4544LT_RELEASE='0.9'
4545LT_REVISION='0'
4546MAINT='#'
4547MAINTAINER_MODE_FALSE=''
4548MAINTAINER_MODE_TRUE='#'
4549MAKEINFO='makeinfo'
4550MKINSTALLDIRS='./mkinstalldirs'
4551MSGFMT='/opt/local/bin/msgfmt'
4552MSGMERGE=':'
4553OBJEXT='o'
4554PACKAGE='sylpheed'
4555PACKAGE_BUGREPORT=''
4556PACKAGE_NAME=''
4557PACKAGE_STRING=''
4558PACKAGE_TARNAME=''
4559PACKAGE_VERSION=''
4560PATH_SEPARATOR=':'
4561POSUB='po'
4562RANLIB='ranlib'
4563SET_MAKE=''
4564SHELL='/bin/sh'
4565STRIP='strip'
4566USE_INCLUDED_LIBINTL='no'
4567USE_NLS='yes'
4568VERSION='0.9.2'
4569XGETTEXT=':'
4570YACC='bison -y'
4571ac_ct_CC='gcc'
4572ac_ct_RANLIB='ranlib'
4573ac_ct_STRIP='strip'
4574bindir='${exec_prefix}/bin'
4575build='powerpc-apple-darwin7.2.0'
4576build_alias=''
4577build_cpu='powerpc'
4578build_os='darwin7.2.0'
4579build_vendor='apple'
4580datadir='${prefix}/share'
4581exec_prefix='NONE'
4582faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
4583host='powerpc-apple-darwin7.2.0'
4584host_alias=''
4585host_cpu='powerpc'
4586host_os='darwin7.2.0'
4587host_vendor='apple'
4588includedir='${prefix}/include'
4589infodir='${prefix}/info'
4590libdir='${exec_prefix}/lib'
4591libexecdir='${exec_prefix}/libexec'
4592localedir='${prefix}/${DATADIRNAME}/locale'
4593localstatedir='${prefix}/var'
4594mandir='${prefix}/man'
4595manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
4596oldincludedir='/usr/include'
4597prefix='/opt/local'
4598program_transform_name='s,x,x,'
4599sbindir='${exec_prefix}/sbin'
4600sharedstatedir='${prefix}/com'
4601sysconfdir='${prefix}/etc'
4602target='powerpc-apple-darwin7.2.0'
4603target_alias=''
4604target_cpu='powerpc'
4605target_os='darwin7.2.0'
4606target_vendor='apple'
4607
4608## ----------- ##
4609## confdefs.h. ##
4610## ----------- ##
4611
4612#define ENABLE_NLS 1
4613#define HAVE_ALLOCA 1
4614#define HAVE_ALLOCA_H 1
4615#define HAVE_DCGETTEXT 1
4616#define HAVE_DLFCN_H 1
4617#define HAVE_FEOF_UNLOCKED 1
4618#define HAVE_GETCWD 1
4619#define HAVE_GETC_UNLOCKED 1
4620#define HAVE_GETEGID 1
4621#define HAVE_GETEUID 1
4622#define HAVE_GETGID 1
4623#define HAVE_GETPAGESIZE 1
4624#define HAVE_GETTEXT 1
4625#define HAVE_GETUID 1
4626#define HAVE_ICONV 1
4627#define HAVE_INTTYPES_H 1
4628#define HAVE_LANGINFO_CODESET 1
4629#define HAVE_LC_MESSAGES 1
4630#define HAVE_LIMITS_H 1
4631#define HAVE_LOCALE_H 1
4632#define HAVE_MEMORY_H 1
4633#define HAVE_MUNMAP 1
4634#define HAVE_NL_TYPES_H 1
4635#define HAVE_PUTENV 1
4636#define HAVE_SETENV 1
4637#define HAVE_SETLOCALE 1
4638#define HAVE_STDDEF_H 1
4639#define HAVE_STDINT_H 1
4640#define HAVE_STDINT_H_WITH_UINTMAX 1
4641#define HAVE_STDLIB_H 1
4642#define HAVE_STDLIB_H 1
4643#define HAVE_STDLIB_H 1
4644#define HAVE_STPCPY 1
4645#define HAVE_STRCASECMP 1
4646#define HAVE_STRDUP 1
4647#define HAVE_STRINGS_H 1
4648#define HAVE_STRING_H 1
4649#define HAVE_STRING_H 1
4650#define HAVE_STRTOUL 1
4651#define HAVE_SYS_PARAM_H 1
4652#define HAVE_SYS_STAT_H 1
4653#define HAVE_SYS_TYPES_H 1
4654#define HAVE_TSEARCH 1
4655#define HAVE_UNISTD_H 1
4656#define HAVE_UNISTD_H 1
4657#define HAVE_UNISTD_H 1
4658#define HAVE_UNSIGNED_LONG_LONG 1
4659#define ICONV_CONST
4660#define INTDIV0_RAISES_SIGFPE 0
4661#define PACKAGE_BUGREPORT ""
4662#define PACKAGE_NAME ""
4663#define PACKAGE_STRING ""
4664#define PACKAGE_TARNAME ""
4665#define PACKAGE_VERSION ""
4666#define STDC_HEADERS 1
4667#define YYTEXT_POINTER 1
4668#define off_t long
4669#define size_t unsigned
4670
4671configure: exit 1