Ticket #16864: config.log

File config.log, 576.4 KB (added by m@…, 16 years ago)

configure log for +universal and --disable-ipv6

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 python configure 2.5, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-shared --enable-framework=/opt/local/Library/Frameworks --mandir=/opt/local/share/man --without-readline --disable-tk --enable-universalsdk
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = mig02.gbf-braunschweig.de
14uname -m = i386
15uname -r = 9.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 4.00 gigabytes
33Default processor set: 103 tasks, 290 threads, 2 processors
34Load average: 2.87, Mach factor: 0.30
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45PATH: /usr/X11/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1967: checking MACHDEP
53configure:2126: result: darwin
54configure:2132: checking EXTRAPLATDIR
55configure:2147: result: $(PLATMACDIRS)
56configure:2168: checking for --without-gcc
57configure:2217: result: no
58configure:2278: checking for gcc
59configure:2305: result: /usr/bin/gcc-4.0
60configure:2543: checking for C compiler version
61configure:2550: /usr/bin/gcc-4.0 --version >&5
62i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
63Copyright (C) 2005 Free Software Foundation, Inc.
64This is free software; see the source for copying conditions.  There is NO
65warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
66
67configure:2553: $? = 0
68configure:2560: /usr/bin/gcc-4.0 -v >&5
69Using built-in specs.
70Target: i686-apple-darwin9
71Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
72Thread model: posix
73gcc version 4.0.1 (Apple Inc. build 5465)
74configure:2563: $? = 0
75configure:2570: /usr/bin/gcc-4.0 -V >&5
76gcc-4.0: argument to `-V' is missing
77configure:2573: $? = 1
78configure:2596: checking for C compiler default output file name
79configure:2623: /usr/bin/gcc-4.0 -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
80configure:2626: $? = 0
81configure:2664: result: a.out
82configure:2681: checking whether the C compiler works
83configure:2691: ./a.out
84configure:2694: $? = 0
85configure:2711: result: yes
86configure:2718: checking whether we are cross compiling
87configure:2720: result: no
88configure:2723: checking for suffix of executables
89configure:2730: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
90configure:2733: $? = 0
91configure:2757: result:
92configure:2763: checking for suffix of object files
93configure:2789: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
94configure:2792: $? = 0
95configure:2815: result: o
96configure:2819: checking whether we are using the GNU C compiler
97configure:2848: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
98configure:2854: $? = 0
99configure:2871: result: yes
100configure:2876: checking whether /usr/bin/gcc-4.0 accepts -g
101configure:2906: /usr/bin/gcc-4.0 -c -g -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
102configure:2912: $? = 0
103configure:3011: result: yes
104configure:3028: checking for /usr/bin/gcc-4.0 option to accept ISO C89
105configure:3102: /usr/bin/gcc-4.0  -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
106configure:3108: $? = 0
107configure:3131: result: none needed
108configure:3152: checking for --with-cxx-main=<compiler>
109configure:3178: result: no
110configure:3345: checking how to run the C preprocessor
111configure:3461: result: /usr/bin/cpp-4.0
112configure:3490: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
113configure:3496: $? = 0
114configure:3527: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
115conftest.c:7:28: error: ac_nonexistent.h: No such file or directory
116configure:3533: $? = 1
117configure: failed program was:
118| /* confdefs.h.  */
119| #define _GNU_SOURCE 1
120| #define _NETBSD_SOURCE 1
121| #define __BSD_VISIBLE 1
122| #define _BSD_TYPES 1
123| /* end confdefs.h.  */
124| #include <ac_nonexistent.h>
125configure:3571: checking for grep that handles long lines and -e
126configure:3645: result: /usr/bin/grep
127configure:3650: checking for egrep
128configure:3728: result: /usr/bin/grep -E
129configure:3734: checking for AIX
130configure:3756: result: no
131configure:3772: checking for --with-suffix
132configure:3785: result:
133configure:3791: checking for case-insensitive build directory
134configure:3799: result: yes
135configure:3837: checking LIBRARY
136configure:3843: result: libpython$(VERSION).a
137configure:3879: checking LINKCC
138configure:3896: result: $(PURIFY) $(MAINCC)
139configure:3899: checking for --enable-shared
140configure:3916: result: yes
141configure:3919: checking for --enable-profiling
142configure:3972: result:
143configure:3982: checking LDLIBRARY
144configure:4064: result: $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
145configure:4110: checking for ranlib
146configure:4126: found /usr/bin/ranlib
147configure:4137: result: ranlib
148configure:4168: checking for ar
149configure:4184: found /usr/bin/ar
150configure:4195: result: ar
151configure:4211: checking for svnversion
152configure:4227: found /opt/local/bin/svnversion
153configure:4239: result: found
154configure:4306: checking for a BSD-compatible install
155configure:4362: result: /usr/bin/install -c
156configure:4386: checking for --with-pydebug
157configure:4406: result: no
158configure:4480: checking whether /usr/bin/gcc-4.0 accepts -fno-strict-aliasing
159configure:4501: /usr/bin/gcc-4.0 -fno-strict-aliasing -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
160configure:4504: $? = 0
161configure:4510: ./conftest
162configure:4513: $? = 0
163configure:4529: result: yes
164configure:4585: checking whether /usr/bin/gcc-4.0 accepts -OPT:Olimit=0
165configure:4609: /usr/bin/gcc-4.0 -OPT:Olimit=0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
166cc1: error: invalid option argument '-OPT:Olimit=0'
167configure:4612: $? = 1
168configure: program exited with status 1
169configure: failed program was:
170| /* confdefs.h.  */
171| #define _GNU_SOURCE 1
172| #define _NETBSD_SOURCE 1
173| #define __BSD_VISIBLE 1
174| #define _BSD_TYPES 1
175| #define Py_ENABLE_SHARED 1
176| /* end confdefs.h.  */
177| int main() { return 0; }
178configure:4639: result: no
179configure:4653: checking whether /usr/bin/gcc-4.0 accepts -Olimit 1500
180configure:4677: /usr/bin/gcc-4.0 -Olimit 1500 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
181i686-apple-darwin9-gcc-4.0.1: 1500: No such file or directory
182cc1: error: invalid option argument '-Olimit'
183configure:4680: $? = 1
184configure: program exited with status 1
185configure: failed program was:
186| /* confdefs.h.  */
187| #define _GNU_SOURCE 1
188| #define _NETBSD_SOURCE 1
189| #define __BSD_VISIBLE 1
190| #define _BSD_TYPES 1
191| #define Py_ENABLE_SHARED 1
192| /* end confdefs.h.  */
193| int main() { return 0; }
194configure:4707: result: no
195configure:4719: checking whether pthreads are available without options
196configure:4753: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
197configure:4756: $? = 0
198configure:4762: ./conftest
199configure:4765: $? = 0
200configure:4787: result: yes
201configure:5029: checking whether /usr/bin/g++-4.0 also accepts flags for thread support
202configure:5060: result: no
203configure:5067: checking for ANSI C header files
204configure:5097: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
205configure:5103: $? = 0
206configure:5202: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
207configure:5205: $? = 0
208configure:5211: ./conftest
209configure:5214: $? = 0
210configure:5231: result: yes
211configure:5255: checking for sys/types.h
212configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
213configure:5282: $? = 0
214configure:5298: result: yes
215configure:5255: checking for sys/stat.h
216configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
217configure:5282: $? = 0
218configure:5298: result: yes
219configure:5255: checking for stdlib.h
220configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
221configure:5282: $? = 0
222configure:5298: result: yes
223configure:5255: checking for string.h
224configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
225configure:5282: $? = 0
226configure:5298: result: yes
227configure:5255: checking for memory.h
228configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
229configure:5282: $? = 0
230configure:5298: result: yes
231configure:5255: checking for strings.h
232configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
233configure:5282: $? = 0
234configure:5298: result: yes
235configure:5255: checking for inttypes.h
236configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
237configure:5282: $? = 0
238configure:5298: result: yes
239configure:5255: checking for stdint.h
240configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
241configure:5282: $? = 0
242configure:5298: result: yes
243configure:5255: checking for unistd.h
244configure:5276: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
245configure:5282: $? = 0
246configure:5298: result: yes
247configure:5384: checking asm/types.h usability
248configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
249conftest.c:51:23: error: asm/types.h: No such file or directory
250configure:5407: $? = 1
251configure: failed program was:
252| /* confdefs.h.  */
253| #define _GNU_SOURCE 1
254| #define _NETBSD_SOURCE 1
255| #define __BSD_VISIBLE 1
256| #define _BSD_TYPES 1
257| #define Py_ENABLE_SHARED 1
258| #define STDC_HEADERS 1
259| #define HAVE_SYS_TYPES_H 1
260| #define HAVE_SYS_STAT_H 1
261| #define HAVE_STDLIB_H 1
262| #define HAVE_STRING_H 1
263| #define HAVE_MEMORY_H 1
264| #define HAVE_STRINGS_H 1
265| #define HAVE_INTTYPES_H 1
266| #define HAVE_STDINT_H 1
267| #define HAVE_UNISTD_H 1
268| /* end confdefs.h.  */
269| #include <stdio.h>
270| #ifdef HAVE_SYS_TYPES_H
271| # include <sys/types.h>
272| #endif
273| #ifdef HAVE_SYS_STAT_H
274| # include <sys/stat.h>
275| #endif
276| #ifdef STDC_HEADERS
277| # include <stdlib.h>
278| # include <stddef.h>
279| #else
280| # ifdef HAVE_STDLIB_H
281| #  include <stdlib.h>
282| # endif
283| #endif
284| #ifdef HAVE_STRING_H
285| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
286| #  include <memory.h>
287| # endif
288| # include <string.h>
289| #endif
290| #ifdef HAVE_STRINGS_H
291| # include <strings.h>
292| #endif
293| #ifdef HAVE_INTTYPES_H
294| # include <inttypes.h>
295| #endif
296| #ifdef HAVE_STDINT_H
297| # include <stdint.h>
298| #endif
299| #ifdef HAVE_UNISTD_H
300| # include <unistd.h>
301| #endif
302| #include <asm/types.h>
303configure:5421: result: no
304configure:5425: checking asm/types.h presence
305configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
306conftest.c:18:23: error: asm/types.h: No such file or directory
307configure:5446: $? = 1
308configure: failed program was:
309| /* confdefs.h.  */
310| #define _GNU_SOURCE 1
311| #define _NETBSD_SOURCE 1
312| #define __BSD_VISIBLE 1
313| #define _BSD_TYPES 1
314| #define Py_ENABLE_SHARED 1
315| #define STDC_HEADERS 1
316| #define HAVE_SYS_TYPES_H 1
317| #define HAVE_SYS_STAT_H 1
318| #define HAVE_STDLIB_H 1
319| #define HAVE_STRING_H 1
320| #define HAVE_MEMORY_H 1
321| #define HAVE_STRINGS_H 1
322| #define HAVE_INTTYPES_H 1
323| #define HAVE_STDINT_H 1
324| #define HAVE_UNISTD_H 1
325| /* end confdefs.h.  */
326| #include <asm/types.h>
327configure:5460: result: no
328configure:5493: checking for asm/types.h
329configure:5501: result: no
330configure:5384: checking conio.h usability
331configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
332conftest.c:51:19: error: conio.h: No such file or directory
333configure:5407: $? = 1
334configure: failed program was:
335| /* confdefs.h.  */
336| #define _GNU_SOURCE 1
337| #define _NETBSD_SOURCE 1
338| #define __BSD_VISIBLE 1
339| #define _BSD_TYPES 1
340| #define Py_ENABLE_SHARED 1
341| #define STDC_HEADERS 1
342| #define HAVE_SYS_TYPES_H 1
343| #define HAVE_SYS_STAT_H 1
344| #define HAVE_STDLIB_H 1
345| #define HAVE_STRING_H 1
346| #define HAVE_MEMORY_H 1
347| #define HAVE_STRINGS_H 1
348| #define HAVE_INTTYPES_H 1
349| #define HAVE_STDINT_H 1
350| #define HAVE_UNISTD_H 1
351| /* end confdefs.h.  */
352| #include <stdio.h>
353| #ifdef HAVE_SYS_TYPES_H
354| # include <sys/types.h>
355| #endif
356| #ifdef HAVE_SYS_STAT_H
357| # include <sys/stat.h>
358| #endif
359| #ifdef STDC_HEADERS
360| # include <stdlib.h>
361| # include <stddef.h>
362| #else
363| # ifdef HAVE_STDLIB_H
364| #  include <stdlib.h>
365| # endif
366| #endif
367| #ifdef HAVE_STRING_H
368| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
369| #  include <memory.h>
370| # endif
371| # include <string.h>
372| #endif
373| #ifdef HAVE_STRINGS_H
374| # include <strings.h>
375| #endif
376| #ifdef HAVE_INTTYPES_H
377| # include <inttypes.h>
378| #endif
379| #ifdef HAVE_STDINT_H
380| # include <stdint.h>
381| #endif
382| #ifdef HAVE_UNISTD_H
383| # include <unistd.h>
384| #endif
385| #include <conio.h>
386configure:5421: result: no
387configure:5425: checking conio.h presence
388configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
389conftest.c:18:19: error: conio.h: No such file or directory
390configure:5446: $? = 1
391configure: failed program was:
392| /* confdefs.h.  */
393| #define _GNU_SOURCE 1
394| #define _NETBSD_SOURCE 1
395| #define __BSD_VISIBLE 1
396| #define _BSD_TYPES 1
397| #define Py_ENABLE_SHARED 1
398| #define STDC_HEADERS 1
399| #define HAVE_SYS_TYPES_H 1
400| #define HAVE_SYS_STAT_H 1
401| #define HAVE_STDLIB_H 1
402| #define HAVE_STRING_H 1
403| #define HAVE_MEMORY_H 1
404| #define HAVE_STRINGS_H 1
405| #define HAVE_INTTYPES_H 1
406| #define HAVE_STDINT_H 1
407| #define HAVE_UNISTD_H 1
408| /* end confdefs.h.  */
409| #include <conio.h>
410configure:5460: result: no
411configure:5493: checking for conio.h
412configure:5501: result: no
413configure:5384: checking curses.h usability
414configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
415configure:5407: $? = 0
416configure:5421: result: yes
417configure:5425: checking curses.h presence
418configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
419configure:5446: $? = 0
420configure:5460: result: yes
421configure:5493: checking for curses.h
422configure:5501: result: yes
423configure:5384: checking direct.h usability
424configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
425conftest.c:52:20: error: direct.h: No such file or directory
426configure:5407: $? = 1
427configure: failed program was:
428| /* confdefs.h.  */
429| #define _GNU_SOURCE 1
430| #define _NETBSD_SOURCE 1
431| #define __BSD_VISIBLE 1
432| #define _BSD_TYPES 1
433| #define Py_ENABLE_SHARED 1
434| #define STDC_HEADERS 1
435| #define HAVE_SYS_TYPES_H 1
436| #define HAVE_SYS_STAT_H 1
437| #define HAVE_STDLIB_H 1
438| #define HAVE_STRING_H 1
439| #define HAVE_MEMORY_H 1
440| #define HAVE_STRINGS_H 1
441| #define HAVE_INTTYPES_H 1
442| #define HAVE_STDINT_H 1
443| #define HAVE_UNISTD_H 1
444| #define HAVE_CURSES_H 1
445| /* end confdefs.h.  */
446| #include <stdio.h>
447| #ifdef HAVE_SYS_TYPES_H
448| # include <sys/types.h>
449| #endif
450| #ifdef HAVE_SYS_STAT_H
451| # include <sys/stat.h>
452| #endif
453| #ifdef STDC_HEADERS
454| # include <stdlib.h>
455| # include <stddef.h>
456| #else
457| # ifdef HAVE_STDLIB_H
458| #  include <stdlib.h>
459| # endif
460| #endif
461| #ifdef HAVE_STRING_H
462| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
463| #  include <memory.h>
464| # endif
465| # include <string.h>
466| #endif
467| #ifdef HAVE_STRINGS_H
468| # include <strings.h>
469| #endif
470| #ifdef HAVE_INTTYPES_H
471| # include <inttypes.h>
472| #endif
473| #ifdef HAVE_STDINT_H
474| # include <stdint.h>
475| #endif
476| #ifdef HAVE_UNISTD_H
477| # include <unistd.h>
478| #endif
479| #include <direct.h>
480configure:5421: result: no
481configure:5425: checking direct.h presence
482configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
483conftest.c:19:20: error: direct.h: No such file or directory
484configure:5446: $? = 1
485configure: failed program was:
486| /* confdefs.h.  */
487| #define _GNU_SOURCE 1
488| #define _NETBSD_SOURCE 1
489| #define __BSD_VISIBLE 1
490| #define _BSD_TYPES 1
491| #define Py_ENABLE_SHARED 1
492| #define STDC_HEADERS 1
493| #define HAVE_SYS_TYPES_H 1
494| #define HAVE_SYS_STAT_H 1
495| #define HAVE_STDLIB_H 1
496| #define HAVE_STRING_H 1
497| #define HAVE_MEMORY_H 1
498| #define HAVE_STRINGS_H 1
499| #define HAVE_INTTYPES_H 1
500| #define HAVE_STDINT_H 1
501| #define HAVE_UNISTD_H 1
502| #define HAVE_CURSES_H 1
503| /* end confdefs.h.  */
504| #include <direct.h>
505configure:5460: result: no
506configure:5493: checking for direct.h
507configure:5501: result: no
508configure:5384: checking dlfcn.h usability
509configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
510configure:5407: $? = 0
511configure:5421: result: yes
512configure:5425: checking dlfcn.h presence
513configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
514configure:5446: $? = 0
515configure:5460: result: yes
516configure:5493: checking for dlfcn.h
517configure:5501: result: yes
518configure:5384: checking errno.h usability
519configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
520configure:5407: $? = 0
521configure:5421: result: yes
522configure:5425: checking errno.h presence
523configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
524configure:5446: $? = 0
525configure:5460: result: yes
526configure:5493: checking for errno.h
527configure:5501: result: yes
528configure:5384: checking fcntl.h usability
529configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
530configure:5407: $? = 0
531configure:5421: result: yes
532configure:5425: checking fcntl.h presence
533configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
534configure:5446: $? = 0
535configure:5460: result: yes
536configure:5493: checking for fcntl.h
537configure:5501: result: yes
538configure:5384: checking grp.h usability
539configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
540configure:5407: $? = 0
541configure:5421: result: yes
542configure:5425: checking grp.h presence
543configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
544configure:5446: $? = 0
545configure:5460: result: yes
546configure:5493: checking for grp.h
547configure:5501: result: yes
548configure:5384: checking io.h usability
549configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
550conftest.c:56:16: error: io.h: No such file or directory
551configure:5407: $? = 1
552configure: failed program was:
553| /* confdefs.h.  */
554| #define _GNU_SOURCE 1
555| #define _NETBSD_SOURCE 1
556| #define __BSD_VISIBLE 1
557| #define _BSD_TYPES 1
558| #define Py_ENABLE_SHARED 1
559| #define STDC_HEADERS 1
560| #define HAVE_SYS_TYPES_H 1
561| #define HAVE_SYS_STAT_H 1
562| #define HAVE_STDLIB_H 1
563| #define HAVE_STRING_H 1
564| #define HAVE_MEMORY_H 1
565| #define HAVE_STRINGS_H 1
566| #define HAVE_INTTYPES_H 1
567| #define HAVE_STDINT_H 1
568| #define HAVE_UNISTD_H 1
569| #define HAVE_CURSES_H 1
570| #define HAVE_DLFCN_H 1
571| #define HAVE_ERRNO_H 1
572| #define HAVE_FCNTL_H 1
573| #define HAVE_GRP_H 1
574| /* end confdefs.h.  */
575| #include <stdio.h>
576| #ifdef HAVE_SYS_TYPES_H
577| # include <sys/types.h>
578| #endif
579| #ifdef HAVE_SYS_STAT_H
580| # include <sys/stat.h>
581| #endif
582| #ifdef STDC_HEADERS
583| # include <stdlib.h>
584| # include <stddef.h>
585| #else
586| # ifdef HAVE_STDLIB_H
587| #  include <stdlib.h>
588| # endif
589| #endif
590| #ifdef HAVE_STRING_H
591| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
592| #  include <memory.h>
593| # endif
594| # include <string.h>
595| #endif
596| #ifdef HAVE_STRINGS_H
597| # include <strings.h>
598| #endif
599| #ifdef HAVE_INTTYPES_H
600| # include <inttypes.h>
601| #endif
602| #ifdef HAVE_STDINT_H
603| # include <stdint.h>
604| #endif
605| #ifdef HAVE_UNISTD_H
606| # include <unistd.h>
607| #endif
608| #include <io.h>
609configure:5421: result: no
610configure:5425: checking io.h presence
611configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
612conftest.c:23:16: error: io.h: No such file or directory
613configure:5446: $? = 1
614configure: failed program was:
615| /* confdefs.h.  */
616| #define _GNU_SOURCE 1
617| #define _NETBSD_SOURCE 1
618| #define __BSD_VISIBLE 1
619| #define _BSD_TYPES 1
620| #define Py_ENABLE_SHARED 1
621| #define STDC_HEADERS 1
622| #define HAVE_SYS_TYPES_H 1
623| #define HAVE_SYS_STAT_H 1
624| #define HAVE_STDLIB_H 1
625| #define HAVE_STRING_H 1
626| #define HAVE_MEMORY_H 1
627| #define HAVE_STRINGS_H 1
628| #define HAVE_INTTYPES_H 1
629| #define HAVE_STDINT_H 1
630| #define HAVE_UNISTD_H 1
631| #define HAVE_CURSES_H 1
632| #define HAVE_DLFCN_H 1
633| #define HAVE_ERRNO_H 1
634| #define HAVE_FCNTL_H 1
635| #define HAVE_GRP_H 1
636| /* end confdefs.h.  */
637| #include <io.h>
638configure:5460: result: no
639configure:5493: checking for io.h
640configure:5501: result: no
641configure:5384: checking langinfo.h usability
642configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
643configure:5407: $? = 0
644configure:5421: result: yes
645configure:5425: checking langinfo.h presence
646configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
647configure:5446: $? = 0
648configure:5460: result: yes
649configure:5493: checking for langinfo.h
650configure:5501: result: yes
651configure:5384: checking libintl.h usability
652configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
653configure:5407: $? = 0
654configure:5421: result: yes
655configure:5425: checking libintl.h presence
656configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
657configure:5446: $? = 0
658configure:5460: result: yes
659configure:5493: checking for libintl.h
660configure:5501: result: yes
661configure:5384: checking ncurses.h usability
662configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
663configure:5407: $? = 0
664configure:5421: result: yes
665configure:5425: checking ncurses.h presence
666configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
667configure:5446: $? = 0
668configure:5460: result: yes
669configure:5493: checking for ncurses.h
670configure:5501: result: yes
671configure:5384: checking poll.h usability
672configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
673configure:5407: $? = 0
674configure:5421: result: yes
675configure:5425: checking poll.h presence
676configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
677configure:5446: $? = 0
678configure:5460: result: yes
679configure:5493: checking for poll.h
680configure:5501: result: yes
681configure:5384: checking process.h usability
682configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
683conftest.c:60:21: error: process.h: No such file or directory
684configure:5407: $? = 1
685configure: failed program was:
686| /* confdefs.h.  */
687| #define _GNU_SOURCE 1
688| #define _NETBSD_SOURCE 1
689| #define __BSD_VISIBLE 1
690| #define _BSD_TYPES 1
691| #define Py_ENABLE_SHARED 1
692| #define STDC_HEADERS 1
693| #define HAVE_SYS_TYPES_H 1
694| #define HAVE_SYS_STAT_H 1
695| #define HAVE_STDLIB_H 1
696| #define HAVE_STRING_H 1
697| #define HAVE_MEMORY_H 1
698| #define HAVE_STRINGS_H 1
699| #define HAVE_INTTYPES_H 1
700| #define HAVE_STDINT_H 1
701| #define HAVE_UNISTD_H 1
702| #define HAVE_CURSES_H 1
703| #define HAVE_DLFCN_H 1
704| #define HAVE_ERRNO_H 1
705| #define HAVE_FCNTL_H 1
706| #define HAVE_GRP_H 1
707| #define HAVE_LANGINFO_H 1
708| #define HAVE_LIBINTL_H 1
709| #define HAVE_NCURSES_H 1
710| #define HAVE_POLL_H 1
711| /* end confdefs.h.  */
712| #include <stdio.h>
713| #ifdef HAVE_SYS_TYPES_H
714| # include <sys/types.h>
715| #endif
716| #ifdef HAVE_SYS_STAT_H
717| # include <sys/stat.h>
718| #endif
719| #ifdef STDC_HEADERS
720| # include <stdlib.h>
721| # include <stddef.h>
722| #else
723| # ifdef HAVE_STDLIB_H
724| #  include <stdlib.h>
725| # endif
726| #endif
727| #ifdef HAVE_STRING_H
728| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
729| #  include <memory.h>
730| # endif
731| # include <string.h>
732| #endif
733| #ifdef HAVE_STRINGS_H
734| # include <strings.h>
735| #endif
736| #ifdef HAVE_INTTYPES_H
737| # include <inttypes.h>
738| #endif
739| #ifdef HAVE_STDINT_H
740| # include <stdint.h>
741| #endif
742| #ifdef HAVE_UNISTD_H
743| # include <unistd.h>
744| #endif
745| #include <process.h>
746configure:5421: result: no
747configure:5425: checking process.h presence
748configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
749conftest.c:27:21: error: process.h: No such file or directory
750configure:5446: $? = 1
751configure: failed program was:
752| /* confdefs.h.  */
753| #define _GNU_SOURCE 1
754| #define _NETBSD_SOURCE 1
755| #define __BSD_VISIBLE 1
756| #define _BSD_TYPES 1
757| #define Py_ENABLE_SHARED 1
758| #define STDC_HEADERS 1
759| #define HAVE_SYS_TYPES_H 1
760| #define HAVE_SYS_STAT_H 1
761| #define HAVE_STDLIB_H 1
762| #define HAVE_STRING_H 1
763| #define HAVE_MEMORY_H 1
764| #define HAVE_STRINGS_H 1
765| #define HAVE_INTTYPES_H 1
766| #define HAVE_STDINT_H 1
767| #define HAVE_UNISTD_H 1
768| #define HAVE_CURSES_H 1
769| #define HAVE_DLFCN_H 1
770| #define HAVE_ERRNO_H 1
771| #define HAVE_FCNTL_H 1
772| #define HAVE_GRP_H 1
773| #define HAVE_LANGINFO_H 1
774| #define HAVE_LIBINTL_H 1
775| #define HAVE_NCURSES_H 1
776| #define HAVE_POLL_H 1
777| /* end confdefs.h.  */
778| #include <process.h>
779configure:5460: result: no
780configure:5493: checking for process.h
781configure:5501: result: no
782configure:5384: checking pthread.h usability
783configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
784configure:5407: $? = 0
785configure:5421: result: yes
786configure:5425: checking pthread.h presence
787configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
788configure:5446: $? = 0
789configure:5460: result: yes
790configure:5493: checking for pthread.h
791configure:5501: result: yes
792configure:5384: checking shadow.h usability
793configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
794conftest.c:61:20: error: shadow.h: No such file or directory
795configure:5407: $? = 1
796configure: failed program was:
797| /* confdefs.h.  */
798| #define _GNU_SOURCE 1
799| #define _NETBSD_SOURCE 1
800| #define __BSD_VISIBLE 1
801| #define _BSD_TYPES 1
802| #define Py_ENABLE_SHARED 1
803| #define STDC_HEADERS 1
804| #define HAVE_SYS_TYPES_H 1
805| #define HAVE_SYS_STAT_H 1
806| #define HAVE_STDLIB_H 1
807| #define HAVE_STRING_H 1
808| #define HAVE_MEMORY_H 1
809| #define HAVE_STRINGS_H 1
810| #define HAVE_INTTYPES_H 1
811| #define HAVE_STDINT_H 1
812| #define HAVE_UNISTD_H 1
813| #define HAVE_CURSES_H 1
814| #define HAVE_DLFCN_H 1
815| #define HAVE_ERRNO_H 1
816| #define HAVE_FCNTL_H 1
817| #define HAVE_GRP_H 1
818| #define HAVE_LANGINFO_H 1
819| #define HAVE_LIBINTL_H 1
820| #define HAVE_NCURSES_H 1
821| #define HAVE_POLL_H 1
822| #define HAVE_PTHREAD_H 1
823| /* end confdefs.h.  */
824| #include <stdio.h>
825| #ifdef HAVE_SYS_TYPES_H
826| # include <sys/types.h>
827| #endif
828| #ifdef HAVE_SYS_STAT_H
829| # include <sys/stat.h>
830| #endif
831| #ifdef STDC_HEADERS
832| # include <stdlib.h>
833| # include <stddef.h>
834| #else
835| # ifdef HAVE_STDLIB_H
836| #  include <stdlib.h>
837| # endif
838| #endif
839| #ifdef HAVE_STRING_H
840| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
841| #  include <memory.h>
842| # endif
843| # include <string.h>
844| #endif
845| #ifdef HAVE_STRINGS_H
846| # include <strings.h>
847| #endif
848| #ifdef HAVE_INTTYPES_H
849| # include <inttypes.h>
850| #endif
851| #ifdef HAVE_STDINT_H
852| # include <stdint.h>
853| #endif
854| #ifdef HAVE_UNISTD_H
855| # include <unistd.h>
856| #endif
857| #include <shadow.h>
858configure:5421: result: no
859configure:5425: checking shadow.h presence
860configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
861conftest.c:28:20: error: shadow.h: No such file or directory
862configure:5446: $? = 1
863configure: failed program was:
864| /* confdefs.h.  */
865| #define _GNU_SOURCE 1
866| #define _NETBSD_SOURCE 1
867| #define __BSD_VISIBLE 1
868| #define _BSD_TYPES 1
869| #define Py_ENABLE_SHARED 1
870| #define STDC_HEADERS 1
871| #define HAVE_SYS_TYPES_H 1
872| #define HAVE_SYS_STAT_H 1
873| #define HAVE_STDLIB_H 1
874| #define HAVE_STRING_H 1
875| #define HAVE_MEMORY_H 1
876| #define HAVE_STRINGS_H 1
877| #define HAVE_INTTYPES_H 1
878| #define HAVE_STDINT_H 1
879| #define HAVE_UNISTD_H 1
880| #define HAVE_CURSES_H 1
881| #define HAVE_DLFCN_H 1
882| #define HAVE_ERRNO_H 1
883| #define HAVE_FCNTL_H 1
884| #define HAVE_GRP_H 1
885| #define HAVE_LANGINFO_H 1
886| #define HAVE_LIBINTL_H 1
887| #define HAVE_NCURSES_H 1
888| #define HAVE_POLL_H 1
889| #define HAVE_PTHREAD_H 1
890| /* end confdefs.h.  */
891| #include <shadow.h>
892configure:5460: result: no
893configure:5493: checking for shadow.h
894configure:5501: result: no
895configure:5384: checking signal.h usability
896configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
897configure:5407: $? = 0
898configure:5421: result: yes
899configure:5425: checking signal.h presence
900configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
901configure:5446: $? = 0
902configure:5460: result: yes
903configure:5493: checking for signal.h
904configure:5501: result: yes
905configure:5374: checking for stdint.h
906configure:5380: result: yes
907configure:5384: checking stropts.h usability
908configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
909conftest.c:63:21: error: stropts.h: No such file or directory
910configure:5407: $? = 1
911configure: failed program was:
912| /* confdefs.h.  */
913| #define _GNU_SOURCE 1
914| #define _NETBSD_SOURCE 1
915| #define __BSD_VISIBLE 1
916| #define _BSD_TYPES 1
917| #define Py_ENABLE_SHARED 1
918| #define STDC_HEADERS 1
919| #define HAVE_SYS_TYPES_H 1
920| #define HAVE_SYS_STAT_H 1
921| #define HAVE_STDLIB_H 1
922| #define HAVE_STRING_H 1
923| #define HAVE_MEMORY_H 1
924| #define HAVE_STRINGS_H 1
925| #define HAVE_INTTYPES_H 1
926| #define HAVE_STDINT_H 1
927| #define HAVE_UNISTD_H 1
928| #define HAVE_CURSES_H 1
929| #define HAVE_DLFCN_H 1
930| #define HAVE_ERRNO_H 1
931| #define HAVE_FCNTL_H 1
932| #define HAVE_GRP_H 1
933| #define HAVE_LANGINFO_H 1
934| #define HAVE_LIBINTL_H 1
935| #define HAVE_NCURSES_H 1
936| #define HAVE_POLL_H 1
937| #define HAVE_PTHREAD_H 1
938| #define HAVE_SIGNAL_H 1
939| #define HAVE_STDINT_H 1
940| /* end confdefs.h.  */
941| #include <stdio.h>
942| #ifdef HAVE_SYS_TYPES_H
943| # include <sys/types.h>
944| #endif
945| #ifdef HAVE_SYS_STAT_H
946| # include <sys/stat.h>
947| #endif
948| #ifdef STDC_HEADERS
949| # include <stdlib.h>
950| # include <stddef.h>
951| #else
952| # ifdef HAVE_STDLIB_H
953| #  include <stdlib.h>
954| # endif
955| #endif
956| #ifdef HAVE_STRING_H
957| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
958| #  include <memory.h>
959| # endif
960| # include <string.h>
961| #endif
962| #ifdef HAVE_STRINGS_H
963| # include <strings.h>
964| #endif
965| #ifdef HAVE_INTTYPES_H
966| # include <inttypes.h>
967| #endif
968| #ifdef HAVE_STDINT_H
969| # include <stdint.h>
970| #endif
971| #ifdef HAVE_UNISTD_H
972| # include <unistd.h>
973| #endif
974| #include <stropts.h>
975configure:5421: result: no
976configure:5425: checking stropts.h presence
977configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
978conftest.c:30:21: error: stropts.h: No such file or directory
979configure:5446: $? = 1
980configure: failed program was:
981| /* confdefs.h.  */
982| #define _GNU_SOURCE 1
983| #define _NETBSD_SOURCE 1
984| #define __BSD_VISIBLE 1
985| #define _BSD_TYPES 1
986| #define Py_ENABLE_SHARED 1
987| #define STDC_HEADERS 1
988| #define HAVE_SYS_TYPES_H 1
989| #define HAVE_SYS_STAT_H 1
990| #define HAVE_STDLIB_H 1
991| #define HAVE_STRING_H 1
992| #define HAVE_MEMORY_H 1
993| #define HAVE_STRINGS_H 1
994| #define HAVE_INTTYPES_H 1
995| #define HAVE_STDINT_H 1
996| #define HAVE_UNISTD_H 1
997| #define HAVE_CURSES_H 1
998| #define HAVE_DLFCN_H 1
999| #define HAVE_ERRNO_H 1
1000| #define HAVE_FCNTL_H 1
1001| #define HAVE_GRP_H 1
1002| #define HAVE_LANGINFO_H 1
1003| #define HAVE_LIBINTL_H 1
1004| #define HAVE_NCURSES_H 1
1005| #define HAVE_POLL_H 1
1006| #define HAVE_PTHREAD_H 1
1007| #define HAVE_SIGNAL_H 1
1008| #define HAVE_STDINT_H 1
1009| /* end confdefs.h.  */
1010| #include <stropts.h>
1011configure:5460: result: no
1012configure:5493: checking for stropts.h
1013configure:5501: result: no
1014configure:5384: checking termios.h usability
1015configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1016configure:5407: $? = 0
1017configure:5421: result: yes
1018configure:5425: checking termios.h presence
1019configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1020configure:5446: $? = 0
1021configure:5460: result: yes
1022configure:5493: checking for termios.h
1023configure:5501: result: yes
1024configure:5384: checking thread.h usability
1025configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1026conftest.c:64:20: error: thread.h: No such file or directory
1027configure:5407: $? = 1
1028configure: failed program was:
1029| /* confdefs.h.  */
1030| #define _GNU_SOURCE 1
1031| #define _NETBSD_SOURCE 1
1032| #define __BSD_VISIBLE 1
1033| #define _BSD_TYPES 1
1034| #define Py_ENABLE_SHARED 1
1035| #define STDC_HEADERS 1
1036| #define HAVE_SYS_TYPES_H 1
1037| #define HAVE_SYS_STAT_H 1
1038| #define HAVE_STDLIB_H 1
1039| #define HAVE_STRING_H 1
1040| #define HAVE_MEMORY_H 1
1041| #define HAVE_STRINGS_H 1
1042| #define HAVE_INTTYPES_H 1
1043| #define HAVE_STDINT_H 1
1044| #define HAVE_UNISTD_H 1
1045| #define HAVE_CURSES_H 1
1046| #define HAVE_DLFCN_H 1
1047| #define HAVE_ERRNO_H 1
1048| #define HAVE_FCNTL_H 1
1049| #define HAVE_GRP_H 1
1050| #define HAVE_LANGINFO_H 1
1051| #define HAVE_LIBINTL_H 1
1052| #define HAVE_NCURSES_H 1
1053| #define HAVE_POLL_H 1
1054| #define HAVE_PTHREAD_H 1
1055| #define HAVE_SIGNAL_H 1
1056| #define HAVE_STDINT_H 1
1057| #define HAVE_TERMIOS_H 1
1058| /* end confdefs.h.  */
1059| #include <stdio.h>
1060| #ifdef HAVE_SYS_TYPES_H
1061| # include <sys/types.h>
1062| #endif
1063| #ifdef HAVE_SYS_STAT_H
1064| # include <sys/stat.h>
1065| #endif
1066| #ifdef STDC_HEADERS
1067| # include <stdlib.h>
1068| # include <stddef.h>
1069| #else
1070| # ifdef HAVE_STDLIB_H
1071| #  include <stdlib.h>
1072| # endif
1073| #endif
1074| #ifdef HAVE_STRING_H
1075| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1076| #  include <memory.h>
1077| # endif
1078| # include <string.h>
1079| #endif
1080| #ifdef HAVE_STRINGS_H
1081| # include <strings.h>
1082| #endif
1083| #ifdef HAVE_INTTYPES_H
1084| # include <inttypes.h>
1085| #endif
1086| #ifdef HAVE_STDINT_H
1087| # include <stdint.h>
1088| #endif
1089| #ifdef HAVE_UNISTD_H
1090| # include <unistd.h>
1091| #endif
1092| #include <thread.h>
1093configure:5421: result: no
1094configure:5425: checking thread.h presence
1095configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1096conftest.c:31:20: error: thread.h: No such file or directory
1097configure:5446: $? = 1
1098configure: failed program was:
1099| /* confdefs.h.  */
1100| #define _GNU_SOURCE 1
1101| #define _NETBSD_SOURCE 1
1102| #define __BSD_VISIBLE 1
1103| #define _BSD_TYPES 1
1104| #define Py_ENABLE_SHARED 1
1105| #define STDC_HEADERS 1
1106| #define HAVE_SYS_TYPES_H 1
1107| #define HAVE_SYS_STAT_H 1
1108| #define HAVE_STDLIB_H 1
1109| #define HAVE_STRING_H 1
1110| #define HAVE_MEMORY_H 1
1111| #define HAVE_STRINGS_H 1
1112| #define HAVE_INTTYPES_H 1
1113| #define HAVE_STDINT_H 1
1114| #define HAVE_UNISTD_H 1
1115| #define HAVE_CURSES_H 1
1116| #define HAVE_DLFCN_H 1
1117| #define HAVE_ERRNO_H 1
1118| #define HAVE_FCNTL_H 1
1119| #define HAVE_GRP_H 1
1120| #define HAVE_LANGINFO_H 1
1121| #define HAVE_LIBINTL_H 1
1122| #define HAVE_NCURSES_H 1
1123| #define HAVE_POLL_H 1
1124| #define HAVE_PTHREAD_H 1
1125| #define HAVE_SIGNAL_H 1
1126| #define HAVE_STDINT_H 1
1127| #define HAVE_TERMIOS_H 1
1128| /* end confdefs.h.  */
1129| #include <thread.h>
1130configure:5460: result: no
1131configure:5493: checking for thread.h
1132configure:5501: result: no
1133configure:5374: checking for unistd.h
1134configure:5380: result: yes
1135configure:5384: checking utime.h usability
1136configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1137configure:5407: $? = 0
1138configure:5421: result: yes
1139configure:5425: checking utime.h presence
1140configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1141configure:5446: $? = 0
1142configure:5460: result: yes
1143configure:5493: checking for utime.h
1144configure:5501: result: yes
1145configure:5384: checking sys/audioio.h usability
1146configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1147conftest.c:66:25: error: sys/audioio.h: No such file or directory
1148configure:5407: $? = 1
1149configure: failed program was:
1150| /* confdefs.h.  */
1151| #define _GNU_SOURCE 1
1152| #define _NETBSD_SOURCE 1
1153| #define __BSD_VISIBLE 1
1154| #define _BSD_TYPES 1
1155| #define Py_ENABLE_SHARED 1
1156| #define STDC_HEADERS 1
1157| #define HAVE_SYS_TYPES_H 1
1158| #define HAVE_SYS_STAT_H 1
1159| #define HAVE_STDLIB_H 1
1160| #define HAVE_STRING_H 1
1161| #define HAVE_MEMORY_H 1
1162| #define HAVE_STRINGS_H 1
1163| #define HAVE_INTTYPES_H 1
1164| #define HAVE_STDINT_H 1
1165| #define HAVE_UNISTD_H 1
1166| #define HAVE_CURSES_H 1
1167| #define HAVE_DLFCN_H 1
1168| #define HAVE_ERRNO_H 1
1169| #define HAVE_FCNTL_H 1
1170| #define HAVE_GRP_H 1
1171| #define HAVE_LANGINFO_H 1
1172| #define HAVE_LIBINTL_H 1
1173| #define HAVE_NCURSES_H 1
1174| #define HAVE_POLL_H 1
1175| #define HAVE_PTHREAD_H 1
1176| #define HAVE_SIGNAL_H 1
1177| #define HAVE_STDINT_H 1
1178| #define HAVE_TERMIOS_H 1
1179| #define HAVE_UNISTD_H 1
1180| #define HAVE_UTIME_H 1
1181| /* end confdefs.h.  */
1182| #include <stdio.h>
1183| #ifdef HAVE_SYS_TYPES_H
1184| # include <sys/types.h>
1185| #endif
1186| #ifdef HAVE_SYS_STAT_H
1187| # include <sys/stat.h>
1188| #endif
1189| #ifdef STDC_HEADERS
1190| # include <stdlib.h>
1191| # include <stddef.h>
1192| #else
1193| # ifdef HAVE_STDLIB_H
1194| #  include <stdlib.h>
1195| # endif
1196| #endif
1197| #ifdef HAVE_STRING_H
1198| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1199| #  include <memory.h>
1200| # endif
1201| # include <string.h>
1202| #endif
1203| #ifdef HAVE_STRINGS_H
1204| # include <strings.h>
1205| #endif
1206| #ifdef HAVE_INTTYPES_H
1207| # include <inttypes.h>
1208| #endif
1209| #ifdef HAVE_STDINT_H
1210| # include <stdint.h>
1211| #endif
1212| #ifdef HAVE_UNISTD_H
1213| # include <unistd.h>
1214| #endif
1215| #include <sys/audioio.h>
1216configure:5421: result: no
1217configure:5425: checking sys/audioio.h presence
1218configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1219conftest.c:33:25: error: sys/audioio.h: No such file or directory
1220configure:5446: $? = 1
1221configure: failed program was:
1222| /* confdefs.h.  */
1223| #define _GNU_SOURCE 1
1224| #define _NETBSD_SOURCE 1
1225| #define __BSD_VISIBLE 1
1226| #define _BSD_TYPES 1
1227| #define Py_ENABLE_SHARED 1
1228| #define STDC_HEADERS 1
1229| #define HAVE_SYS_TYPES_H 1
1230| #define HAVE_SYS_STAT_H 1
1231| #define HAVE_STDLIB_H 1
1232| #define HAVE_STRING_H 1
1233| #define HAVE_MEMORY_H 1
1234| #define HAVE_STRINGS_H 1
1235| #define HAVE_INTTYPES_H 1
1236| #define HAVE_STDINT_H 1
1237| #define HAVE_UNISTD_H 1
1238| #define HAVE_CURSES_H 1
1239| #define HAVE_DLFCN_H 1
1240| #define HAVE_ERRNO_H 1
1241| #define HAVE_FCNTL_H 1
1242| #define HAVE_GRP_H 1
1243| #define HAVE_LANGINFO_H 1
1244| #define HAVE_LIBINTL_H 1
1245| #define HAVE_NCURSES_H 1
1246| #define HAVE_POLL_H 1
1247| #define HAVE_PTHREAD_H 1
1248| #define HAVE_SIGNAL_H 1
1249| #define HAVE_STDINT_H 1
1250| #define HAVE_TERMIOS_H 1
1251| #define HAVE_UNISTD_H 1
1252| #define HAVE_UTIME_H 1
1253| /* end confdefs.h.  */
1254| #include <sys/audioio.h>
1255configure:5460: result: no
1256configure:5493: checking for sys/audioio.h
1257configure:5501: result: no
1258configure:5384: checking sys/bsdtty.h usability
1259configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1260conftest.c:66:24: error: sys/bsdtty.h: No such file or directory
1261configure:5407: $? = 1
1262configure: failed program was:
1263| /* confdefs.h.  */
1264| #define _GNU_SOURCE 1
1265| #define _NETBSD_SOURCE 1
1266| #define __BSD_VISIBLE 1
1267| #define _BSD_TYPES 1
1268| #define Py_ENABLE_SHARED 1
1269| #define STDC_HEADERS 1
1270| #define HAVE_SYS_TYPES_H 1
1271| #define HAVE_SYS_STAT_H 1
1272| #define HAVE_STDLIB_H 1
1273| #define HAVE_STRING_H 1
1274| #define HAVE_MEMORY_H 1
1275| #define HAVE_STRINGS_H 1
1276| #define HAVE_INTTYPES_H 1
1277| #define HAVE_STDINT_H 1
1278| #define HAVE_UNISTD_H 1
1279| #define HAVE_CURSES_H 1
1280| #define HAVE_DLFCN_H 1
1281| #define HAVE_ERRNO_H 1
1282| #define HAVE_FCNTL_H 1
1283| #define HAVE_GRP_H 1
1284| #define HAVE_LANGINFO_H 1
1285| #define HAVE_LIBINTL_H 1
1286| #define HAVE_NCURSES_H 1
1287| #define HAVE_POLL_H 1
1288| #define HAVE_PTHREAD_H 1
1289| #define HAVE_SIGNAL_H 1
1290| #define HAVE_STDINT_H 1
1291| #define HAVE_TERMIOS_H 1
1292| #define HAVE_UNISTD_H 1
1293| #define HAVE_UTIME_H 1
1294| /* end confdefs.h.  */
1295| #include <stdio.h>
1296| #ifdef HAVE_SYS_TYPES_H
1297| # include <sys/types.h>
1298| #endif
1299| #ifdef HAVE_SYS_STAT_H
1300| # include <sys/stat.h>
1301| #endif
1302| #ifdef STDC_HEADERS
1303| # include <stdlib.h>
1304| # include <stddef.h>
1305| #else
1306| # ifdef HAVE_STDLIB_H
1307| #  include <stdlib.h>
1308| # endif
1309| #endif
1310| #ifdef HAVE_STRING_H
1311| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1312| #  include <memory.h>
1313| # endif
1314| # include <string.h>
1315| #endif
1316| #ifdef HAVE_STRINGS_H
1317| # include <strings.h>
1318| #endif
1319| #ifdef HAVE_INTTYPES_H
1320| # include <inttypes.h>
1321| #endif
1322| #ifdef HAVE_STDINT_H
1323| # include <stdint.h>
1324| #endif
1325| #ifdef HAVE_UNISTD_H
1326| # include <unistd.h>
1327| #endif
1328| #include <sys/bsdtty.h>
1329configure:5421: result: no
1330configure:5425: checking sys/bsdtty.h presence
1331configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1332conftest.c:33:24: error: sys/bsdtty.h: No such file or directory
1333configure:5446: $? = 1
1334configure: failed program was:
1335| /* confdefs.h.  */
1336| #define _GNU_SOURCE 1
1337| #define _NETBSD_SOURCE 1
1338| #define __BSD_VISIBLE 1
1339| #define _BSD_TYPES 1
1340| #define Py_ENABLE_SHARED 1
1341| #define STDC_HEADERS 1
1342| #define HAVE_SYS_TYPES_H 1
1343| #define HAVE_SYS_STAT_H 1
1344| #define HAVE_STDLIB_H 1
1345| #define HAVE_STRING_H 1
1346| #define HAVE_MEMORY_H 1
1347| #define HAVE_STRINGS_H 1
1348| #define HAVE_INTTYPES_H 1
1349| #define HAVE_STDINT_H 1
1350| #define HAVE_UNISTD_H 1
1351| #define HAVE_CURSES_H 1
1352| #define HAVE_DLFCN_H 1
1353| #define HAVE_ERRNO_H 1
1354| #define HAVE_FCNTL_H 1
1355| #define HAVE_GRP_H 1
1356| #define HAVE_LANGINFO_H 1
1357| #define HAVE_LIBINTL_H 1
1358| #define HAVE_NCURSES_H 1
1359| #define HAVE_POLL_H 1
1360| #define HAVE_PTHREAD_H 1
1361| #define HAVE_SIGNAL_H 1
1362| #define HAVE_STDINT_H 1
1363| #define HAVE_TERMIOS_H 1
1364| #define HAVE_UNISTD_H 1
1365| #define HAVE_UTIME_H 1
1366| /* end confdefs.h.  */
1367| #include <sys/bsdtty.h>
1368configure:5460: result: no
1369configure:5493: checking for sys/bsdtty.h
1370configure:5501: result: no
1371configure:5384: checking sys/file.h usability
1372configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1373configure:5407: $? = 0
1374configure:5421: result: yes
1375configure:5425: checking sys/file.h presence
1376configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1377configure:5446: $? = 0
1378configure:5460: result: yes
1379configure:5493: checking for sys/file.h
1380configure:5501: result: yes
1381configure:5384: checking sys/loadavg.h usability
1382configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1383conftest.c:67:25: error: sys/loadavg.h: No such file or directory
1384configure:5407: $? = 1
1385configure: failed program was:
1386| /* confdefs.h.  */
1387| #define _GNU_SOURCE 1
1388| #define _NETBSD_SOURCE 1
1389| #define __BSD_VISIBLE 1
1390| #define _BSD_TYPES 1
1391| #define Py_ENABLE_SHARED 1
1392| #define STDC_HEADERS 1
1393| #define HAVE_SYS_TYPES_H 1
1394| #define HAVE_SYS_STAT_H 1
1395| #define HAVE_STDLIB_H 1
1396| #define HAVE_STRING_H 1
1397| #define HAVE_MEMORY_H 1
1398| #define HAVE_STRINGS_H 1
1399| #define HAVE_INTTYPES_H 1
1400| #define HAVE_STDINT_H 1
1401| #define HAVE_UNISTD_H 1
1402| #define HAVE_CURSES_H 1
1403| #define HAVE_DLFCN_H 1
1404| #define HAVE_ERRNO_H 1
1405| #define HAVE_FCNTL_H 1
1406| #define HAVE_GRP_H 1
1407| #define HAVE_LANGINFO_H 1
1408| #define HAVE_LIBINTL_H 1
1409| #define HAVE_NCURSES_H 1
1410| #define HAVE_POLL_H 1
1411| #define HAVE_PTHREAD_H 1
1412| #define HAVE_SIGNAL_H 1
1413| #define HAVE_STDINT_H 1
1414| #define HAVE_TERMIOS_H 1
1415| #define HAVE_UNISTD_H 1
1416| #define HAVE_UTIME_H 1
1417| #define HAVE_SYS_FILE_H 1
1418| /* end confdefs.h.  */
1419| #include <stdio.h>
1420| #ifdef HAVE_SYS_TYPES_H
1421| # include <sys/types.h>
1422| #endif
1423| #ifdef HAVE_SYS_STAT_H
1424| # include <sys/stat.h>
1425| #endif
1426| #ifdef STDC_HEADERS
1427| # include <stdlib.h>
1428| # include <stddef.h>
1429| #else
1430| # ifdef HAVE_STDLIB_H
1431| #  include <stdlib.h>
1432| # endif
1433| #endif
1434| #ifdef HAVE_STRING_H
1435| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1436| #  include <memory.h>
1437| # endif
1438| # include <string.h>
1439| #endif
1440| #ifdef HAVE_STRINGS_H
1441| # include <strings.h>
1442| #endif
1443| #ifdef HAVE_INTTYPES_H
1444| # include <inttypes.h>
1445| #endif
1446| #ifdef HAVE_STDINT_H
1447| # include <stdint.h>
1448| #endif
1449| #ifdef HAVE_UNISTD_H
1450| # include <unistd.h>
1451| #endif
1452| #include <sys/loadavg.h>
1453configure:5421: result: no
1454configure:5425: checking sys/loadavg.h presence
1455configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1456conftest.c:34:25: error: sys/loadavg.h: No such file or directory
1457configure:5446: $? = 1
1458configure: failed program was:
1459| /* confdefs.h.  */
1460| #define _GNU_SOURCE 1
1461| #define _NETBSD_SOURCE 1
1462| #define __BSD_VISIBLE 1
1463| #define _BSD_TYPES 1
1464| #define Py_ENABLE_SHARED 1
1465| #define STDC_HEADERS 1
1466| #define HAVE_SYS_TYPES_H 1
1467| #define HAVE_SYS_STAT_H 1
1468| #define HAVE_STDLIB_H 1
1469| #define HAVE_STRING_H 1
1470| #define HAVE_MEMORY_H 1
1471| #define HAVE_STRINGS_H 1
1472| #define HAVE_INTTYPES_H 1
1473| #define HAVE_STDINT_H 1
1474| #define HAVE_UNISTD_H 1
1475| #define HAVE_CURSES_H 1
1476| #define HAVE_DLFCN_H 1
1477| #define HAVE_ERRNO_H 1
1478| #define HAVE_FCNTL_H 1
1479| #define HAVE_GRP_H 1
1480| #define HAVE_LANGINFO_H 1
1481| #define HAVE_LIBINTL_H 1
1482| #define HAVE_NCURSES_H 1
1483| #define HAVE_POLL_H 1
1484| #define HAVE_PTHREAD_H 1
1485| #define HAVE_SIGNAL_H 1
1486| #define HAVE_STDINT_H 1
1487| #define HAVE_TERMIOS_H 1
1488| #define HAVE_UNISTD_H 1
1489| #define HAVE_UTIME_H 1
1490| #define HAVE_SYS_FILE_H 1
1491| /* end confdefs.h.  */
1492| #include <sys/loadavg.h>
1493configure:5460: result: no
1494configure:5493: checking for sys/loadavg.h
1495configure:5501: result: no
1496configure:5384: checking sys/lock.h usability
1497configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1498configure:5407: $? = 0
1499configure:5421: result: yes
1500configure:5425: checking sys/lock.h presence
1501configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1502configure:5446: $? = 0
1503configure:5460: result: yes
1504configure:5493: checking for sys/lock.h
1505configure:5501: result: yes
1506configure:5384: checking sys/mkdev.h usability
1507configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1508conftest.c:68:23: error: sys/mkdev.h: No such file or directory
1509configure:5407: $? = 1
1510configure: failed program was:
1511| /* confdefs.h.  */
1512| #define _GNU_SOURCE 1
1513| #define _NETBSD_SOURCE 1
1514| #define __BSD_VISIBLE 1
1515| #define _BSD_TYPES 1
1516| #define Py_ENABLE_SHARED 1
1517| #define STDC_HEADERS 1
1518| #define HAVE_SYS_TYPES_H 1
1519| #define HAVE_SYS_STAT_H 1
1520| #define HAVE_STDLIB_H 1
1521| #define HAVE_STRING_H 1
1522| #define HAVE_MEMORY_H 1
1523| #define HAVE_STRINGS_H 1
1524| #define HAVE_INTTYPES_H 1
1525| #define HAVE_STDINT_H 1
1526| #define HAVE_UNISTD_H 1
1527| #define HAVE_CURSES_H 1
1528| #define HAVE_DLFCN_H 1
1529| #define HAVE_ERRNO_H 1
1530| #define HAVE_FCNTL_H 1
1531| #define HAVE_GRP_H 1
1532| #define HAVE_LANGINFO_H 1
1533| #define HAVE_LIBINTL_H 1
1534| #define HAVE_NCURSES_H 1
1535| #define HAVE_POLL_H 1
1536| #define HAVE_PTHREAD_H 1
1537| #define HAVE_SIGNAL_H 1
1538| #define HAVE_STDINT_H 1
1539| #define HAVE_TERMIOS_H 1
1540| #define HAVE_UNISTD_H 1
1541| #define HAVE_UTIME_H 1
1542| #define HAVE_SYS_FILE_H 1
1543| #define HAVE_SYS_LOCK_H 1
1544| /* end confdefs.h.  */
1545| #include <stdio.h>
1546| #ifdef HAVE_SYS_TYPES_H
1547| # include <sys/types.h>
1548| #endif
1549| #ifdef HAVE_SYS_STAT_H
1550| # include <sys/stat.h>
1551| #endif
1552| #ifdef STDC_HEADERS
1553| # include <stdlib.h>
1554| # include <stddef.h>
1555| #else
1556| # ifdef HAVE_STDLIB_H
1557| #  include <stdlib.h>
1558| # endif
1559| #endif
1560| #ifdef HAVE_STRING_H
1561| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1562| #  include <memory.h>
1563| # endif
1564| # include <string.h>
1565| #endif
1566| #ifdef HAVE_STRINGS_H
1567| # include <strings.h>
1568| #endif
1569| #ifdef HAVE_INTTYPES_H
1570| # include <inttypes.h>
1571| #endif
1572| #ifdef HAVE_STDINT_H
1573| # include <stdint.h>
1574| #endif
1575| #ifdef HAVE_UNISTD_H
1576| # include <unistd.h>
1577| #endif
1578| #include <sys/mkdev.h>
1579configure:5421: result: no
1580configure:5425: checking sys/mkdev.h presence
1581configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1582conftest.c:35:23: error: sys/mkdev.h: No such file or directory
1583configure:5446: $? = 1
1584configure: failed program was:
1585| /* confdefs.h.  */
1586| #define _GNU_SOURCE 1
1587| #define _NETBSD_SOURCE 1
1588| #define __BSD_VISIBLE 1
1589| #define _BSD_TYPES 1
1590| #define Py_ENABLE_SHARED 1
1591| #define STDC_HEADERS 1
1592| #define HAVE_SYS_TYPES_H 1
1593| #define HAVE_SYS_STAT_H 1
1594| #define HAVE_STDLIB_H 1
1595| #define HAVE_STRING_H 1
1596| #define HAVE_MEMORY_H 1
1597| #define HAVE_STRINGS_H 1
1598| #define HAVE_INTTYPES_H 1
1599| #define HAVE_STDINT_H 1
1600| #define HAVE_UNISTD_H 1
1601| #define HAVE_CURSES_H 1
1602| #define HAVE_DLFCN_H 1
1603| #define HAVE_ERRNO_H 1
1604| #define HAVE_FCNTL_H 1
1605| #define HAVE_GRP_H 1
1606| #define HAVE_LANGINFO_H 1
1607| #define HAVE_LIBINTL_H 1
1608| #define HAVE_NCURSES_H 1
1609| #define HAVE_POLL_H 1
1610| #define HAVE_PTHREAD_H 1
1611| #define HAVE_SIGNAL_H 1
1612| #define HAVE_STDINT_H 1
1613| #define HAVE_TERMIOS_H 1
1614| #define HAVE_UNISTD_H 1
1615| #define HAVE_UTIME_H 1
1616| #define HAVE_SYS_FILE_H 1
1617| #define HAVE_SYS_LOCK_H 1
1618| /* end confdefs.h.  */
1619| #include <sys/mkdev.h>
1620configure:5460: result: no
1621configure:5493: checking for sys/mkdev.h
1622configure:5501: result: no
1623configure:5384: checking sys/modem.h usability
1624configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1625conftest.c:68:23: error: sys/modem.h: No such file or directory
1626configure:5407: $? = 1
1627configure: failed program was:
1628| /* confdefs.h.  */
1629| #define _GNU_SOURCE 1
1630| #define _NETBSD_SOURCE 1
1631| #define __BSD_VISIBLE 1
1632| #define _BSD_TYPES 1
1633| #define Py_ENABLE_SHARED 1
1634| #define STDC_HEADERS 1
1635| #define HAVE_SYS_TYPES_H 1
1636| #define HAVE_SYS_STAT_H 1
1637| #define HAVE_STDLIB_H 1
1638| #define HAVE_STRING_H 1
1639| #define HAVE_MEMORY_H 1
1640| #define HAVE_STRINGS_H 1
1641| #define HAVE_INTTYPES_H 1
1642| #define HAVE_STDINT_H 1
1643| #define HAVE_UNISTD_H 1
1644| #define HAVE_CURSES_H 1
1645| #define HAVE_DLFCN_H 1
1646| #define HAVE_ERRNO_H 1
1647| #define HAVE_FCNTL_H 1
1648| #define HAVE_GRP_H 1
1649| #define HAVE_LANGINFO_H 1
1650| #define HAVE_LIBINTL_H 1
1651| #define HAVE_NCURSES_H 1
1652| #define HAVE_POLL_H 1
1653| #define HAVE_PTHREAD_H 1
1654| #define HAVE_SIGNAL_H 1
1655| #define HAVE_STDINT_H 1
1656| #define HAVE_TERMIOS_H 1
1657| #define HAVE_UNISTD_H 1
1658| #define HAVE_UTIME_H 1
1659| #define HAVE_SYS_FILE_H 1
1660| #define HAVE_SYS_LOCK_H 1
1661| /* end confdefs.h.  */
1662| #include <stdio.h>
1663| #ifdef HAVE_SYS_TYPES_H
1664| # include <sys/types.h>
1665| #endif
1666| #ifdef HAVE_SYS_STAT_H
1667| # include <sys/stat.h>
1668| #endif
1669| #ifdef STDC_HEADERS
1670| # include <stdlib.h>
1671| # include <stddef.h>
1672| #else
1673| # ifdef HAVE_STDLIB_H
1674| #  include <stdlib.h>
1675| # endif
1676| #endif
1677| #ifdef HAVE_STRING_H
1678| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1679| #  include <memory.h>
1680| # endif
1681| # include <string.h>
1682| #endif
1683| #ifdef HAVE_STRINGS_H
1684| # include <strings.h>
1685| #endif
1686| #ifdef HAVE_INTTYPES_H
1687| # include <inttypes.h>
1688| #endif
1689| #ifdef HAVE_STDINT_H
1690| # include <stdint.h>
1691| #endif
1692| #ifdef HAVE_UNISTD_H
1693| # include <unistd.h>
1694| #endif
1695| #include <sys/modem.h>
1696configure:5421: result: no
1697configure:5425: checking sys/modem.h presence
1698configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1699conftest.c:35:23: error: sys/modem.h: No such file or directory
1700configure:5446: $? = 1
1701configure: failed program was:
1702| /* confdefs.h.  */
1703| #define _GNU_SOURCE 1
1704| #define _NETBSD_SOURCE 1
1705| #define __BSD_VISIBLE 1
1706| #define _BSD_TYPES 1
1707| #define Py_ENABLE_SHARED 1
1708| #define STDC_HEADERS 1
1709| #define HAVE_SYS_TYPES_H 1
1710| #define HAVE_SYS_STAT_H 1
1711| #define HAVE_STDLIB_H 1
1712| #define HAVE_STRING_H 1
1713| #define HAVE_MEMORY_H 1
1714| #define HAVE_STRINGS_H 1
1715| #define HAVE_INTTYPES_H 1
1716| #define HAVE_STDINT_H 1
1717| #define HAVE_UNISTD_H 1
1718| #define HAVE_CURSES_H 1
1719| #define HAVE_DLFCN_H 1
1720| #define HAVE_ERRNO_H 1
1721| #define HAVE_FCNTL_H 1
1722| #define HAVE_GRP_H 1
1723| #define HAVE_LANGINFO_H 1
1724| #define HAVE_LIBINTL_H 1
1725| #define HAVE_NCURSES_H 1
1726| #define HAVE_POLL_H 1
1727| #define HAVE_PTHREAD_H 1
1728| #define HAVE_SIGNAL_H 1
1729| #define HAVE_STDINT_H 1
1730| #define HAVE_TERMIOS_H 1
1731| #define HAVE_UNISTD_H 1
1732| #define HAVE_UTIME_H 1
1733| #define HAVE_SYS_FILE_H 1
1734| #define HAVE_SYS_LOCK_H 1
1735| /* end confdefs.h.  */
1736| #include <sys/modem.h>
1737configure:5460: result: no
1738configure:5493: checking for sys/modem.h
1739configure:5501: result: no
1740configure:5384: checking sys/param.h usability
1741configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1742configure:5407: $? = 0
1743configure:5421: result: yes
1744configure:5425: checking sys/param.h presence
1745configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1746configure:5446: $? = 0
1747configure:5460: result: yes
1748configure:5493: checking for sys/param.h
1749configure:5501: result: yes
1750configure:5384: checking sys/poll.h usability
1751configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1752configure:5407: $? = 0
1753configure:5421: result: yes
1754configure:5425: checking sys/poll.h presence
1755configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1756configure:5446: $? = 0
1757configure:5460: result: yes
1758configure:5493: checking for sys/poll.h
1759configure:5501: result: yes
1760configure:5384: checking sys/select.h usability
1761configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1762configure:5407: $? = 0
1763configure:5421: result: yes
1764configure:5425: checking sys/select.h presence
1765configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1766configure:5446: $? = 0
1767configure:5460: result: yes
1768configure:5493: checking for sys/select.h
1769configure:5501: result: yes
1770configure:5384: checking sys/socket.h usability
1771configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1772configure:5407: $? = 0
1773configure:5421: result: yes
1774configure:5425: checking sys/socket.h presence
1775configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1776configure:5446: $? = 0
1777configure:5460: result: yes
1778configure:5493: checking for sys/socket.h
1779configure:5501: result: yes
1780configure:5384: checking sys/statvfs.h usability
1781configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1782configure:5407: $? = 0
1783configure:5421: result: yes
1784configure:5425: checking sys/statvfs.h presence
1785configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1786configure:5446: $? = 0
1787configure:5460: result: yes
1788configure:5493: checking for sys/statvfs.h
1789configure:5501: result: yes
1790configure:5374: checking for sys/stat.h
1791configure:5380: result: yes
1792configure:5384: checking sys/time.h usability
1793configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1794configure:5407: $? = 0
1795configure:5421: result: yes
1796configure:5425: checking sys/time.h presence
1797configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1798configure:5446: $? = 0
1799configure:5460: result: yes
1800configure:5493: checking for sys/time.h
1801configure:5501: result: yes
1802configure:5384: checking sys/times.h usability
1803configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1804configure:5407: $? = 0
1805configure:5421: result: yes
1806configure:5425: checking sys/times.h presence
1807configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1808configure:5446: $? = 0
1809configure:5460: result: yes
1810configure:5493: checking for sys/times.h
1811configure:5501: result: yes
1812configure:5374: checking for sys/types.h
1813configure:5380: result: yes
1814configure:5384: checking sys/un.h usability
1815configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1816configure:5407: $? = 0
1817configure:5421: result: yes
1818configure:5425: checking sys/un.h presence
1819configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1820configure:5446: $? = 0
1821configure:5460: result: yes
1822configure:5493: checking for sys/un.h
1823configure:5501: result: yes
1824configure:5384: checking sys/utsname.h usability
1825configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1826configure:5407: $? = 0
1827configure:5421: result: yes
1828configure:5425: checking sys/utsname.h presence
1829configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1830configure:5446: $? = 0
1831configure:5460: result: yes
1832configure:5493: checking for sys/utsname.h
1833configure:5501: result: yes
1834configure:5384: checking sys/wait.h usability
1835configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1836configure:5407: $? = 0
1837configure:5421: result: yes
1838configure:5425: checking sys/wait.h presence
1839configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1840configure:5446: $? = 0
1841configure:5460: result: yes
1842configure:5493: checking for sys/wait.h
1843configure:5501: result: yes
1844configure:5384: checking pty.h usability
1845configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1846conftest.c:80:17: error: pty.h: No such file or directory
1847configure:5407: $? = 1
1848configure: failed program was:
1849| /* confdefs.h.  */
1850| #define _GNU_SOURCE 1
1851| #define _NETBSD_SOURCE 1
1852| #define __BSD_VISIBLE 1
1853| #define _BSD_TYPES 1
1854| #define Py_ENABLE_SHARED 1
1855| #define STDC_HEADERS 1
1856| #define HAVE_SYS_TYPES_H 1
1857| #define HAVE_SYS_STAT_H 1
1858| #define HAVE_STDLIB_H 1
1859| #define HAVE_STRING_H 1
1860| #define HAVE_MEMORY_H 1
1861| #define HAVE_STRINGS_H 1
1862| #define HAVE_INTTYPES_H 1
1863| #define HAVE_STDINT_H 1
1864| #define HAVE_UNISTD_H 1
1865| #define HAVE_CURSES_H 1
1866| #define HAVE_DLFCN_H 1
1867| #define HAVE_ERRNO_H 1
1868| #define HAVE_FCNTL_H 1
1869| #define HAVE_GRP_H 1
1870| #define HAVE_LANGINFO_H 1
1871| #define HAVE_LIBINTL_H 1
1872| #define HAVE_NCURSES_H 1
1873| #define HAVE_POLL_H 1
1874| #define HAVE_PTHREAD_H 1
1875| #define HAVE_SIGNAL_H 1
1876| #define HAVE_STDINT_H 1
1877| #define HAVE_TERMIOS_H 1
1878| #define HAVE_UNISTD_H 1
1879| #define HAVE_UTIME_H 1
1880| #define HAVE_SYS_FILE_H 1
1881| #define HAVE_SYS_LOCK_H 1
1882| #define HAVE_SYS_PARAM_H 1
1883| #define HAVE_SYS_POLL_H 1
1884| #define HAVE_SYS_SELECT_H 1
1885| #define HAVE_SYS_SOCKET_H 1
1886| #define HAVE_SYS_STATVFS_H 1
1887| #define HAVE_SYS_STAT_H 1
1888| #define HAVE_SYS_TIME_H 1
1889| #define HAVE_SYS_TIMES_H 1
1890| #define HAVE_SYS_TYPES_H 1
1891| #define HAVE_SYS_UN_H 1
1892| #define HAVE_SYS_UTSNAME_H 1
1893| #define HAVE_SYS_WAIT_H 1
1894| /* end confdefs.h.  */
1895| #include <stdio.h>
1896| #ifdef HAVE_SYS_TYPES_H
1897| # include <sys/types.h>
1898| #endif
1899| #ifdef HAVE_SYS_STAT_H
1900| # include <sys/stat.h>
1901| #endif
1902| #ifdef STDC_HEADERS
1903| # include <stdlib.h>
1904| # include <stddef.h>
1905| #else
1906| # ifdef HAVE_STDLIB_H
1907| #  include <stdlib.h>
1908| # endif
1909| #endif
1910| #ifdef HAVE_STRING_H
1911| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1912| #  include <memory.h>
1913| # endif
1914| # include <string.h>
1915| #endif
1916| #ifdef HAVE_STRINGS_H
1917| # include <strings.h>
1918| #endif
1919| #ifdef HAVE_INTTYPES_H
1920| # include <inttypes.h>
1921| #endif
1922| #ifdef HAVE_STDINT_H
1923| # include <stdint.h>
1924| #endif
1925| #ifdef HAVE_UNISTD_H
1926| # include <unistd.h>
1927| #endif
1928| #include <pty.h>
1929configure:5421: result: no
1930configure:5425: checking pty.h presence
1931configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
1932conftest.c:47:17: error: pty.h: No such file or directory
1933configure:5446: $? = 1
1934configure: failed program was:
1935| /* confdefs.h.  */
1936| #define _GNU_SOURCE 1
1937| #define _NETBSD_SOURCE 1
1938| #define __BSD_VISIBLE 1
1939| #define _BSD_TYPES 1
1940| #define Py_ENABLE_SHARED 1
1941| #define STDC_HEADERS 1
1942| #define HAVE_SYS_TYPES_H 1
1943| #define HAVE_SYS_STAT_H 1
1944| #define HAVE_STDLIB_H 1
1945| #define HAVE_STRING_H 1
1946| #define HAVE_MEMORY_H 1
1947| #define HAVE_STRINGS_H 1
1948| #define HAVE_INTTYPES_H 1
1949| #define HAVE_STDINT_H 1
1950| #define HAVE_UNISTD_H 1
1951| #define HAVE_CURSES_H 1
1952| #define HAVE_DLFCN_H 1
1953| #define HAVE_ERRNO_H 1
1954| #define HAVE_FCNTL_H 1
1955| #define HAVE_GRP_H 1
1956| #define HAVE_LANGINFO_H 1
1957| #define HAVE_LIBINTL_H 1
1958| #define HAVE_NCURSES_H 1
1959| #define HAVE_POLL_H 1
1960| #define HAVE_PTHREAD_H 1
1961| #define HAVE_SIGNAL_H 1
1962| #define HAVE_STDINT_H 1
1963| #define HAVE_TERMIOS_H 1
1964| #define HAVE_UNISTD_H 1
1965| #define HAVE_UTIME_H 1
1966| #define HAVE_SYS_FILE_H 1
1967| #define HAVE_SYS_LOCK_H 1
1968| #define HAVE_SYS_PARAM_H 1
1969| #define HAVE_SYS_POLL_H 1
1970| #define HAVE_SYS_SELECT_H 1
1971| #define HAVE_SYS_SOCKET_H 1
1972| #define HAVE_SYS_STATVFS_H 1
1973| #define HAVE_SYS_STAT_H 1
1974| #define HAVE_SYS_TIME_H 1
1975| #define HAVE_SYS_TIMES_H 1
1976| #define HAVE_SYS_TYPES_H 1
1977| #define HAVE_SYS_UN_H 1
1978| #define HAVE_SYS_UTSNAME_H 1
1979| #define HAVE_SYS_WAIT_H 1
1980| /* end confdefs.h.  */
1981| #include <pty.h>
1982configure:5460: result: no
1983configure:5493: checking for pty.h
1984configure:5501: result: no
1985configure:5384: checking libutil.h usability
1986configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
1987conftest.c:80:21: error: libutil.h: No such file or directory
1988configure:5407: $? = 1
1989configure: failed program was:
1990| /* confdefs.h.  */
1991| #define _GNU_SOURCE 1
1992| #define _NETBSD_SOURCE 1
1993| #define __BSD_VISIBLE 1
1994| #define _BSD_TYPES 1
1995| #define Py_ENABLE_SHARED 1
1996| #define STDC_HEADERS 1
1997| #define HAVE_SYS_TYPES_H 1
1998| #define HAVE_SYS_STAT_H 1
1999| #define HAVE_STDLIB_H 1
2000| #define HAVE_STRING_H 1
2001| #define HAVE_MEMORY_H 1
2002| #define HAVE_STRINGS_H 1
2003| #define HAVE_INTTYPES_H 1
2004| #define HAVE_STDINT_H 1
2005| #define HAVE_UNISTD_H 1
2006| #define HAVE_CURSES_H 1
2007| #define HAVE_DLFCN_H 1
2008| #define HAVE_ERRNO_H 1
2009| #define HAVE_FCNTL_H 1
2010| #define HAVE_GRP_H 1
2011| #define HAVE_LANGINFO_H 1
2012| #define HAVE_LIBINTL_H 1
2013| #define HAVE_NCURSES_H 1
2014| #define HAVE_POLL_H 1
2015| #define HAVE_PTHREAD_H 1
2016| #define HAVE_SIGNAL_H 1
2017| #define HAVE_STDINT_H 1
2018| #define HAVE_TERMIOS_H 1
2019| #define HAVE_UNISTD_H 1
2020| #define HAVE_UTIME_H 1
2021| #define HAVE_SYS_FILE_H 1
2022| #define HAVE_SYS_LOCK_H 1
2023| #define HAVE_SYS_PARAM_H 1
2024| #define HAVE_SYS_POLL_H 1
2025| #define HAVE_SYS_SELECT_H 1
2026| #define HAVE_SYS_SOCKET_H 1
2027| #define HAVE_SYS_STATVFS_H 1
2028| #define HAVE_SYS_STAT_H 1
2029| #define HAVE_SYS_TIME_H 1
2030| #define HAVE_SYS_TIMES_H 1
2031| #define HAVE_SYS_TYPES_H 1
2032| #define HAVE_SYS_UN_H 1
2033| #define HAVE_SYS_UTSNAME_H 1
2034| #define HAVE_SYS_WAIT_H 1
2035| /* end confdefs.h.  */
2036| #include <stdio.h>
2037| #ifdef HAVE_SYS_TYPES_H
2038| # include <sys/types.h>
2039| #endif
2040| #ifdef HAVE_SYS_STAT_H
2041| # include <sys/stat.h>
2042| #endif
2043| #ifdef STDC_HEADERS
2044| # include <stdlib.h>
2045| # include <stddef.h>
2046| #else
2047| # ifdef HAVE_STDLIB_H
2048| #  include <stdlib.h>
2049| # endif
2050| #endif
2051| #ifdef HAVE_STRING_H
2052| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2053| #  include <memory.h>
2054| # endif
2055| # include <string.h>
2056| #endif
2057| #ifdef HAVE_STRINGS_H
2058| # include <strings.h>
2059| #endif
2060| #ifdef HAVE_INTTYPES_H
2061| # include <inttypes.h>
2062| #endif
2063| #ifdef HAVE_STDINT_H
2064| # include <stdint.h>
2065| #endif
2066| #ifdef HAVE_UNISTD_H
2067| # include <unistd.h>
2068| #endif
2069| #include <libutil.h>
2070configure:5421: result: no
2071configure:5425: checking libutil.h presence
2072configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2073conftest.c:47:21: error: libutil.h: No such file or directory
2074configure:5446: $? = 1
2075configure: failed program was:
2076| /* confdefs.h.  */
2077| #define _GNU_SOURCE 1
2078| #define _NETBSD_SOURCE 1
2079| #define __BSD_VISIBLE 1
2080| #define _BSD_TYPES 1
2081| #define Py_ENABLE_SHARED 1
2082| #define STDC_HEADERS 1
2083| #define HAVE_SYS_TYPES_H 1
2084| #define HAVE_SYS_STAT_H 1
2085| #define HAVE_STDLIB_H 1
2086| #define HAVE_STRING_H 1
2087| #define HAVE_MEMORY_H 1
2088| #define HAVE_STRINGS_H 1
2089| #define HAVE_INTTYPES_H 1
2090| #define HAVE_STDINT_H 1
2091| #define HAVE_UNISTD_H 1
2092| #define HAVE_CURSES_H 1
2093| #define HAVE_DLFCN_H 1
2094| #define HAVE_ERRNO_H 1
2095| #define HAVE_FCNTL_H 1
2096| #define HAVE_GRP_H 1
2097| #define HAVE_LANGINFO_H 1
2098| #define HAVE_LIBINTL_H 1
2099| #define HAVE_NCURSES_H 1
2100| #define HAVE_POLL_H 1
2101| #define HAVE_PTHREAD_H 1
2102| #define HAVE_SIGNAL_H 1
2103| #define HAVE_STDINT_H 1
2104| #define HAVE_TERMIOS_H 1
2105| #define HAVE_UNISTD_H 1
2106| #define HAVE_UTIME_H 1
2107| #define HAVE_SYS_FILE_H 1
2108| #define HAVE_SYS_LOCK_H 1
2109| #define HAVE_SYS_PARAM_H 1
2110| #define HAVE_SYS_POLL_H 1
2111| #define HAVE_SYS_SELECT_H 1
2112| #define HAVE_SYS_SOCKET_H 1
2113| #define HAVE_SYS_STATVFS_H 1
2114| #define HAVE_SYS_STAT_H 1
2115| #define HAVE_SYS_TIME_H 1
2116| #define HAVE_SYS_TIMES_H 1
2117| #define HAVE_SYS_TYPES_H 1
2118| #define HAVE_SYS_UN_H 1
2119| #define HAVE_SYS_UTSNAME_H 1
2120| #define HAVE_SYS_WAIT_H 1
2121| /* end confdefs.h.  */
2122| #include <libutil.h>
2123configure:5460: result: no
2124configure:5493: checking for libutil.h
2125configure:5501: result: no
2126configure:5384: checking sys/resource.h usability
2127configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2128configure:5407: $? = 0
2129configure:5421: result: yes
2130configure:5425: checking sys/resource.h presence
2131configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2132configure:5446: $? = 0
2133configure:5460: result: yes
2134configure:5493: checking for sys/resource.h
2135configure:5501: result: yes
2136configure:5384: checking netpacket/packet.h usability
2137configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2138conftest.c:81:30: error: netpacket/packet.h: No such file or directory
2139configure:5407: $? = 1
2140configure: failed program was:
2141| /* confdefs.h.  */
2142| #define _GNU_SOURCE 1
2143| #define _NETBSD_SOURCE 1
2144| #define __BSD_VISIBLE 1
2145| #define _BSD_TYPES 1
2146| #define Py_ENABLE_SHARED 1
2147| #define STDC_HEADERS 1
2148| #define HAVE_SYS_TYPES_H 1
2149| #define HAVE_SYS_STAT_H 1
2150| #define HAVE_STDLIB_H 1
2151| #define HAVE_STRING_H 1
2152| #define HAVE_MEMORY_H 1
2153| #define HAVE_STRINGS_H 1
2154| #define HAVE_INTTYPES_H 1
2155| #define HAVE_STDINT_H 1
2156| #define HAVE_UNISTD_H 1
2157| #define HAVE_CURSES_H 1
2158| #define HAVE_DLFCN_H 1
2159| #define HAVE_ERRNO_H 1
2160| #define HAVE_FCNTL_H 1
2161| #define HAVE_GRP_H 1
2162| #define HAVE_LANGINFO_H 1
2163| #define HAVE_LIBINTL_H 1
2164| #define HAVE_NCURSES_H 1
2165| #define HAVE_POLL_H 1
2166| #define HAVE_PTHREAD_H 1
2167| #define HAVE_SIGNAL_H 1
2168| #define HAVE_STDINT_H 1
2169| #define HAVE_TERMIOS_H 1
2170| #define HAVE_UNISTD_H 1
2171| #define HAVE_UTIME_H 1
2172| #define HAVE_SYS_FILE_H 1
2173| #define HAVE_SYS_LOCK_H 1
2174| #define HAVE_SYS_PARAM_H 1
2175| #define HAVE_SYS_POLL_H 1
2176| #define HAVE_SYS_SELECT_H 1
2177| #define HAVE_SYS_SOCKET_H 1
2178| #define HAVE_SYS_STATVFS_H 1
2179| #define HAVE_SYS_STAT_H 1
2180| #define HAVE_SYS_TIME_H 1
2181| #define HAVE_SYS_TIMES_H 1
2182| #define HAVE_SYS_TYPES_H 1
2183| #define HAVE_SYS_UN_H 1
2184| #define HAVE_SYS_UTSNAME_H 1
2185| #define HAVE_SYS_WAIT_H 1
2186| #define HAVE_SYS_RESOURCE_H 1
2187| /* end confdefs.h.  */
2188| #include <stdio.h>
2189| #ifdef HAVE_SYS_TYPES_H
2190| # include <sys/types.h>
2191| #endif
2192| #ifdef HAVE_SYS_STAT_H
2193| # include <sys/stat.h>
2194| #endif
2195| #ifdef STDC_HEADERS
2196| # include <stdlib.h>
2197| # include <stddef.h>
2198| #else
2199| # ifdef HAVE_STDLIB_H
2200| #  include <stdlib.h>
2201| # endif
2202| #endif
2203| #ifdef HAVE_STRING_H
2204| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2205| #  include <memory.h>
2206| # endif
2207| # include <string.h>
2208| #endif
2209| #ifdef HAVE_STRINGS_H
2210| # include <strings.h>
2211| #endif
2212| #ifdef HAVE_INTTYPES_H
2213| # include <inttypes.h>
2214| #endif
2215| #ifdef HAVE_STDINT_H
2216| # include <stdint.h>
2217| #endif
2218| #ifdef HAVE_UNISTD_H
2219| # include <unistd.h>
2220| #endif
2221| #include <netpacket/packet.h>
2222configure:5421: result: no
2223configure:5425: checking netpacket/packet.h presence
2224configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2225conftest.c:48:30: error: netpacket/packet.h: No such file or directory
2226configure:5446: $? = 1
2227configure: failed program was:
2228| /* confdefs.h.  */
2229| #define _GNU_SOURCE 1
2230| #define _NETBSD_SOURCE 1
2231| #define __BSD_VISIBLE 1
2232| #define _BSD_TYPES 1
2233| #define Py_ENABLE_SHARED 1
2234| #define STDC_HEADERS 1
2235| #define HAVE_SYS_TYPES_H 1
2236| #define HAVE_SYS_STAT_H 1
2237| #define HAVE_STDLIB_H 1
2238| #define HAVE_STRING_H 1
2239| #define HAVE_MEMORY_H 1
2240| #define HAVE_STRINGS_H 1
2241| #define HAVE_INTTYPES_H 1
2242| #define HAVE_STDINT_H 1
2243| #define HAVE_UNISTD_H 1
2244| #define HAVE_CURSES_H 1
2245| #define HAVE_DLFCN_H 1
2246| #define HAVE_ERRNO_H 1
2247| #define HAVE_FCNTL_H 1
2248| #define HAVE_GRP_H 1
2249| #define HAVE_LANGINFO_H 1
2250| #define HAVE_LIBINTL_H 1
2251| #define HAVE_NCURSES_H 1
2252| #define HAVE_POLL_H 1
2253| #define HAVE_PTHREAD_H 1
2254| #define HAVE_SIGNAL_H 1
2255| #define HAVE_STDINT_H 1
2256| #define HAVE_TERMIOS_H 1
2257| #define HAVE_UNISTD_H 1
2258| #define HAVE_UTIME_H 1
2259| #define HAVE_SYS_FILE_H 1
2260| #define HAVE_SYS_LOCK_H 1
2261| #define HAVE_SYS_PARAM_H 1
2262| #define HAVE_SYS_POLL_H 1
2263| #define HAVE_SYS_SELECT_H 1
2264| #define HAVE_SYS_SOCKET_H 1
2265| #define HAVE_SYS_STATVFS_H 1
2266| #define HAVE_SYS_STAT_H 1
2267| #define HAVE_SYS_TIME_H 1
2268| #define HAVE_SYS_TIMES_H 1
2269| #define HAVE_SYS_TYPES_H 1
2270| #define HAVE_SYS_UN_H 1
2271| #define HAVE_SYS_UTSNAME_H 1
2272| #define HAVE_SYS_WAIT_H 1
2273| #define HAVE_SYS_RESOURCE_H 1
2274| /* end confdefs.h.  */
2275| #include <netpacket/packet.h>
2276configure:5460: result: no
2277configure:5493: checking for netpacket/packet.h
2278configure:5501: result: no
2279configure:5384: checking sysexits.h usability
2280configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2281configure:5407: $? = 0
2282configure:5421: result: yes
2283configure:5425: checking sysexits.h presence
2284configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2285configure:5446: $? = 0
2286configure:5460: result: yes
2287configure:5493: checking for sysexits.h
2288configure:5501: result: yes
2289configure:5384: checking bluetooth.h usability
2290configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2291conftest.c:82:23: error: bluetooth.h: No such file or directory
2292configure:5407: $? = 1
2293configure: failed program was:
2294| /* confdefs.h.  */
2295| #define _GNU_SOURCE 1
2296| #define _NETBSD_SOURCE 1
2297| #define __BSD_VISIBLE 1
2298| #define _BSD_TYPES 1
2299| #define Py_ENABLE_SHARED 1
2300| #define STDC_HEADERS 1
2301| #define HAVE_SYS_TYPES_H 1
2302| #define HAVE_SYS_STAT_H 1
2303| #define HAVE_STDLIB_H 1
2304| #define HAVE_STRING_H 1
2305| #define HAVE_MEMORY_H 1
2306| #define HAVE_STRINGS_H 1
2307| #define HAVE_INTTYPES_H 1
2308| #define HAVE_STDINT_H 1
2309| #define HAVE_UNISTD_H 1
2310| #define HAVE_CURSES_H 1
2311| #define HAVE_DLFCN_H 1
2312| #define HAVE_ERRNO_H 1
2313| #define HAVE_FCNTL_H 1
2314| #define HAVE_GRP_H 1
2315| #define HAVE_LANGINFO_H 1
2316| #define HAVE_LIBINTL_H 1
2317| #define HAVE_NCURSES_H 1
2318| #define HAVE_POLL_H 1
2319| #define HAVE_PTHREAD_H 1
2320| #define HAVE_SIGNAL_H 1
2321| #define HAVE_STDINT_H 1
2322| #define HAVE_TERMIOS_H 1
2323| #define HAVE_UNISTD_H 1
2324| #define HAVE_UTIME_H 1
2325| #define HAVE_SYS_FILE_H 1
2326| #define HAVE_SYS_LOCK_H 1
2327| #define HAVE_SYS_PARAM_H 1
2328| #define HAVE_SYS_POLL_H 1
2329| #define HAVE_SYS_SELECT_H 1
2330| #define HAVE_SYS_SOCKET_H 1
2331| #define HAVE_SYS_STATVFS_H 1
2332| #define HAVE_SYS_STAT_H 1
2333| #define HAVE_SYS_TIME_H 1
2334| #define HAVE_SYS_TIMES_H 1
2335| #define HAVE_SYS_TYPES_H 1
2336| #define HAVE_SYS_UN_H 1
2337| #define HAVE_SYS_UTSNAME_H 1
2338| #define HAVE_SYS_WAIT_H 1
2339| #define HAVE_SYS_RESOURCE_H 1
2340| #define HAVE_SYSEXITS_H 1
2341| /* end confdefs.h.  */
2342| #include <stdio.h>
2343| #ifdef HAVE_SYS_TYPES_H
2344| # include <sys/types.h>
2345| #endif
2346| #ifdef HAVE_SYS_STAT_H
2347| # include <sys/stat.h>
2348| #endif
2349| #ifdef STDC_HEADERS
2350| # include <stdlib.h>
2351| # include <stddef.h>
2352| #else
2353| # ifdef HAVE_STDLIB_H
2354| #  include <stdlib.h>
2355| # endif
2356| #endif
2357| #ifdef HAVE_STRING_H
2358| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2359| #  include <memory.h>
2360| # endif
2361| # include <string.h>
2362| #endif
2363| #ifdef HAVE_STRINGS_H
2364| # include <strings.h>
2365| #endif
2366| #ifdef HAVE_INTTYPES_H
2367| # include <inttypes.h>
2368| #endif
2369| #ifdef HAVE_STDINT_H
2370| # include <stdint.h>
2371| #endif
2372| #ifdef HAVE_UNISTD_H
2373| # include <unistd.h>
2374| #endif
2375| #include <bluetooth.h>
2376configure:5421: result: no
2377configure:5425: checking bluetooth.h presence
2378configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2379conftest.c:49:23: error: bluetooth.h: No such file or directory
2380configure:5446: $? = 1
2381configure: failed program was:
2382| /* confdefs.h.  */
2383| #define _GNU_SOURCE 1
2384| #define _NETBSD_SOURCE 1
2385| #define __BSD_VISIBLE 1
2386| #define _BSD_TYPES 1
2387| #define Py_ENABLE_SHARED 1
2388| #define STDC_HEADERS 1
2389| #define HAVE_SYS_TYPES_H 1
2390| #define HAVE_SYS_STAT_H 1
2391| #define HAVE_STDLIB_H 1
2392| #define HAVE_STRING_H 1
2393| #define HAVE_MEMORY_H 1
2394| #define HAVE_STRINGS_H 1
2395| #define HAVE_INTTYPES_H 1
2396| #define HAVE_STDINT_H 1
2397| #define HAVE_UNISTD_H 1
2398| #define HAVE_CURSES_H 1
2399| #define HAVE_DLFCN_H 1
2400| #define HAVE_ERRNO_H 1
2401| #define HAVE_FCNTL_H 1
2402| #define HAVE_GRP_H 1
2403| #define HAVE_LANGINFO_H 1
2404| #define HAVE_LIBINTL_H 1
2405| #define HAVE_NCURSES_H 1
2406| #define HAVE_POLL_H 1
2407| #define HAVE_PTHREAD_H 1
2408| #define HAVE_SIGNAL_H 1
2409| #define HAVE_STDINT_H 1
2410| #define HAVE_TERMIOS_H 1
2411| #define HAVE_UNISTD_H 1
2412| #define HAVE_UTIME_H 1
2413| #define HAVE_SYS_FILE_H 1
2414| #define HAVE_SYS_LOCK_H 1
2415| #define HAVE_SYS_PARAM_H 1
2416| #define HAVE_SYS_POLL_H 1
2417| #define HAVE_SYS_SELECT_H 1
2418| #define HAVE_SYS_SOCKET_H 1
2419| #define HAVE_SYS_STATVFS_H 1
2420| #define HAVE_SYS_STAT_H 1
2421| #define HAVE_SYS_TIME_H 1
2422| #define HAVE_SYS_TIMES_H 1
2423| #define HAVE_SYS_TYPES_H 1
2424| #define HAVE_SYS_UN_H 1
2425| #define HAVE_SYS_UTSNAME_H 1
2426| #define HAVE_SYS_WAIT_H 1
2427| #define HAVE_SYS_RESOURCE_H 1
2428| #define HAVE_SYSEXITS_H 1
2429| /* end confdefs.h.  */
2430| #include <bluetooth.h>
2431configure:5460: result: no
2432configure:5493: checking for bluetooth.h
2433configure:5501: result: no
2434configure:5384: checking bluetooth/bluetooth.h usability
2435configure:5401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2436conftest.c:82:33: error: bluetooth/bluetooth.h: No such file or directory
2437configure:5407: $? = 1
2438configure: failed program was:
2439| /* confdefs.h.  */
2440| #define _GNU_SOURCE 1
2441| #define _NETBSD_SOURCE 1
2442| #define __BSD_VISIBLE 1
2443| #define _BSD_TYPES 1
2444| #define Py_ENABLE_SHARED 1
2445| #define STDC_HEADERS 1
2446| #define HAVE_SYS_TYPES_H 1
2447| #define HAVE_SYS_STAT_H 1
2448| #define HAVE_STDLIB_H 1
2449| #define HAVE_STRING_H 1
2450| #define HAVE_MEMORY_H 1
2451| #define HAVE_STRINGS_H 1
2452| #define HAVE_INTTYPES_H 1
2453| #define HAVE_STDINT_H 1
2454| #define HAVE_UNISTD_H 1
2455| #define HAVE_CURSES_H 1
2456| #define HAVE_DLFCN_H 1
2457| #define HAVE_ERRNO_H 1
2458| #define HAVE_FCNTL_H 1
2459| #define HAVE_GRP_H 1
2460| #define HAVE_LANGINFO_H 1
2461| #define HAVE_LIBINTL_H 1
2462| #define HAVE_NCURSES_H 1
2463| #define HAVE_POLL_H 1
2464| #define HAVE_PTHREAD_H 1
2465| #define HAVE_SIGNAL_H 1
2466| #define HAVE_STDINT_H 1
2467| #define HAVE_TERMIOS_H 1
2468| #define HAVE_UNISTD_H 1
2469| #define HAVE_UTIME_H 1
2470| #define HAVE_SYS_FILE_H 1
2471| #define HAVE_SYS_LOCK_H 1
2472| #define HAVE_SYS_PARAM_H 1
2473| #define HAVE_SYS_POLL_H 1
2474| #define HAVE_SYS_SELECT_H 1
2475| #define HAVE_SYS_SOCKET_H 1
2476| #define HAVE_SYS_STATVFS_H 1
2477| #define HAVE_SYS_STAT_H 1
2478| #define HAVE_SYS_TIME_H 1
2479| #define HAVE_SYS_TIMES_H 1
2480| #define HAVE_SYS_TYPES_H 1
2481| #define HAVE_SYS_UN_H 1
2482| #define HAVE_SYS_UTSNAME_H 1
2483| #define HAVE_SYS_WAIT_H 1
2484| #define HAVE_SYS_RESOURCE_H 1
2485| #define HAVE_SYSEXITS_H 1
2486| /* end confdefs.h.  */
2487| #include <stdio.h>
2488| #ifdef HAVE_SYS_TYPES_H
2489| # include <sys/types.h>
2490| #endif
2491| #ifdef HAVE_SYS_STAT_H
2492| # include <sys/stat.h>
2493| #endif
2494| #ifdef STDC_HEADERS
2495| # include <stdlib.h>
2496| # include <stddef.h>
2497| #else
2498| # ifdef HAVE_STDLIB_H
2499| #  include <stdlib.h>
2500| # endif
2501| #endif
2502| #ifdef HAVE_STRING_H
2503| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2504| #  include <memory.h>
2505| # endif
2506| # include <string.h>
2507| #endif
2508| #ifdef HAVE_STRINGS_H
2509| # include <strings.h>
2510| #endif
2511| #ifdef HAVE_INTTYPES_H
2512| # include <inttypes.h>
2513| #endif
2514| #ifdef HAVE_STDINT_H
2515| # include <stdint.h>
2516| #endif
2517| #ifdef HAVE_UNISTD_H
2518| # include <unistd.h>
2519| #endif
2520| #include <bluetooth/bluetooth.h>
2521configure:5421: result: no
2522configure:5425: checking bluetooth/bluetooth.h presence
2523configure:5440: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
2524conftest.c:49:33: error: bluetooth/bluetooth.h: No such file or directory
2525configure:5446: $? = 1
2526configure: failed program was:
2527| /* confdefs.h.  */
2528| #define _GNU_SOURCE 1
2529| #define _NETBSD_SOURCE 1
2530| #define __BSD_VISIBLE 1
2531| #define _BSD_TYPES 1
2532| #define Py_ENABLE_SHARED 1
2533| #define STDC_HEADERS 1
2534| #define HAVE_SYS_TYPES_H 1
2535| #define HAVE_SYS_STAT_H 1
2536| #define HAVE_STDLIB_H 1
2537| #define HAVE_STRING_H 1
2538| #define HAVE_MEMORY_H 1
2539| #define HAVE_STRINGS_H 1
2540| #define HAVE_INTTYPES_H 1
2541| #define HAVE_STDINT_H 1
2542| #define HAVE_UNISTD_H 1
2543| #define HAVE_CURSES_H 1
2544| #define HAVE_DLFCN_H 1
2545| #define HAVE_ERRNO_H 1
2546| #define HAVE_FCNTL_H 1
2547| #define HAVE_GRP_H 1
2548| #define HAVE_LANGINFO_H 1
2549| #define HAVE_LIBINTL_H 1
2550| #define HAVE_NCURSES_H 1
2551| #define HAVE_POLL_H 1
2552| #define HAVE_PTHREAD_H 1
2553| #define HAVE_SIGNAL_H 1
2554| #define HAVE_STDINT_H 1
2555| #define HAVE_TERMIOS_H 1
2556| #define HAVE_UNISTD_H 1
2557| #define HAVE_UTIME_H 1
2558| #define HAVE_SYS_FILE_H 1
2559| #define HAVE_SYS_LOCK_H 1
2560| #define HAVE_SYS_PARAM_H 1
2561| #define HAVE_SYS_POLL_H 1
2562| #define HAVE_SYS_SELECT_H 1
2563| #define HAVE_SYS_SOCKET_H 1
2564| #define HAVE_SYS_STATVFS_H 1
2565| #define HAVE_SYS_STAT_H 1
2566| #define HAVE_SYS_TIME_H 1
2567| #define HAVE_SYS_TIMES_H 1
2568| #define HAVE_SYS_TYPES_H 1
2569| #define HAVE_SYS_UN_H 1
2570| #define HAVE_SYS_UTSNAME_H 1
2571| #define HAVE_SYS_WAIT_H 1
2572| #define HAVE_SYS_RESOURCE_H 1
2573| #define HAVE_SYSEXITS_H 1
2574| /* end confdefs.h.  */
2575| #include <bluetooth/bluetooth.h>
2576configure:5460: result: no
2577configure:5493: checking for bluetooth/bluetooth.h
2578configure:5501: result: no
2579configure:5522: checking for dirent.h that defines DIR
2580configure:5551: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2581configure:5557: $? = 0
2582configure:5573: result: yes
2583configure:5586: checking for library containing opendir
2584configure:5627: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2585configure:5633: $? = 0
2586configure:5661: result: none required
2587configure:5755: checking whether sys/types.h defines makedev
2588configure:5781: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2589configure:5787: $? = 0
2590configure:5805: result: yes
2591configure:6098: checking for term.h
2592configure:6123: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2593configure:6129: $? = 0
2594configure:6145: result: yes
2595configure:6162: checking for linux/netlink.h
2596configure:6190: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2597conftest.c:60:27: error: linux/netlink.h: No such file or directory
2598configure:6196: $? = 1
2599configure: failed program was:
2600| /* confdefs.h.  */
2601| #define _GNU_SOURCE 1
2602| #define _NETBSD_SOURCE 1
2603| #define __BSD_VISIBLE 1
2604| #define _BSD_TYPES 1
2605| #define Py_ENABLE_SHARED 1
2606| #define STDC_HEADERS 1
2607| #define HAVE_SYS_TYPES_H 1
2608| #define HAVE_SYS_STAT_H 1
2609| #define HAVE_STDLIB_H 1
2610| #define HAVE_STRING_H 1
2611| #define HAVE_MEMORY_H 1
2612| #define HAVE_STRINGS_H 1
2613| #define HAVE_INTTYPES_H 1
2614| #define HAVE_STDINT_H 1
2615| #define HAVE_UNISTD_H 1
2616| #define HAVE_CURSES_H 1
2617| #define HAVE_DLFCN_H 1
2618| #define HAVE_ERRNO_H 1
2619| #define HAVE_FCNTL_H 1
2620| #define HAVE_GRP_H 1
2621| #define HAVE_LANGINFO_H 1
2622| #define HAVE_LIBINTL_H 1
2623| #define HAVE_NCURSES_H 1
2624| #define HAVE_POLL_H 1
2625| #define HAVE_PTHREAD_H 1
2626| #define HAVE_SIGNAL_H 1
2627| #define HAVE_STDINT_H 1
2628| #define HAVE_TERMIOS_H 1
2629| #define HAVE_UNISTD_H 1
2630| #define HAVE_UTIME_H 1
2631| #define HAVE_SYS_FILE_H 1
2632| #define HAVE_SYS_LOCK_H 1
2633| #define HAVE_SYS_PARAM_H 1
2634| #define HAVE_SYS_POLL_H 1
2635| #define HAVE_SYS_SELECT_H 1
2636| #define HAVE_SYS_SOCKET_H 1
2637| #define HAVE_SYS_STATVFS_H 1
2638| #define HAVE_SYS_STAT_H 1
2639| #define HAVE_SYS_TIME_H 1
2640| #define HAVE_SYS_TIMES_H 1
2641| #define HAVE_SYS_TYPES_H 1
2642| #define HAVE_SYS_UN_H 1
2643| #define HAVE_SYS_UTSNAME_H 1
2644| #define HAVE_SYS_WAIT_H 1
2645| #define HAVE_SYS_RESOURCE_H 1
2646| #define HAVE_SYSEXITS_H 1
2647| #define HAVE_DIRENT_H 1
2648| #define HAVE_TERM_H 1
2649| /* end confdefs.h.  */
2650|
2651| #ifdef HAVE_ASM_TYPES_H
2652| #include <asm/types.h>
2653| #endif
2654| #ifdef HAVE_SYS_SOCKET_H
2655| #include <sys/socket.h>
2656| #endif
2657|
2658|
2659| #include <linux/netlink.h>
2660configure:6212: result: no
2661configure:6226: checking for clock_t in time.h
2662configure:6251: result: yes
2663configure:6255: checking for makedev
2664configure:6278: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2665configure:6284: $? = 0
2666configure:6356: result: yes
2667configure:6374: checking Solaris LFS bug
2668configure:6401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2669configure:6407: $? = 0
2670configure:6421: result: no
2671configure:6450: checking for mode_t
2672configure:6480: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2673configure:6486: $? = 0
2674configure:6501: result: yes
2675configure:6513: checking for off_t
2676configure:6543: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2677configure:6549: $? = 0
2678configure:6564: result: yes
2679configure:6576: checking for pid_t
2680configure:6606: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2681configure:6612: $? = 0
2682configure:6627: result: yes
2683configure:6639: checking return type of signal handlers
2684configure:6667: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2685conftest.c: In function 'main':
2686conftest.c:63: error: void value not ignored as it ought to be
2687configure:6673: $? = 1
2688configure: failed program was:
2689| /* confdefs.h.  */
2690| #define _GNU_SOURCE 1
2691| #define _NETBSD_SOURCE 1
2692| #define __BSD_VISIBLE 1
2693| #define _BSD_TYPES 1
2694| #define Py_ENABLE_SHARED 1
2695| #define STDC_HEADERS 1
2696| #define HAVE_SYS_TYPES_H 1
2697| #define HAVE_SYS_STAT_H 1
2698| #define HAVE_STDLIB_H 1
2699| #define HAVE_STRING_H 1
2700| #define HAVE_MEMORY_H 1
2701| #define HAVE_STRINGS_H 1
2702| #define HAVE_INTTYPES_H 1
2703| #define HAVE_STDINT_H 1
2704| #define HAVE_UNISTD_H 1
2705| #define HAVE_CURSES_H 1
2706| #define HAVE_DLFCN_H 1
2707| #define HAVE_ERRNO_H 1
2708| #define HAVE_FCNTL_H 1
2709| #define HAVE_GRP_H 1
2710| #define HAVE_LANGINFO_H 1
2711| #define HAVE_LIBINTL_H 1
2712| #define HAVE_NCURSES_H 1
2713| #define HAVE_POLL_H 1
2714| #define HAVE_PTHREAD_H 1
2715| #define HAVE_SIGNAL_H 1
2716| #define HAVE_STDINT_H 1
2717| #define HAVE_TERMIOS_H 1
2718| #define HAVE_UNISTD_H 1
2719| #define HAVE_UTIME_H 1
2720| #define HAVE_SYS_FILE_H 1
2721| #define HAVE_SYS_LOCK_H 1
2722| #define HAVE_SYS_PARAM_H 1
2723| #define HAVE_SYS_POLL_H 1
2724| #define HAVE_SYS_SELECT_H 1
2725| #define HAVE_SYS_SOCKET_H 1
2726| #define HAVE_SYS_STATVFS_H 1
2727| #define HAVE_SYS_STAT_H 1
2728| #define HAVE_SYS_TIME_H 1
2729| #define HAVE_SYS_TIMES_H 1
2730| #define HAVE_SYS_TYPES_H 1
2731| #define HAVE_SYS_UN_H 1
2732| #define HAVE_SYS_UTSNAME_H 1
2733| #define HAVE_SYS_WAIT_H 1
2734| #define HAVE_SYS_RESOURCE_H 1
2735| #define HAVE_SYSEXITS_H 1
2736| #define HAVE_DIRENT_H 1
2737| #define HAVE_TERM_H 1
2738| #define HAVE_MAKEDEV 1
2739| #define _LARGEFILE_SOURCE 1
2740| #define _FILE_OFFSET_BITS 64
2741| #if defined(SCO_DS)
2742| #undef _OFF_T
2743| #endif
2744| /* end confdefs.h.  */
2745| #include <sys/types.h>
2746| #include <signal.h>
2747|
2748| int
2749| main ()
2750| {
2751| return *(signal (0, 0)) (0) == 1;
2752|   ;
2753|   return 0;
2754| }
2755configure:6688: result: void
2756configure:6696: checking for size_t
2757configure:6726: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2758configure:6732: $? = 0
2759configure:6747: result: yes
2760configure:6759: checking for uid_t in sys/types.h
2761configure:6782: result: yes
2762configure:6797: checking for ssize_t
2763configure:6827: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2764configure:6833: $? = 0
2765configure:6848: result: yes
2766configure:6861: checking for int
2767configure:6891: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2768configure:6897: $? = 0
2769configure:6912: result: yes
2770configure:6919: checking size of int
2771configure:7221: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2772configure:7224: $? = 0
2773configure:7230: ./conftest
2774configure:7233: $? = 0
2775configure:7256: result: 4
2776configure:7266: checking for long
2777configure:7296: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2778configure:7302: $? = 0
2779configure:7317: result: yes
2780configure:7324: checking size of long
2781configure:7626: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2782configure:7629: $? = 0
2783configure:7635: ./conftest
2784configure:7638: $? = 0
2785configure:7661: result: 4
2786configure:7671: checking for void *
2787configure:7701: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2788configure:7707: $? = 0
2789configure:7722: result: yes
2790configure:7729: checking size of void *
2791configure:8031: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2792configure:8034: $? = 0
2793configure:8040: ./conftest
2794configure:8043: $? = 0
2795configure:8066: result: 4
2796configure:8076: checking for short
2797configure:8106: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2798configure:8112: $? = 0
2799configure:8127: result: yes
2800configure:8134: checking size of short
2801configure:8436: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2802configure:8439: $? = 0
2803configure:8445: ./conftest
2804configure:8448: $? = 0
2805configure:8471: result: 2
2806configure:8481: checking for float
2807configure:8511: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2808configure:8517: $? = 0
2809configure:8532: result: yes
2810configure:8539: checking size of float
2811configure:8841: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2812configure:8844: $? = 0
2813configure:8850: ./conftest
2814configure:8853: $? = 0
2815configure:8876: result: 4
2816configure:8886: checking for double
2817configure:8916: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2818configure:8922: $? = 0
2819configure:8937: result: yes
2820configure:8944: checking size of double
2821configure:9246: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2822configure:9249: $? = 0
2823configure:9255: ./conftest
2824configure:9258: $? = 0
2825configure:9281: result: 8
2826configure:9291: checking for fpos_t
2827configure:9321: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2828configure:9327: $? = 0
2829configure:9342: result: yes
2830configure:9349: checking size of fpos_t
2831configure:9651: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2832configure:9654: $? = 0
2833configure:9660: ./conftest
2834configure:9663: $? = 0
2835configure:9686: result: 8
2836configure:9696: checking for size_t
2837configure:9747: result: yes
2838configure:9754: checking size of size_t
2839configure:10056: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2840configure:10059: $? = 0
2841configure:10065: ./conftest
2842configure:10068: $? = 0
2843configure:10091: result: 4
2844configure:10102: checking for long long support
2845configure:10126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2846configure:10132: $? = 0
2847configure:10153: result: yes
2848configure:10156: checking for long long
2849configure:10186: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2850configure:10192: $? = 0
2851configure:10207: result: yes
2852configure:10214: checking size of long long
2853configure:10516: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2854configure:10519: $? = 0
2855configure:10525: ./conftest
2856configure:10528: $? = 0
2857configure:10551: result: 8
2858configure:10563: checking for uintptr_t
2859configure:10596: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2860configure:10602: $? = 0
2861configure:10617: result: yes
2862configure:10625: checking for uintptr_t
2863configure:10676: result: yes
2864configure:10683: checking size of uintptr_t
2865configure:10985: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2866configure:10988: $? = 0
2867configure:10994: ./conftest
2868configure:10997: $? = 0
2869configure:11020: result: 4
2870configure:11035: checking size of off_t
2871configure:11065: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2872conftest.c: In function 'main':
2873conftest.c:76: warning: incompatible implicit declaration of built-in function 'exit'
2874configure:11068: $? = 0
2875configure:11074: ./conftest
2876configure:11077: $? = 0
2877configure:11095: result: 8
2878configure:11103: checking whether to enable large file support
2879configure:11113: result: yes
2880configure:11121: checking size of time_t
2881configure:11151: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2882conftest.c: In function 'main':
2883conftest.c:78: warning: incompatible implicit declaration of built-in function 'exit'
2884configure:11154: $? = 0
2885configure:11160: ./conftest
2886configure:11163: $? = 0
2887configure:11181: result: 4
2888configure:11199: checking for pthread_t
2889configure:11223: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
2890configure:11229: $? = 0
2891configure:11243: result: yes
2892configure:11247: checking size of pthread_t
2893configure:11277: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -L/opt/local/lib conftest.c  >&5
2894conftest.c: In function 'main':
2895conftest.c:79: warning: incompatible implicit declaration of built-in function 'exit'
2896configure:11280: $? = 0
2897configure:11286: ./conftest
2898configure:11289: $? = 0
2899configure:11307: result: 4
2900configure:11317: checking for --enable-toolbox-glue
2901configure:11349: result: yes
2902configure:11386: checking for --enable-framework
2903configure:11398: result: yes
2904configure:11405: checking for dyld
2905configure:11414: result: always on for Darwin
2906configure:11431: checking SO
2907configure:11457: result: .so
2908configure:11468: checking LDSHARED
2909configure:11584: result: $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup
2910configure:11589: checking CCSHARED
2911configure:11625: result:
2912configure:11629: checking LINKFORSHARED
2913configure:11678: result: -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
2914configure:11682: checking CFLAGSFORSHARED
2915configure:11695: result: $(CCSHARED)
2916configure:11707: checking SHLIBS
2917configure:11713: result: $(LIBS)
2918configure:11719: checking for dlopen in -ldl
2919configure:11754: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -ldl   >&5
2920ld: library not found for -lcrt1.10.5.o
2921collect2: ld returned 1 exit status
2922ld: library not found for -lcrt1.10.5.o
2923collect2: ld returned 1 exit status
2924lipo: can't open input file: /var/tmp//ccgSa3Uc.out (No such file or directory)
2925configure:11760: $? = 1
2926configure: failed program was:
2927| /* confdefs.h.  */
2928| #define _GNU_SOURCE 1
2929| #define _NETBSD_SOURCE 1
2930| #define __BSD_VISIBLE 1
2931| #define _BSD_TYPES 1
2932| #define Py_ENABLE_SHARED 1
2933| #define STDC_HEADERS 1
2934| #define HAVE_SYS_TYPES_H 1
2935| #define HAVE_SYS_STAT_H 1
2936| #define HAVE_STDLIB_H 1
2937| #define HAVE_STRING_H 1
2938| #define HAVE_MEMORY_H 1
2939| #define HAVE_STRINGS_H 1
2940| #define HAVE_INTTYPES_H 1
2941| #define HAVE_STDINT_H 1
2942| #define HAVE_UNISTD_H 1
2943| #define HAVE_CURSES_H 1
2944| #define HAVE_DLFCN_H 1
2945| #define HAVE_ERRNO_H 1
2946| #define HAVE_FCNTL_H 1
2947| #define HAVE_GRP_H 1
2948| #define HAVE_LANGINFO_H 1
2949| #define HAVE_LIBINTL_H 1
2950| #define HAVE_NCURSES_H 1
2951| #define HAVE_POLL_H 1
2952| #define HAVE_PTHREAD_H 1
2953| #define HAVE_SIGNAL_H 1
2954| #define HAVE_STDINT_H 1
2955| #define HAVE_TERMIOS_H 1
2956| #define HAVE_UNISTD_H 1
2957| #define HAVE_UTIME_H 1
2958| #define HAVE_SYS_FILE_H 1
2959| #define HAVE_SYS_LOCK_H 1
2960| #define HAVE_SYS_PARAM_H 1
2961| #define HAVE_SYS_POLL_H 1
2962| #define HAVE_SYS_SELECT_H 1
2963| #define HAVE_SYS_SOCKET_H 1
2964| #define HAVE_SYS_STATVFS_H 1
2965| #define HAVE_SYS_STAT_H 1
2966| #define HAVE_SYS_TIME_H 1
2967| #define HAVE_SYS_TIMES_H 1
2968| #define HAVE_SYS_TYPES_H 1
2969| #define HAVE_SYS_UN_H 1
2970| #define HAVE_SYS_UTSNAME_H 1
2971| #define HAVE_SYS_WAIT_H 1
2972| #define HAVE_SYS_RESOURCE_H 1
2973| #define HAVE_SYSEXITS_H 1
2974| #define HAVE_DIRENT_H 1
2975| #define HAVE_TERM_H 1
2976| #define HAVE_MAKEDEV 1
2977| #define _LARGEFILE_SOURCE 1
2978| #define _FILE_OFFSET_BITS 64
2979| #if defined(SCO_DS)
2980| #undef _OFF_T
2981| #endif
2982| #define RETSIGTYPE void
2983| #define HAVE_SSIZE_T 1
2984| #define SIZEOF_INT 4
2985| #define SIZEOF_LONG 4
2986| #define SIZEOF_VOID_P 4
2987| #define SIZEOF_SHORT 2
2988| #define SIZEOF_FLOAT 4
2989| #define SIZEOF_DOUBLE 8
2990| #define SIZEOF_FPOS_T 8
2991| #define SIZEOF_SIZE_T 4
2992| #define HAVE_LONG_LONG 1
2993| #define SIZEOF_LONG_LONG 8
2994| #define HAVE_UINTPTR_T 1
2995| #define SIZEOF_UINTPTR_T 4
2996| #define SIZEOF_OFF_T 8
2997| #define HAVE_LARGEFILE_SUPPORT 1
2998| #define SIZEOF_TIME_T 4
2999| #define SIZEOF_PTHREAD_T 4
3000| #define USE_TOOLBOX_OBJECT_GLUE 1
3001| #define WITH_NEXT_FRAMEWORK 1
3002| #define WITH_DYLD 1
3003| #define SHLIB_EXT ".so"
3004| /* end confdefs.h.  */
3005|
3006| /* Override any GCC internal prototype to avoid an error.
3007|    Use char because int might match the return type of a GCC
3008|    builtin and then its argument prototype would still apply.  */
3009| #ifdef __cplusplus
3010| extern "C"
3011| #endif
3012| char dlopen ();
3013| int
3014| main ()
3015| {
3016| return dlopen ();
3017|   ;
3018|   return 0;
3019| }
3020configure:11778: result: no
3021configure:11790: checking for shl_load in -ldld
3022configure:11825: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -ldld   >&5
3023ld: library not found for -lcrt1.10.5.o
3024collect2: ld returned 1 exit status
3025ld: library not found for -lcrt1.10.5.o
3026collect2: ld returned 1 exit status
3027lipo: can't open input file: /var/tmp//ccf10X3O.out (No such file or directory)
3028configure:11831: $? = 1
3029configure: failed program was:
3030| /* confdefs.h.  */
3031| #define _GNU_SOURCE 1
3032| #define _NETBSD_SOURCE 1
3033| #define __BSD_VISIBLE 1
3034| #define _BSD_TYPES 1
3035| #define Py_ENABLE_SHARED 1
3036| #define STDC_HEADERS 1
3037| #define HAVE_SYS_TYPES_H 1
3038| #define HAVE_SYS_STAT_H 1
3039| #define HAVE_STDLIB_H 1
3040| #define HAVE_STRING_H 1
3041| #define HAVE_MEMORY_H 1
3042| #define HAVE_STRINGS_H 1
3043| #define HAVE_INTTYPES_H 1
3044| #define HAVE_STDINT_H 1
3045| #define HAVE_UNISTD_H 1
3046| #define HAVE_CURSES_H 1
3047| #define HAVE_DLFCN_H 1
3048| #define HAVE_ERRNO_H 1
3049| #define HAVE_FCNTL_H 1
3050| #define HAVE_GRP_H 1
3051| #define HAVE_LANGINFO_H 1
3052| #define HAVE_LIBINTL_H 1
3053| #define HAVE_NCURSES_H 1
3054| #define HAVE_POLL_H 1
3055| #define HAVE_PTHREAD_H 1
3056| #define HAVE_SIGNAL_H 1
3057| #define HAVE_STDINT_H 1
3058| #define HAVE_TERMIOS_H 1
3059| #define HAVE_UNISTD_H 1
3060| #define HAVE_UTIME_H 1
3061| #define HAVE_SYS_FILE_H 1
3062| #define HAVE_SYS_LOCK_H 1
3063| #define HAVE_SYS_PARAM_H 1
3064| #define HAVE_SYS_POLL_H 1
3065| #define HAVE_SYS_SELECT_H 1
3066| #define HAVE_SYS_SOCKET_H 1
3067| #define HAVE_SYS_STATVFS_H 1
3068| #define HAVE_SYS_STAT_H 1
3069| #define HAVE_SYS_TIME_H 1
3070| #define HAVE_SYS_TIMES_H 1
3071| #define HAVE_SYS_TYPES_H 1
3072| #define HAVE_SYS_UN_H 1
3073| #define HAVE_SYS_UTSNAME_H 1
3074| #define HAVE_SYS_WAIT_H 1
3075| #define HAVE_SYS_RESOURCE_H 1
3076| #define HAVE_SYSEXITS_H 1
3077| #define HAVE_DIRENT_H 1
3078| #define HAVE_TERM_H 1
3079| #define HAVE_MAKEDEV 1
3080| #define _LARGEFILE_SOURCE 1
3081| #define _FILE_OFFSET_BITS 64
3082| #if defined(SCO_DS)
3083| #undef _OFF_T
3084| #endif
3085| #define RETSIGTYPE void
3086| #define HAVE_SSIZE_T 1
3087| #define SIZEOF_INT 4
3088| #define SIZEOF_LONG 4
3089| #define SIZEOF_VOID_P 4
3090| #define SIZEOF_SHORT 2
3091| #define SIZEOF_FLOAT 4
3092| #define SIZEOF_DOUBLE 8
3093| #define SIZEOF_FPOS_T 8
3094| #define SIZEOF_SIZE_T 4
3095| #define HAVE_LONG_LONG 1
3096| #define SIZEOF_LONG_LONG 8
3097| #define HAVE_UINTPTR_T 1
3098| #define SIZEOF_UINTPTR_T 4
3099| #define SIZEOF_OFF_T 8
3100| #define HAVE_LARGEFILE_SUPPORT 1
3101| #define SIZEOF_TIME_T 4
3102| #define SIZEOF_PTHREAD_T 4
3103| #define USE_TOOLBOX_OBJECT_GLUE 1
3104| #define WITH_NEXT_FRAMEWORK 1
3105| #define WITH_DYLD 1
3106| #define SHLIB_EXT ".so"
3107| /* end confdefs.h.  */
3108|
3109| /* Override any GCC internal prototype to avoid an error.
3110|    Use char because int might match the return type of a GCC
3111|    builtin and then its argument prototype would still apply.  */
3112| #ifdef __cplusplus
3113| extern "C"
3114| #endif
3115| char shl_load ();
3116| int
3117| main ()
3118| {
3119| return shl_load ();
3120|   ;
3121|   return 0;
3122| }
3123configure:11849: result: no
3124configure:11863: checking for library containing sem_init
3125configure:11904: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
3126ld: library not found for -lcrt1.10.5.o
3127collect2: ld returned 1 exit status
3128ld: library not found for -lcrt1.10.5.o
3129collect2: ld returned 1 exit status
3130lipo: can't open input file: /var/tmp//ccP79hgb.out (No such file or directory)
3131configure:11910: $? = 1
3132configure: failed program was:
3133| /* confdefs.h.  */
3134| #define _GNU_SOURCE 1
3135| #define _NETBSD_SOURCE 1
3136| #define __BSD_VISIBLE 1
3137| #define _BSD_TYPES 1
3138| #define Py_ENABLE_SHARED 1
3139| #define STDC_HEADERS 1
3140| #define HAVE_SYS_TYPES_H 1
3141| #define HAVE_SYS_STAT_H 1
3142| #define HAVE_STDLIB_H 1
3143| #define HAVE_STRING_H 1
3144| #define HAVE_MEMORY_H 1
3145| #define HAVE_STRINGS_H 1
3146| #define HAVE_INTTYPES_H 1
3147| #define HAVE_STDINT_H 1
3148| #define HAVE_UNISTD_H 1
3149| #define HAVE_CURSES_H 1
3150| #define HAVE_DLFCN_H 1
3151| #define HAVE_ERRNO_H 1
3152| #define HAVE_FCNTL_H 1
3153| #define HAVE_GRP_H 1
3154| #define HAVE_LANGINFO_H 1
3155| #define HAVE_LIBINTL_H 1
3156| #define HAVE_NCURSES_H 1
3157| #define HAVE_POLL_H 1
3158| #define HAVE_PTHREAD_H 1
3159| #define HAVE_SIGNAL_H 1
3160| #define HAVE_STDINT_H 1
3161| #define HAVE_TERMIOS_H 1
3162| #define HAVE_UNISTD_H 1
3163| #define HAVE_UTIME_H 1
3164| #define HAVE_SYS_FILE_H 1
3165| #define HAVE_SYS_LOCK_H 1
3166| #define HAVE_SYS_PARAM_H 1
3167| #define HAVE_SYS_POLL_H 1
3168| #define HAVE_SYS_SELECT_H 1
3169| #define HAVE_SYS_SOCKET_H 1
3170| #define HAVE_SYS_STATVFS_H 1
3171| #define HAVE_SYS_STAT_H 1
3172| #define HAVE_SYS_TIME_H 1
3173| #define HAVE_SYS_TIMES_H 1
3174| #define HAVE_SYS_TYPES_H 1
3175| #define HAVE_SYS_UN_H 1
3176| #define HAVE_SYS_UTSNAME_H 1
3177| #define HAVE_SYS_WAIT_H 1
3178| #define HAVE_SYS_RESOURCE_H 1
3179| #define HAVE_SYSEXITS_H 1
3180| #define HAVE_DIRENT_H 1
3181| #define HAVE_TERM_H 1
3182| #define HAVE_MAKEDEV 1
3183| #define _LARGEFILE_SOURCE 1
3184| #define _FILE_OFFSET_BITS 64
3185| #if defined(SCO_DS)
3186| #undef _OFF_T
3187| #endif
3188| #define RETSIGTYPE void
3189| #define HAVE_SSIZE_T 1
3190| #define SIZEOF_INT 4
3191| #define SIZEOF_LONG 4
3192| #define SIZEOF_VOID_P 4
3193| #define SIZEOF_SHORT 2
3194| #define SIZEOF_FLOAT 4
3195| #define SIZEOF_DOUBLE 8
3196| #define SIZEOF_FPOS_T 8
3197| #define SIZEOF_SIZE_T 4
3198| #define HAVE_LONG_LONG 1
3199| #define SIZEOF_LONG_LONG 8
3200| #define HAVE_UINTPTR_T 1
3201| #define SIZEOF_UINTPTR_T 4
3202| #define SIZEOF_OFF_T 8
3203| #define HAVE_LARGEFILE_SUPPORT 1
3204| #define SIZEOF_TIME_T 4
3205| #define SIZEOF_PTHREAD_T 4
3206| #define USE_TOOLBOX_OBJECT_GLUE 1
3207| #define WITH_NEXT_FRAMEWORK 1
3208| #define WITH_DYLD 1
3209| #define SHLIB_EXT ".so"
3210| /* end confdefs.h.  */
3211|
3212| /* Override any GCC internal prototype to avoid an error.
3213|    Use char because int might match the return type of a GCC
3214|    builtin and then its argument prototype would still apply.  */
3215| #ifdef __cplusplus
3216| extern "C"
3217| #endif
3218| char sem_init ();
3219| int
3220| main ()
3221| {
3222| return sem_init ();
3223|   ;
3224|   return 0;
3225| }
3226configure:11904: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lpthread   >&5
3227ld: library not found for -lcrt1.10.5.o
3228collect2: ld returned 1 exit status
3229ld: library not found for -lcrt1.10.5.o
3230collect2: ld returned 1 exit status
3231lipo: can't open input file: /var/tmp//cc3hPTkF.out (No such file or directory)
3232configure:11910: $? = 1
3233configure: failed program was:
3234| /* confdefs.h.  */
3235| #define _GNU_SOURCE 1
3236| #define _NETBSD_SOURCE 1
3237| #define __BSD_VISIBLE 1
3238| #define _BSD_TYPES 1
3239| #define Py_ENABLE_SHARED 1
3240| #define STDC_HEADERS 1
3241| #define HAVE_SYS_TYPES_H 1
3242| #define HAVE_SYS_STAT_H 1
3243| #define HAVE_STDLIB_H 1
3244| #define HAVE_STRING_H 1
3245| #define HAVE_MEMORY_H 1
3246| #define HAVE_STRINGS_H 1
3247| #define HAVE_INTTYPES_H 1
3248| #define HAVE_STDINT_H 1
3249| #define HAVE_UNISTD_H 1
3250| #define HAVE_CURSES_H 1
3251| #define HAVE_DLFCN_H 1
3252| #define HAVE_ERRNO_H 1
3253| #define HAVE_FCNTL_H 1
3254| #define HAVE_GRP_H 1
3255| #define HAVE_LANGINFO_H 1
3256| #define HAVE_LIBINTL_H 1
3257| #define HAVE_NCURSES_H 1
3258| #define HAVE_POLL_H 1
3259| #define HAVE_PTHREAD_H 1
3260| #define HAVE_SIGNAL_H 1
3261| #define HAVE_STDINT_H 1
3262| #define HAVE_TERMIOS_H 1
3263| #define HAVE_UNISTD_H 1
3264| #define HAVE_UTIME_H 1
3265| #define HAVE_SYS_FILE_H 1
3266| #define HAVE_SYS_LOCK_H 1
3267| #define HAVE_SYS_PARAM_H 1
3268| #define HAVE_SYS_POLL_H 1
3269| #define HAVE_SYS_SELECT_H 1
3270| #define HAVE_SYS_SOCKET_H 1
3271| #define HAVE_SYS_STATVFS_H 1
3272| #define HAVE_SYS_STAT_H 1
3273| #define HAVE_SYS_TIME_H 1
3274| #define HAVE_SYS_TIMES_H 1
3275| #define HAVE_SYS_TYPES_H 1
3276| #define HAVE_SYS_UN_H 1
3277| #define HAVE_SYS_UTSNAME_H 1
3278| #define HAVE_SYS_WAIT_H 1
3279| #define HAVE_SYS_RESOURCE_H 1
3280| #define HAVE_SYSEXITS_H 1
3281| #define HAVE_DIRENT_H 1
3282| #define HAVE_TERM_H 1
3283| #define HAVE_MAKEDEV 1
3284| #define _LARGEFILE_SOURCE 1
3285| #define _FILE_OFFSET_BITS 64
3286| #if defined(SCO_DS)
3287| #undef _OFF_T
3288| #endif
3289| #define RETSIGTYPE void
3290| #define HAVE_SSIZE_T 1
3291| #define SIZEOF_INT 4
3292| #define SIZEOF_LONG 4
3293| #define SIZEOF_VOID_P 4
3294| #define SIZEOF_SHORT 2
3295| #define SIZEOF_FLOAT 4
3296| #define SIZEOF_DOUBLE 8
3297| #define SIZEOF_FPOS_T 8
3298| #define SIZEOF_SIZE_T 4
3299| #define HAVE_LONG_LONG 1
3300| #define SIZEOF_LONG_LONG 8
3301| #define HAVE_UINTPTR_T 1
3302| #define SIZEOF_UINTPTR_T 4
3303| #define SIZEOF_OFF_T 8
3304| #define HAVE_LARGEFILE_SUPPORT 1
3305| #define SIZEOF_TIME_T 4
3306| #define SIZEOF_PTHREAD_T 4
3307| #define USE_TOOLBOX_OBJECT_GLUE 1
3308| #define WITH_NEXT_FRAMEWORK 1
3309| #define WITH_DYLD 1
3310| #define SHLIB_EXT ".so"
3311| /* end confdefs.h.  */
3312|
3313| /* Override any GCC internal prototype to avoid an error.
3314|    Use char because int might match the return type of a GCC
3315|    builtin and then its argument prototype would still apply.  */
3316| #ifdef __cplusplus
3317| extern "C"
3318| #endif
3319| char sem_init ();
3320| int
3321| main ()
3322| {
3323| return sem_init ();
3324|   ;
3325|   return 0;
3326| }
3327configure:11904: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lrt   >&5
3328ld: library not found for -lcrt1.10.5.o
3329collect2: ld returned 1 exit status
3330ld: library not found for -lcrt1.10.5.o
3331collect2: ld returned 1 exit status
3332lipo: can't open input file: /var/tmp//ccAUH1St.out (No such file or directory)
3333configure:11910: $? = 1
3334configure: failed program was:
3335| /* confdefs.h.  */
3336| #define _GNU_SOURCE 1
3337| #define _NETBSD_SOURCE 1
3338| #define __BSD_VISIBLE 1
3339| #define _BSD_TYPES 1
3340| #define Py_ENABLE_SHARED 1
3341| #define STDC_HEADERS 1
3342| #define HAVE_SYS_TYPES_H 1
3343| #define HAVE_SYS_STAT_H 1
3344| #define HAVE_STDLIB_H 1
3345| #define HAVE_STRING_H 1
3346| #define HAVE_MEMORY_H 1
3347| #define HAVE_STRINGS_H 1
3348| #define HAVE_INTTYPES_H 1
3349| #define HAVE_STDINT_H 1
3350| #define HAVE_UNISTD_H 1
3351| #define HAVE_CURSES_H 1
3352| #define HAVE_DLFCN_H 1
3353| #define HAVE_ERRNO_H 1
3354| #define HAVE_FCNTL_H 1
3355| #define HAVE_GRP_H 1
3356| #define HAVE_LANGINFO_H 1
3357| #define HAVE_LIBINTL_H 1
3358| #define HAVE_NCURSES_H 1
3359| #define HAVE_POLL_H 1
3360| #define HAVE_PTHREAD_H 1
3361| #define HAVE_SIGNAL_H 1
3362| #define HAVE_STDINT_H 1
3363| #define HAVE_TERMIOS_H 1
3364| #define HAVE_UNISTD_H 1
3365| #define HAVE_UTIME_H 1
3366| #define HAVE_SYS_FILE_H 1
3367| #define HAVE_SYS_LOCK_H 1
3368| #define HAVE_SYS_PARAM_H 1
3369| #define HAVE_SYS_POLL_H 1
3370| #define HAVE_SYS_SELECT_H 1
3371| #define HAVE_SYS_SOCKET_H 1
3372| #define HAVE_SYS_STATVFS_H 1
3373| #define HAVE_SYS_STAT_H 1
3374| #define HAVE_SYS_TIME_H 1
3375| #define HAVE_SYS_TIMES_H 1
3376| #define HAVE_SYS_TYPES_H 1
3377| #define HAVE_SYS_UN_H 1
3378| #define HAVE_SYS_UTSNAME_H 1
3379| #define HAVE_SYS_WAIT_H 1
3380| #define HAVE_SYS_RESOURCE_H 1
3381| #define HAVE_SYSEXITS_H 1
3382| #define HAVE_DIRENT_H 1
3383| #define HAVE_TERM_H 1
3384| #define HAVE_MAKEDEV 1
3385| #define _LARGEFILE_SOURCE 1
3386| #define _FILE_OFFSET_BITS 64
3387| #if defined(SCO_DS)
3388| #undef _OFF_T
3389| #endif
3390| #define RETSIGTYPE void
3391| #define HAVE_SSIZE_T 1
3392| #define SIZEOF_INT 4
3393| #define SIZEOF_LONG 4
3394| #define SIZEOF_VOID_P 4
3395| #define SIZEOF_SHORT 2
3396| #define SIZEOF_FLOAT 4
3397| #define SIZEOF_DOUBLE 8
3398| #define SIZEOF_FPOS_T 8
3399| #define SIZEOF_SIZE_T 4
3400| #define HAVE_LONG_LONG 1
3401| #define SIZEOF_LONG_LONG 8
3402| #define HAVE_UINTPTR_T 1
3403| #define SIZEOF_UINTPTR_T 4
3404| #define SIZEOF_OFF_T 8
3405| #define HAVE_LARGEFILE_SUPPORT 1
3406| #define SIZEOF_TIME_T 4
3407| #define SIZEOF_PTHREAD_T 4
3408| #define USE_TOOLBOX_OBJECT_GLUE 1
3409| #define WITH_NEXT_FRAMEWORK 1
3410| #define WITH_DYLD 1
3411| #define SHLIB_EXT ".so"
3412| /* end confdefs.h.  */
3413|
3414| /* Override any GCC internal prototype to avoid an error.
3415|    Use char because int might match the return type of a GCC
3416|    builtin and then its argument prototype would still apply.  */
3417| #ifdef __cplusplus
3418| extern "C"
3419| #endif
3420| char sem_init ();
3421| int
3422| main ()
3423| {
3424| return sem_init ();
3425|   ;
3426|   return 0;
3427| }
3428configure:11904: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lposix4   >&5
3429ld: library not found for -lcrt1.10.5.o
3430collect2: ld returned 1 exit status
3431ld: library not found for -lcrt1.10.5.o
3432collect2: ld returned 1 exit status
3433lipo: can't open input file: /var/tmp//ccKPJKrp.out (No such file or directory)
3434configure:11910: $? = 1
3435configure: failed program was:
3436| /* confdefs.h.  */
3437| #define _GNU_SOURCE 1
3438| #define _NETBSD_SOURCE 1
3439| #define __BSD_VISIBLE 1
3440| #define _BSD_TYPES 1
3441| #define Py_ENABLE_SHARED 1
3442| #define STDC_HEADERS 1
3443| #define HAVE_SYS_TYPES_H 1
3444| #define HAVE_SYS_STAT_H 1
3445| #define HAVE_STDLIB_H 1
3446| #define HAVE_STRING_H 1
3447| #define HAVE_MEMORY_H 1
3448| #define HAVE_STRINGS_H 1
3449| #define HAVE_INTTYPES_H 1
3450| #define HAVE_STDINT_H 1
3451| #define HAVE_UNISTD_H 1
3452| #define HAVE_CURSES_H 1
3453| #define HAVE_DLFCN_H 1
3454| #define HAVE_ERRNO_H 1
3455| #define HAVE_FCNTL_H 1
3456| #define HAVE_GRP_H 1
3457| #define HAVE_LANGINFO_H 1
3458| #define HAVE_LIBINTL_H 1
3459| #define HAVE_NCURSES_H 1
3460| #define HAVE_POLL_H 1
3461| #define HAVE_PTHREAD_H 1
3462| #define HAVE_SIGNAL_H 1
3463| #define HAVE_STDINT_H 1
3464| #define HAVE_TERMIOS_H 1
3465| #define HAVE_UNISTD_H 1
3466| #define HAVE_UTIME_H 1
3467| #define HAVE_SYS_FILE_H 1
3468| #define HAVE_SYS_LOCK_H 1
3469| #define HAVE_SYS_PARAM_H 1
3470| #define HAVE_SYS_POLL_H 1
3471| #define HAVE_SYS_SELECT_H 1
3472| #define HAVE_SYS_SOCKET_H 1
3473| #define HAVE_SYS_STATVFS_H 1
3474| #define HAVE_SYS_STAT_H 1
3475| #define HAVE_SYS_TIME_H 1
3476| #define HAVE_SYS_TIMES_H 1
3477| #define HAVE_SYS_TYPES_H 1
3478| #define HAVE_SYS_UN_H 1
3479| #define HAVE_SYS_UTSNAME_H 1
3480| #define HAVE_SYS_WAIT_H 1
3481| #define HAVE_SYS_RESOURCE_H 1
3482| #define HAVE_SYSEXITS_H 1
3483| #define HAVE_DIRENT_H 1
3484| #define HAVE_TERM_H 1
3485| #define HAVE_MAKEDEV 1
3486| #define _LARGEFILE_SOURCE 1
3487| #define _FILE_OFFSET_BITS 64
3488| #if defined(SCO_DS)
3489| #undef _OFF_T
3490| #endif
3491| #define RETSIGTYPE void
3492| #define HAVE_SSIZE_T 1
3493| #define SIZEOF_INT 4
3494| #define SIZEOF_LONG 4
3495| #define SIZEOF_VOID_P 4
3496| #define SIZEOF_SHORT 2
3497| #define SIZEOF_FLOAT 4
3498| #define SIZEOF_DOUBLE 8
3499| #define SIZEOF_FPOS_T 8
3500| #define SIZEOF_SIZE_T 4
3501| #define HAVE_LONG_LONG 1
3502| #define SIZEOF_LONG_LONG 8
3503| #define HAVE_UINTPTR_T 1
3504| #define SIZEOF_UINTPTR_T 4
3505| #define SIZEOF_OFF_T 8
3506| #define HAVE_LARGEFILE_SUPPORT 1
3507| #define SIZEOF_TIME_T 4
3508| #define SIZEOF_PTHREAD_T 4
3509| #define USE_TOOLBOX_OBJECT_GLUE 1
3510| #define WITH_NEXT_FRAMEWORK 1
3511| #define WITH_DYLD 1
3512| #define SHLIB_EXT ".so"
3513| /* end confdefs.h.  */
3514|
3515| /* Override any GCC internal prototype to avoid an error.
3516|    Use char because int might match the return type of a GCC
3517|    builtin and then its argument prototype would still apply.  */
3518| #ifdef __cplusplus
3519| extern "C"
3520| #endif
3521| char sem_init ();
3522| int
3523| main ()
3524| {
3525| return sem_init ();
3526|   ;
3527|   return 0;
3528| }
3529configure:11938: result: no
3530configure:11951: checking for textdomain in -lintl
3531configure:11986: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lintl   >&5
3532ld: library not found for -lcrt1.10.5.o
3533collect2: ld returned 1 exit status
3534ld: library not found for -lcrt1.10.5.o
3535collect2: ld returned 1 exit status
3536lipo: can't open input file: /var/tmp//cc3l01E5.out (No such file or directory)
3537configure:11992: $? = 1
3538configure: failed program was:
3539| /* confdefs.h.  */
3540| #define _GNU_SOURCE 1
3541| #define _NETBSD_SOURCE 1
3542| #define __BSD_VISIBLE 1
3543| #define _BSD_TYPES 1
3544| #define Py_ENABLE_SHARED 1
3545| #define STDC_HEADERS 1
3546| #define HAVE_SYS_TYPES_H 1
3547| #define HAVE_SYS_STAT_H 1
3548| #define HAVE_STDLIB_H 1
3549| #define HAVE_STRING_H 1
3550| #define HAVE_MEMORY_H 1
3551| #define HAVE_STRINGS_H 1
3552| #define HAVE_INTTYPES_H 1
3553| #define HAVE_STDINT_H 1
3554| #define HAVE_UNISTD_H 1
3555| #define HAVE_CURSES_H 1
3556| #define HAVE_DLFCN_H 1
3557| #define HAVE_ERRNO_H 1
3558| #define HAVE_FCNTL_H 1
3559| #define HAVE_GRP_H 1
3560| #define HAVE_LANGINFO_H 1
3561| #define HAVE_LIBINTL_H 1
3562| #define HAVE_NCURSES_H 1
3563| #define HAVE_POLL_H 1
3564| #define HAVE_PTHREAD_H 1
3565| #define HAVE_SIGNAL_H 1
3566| #define HAVE_STDINT_H 1
3567| #define HAVE_TERMIOS_H 1
3568| #define HAVE_UNISTD_H 1
3569| #define HAVE_UTIME_H 1
3570| #define HAVE_SYS_FILE_H 1
3571| #define HAVE_SYS_LOCK_H 1
3572| #define HAVE_SYS_PARAM_H 1
3573| #define HAVE_SYS_POLL_H 1
3574| #define HAVE_SYS_SELECT_H 1
3575| #define HAVE_SYS_SOCKET_H 1
3576| #define HAVE_SYS_STATVFS_H 1
3577| #define HAVE_SYS_STAT_H 1
3578| #define HAVE_SYS_TIME_H 1
3579| #define HAVE_SYS_TIMES_H 1
3580| #define HAVE_SYS_TYPES_H 1
3581| #define HAVE_SYS_UN_H 1
3582| #define HAVE_SYS_UTSNAME_H 1
3583| #define HAVE_SYS_WAIT_H 1
3584| #define HAVE_SYS_RESOURCE_H 1
3585| #define HAVE_SYSEXITS_H 1
3586| #define HAVE_DIRENT_H 1
3587| #define HAVE_TERM_H 1
3588| #define HAVE_MAKEDEV 1
3589| #define _LARGEFILE_SOURCE 1
3590| #define _FILE_OFFSET_BITS 64
3591| #if defined(SCO_DS)
3592| #undef _OFF_T
3593| #endif
3594| #define RETSIGTYPE void
3595| #define HAVE_SSIZE_T 1
3596| #define SIZEOF_INT 4
3597| #define SIZEOF_LONG 4
3598| #define SIZEOF_VOID_P 4
3599| #define SIZEOF_SHORT 2
3600| #define SIZEOF_FLOAT 4
3601| #define SIZEOF_DOUBLE 8
3602| #define SIZEOF_FPOS_T 8
3603| #define SIZEOF_SIZE_T 4
3604| #define HAVE_LONG_LONG 1
3605| #define SIZEOF_LONG_LONG 8
3606| #define HAVE_UINTPTR_T 1
3607| #define SIZEOF_UINTPTR_T 4
3608| #define SIZEOF_OFF_T 8
3609| #define HAVE_LARGEFILE_SUPPORT 1
3610| #define SIZEOF_TIME_T 4
3611| #define SIZEOF_PTHREAD_T 4
3612| #define USE_TOOLBOX_OBJECT_GLUE 1
3613| #define WITH_NEXT_FRAMEWORK 1
3614| #define WITH_DYLD 1
3615| #define SHLIB_EXT ".so"
3616| /* end confdefs.h.  */
3617|
3618| /* Override any GCC internal prototype to avoid an error.
3619|    Use char because int might match the return type of a GCC
3620|    builtin and then its argument prototype would still apply.  */
3621| #ifdef __cplusplus
3622| extern "C"
3623| #endif
3624| char textdomain ();
3625| int
3626| main ()
3627| {
3628| return textdomain ();
3629|   ;
3630|   return 0;
3631| }
3632configure:12010: result: no
3633configure:12080: checking for t_open in -lnsl
3634configure:12115: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lnsl   >&5
3635ld: library not found for -lcrt1.10.5.o
3636collect2: ld returned 1 exit status
3637ld: library not found for -lcrt1.10.5.o
3638collect2: ld returned 1 exit status
3639lipo: can't open input file: /var/tmp//ccX1qnzb.out (No such file or directory)
3640configure:12121: $? = 1
3641configure: failed program was:
3642| /* confdefs.h.  */
3643| #define _GNU_SOURCE 1
3644| #define _NETBSD_SOURCE 1
3645| #define __BSD_VISIBLE 1
3646| #define _BSD_TYPES 1
3647| #define Py_ENABLE_SHARED 1
3648| #define STDC_HEADERS 1
3649| #define HAVE_SYS_TYPES_H 1
3650| #define HAVE_SYS_STAT_H 1
3651| #define HAVE_STDLIB_H 1
3652| #define HAVE_STRING_H 1
3653| #define HAVE_MEMORY_H 1
3654| #define HAVE_STRINGS_H 1
3655| #define HAVE_INTTYPES_H 1
3656| #define HAVE_STDINT_H 1
3657| #define HAVE_UNISTD_H 1
3658| #define HAVE_CURSES_H 1
3659| #define HAVE_DLFCN_H 1
3660| #define HAVE_ERRNO_H 1
3661| #define HAVE_FCNTL_H 1
3662| #define HAVE_GRP_H 1
3663| #define HAVE_LANGINFO_H 1
3664| #define HAVE_LIBINTL_H 1
3665| #define HAVE_NCURSES_H 1
3666| #define HAVE_POLL_H 1
3667| #define HAVE_PTHREAD_H 1
3668| #define HAVE_SIGNAL_H 1
3669| #define HAVE_STDINT_H 1
3670| #define HAVE_TERMIOS_H 1
3671| #define HAVE_UNISTD_H 1
3672| #define HAVE_UTIME_H 1
3673| #define HAVE_SYS_FILE_H 1
3674| #define HAVE_SYS_LOCK_H 1
3675| #define HAVE_SYS_PARAM_H 1
3676| #define HAVE_SYS_POLL_H 1
3677| #define HAVE_SYS_SELECT_H 1
3678| #define HAVE_SYS_SOCKET_H 1
3679| #define HAVE_SYS_STATVFS_H 1
3680| #define HAVE_SYS_STAT_H 1
3681| #define HAVE_SYS_TIME_H 1
3682| #define HAVE_SYS_TIMES_H 1
3683| #define HAVE_SYS_TYPES_H 1
3684| #define HAVE_SYS_UN_H 1
3685| #define HAVE_SYS_UTSNAME_H 1
3686| #define HAVE_SYS_WAIT_H 1
3687| #define HAVE_SYS_RESOURCE_H 1
3688| #define HAVE_SYSEXITS_H 1
3689| #define HAVE_DIRENT_H 1
3690| #define HAVE_TERM_H 1
3691| #define HAVE_MAKEDEV 1
3692| #define _LARGEFILE_SOURCE 1
3693| #define _FILE_OFFSET_BITS 64
3694| #if defined(SCO_DS)
3695| #undef _OFF_T
3696| #endif
3697| #define RETSIGTYPE void
3698| #define HAVE_SSIZE_T 1
3699| #define SIZEOF_INT 4
3700| #define SIZEOF_LONG 4
3701| #define SIZEOF_VOID_P 4
3702| #define SIZEOF_SHORT 2
3703| #define SIZEOF_FLOAT 4
3704| #define SIZEOF_DOUBLE 8
3705| #define SIZEOF_FPOS_T 8
3706| #define SIZEOF_SIZE_T 4
3707| #define HAVE_LONG_LONG 1
3708| #define SIZEOF_LONG_LONG 8
3709| #define HAVE_UINTPTR_T 1
3710| #define SIZEOF_UINTPTR_T 4
3711| #define SIZEOF_OFF_T 8
3712| #define HAVE_LARGEFILE_SUPPORT 1
3713| #define SIZEOF_TIME_T 4
3714| #define SIZEOF_PTHREAD_T 4
3715| #define USE_TOOLBOX_OBJECT_GLUE 1
3716| #define WITH_NEXT_FRAMEWORK 1
3717| #define WITH_DYLD 1
3718| #define SHLIB_EXT ".so"
3719| /* end confdefs.h.  */
3720|
3721| /* Override any GCC internal prototype to avoid an error.
3722|    Use char because int might match the return type of a GCC
3723|    builtin and then its argument prototype would still apply.  */
3724| #ifdef __cplusplus
3725| extern "C"
3726| #endif
3727| char t_open ();
3728| int
3729| main ()
3730| {
3731| return t_open ();
3732|   ;
3733|   return 0;
3734| }
3735configure:12139: result: no
3736configure:12145: checking for socket in -lsocket
3737configure:12180: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lsocket   >&5
3738ld: library not found for -lcrt1.10.5.o
3739collect2: ld returned 1 exit status
3740ld: library not found for -lcrt1.10.5.o
3741collect2: ld returned 1 exit status
3742lipo: can't open input file: /var/tmp//ccEczLMl.out (No such file or directory)
3743configure:12186: $? = 1
3744configure: failed program was:
3745| /* confdefs.h.  */
3746| #define _GNU_SOURCE 1
3747| #define _NETBSD_SOURCE 1
3748| #define __BSD_VISIBLE 1
3749| #define _BSD_TYPES 1
3750| #define Py_ENABLE_SHARED 1
3751| #define STDC_HEADERS 1
3752| #define HAVE_SYS_TYPES_H 1
3753| #define HAVE_SYS_STAT_H 1
3754| #define HAVE_STDLIB_H 1
3755| #define HAVE_STRING_H 1
3756| #define HAVE_MEMORY_H 1
3757| #define HAVE_STRINGS_H 1
3758| #define HAVE_INTTYPES_H 1
3759| #define HAVE_STDINT_H 1
3760| #define HAVE_UNISTD_H 1
3761| #define HAVE_CURSES_H 1
3762| #define HAVE_DLFCN_H 1
3763| #define HAVE_ERRNO_H 1
3764| #define HAVE_FCNTL_H 1
3765| #define HAVE_GRP_H 1
3766| #define HAVE_LANGINFO_H 1
3767| #define HAVE_LIBINTL_H 1
3768| #define HAVE_NCURSES_H 1
3769| #define HAVE_POLL_H 1
3770| #define HAVE_PTHREAD_H 1
3771| #define HAVE_SIGNAL_H 1
3772| #define HAVE_STDINT_H 1
3773| #define HAVE_TERMIOS_H 1
3774| #define HAVE_UNISTD_H 1
3775| #define HAVE_UTIME_H 1
3776| #define HAVE_SYS_FILE_H 1
3777| #define HAVE_SYS_LOCK_H 1
3778| #define HAVE_SYS_PARAM_H 1
3779| #define HAVE_SYS_POLL_H 1
3780| #define HAVE_SYS_SELECT_H 1
3781| #define HAVE_SYS_SOCKET_H 1
3782| #define HAVE_SYS_STATVFS_H 1
3783| #define HAVE_SYS_STAT_H 1
3784| #define HAVE_SYS_TIME_H 1
3785| #define HAVE_SYS_TIMES_H 1
3786| #define HAVE_SYS_TYPES_H 1
3787| #define HAVE_SYS_UN_H 1
3788| #define HAVE_SYS_UTSNAME_H 1
3789| #define HAVE_SYS_WAIT_H 1
3790| #define HAVE_SYS_RESOURCE_H 1
3791| #define HAVE_SYSEXITS_H 1
3792| #define HAVE_DIRENT_H 1
3793| #define HAVE_TERM_H 1
3794| #define HAVE_MAKEDEV 1
3795| #define _LARGEFILE_SOURCE 1
3796| #define _FILE_OFFSET_BITS 64
3797| #if defined(SCO_DS)
3798| #undef _OFF_T
3799| #endif
3800| #define RETSIGTYPE void
3801| #define HAVE_SSIZE_T 1
3802| #define SIZEOF_INT 4
3803| #define SIZEOF_LONG 4
3804| #define SIZEOF_VOID_P 4
3805| #define SIZEOF_SHORT 2
3806| #define SIZEOF_FLOAT 4
3807| #define SIZEOF_DOUBLE 8
3808| #define SIZEOF_FPOS_T 8
3809| #define SIZEOF_SIZE_T 4
3810| #define HAVE_LONG_LONG 1
3811| #define SIZEOF_LONG_LONG 8
3812| #define HAVE_UINTPTR_T 1
3813| #define SIZEOF_UINTPTR_T 4
3814| #define SIZEOF_OFF_T 8
3815| #define HAVE_LARGEFILE_SUPPORT 1
3816| #define SIZEOF_TIME_T 4
3817| #define SIZEOF_PTHREAD_T 4
3818| #define USE_TOOLBOX_OBJECT_GLUE 1
3819| #define WITH_NEXT_FRAMEWORK 1
3820| #define WITH_DYLD 1
3821| #define SHLIB_EXT ".so"
3822| /* end confdefs.h.  */
3823|
3824| /* Override any GCC internal prototype to avoid an error.
3825|    Use char because int might match the return type of a GCC
3826|    builtin and then its argument prototype would still apply.  */
3827| #ifdef __cplusplus
3828| extern "C"
3829| #endif
3830| char socket ();
3831| int
3832| main ()
3833| {
3834| return socket ();
3835|   ;
3836|   return 0;
3837| }
3838configure:12204: result: no
3839configure:12281: checking for --with-libs
3840configure:12292: result: no
3841configure:12308: checking ffi.h usability
3842configure:12325: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
3843conftest.c:112:17: error: ffi.h: No such file or directory
3844configure:12331: $? = 1
3845configure: failed program was:
3846| /* confdefs.h.  */
3847| #define _GNU_SOURCE 1
3848| #define _NETBSD_SOURCE 1
3849| #define __BSD_VISIBLE 1
3850| #define _BSD_TYPES 1
3851| #define Py_ENABLE_SHARED 1
3852| #define STDC_HEADERS 1
3853| #define HAVE_SYS_TYPES_H 1
3854| #define HAVE_SYS_STAT_H 1
3855| #define HAVE_STDLIB_H 1
3856| #define HAVE_STRING_H 1
3857| #define HAVE_MEMORY_H 1
3858| #define HAVE_STRINGS_H 1
3859| #define HAVE_INTTYPES_H 1
3860| #define HAVE_STDINT_H 1
3861| #define HAVE_UNISTD_H 1
3862| #define HAVE_CURSES_H 1
3863| #define HAVE_DLFCN_H 1
3864| #define HAVE_ERRNO_H 1
3865| #define HAVE_FCNTL_H 1
3866| #define HAVE_GRP_H 1
3867| #define HAVE_LANGINFO_H 1
3868| #define HAVE_LIBINTL_H 1
3869| #define HAVE_NCURSES_H 1
3870| #define HAVE_POLL_H 1
3871| #define HAVE_PTHREAD_H 1
3872| #define HAVE_SIGNAL_H 1
3873| #define HAVE_STDINT_H 1
3874| #define HAVE_TERMIOS_H 1
3875| #define HAVE_UNISTD_H 1
3876| #define HAVE_UTIME_H 1
3877| #define HAVE_SYS_FILE_H 1
3878| #define HAVE_SYS_LOCK_H 1
3879| #define HAVE_SYS_PARAM_H 1
3880| #define HAVE_SYS_POLL_H 1
3881| #define HAVE_SYS_SELECT_H 1
3882| #define HAVE_SYS_SOCKET_H 1
3883| #define HAVE_SYS_STATVFS_H 1
3884| #define HAVE_SYS_STAT_H 1
3885| #define HAVE_SYS_TIME_H 1
3886| #define HAVE_SYS_TIMES_H 1
3887| #define HAVE_SYS_TYPES_H 1
3888| #define HAVE_SYS_UN_H 1
3889| #define HAVE_SYS_UTSNAME_H 1
3890| #define HAVE_SYS_WAIT_H 1
3891| #define HAVE_SYS_RESOURCE_H 1
3892| #define HAVE_SYSEXITS_H 1
3893| #define HAVE_DIRENT_H 1
3894| #define HAVE_TERM_H 1
3895| #define HAVE_MAKEDEV 1
3896| #define _LARGEFILE_SOURCE 1
3897| #define _FILE_OFFSET_BITS 64
3898| #if defined(SCO_DS)
3899| #undef _OFF_T
3900| #endif
3901| #define RETSIGTYPE void
3902| #define HAVE_SSIZE_T 1
3903| #define SIZEOF_INT 4
3904| #define SIZEOF_LONG 4
3905| #define SIZEOF_VOID_P 4
3906| #define SIZEOF_SHORT 2
3907| #define SIZEOF_FLOAT 4
3908| #define SIZEOF_DOUBLE 8
3909| #define SIZEOF_FPOS_T 8
3910| #define SIZEOF_SIZE_T 4
3911| #define HAVE_LONG_LONG 1
3912| #define SIZEOF_LONG_LONG 8
3913| #define HAVE_UINTPTR_T 1
3914| #define SIZEOF_UINTPTR_T 4
3915| #define SIZEOF_OFF_T 8
3916| #define HAVE_LARGEFILE_SUPPORT 1
3917| #define SIZEOF_TIME_T 4
3918| #define SIZEOF_PTHREAD_T 4
3919| #define USE_TOOLBOX_OBJECT_GLUE 1
3920| #define WITH_NEXT_FRAMEWORK 1
3921| #define WITH_DYLD 1
3922| #define SHLIB_EXT ".so"
3923| /* end confdefs.h.  */
3924| #include <stdio.h>
3925| #ifdef HAVE_SYS_TYPES_H
3926| # include <sys/types.h>
3927| #endif
3928| #ifdef HAVE_SYS_STAT_H
3929| # include <sys/stat.h>
3930| #endif
3931| #ifdef STDC_HEADERS
3932| # include <stdlib.h>
3933| # include <stddef.h>
3934| #else
3935| # ifdef HAVE_STDLIB_H
3936| #  include <stdlib.h>
3937| # endif
3938| #endif
3939| #ifdef HAVE_STRING_H
3940| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3941| #  include <memory.h>
3942| # endif
3943| # include <string.h>
3944| #endif
3945| #ifdef HAVE_STRINGS_H
3946| # include <strings.h>
3947| #endif
3948| #ifdef HAVE_INTTYPES_H
3949| # include <inttypes.h>
3950| #endif
3951| #ifdef HAVE_STDINT_H
3952| # include <stdint.h>
3953| #endif
3954| #ifdef HAVE_UNISTD_H
3955| # include <unistd.h>
3956| #endif
3957| #include <ffi.h>
3958configure:12345: result: no
3959configure:12349: checking ffi.h presence
3960configure:12364: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
3961conftest.c:79:17: error: ffi.h: No such file or directory
3962configure:12370: $? = 1
3963configure: failed program was:
3964| /* confdefs.h.  */
3965| #define _GNU_SOURCE 1
3966| #define _NETBSD_SOURCE 1
3967| #define __BSD_VISIBLE 1
3968| #define _BSD_TYPES 1
3969| #define Py_ENABLE_SHARED 1
3970| #define STDC_HEADERS 1
3971| #define HAVE_SYS_TYPES_H 1
3972| #define HAVE_SYS_STAT_H 1
3973| #define HAVE_STDLIB_H 1
3974| #define HAVE_STRING_H 1
3975| #define HAVE_MEMORY_H 1
3976| #define HAVE_STRINGS_H 1
3977| #define HAVE_INTTYPES_H 1
3978| #define HAVE_STDINT_H 1
3979| #define HAVE_UNISTD_H 1
3980| #define HAVE_CURSES_H 1
3981| #define HAVE_DLFCN_H 1
3982| #define HAVE_ERRNO_H 1
3983| #define HAVE_FCNTL_H 1
3984| #define HAVE_GRP_H 1
3985| #define HAVE_LANGINFO_H 1
3986| #define HAVE_LIBINTL_H 1
3987| #define HAVE_NCURSES_H 1
3988| #define HAVE_POLL_H 1
3989| #define HAVE_PTHREAD_H 1
3990| #define HAVE_SIGNAL_H 1
3991| #define HAVE_STDINT_H 1
3992| #define HAVE_TERMIOS_H 1
3993| #define HAVE_UNISTD_H 1
3994| #define HAVE_UTIME_H 1
3995| #define HAVE_SYS_FILE_H 1
3996| #define HAVE_SYS_LOCK_H 1
3997| #define HAVE_SYS_PARAM_H 1
3998| #define HAVE_SYS_POLL_H 1
3999| #define HAVE_SYS_SELECT_H 1
4000| #define HAVE_SYS_SOCKET_H 1
4001| #define HAVE_SYS_STATVFS_H 1
4002| #define HAVE_SYS_STAT_H 1
4003| #define HAVE_SYS_TIME_H 1
4004| #define HAVE_SYS_TIMES_H 1
4005| #define HAVE_SYS_TYPES_H 1
4006| #define HAVE_SYS_UN_H 1
4007| #define HAVE_SYS_UTSNAME_H 1
4008| #define HAVE_SYS_WAIT_H 1
4009| #define HAVE_SYS_RESOURCE_H 1
4010| #define HAVE_SYSEXITS_H 1
4011| #define HAVE_DIRENT_H 1
4012| #define HAVE_TERM_H 1
4013| #define HAVE_MAKEDEV 1
4014| #define _LARGEFILE_SOURCE 1
4015| #define _FILE_OFFSET_BITS 64
4016| #if defined(SCO_DS)
4017| #undef _OFF_T
4018| #endif
4019| #define RETSIGTYPE void
4020| #define HAVE_SSIZE_T 1
4021| #define SIZEOF_INT 4
4022| #define SIZEOF_LONG 4
4023| #define SIZEOF_VOID_P 4
4024| #define SIZEOF_SHORT 2
4025| #define SIZEOF_FLOAT 4
4026| #define SIZEOF_DOUBLE 8
4027| #define SIZEOF_FPOS_T 8
4028| #define SIZEOF_SIZE_T 4
4029| #define HAVE_LONG_LONG 1
4030| #define SIZEOF_LONG_LONG 8
4031| #define HAVE_UINTPTR_T 1
4032| #define SIZEOF_UINTPTR_T 4
4033| #define SIZEOF_OFF_T 8
4034| #define HAVE_LARGEFILE_SUPPORT 1
4035| #define SIZEOF_TIME_T 4
4036| #define SIZEOF_PTHREAD_T 4
4037| #define USE_TOOLBOX_OBJECT_GLUE 1
4038| #define WITH_NEXT_FRAMEWORK 1
4039| #define WITH_DYLD 1
4040| #define SHLIB_EXT ".so"
4041| /* end confdefs.h.  */
4042| #include <ffi.h>
4043configure:12384: result: no
4044configure:12417: checking for ffi.h
4045configure:12424: result: no
4046configure:12430: checking for --with-system-ffi
4047configure:12445: result:
4048configure:12451: checking for --with-signal-module
4049configure:12463: result: yes
4050configure:12478: checking for --with-dec-threads
4051configure:12492: result: no
4052configure:12506: checking for --with-threads
4053configure:12526: result: yes
4054configure:13876: checking if PTHREAD_SCOPE_SYSTEM is supported
4055configure:13909: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4056conftest.c: In function 'main':
4057conftest.c:88: warning: incompatible implicit declaration of built-in function 'exit'
4058conftest.c: In function 'main':
4059conftest.c:88: warning: incompatible implicit declaration of built-in function 'exit'
4060ld: library not found for -lcrt1.10.5.o
4061collect2: ld: library not found for -lcrt1.10.5.o
4062ld returned 1 exit statuscollect2: ld returned 1 exit status
4063
4064lipo: can't open input file: /var/tmp//ccgN2dGu.out (No such file or directory)
4065configure:13912: $? = 1
4066configure: program exited with status 1
4067configure: failed program was:
4068| /* confdefs.h.  */
4069| #define _GNU_SOURCE 1
4070| #define _NETBSD_SOURCE 1
4071| #define __BSD_VISIBLE 1
4072| #define _BSD_TYPES 1
4073| #define Py_ENABLE_SHARED 1
4074| #define STDC_HEADERS 1
4075| #define HAVE_SYS_TYPES_H 1
4076| #define HAVE_SYS_STAT_H 1
4077| #define HAVE_STDLIB_H 1
4078| #define HAVE_STRING_H 1
4079| #define HAVE_MEMORY_H 1
4080| #define HAVE_STRINGS_H 1
4081| #define HAVE_INTTYPES_H 1
4082| #define HAVE_STDINT_H 1
4083| #define HAVE_UNISTD_H 1
4084| #define HAVE_CURSES_H 1
4085| #define HAVE_DLFCN_H 1
4086| #define HAVE_ERRNO_H 1
4087| #define HAVE_FCNTL_H 1
4088| #define HAVE_GRP_H 1
4089| #define HAVE_LANGINFO_H 1
4090| #define HAVE_LIBINTL_H 1
4091| #define HAVE_NCURSES_H 1
4092| #define HAVE_POLL_H 1
4093| #define HAVE_PTHREAD_H 1
4094| #define HAVE_SIGNAL_H 1
4095| #define HAVE_STDINT_H 1
4096| #define HAVE_TERMIOS_H 1
4097| #define HAVE_UNISTD_H 1
4098| #define HAVE_UTIME_H 1
4099| #define HAVE_SYS_FILE_H 1
4100| #define HAVE_SYS_LOCK_H 1
4101| #define HAVE_SYS_PARAM_H 1
4102| #define HAVE_SYS_POLL_H 1
4103| #define HAVE_SYS_SELECT_H 1
4104| #define HAVE_SYS_SOCKET_H 1
4105| #define HAVE_SYS_STATVFS_H 1
4106| #define HAVE_SYS_STAT_H 1
4107| #define HAVE_SYS_TIME_H 1
4108| #define HAVE_SYS_TIMES_H 1
4109| #define HAVE_SYS_TYPES_H 1
4110| #define HAVE_SYS_UN_H 1
4111| #define HAVE_SYS_UTSNAME_H 1
4112| #define HAVE_SYS_WAIT_H 1
4113| #define HAVE_SYS_RESOURCE_H 1
4114| #define HAVE_SYSEXITS_H 1
4115| #define HAVE_DIRENT_H 1
4116| #define HAVE_TERM_H 1
4117| #define HAVE_MAKEDEV 1
4118| #define _LARGEFILE_SOURCE 1
4119| #define _FILE_OFFSET_BITS 64
4120| #if defined(SCO_DS)
4121| #undef _OFF_T
4122| #endif
4123| #define RETSIGTYPE void
4124| #define HAVE_SSIZE_T 1
4125| #define SIZEOF_INT 4
4126| #define SIZEOF_LONG 4
4127| #define SIZEOF_VOID_P 4
4128| #define SIZEOF_SHORT 2
4129| #define SIZEOF_FLOAT 4
4130| #define SIZEOF_DOUBLE 8
4131| #define SIZEOF_FPOS_T 8
4132| #define SIZEOF_SIZE_T 4
4133| #define HAVE_LONG_LONG 1
4134| #define SIZEOF_LONG_LONG 8
4135| #define HAVE_UINTPTR_T 1
4136| #define SIZEOF_UINTPTR_T 4
4137| #define SIZEOF_OFF_T 8
4138| #define HAVE_LARGEFILE_SUPPORT 1
4139| #define SIZEOF_TIME_T 4
4140| #define SIZEOF_PTHREAD_T 4
4141| #define USE_TOOLBOX_OBJECT_GLUE 1
4142| #define WITH_NEXT_FRAMEWORK 1
4143| #define WITH_DYLD 1
4144| #define SHLIB_EXT ".so"
4145| #define WITH_THREAD 1
4146| #define _REENTRANT 1
4147| /* end confdefs.h.  */
4148| #include <pthread.h>
4149|       void *foo(void *parm) {
4150|         return NULL;
4151|       }
4152|       main() {
4153|         pthread_attr_t attr;
4154|         pthread_t id;
4155|         if (pthread_attr_init(&attr)) exit(-1);
4156|         if (pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) exit(-1);
4157|         if (pthread_create(&id, &attr, foo, NULL)) exit(-1);
4158|         exit(0);
4159|       }
4160configure:13939: result: no
4161configure:13952: checking for pthread_sigmask
4162configure:14008: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4163ld: library not found for -lcrt1.10.5.o
4164collect2: ld returned 1 exit status
4165ld: library not found for -lcrt1.10.5.o
4166collect2: ld returned 1 exit status
4167lipo: can't open input file: /var/tmp//cchW1UJ1.out (No such file or directory)
4168configure:14014: $? = 1
4169configure: failed program was:
4170| /* confdefs.h.  */
4171| #define _GNU_SOURCE 1
4172| #define _NETBSD_SOURCE 1
4173| #define __BSD_VISIBLE 1
4174| #define _BSD_TYPES 1
4175| #define Py_ENABLE_SHARED 1
4176| #define STDC_HEADERS 1
4177| #define HAVE_SYS_TYPES_H 1
4178| #define HAVE_SYS_STAT_H 1
4179| #define HAVE_STDLIB_H 1
4180| #define HAVE_STRING_H 1
4181| #define HAVE_MEMORY_H 1
4182| #define HAVE_STRINGS_H 1
4183| #define HAVE_INTTYPES_H 1
4184| #define HAVE_STDINT_H 1
4185| #define HAVE_UNISTD_H 1
4186| #define HAVE_CURSES_H 1
4187| #define HAVE_DLFCN_H 1
4188| #define HAVE_ERRNO_H 1
4189| #define HAVE_FCNTL_H 1
4190| #define HAVE_GRP_H 1
4191| #define HAVE_LANGINFO_H 1
4192| #define HAVE_LIBINTL_H 1
4193| #define HAVE_NCURSES_H 1
4194| #define HAVE_POLL_H 1
4195| #define HAVE_PTHREAD_H 1
4196| #define HAVE_SIGNAL_H 1
4197| #define HAVE_STDINT_H 1
4198| #define HAVE_TERMIOS_H 1
4199| #define HAVE_UNISTD_H 1
4200| #define HAVE_UTIME_H 1
4201| #define HAVE_SYS_FILE_H 1
4202| #define HAVE_SYS_LOCK_H 1
4203| #define HAVE_SYS_PARAM_H 1
4204| #define HAVE_SYS_POLL_H 1
4205| #define HAVE_SYS_SELECT_H 1
4206| #define HAVE_SYS_SOCKET_H 1
4207| #define HAVE_SYS_STATVFS_H 1
4208| #define HAVE_SYS_STAT_H 1
4209| #define HAVE_SYS_TIME_H 1
4210| #define HAVE_SYS_TIMES_H 1
4211| #define HAVE_SYS_TYPES_H 1
4212| #define HAVE_SYS_UN_H 1
4213| #define HAVE_SYS_UTSNAME_H 1
4214| #define HAVE_SYS_WAIT_H 1
4215| #define HAVE_SYS_RESOURCE_H 1
4216| #define HAVE_SYSEXITS_H 1
4217| #define HAVE_DIRENT_H 1
4218| #define HAVE_TERM_H 1
4219| #define HAVE_MAKEDEV 1
4220| #define _LARGEFILE_SOURCE 1
4221| #define _FILE_OFFSET_BITS 64
4222| #if defined(SCO_DS)
4223| #undef _OFF_T
4224| #endif
4225| #define RETSIGTYPE void
4226| #define HAVE_SSIZE_T 1
4227| #define SIZEOF_INT 4
4228| #define SIZEOF_LONG 4
4229| #define SIZEOF_VOID_P 4
4230| #define SIZEOF_SHORT 2
4231| #define SIZEOF_FLOAT 4
4232| #define SIZEOF_DOUBLE 8
4233| #define SIZEOF_FPOS_T 8
4234| #define SIZEOF_SIZE_T 4
4235| #define HAVE_LONG_LONG 1
4236| #define SIZEOF_LONG_LONG 8
4237| #define HAVE_UINTPTR_T 1
4238| #define SIZEOF_UINTPTR_T 4
4239| #define SIZEOF_OFF_T 8
4240| #define HAVE_LARGEFILE_SUPPORT 1
4241| #define SIZEOF_TIME_T 4
4242| #define SIZEOF_PTHREAD_T 4
4243| #define USE_TOOLBOX_OBJECT_GLUE 1
4244| #define WITH_NEXT_FRAMEWORK 1
4245| #define WITH_DYLD 1
4246| #define SHLIB_EXT ".so"
4247| #define WITH_THREAD 1
4248| #define _REENTRANT 1
4249| /* end confdefs.h.  */
4250| /* Define pthread_sigmask to an innocuous variant, in case <limits.h> declares pthread_sigmask.
4251|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4252| #define pthread_sigmask innocuous_pthread_sigmask
4253|
4254| /* System header to define __stub macros and hopefully few prototypes,
4255|     which can conflict with char pthread_sigmask (); below.
4256|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4257|     <limits.h> exists even on freestanding compilers.  */
4258|
4259| #ifdef __STDC__
4260| # include <limits.h>
4261| #else
4262| # include <assert.h>
4263| #endif
4264|
4265| #undef pthread_sigmask
4266|
4267| /* Override any GCC internal prototype to avoid an error.
4268|    Use char because int might match the return type of a GCC
4269|    builtin and then its argument prototype would still apply.  */
4270| #ifdef __cplusplus
4271| extern "C"
4272| #endif
4273| char pthread_sigmask ();
4274| /* The GNU C library defines this for functions which it implements
4275|     to always fail with ENOSYS.  Some functions are actually named
4276|     something starting with __ and the normal name is an alias.  */
4277| #if defined __stub_pthread_sigmask || defined __stub___pthread_sigmask
4278| choke me
4279| #endif
4280|
4281| int
4282| main ()
4283| {
4284| return pthread_sigmask ();
4285|   ;
4286|   return 0;
4287| }
4288configure:14032: result: no
4289configure:14056: checking if --enable-ipv6 is specified
4290configure:14107: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4291conftest.c: In function 'main':
4292conftest.c:87: warning: incompatible implicit declaration of built-in function 'exit'
4293conftest.c: In function 'main':
4294conftest.c:87: warning: incompatible implicit declaration of built-in function 'exit'
4295ld: library not found for -lcrt1.10.5.o
4296collect2: ld returned 1 exit status
4297ld: library not found for -lcrt1.10.5.o
4298collect2: ld returned 1 exit status
4299lipo: can't open input file: /var/tmp//ccwTgKOM.out (No such file or directory)
4300configure:14110: $? = 1
4301configure: program exited with status 1
4302configure: failed program was:
4303| /* confdefs.h.  */
4304| #define _GNU_SOURCE 1
4305| #define _NETBSD_SOURCE 1
4306| #define __BSD_VISIBLE 1
4307| #define _BSD_TYPES 1
4308| #define Py_ENABLE_SHARED 1
4309| #define STDC_HEADERS 1
4310| #define HAVE_SYS_TYPES_H 1
4311| #define HAVE_SYS_STAT_H 1
4312| #define HAVE_STDLIB_H 1
4313| #define HAVE_STRING_H 1
4314| #define HAVE_MEMORY_H 1
4315| #define HAVE_STRINGS_H 1
4316| #define HAVE_INTTYPES_H 1
4317| #define HAVE_STDINT_H 1
4318| #define HAVE_UNISTD_H 1
4319| #define HAVE_CURSES_H 1
4320| #define HAVE_DLFCN_H 1
4321| #define HAVE_ERRNO_H 1
4322| #define HAVE_FCNTL_H 1
4323| #define HAVE_GRP_H 1
4324| #define HAVE_LANGINFO_H 1
4325| #define HAVE_LIBINTL_H 1
4326| #define HAVE_NCURSES_H 1
4327| #define HAVE_POLL_H 1
4328| #define HAVE_PTHREAD_H 1
4329| #define HAVE_SIGNAL_H 1
4330| #define HAVE_STDINT_H 1
4331| #define HAVE_TERMIOS_H 1
4332| #define HAVE_UNISTD_H 1
4333| #define HAVE_UTIME_H 1
4334| #define HAVE_SYS_FILE_H 1
4335| #define HAVE_SYS_LOCK_H 1
4336| #define HAVE_SYS_PARAM_H 1
4337| #define HAVE_SYS_POLL_H 1
4338| #define HAVE_SYS_SELECT_H 1
4339| #define HAVE_SYS_SOCKET_H 1
4340| #define HAVE_SYS_STATVFS_H 1
4341| #define HAVE_SYS_STAT_H 1
4342| #define HAVE_SYS_TIME_H 1
4343| #define HAVE_SYS_TIMES_H 1
4344| #define HAVE_SYS_TYPES_H 1
4345| #define HAVE_SYS_UN_H 1
4346| #define HAVE_SYS_UTSNAME_H 1
4347| #define HAVE_SYS_WAIT_H 1
4348| #define HAVE_SYS_RESOURCE_H 1
4349| #define HAVE_SYSEXITS_H 1
4350| #define HAVE_DIRENT_H 1
4351| #define HAVE_TERM_H 1
4352| #define HAVE_MAKEDEV 1
4353| #define _LARGEFILE_SOURCE 1
4354| #define _FILE_OFFSET_BITS 64
4355| #if defined(SCO_DS)
4356| #undef _OFF_T
4357| #endif
4358| #define RETSIGTYPE void
4359| #define HAVE_SSIZE_T 1
4360| #define SIZEOF_INT 4
4361| #define SIZEOF_LONG 4
4362| #define SIZEOF_VOID_P 4
4363| #define SIZEOF_SHORT 2
4364| #define SIZEOF_FLOAT 4
4365| #define SIZEOF_DOUBLE 8
4366| #define SIZEOF_FPOS_T 8
4367| #define SIZEOF_SIZE_T 4
4368| #define HAVE_LONG_LONG 1
4369| #define SIZEOF_LONG_LONG 8
4370| #define HAVE_UINTPTR_T 1
4371| #define SIZEOF_UINTPTR_T 4
4372| #define SIZEOF_OFF_T 8
4373| #define HAVE_LARGEFILE_SUPPORT 1
4374| #define SIZEOF_TIME_T 4
4375| #define SIZEOF_PTHREAD_T 4
4376| #define USE_TOOLBOX_OBJECT_GLUE 1
4377| #define WITH_NEXT_FRAMEWORK 1
4378| #define WITH_DYLD 1
4379| #define SHLIB_EXT ".so"
4380| #define WITH_THREAD 1
4381| #define _REENTRANT 1
4382| /* end confdefs.h.  */
4383|  /* AF_INET6 available check */
4384| #include <sys/types.h>
4385| #include <sys/socket.h>
4386| main()
4387| {
4388|  if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
4389|    exit(1);
4390|  else
4391|    exit(0);
4392| }
4393|
4394configure:14130: result: no
4395configure:14384: checking for --with-doc-strings
4396configure:14404: result: yes
4397configure:14408: checking for --with-tsc
4398configure:14427: result: no
4399configure:14433: checking for --with-pymalloc
4400configure:14453: result: yes
4401configure:14457: checking for --with-wctype-functions
4402configure:14476: result: no
4403configure:14491: checking for dlopen
4404configure:14547: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4405Binary file conftest.er1 matches
4406configure:14553: $? = 1
4407configure: failed program was:
4408| /* confdefs.h.  */
4409| #define _GNU_SOURCE 1
4410| #define _NETBSD_SOURCE 1
4411| #define __BSD_VISIBLE 1
4412| #define _BSD_TYPES 1
4413| #define Py_ENABLE_SHARED 1
4414| #define STDC_HEADERS 1
4415| #define HAVE_SYS_TYPES_H 1
4416| #define HAVE_SYS_STAT_H 1
4417| #define HAVE_STDLIB_H 1
4418| #define HAVE_STRING_H 1
4419| #define HAVE_MEMORY_H 1
4420| #define HAVE_STRINGS_H 1
4421| #define HAVE_INTTYPES_H 1
4422| #define HAVE_STDINT_H 1
4423| #define HAVE_UNISTD_H 1
4424| #define HAVE_CURSES_H 1
4425| #define HAVE_DLFCN_H 1
4426| #define HAVE_ERRNO_H 1
4427| #define HAVE_FCNTL_H 1
4428| #define HAVE_GRP_H 1
4429| #define HAVE_LANGINFO_H 1
4430| #define HAVE_LIBINTL_H 1
4431| #define HAVE_NCURSES_H 1
4432| #define HAVE_POLL_H 1
4433| #define HAVE_PTHREAD_H 1
4434| #define HAVE_SIGNAL_H 1
4435| #define HAVE_STDINT_H 1
4436| #define HAVE_TERMIOS_H 1
4437| #define HAVE_UNISTD_H 1
4438| #define HAVE_UTIME_H 1
4439| #define HAVE_SYS_FILE_H 1
4440| #define HAVE_SYS_LOCK_H 1
4441| #define HAVE_SYS_PARAM_H 1
4442| #define HAVE_SYS_POLL_H 1
4443| #define HAVE_SYS_SELECT_H 1
4444| #define HAVE_SYS_SOCKET_H 1
4445| #define HAVE_SYS_STATVFS_H 1
4446| #define HAVE_SYS_STAT_H 1
4447| #define HAVE_SYS_TIME_H 1
4448| #define HAVE_SYS_TIMES_H 1
4449| #define HAVE_SYS_TYPES_H 1
4450| #define HAVE_SYS_UN_H 1
4451| #define HAVE_SYS_UTSNAME_H 1
4452| #define HAVE_SYS_WAIT_H 1
4453| #define HAVE_SYS_RESOURCE_H 1
4454| #define HAVE_SYSEXITS_H 1
4455| #define HAVE_DIRENT_H 1
4456| #define HAVE_TERM_H 1
4457| #define HAVE_MAKEDEV 1
4458| #define _LARGEFILE_SOURCE 1
4459| #define _FILE_OFFSET_BITS 64
4460| #if defined(SCO_DS)
4461| #undef _OFF_T
4462| #endif
4463| #define RETSIGTYPE void
4464| #define HAVE_SSIZE_T 1
4465| #define SIZEOF_INT 4
4466| #define SIZEOF_LONG 4
4467| #define SIZEOF_VOID_P 4
4468| #define SIZEOF_SHORT 2
4469| #define SIZEOF_FLOAT 4
4470| #define SIZEOF_DOUBLE 8
4471| #define SIZEOF_FPOS_T 8
4472| #define SIZEOF_SIZE_T 4
4473| #define HAVE_LONG_LONG 1
4474| #define SIZEOF_LONG_LONG 8
4475| #define HAVE_UINTPTR_T 1
4476| #define SIZEOF_UINTPTR_T 4
4477| #define SIZEOF_OFF_T 8
4478| #define HAVE_LARGEFILE_SUPPORT 1
4479| #define SIZEOF_TIME_T 4
4480| #define SIZEOF_PTHREAD_T 4
4481| #define USE_TOOLBOX_OBJECT_GLUE 1
4482| #define WITH_NEXT_FRAMEWORK 1
4483| #define WITH_DYLD 1
4484| #define SHLIB_EXT ".so"
4485| #define WITH_THREAD 1
4486| #define _REENTRANT 1
4487| #define WITH_DOC_STRINGS 1
4488| #define WITH_PYMALLOC 1
4489| /* end confdefs.h.  */
4490| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
4491|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4492| #define dlopen innocuous_dlopen
4493|
4494| /* System header to define __stub macros and hopefully few prototypes,
4495|     which can conflict with char dlopen (); below.
4496|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4497|     <limits.h> exists even on freestanding compilers.  */
4498|
4499| #ifdef __STDC__
4500| # include <limits.h>
4501| #else
4502| # include <assert.h>
4503| #endif
4504|
4505| #undef dlopen
4506|
4507| /* Override any GCC internal prototype to avoid an error.
4508|    Use char because int might match the return type of a GCC
4509|    builtin and then its argument prototype would still apply.  */
4510| #ifdef __cplusplus
4511| extern "C"
4512| #endif
4513| char dlopen ();
4514| /* The GNU C library defines this for functions which it implements
4515|     to always fail with ENOSYS.  Some functions are actually named
4516|     something starting with __ and the normal name is an alias.  */
4517| #if defined __stub_dlopen || defined __stub___dlopen
4518| choke me
4519| #endif
4520|
4521| int
4522| main ()
4523| {
4524| return dlopen ();
4525|   ;
4526|   return 0;
4527| }
4528configure:14571: result: no
4529configure:14585: checking DYNLOADFILE
4530configure:14611: result: dynload_stub.o
4531configure:14625: checking MACHDEP_OBJS
4532configure:14633: result: MACHDEP_OBJS
4533configure:14727: checking for alarm
4534configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4535ld: library not found for -lcrt1.10.5.o
4536collect2: ld returned 1 exit status
4537ld: library not found for -lcrt1.10.5.o
4538collect2: ld returned 1 exit status
4539lipo: can't open input file: /var/tmp//ccl4dUOP.out (No such file or directory)
4540configure:14789: $? = 1
4541configure: failed program was:
4542| /* confdefs.h.  */
4543| #define _GNU_SOURCE 1
4544| #define _NETBSD_SOURCE 1
4545| #define __BSD_VISIBLE 1
4546| #define _BSD_TYPES 1
4547| #define Py_ENABLE_SHARED 1
4548| #define STDC_HEADERS 1
4549| #define HAVE_SYS_TYPES_H 1
4550| #define HAVE_SYS_STAT_H 1
4551| #define HAVE_STDLIB_H 1
4552| #define HAVE_STRING_H 1
4553| #define HAVE_MEMORY_H 1
4554| #define HAVE_STRINGS_H 1
4555| #define HAVE_INTTYPES_H 1
4556| #define HAVE_STDINT_H 1
4557| #define HAVE_UNISTD_H 1
4558| #define HAVE_CURSES_H 1
4559| #define HAVE_DLFCN_H 1
4560| #define HAVE_ERRNO_H 1
4561| #define HAVE_FCNTL_H 1
4562| #define HAVE_GRP_H 1
4563| #define HAVE_LANGINFO_H 1
4564| #define HAVE_LIBINTL_H 1
4565| #define HAVE_NCURSES_H 1
4566| #define HAVE_POLL_H 1
4567| #define HAVE_PTHREAD_H 1
4568| #define HAVE_SIGNAL_H 1
4569| #define HAVE_STDINT_H 1
4570| #define HAVE_TERMIOS_H 1
4571| #define HAVE_UNISTD_H 1
4572| #define HAVE_UTIME_H 1
4573| #define HAVE_SYS_FILE_H 1
4574| #define HAVE_SYS_LOCK_H 1
4575| #define HAVE_SYS_PARAM_H 1
4576| #define HAVE_SYS_POLL_H 1
4577| #define HAVE_SYS_SELECT_H 1
4578| #define HAVE_SYS_SOCKET_H 1
4579| #define HAVE_SYS_STATVFS_H 1
4580| #define HAVE_SYS_STAT_H 1
4581| #define HAVE_SYS_TIME_H 1
4582| #define HAVE_SYS_TIMES_H 1
4583| #define HAVE_SYS_TYPES_H 1
4584| #define HAVE_SYS_UN_H 1
4585| #define HAVE_SYS_UTSNAME_H 1
4586| #define HAVE_SYS_WAIT_H 1
4587| #define HAVE_SYS_RESOURCE_H 1
4588| #define HAVE_SYSEXITS_H 1
4589| #define HAVE_DIRENT_H 1
4590| #define HAVE_TERM_H 1
4591| #define HAVE_MAKEDEV 1
4592| #define _LARGEFILE_SOURCE 1
4593| #define _FILE_OFFSET_BITS 64
4594| #if defined(SCO_DS)
4595| #undef _OFF_T
4596| #endif
4597| #define RETSIGTYPE void
4598| #define HAVE_SSIZE_T 1
4599| #define SIZEOF_INT 4
4600| #define SIZEOF_LONG 4
4601| #define SIZEOF_VOID_P 4
4602| #define SIZEOF_SHORT 2
4603| #define SIZEOF_FLOAT 4
4604| #define SIZEOF_DOUBLE 8
4605| #define SIZEOF_FPOS_T 8
4606| #define SIZEOF_SIZE_T 4
4607| #define HAVE_LONG_LONG 1
4608| #define SIZEOF_LONG_LONG 8
4609| #define HAVE_UINTPTR_T 1
4610| #define SIZEOF_UINTPTR_T 4
4611| #define SIZEOF_OFF_T 8
4612| #define HAVE_LARGEFILE_SUPPORT 1
4613| #define SIZEOF_TIME_T 4
4614| #define SIZEOF_PTHREAD_T 4
4615| #define USE_TOOLBOX_OBJECT_GLUE 1
4616| #define WITH_NEXT_FRAMEWORK 1
4617| #define WITH_DYLD 1
4618| #define SHLIB_EXT ".so"
4619| #define WITH_THREAD 1
4620| #define _REENTRANT 1
4621| #define WITH_DOC_STRINGS 1
4622| #define WITH_PYMALLOC 1
4623| /* end confdefs.h.  */
4624| /* Define alarm to an innocuous variant, in case <limits.h> declares alarm.
4625|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4626| #define alarm innocuous_alarm
4627|
4628| /* System header to define __stub macros and hopefully few prototypes,
4629|     which can conflict with char alarm (); below.
4630|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4631|     <limits.h> exists even on freestanding compilers.  */
4632|
4633| #ifdef __STDC__
4634| # include <limits.h>
4635| #else
4636| # include <assert.h>
4637| #endif
4638|
4639| #undef alarm
4640|
4641| /* Override any GCC internal prototype to avoid an error.
4642|    Use char because int might match the return type of a GCC
4643|    builtin and then its argument prototype would still apply.  */
4644| #ifdef __cplusplus
4645| extern "C"
4646| #endif
4647| char alarm ();
4648| /* The GNU C library defines this for functions which it implements
4649|     to always fail with ENOSYS.  Some functions are actually named
4650|     something starting with __ and the normal name is an alias.  */
4651| #if defined __stub_alarm || defined __stub___alarm
4652| choke me
4653| #endif
4654|
4655| int
4656| main ()
4657| {
4658| return alarm ();
4659|   ;
4660|   return 0;
4661| }
4662configure:14807: result: no
4663configure:14727: checking for bind_textdomain_codeset
4664configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4665ld: library not found for -lcrt1.10.5.o
4666collect2: ld returned 1 exit status
4667ld: library not found for -lcrt1.10.5.o
4668collect2: ld returned 1 exit status
4669lipo: can't open input file: /var/tmp//cczr5Xlb.out (No such file or directory)
4670configure:14789: $? = 1
4671configure: failed program was:
4672| /* confdefs.h.  */
4673| #define _GNU_SOURCE 1
4674| #define _NETBSD_SOURCE 1
4675| #define __BSD_VISIBLE 1
4676| #define _BSD_TYPES 1
4677| #define Py_ENABLE_SHARED 1
4678| #define STDC_HEADERS 1
4679| #define HAVE_SYS_TYPES_H 1
4680| #define HAVE_SYS_STAT_H 1
4681| #define HAVE_STDLIB_H 1
4682| #define HAVE_STRING_H 1
4683| #define HAVE_MEMORY_H 1
4684| #define HAVE_STRINGS_H 1
4685| #define HAVE_INTTYPES_H 1
4686| #define HAVE_STDINT_H 1
4687| #define HAVE_UNISTD_H 1
4688| #define HAVE_CURSES_H 1
4689| #define HAVE_DLFCN_H 1
4690| #define HAVE_ERRNO_H 1
4691| #define HAVE_FCNTL_H 1
4692| #define HAVE_GRP_H 1
4693| #define HAVE_LANGINFO_H 1
4694| #define HAVE_LIBINTL_H 1
4695| #define HAVE_NCURSES_H 1
4696| #define HAVE_POLL_H 1
4697| #define HAVE_PTHREAD_H 1
4698| #define HAVE_SIGNAL_H 1
4699| #define HAVE_STDINT_H 1
4700| #define HAVE_TERMIOS_H 1
4701| #define HAVE_UNISTD_H 1
4702| #define HAVE_UTIME_H 1
4703| #define HAVE_SYS_FILE_H 1
4704| #define HAVE_SYS_LOCK_H 1
4705| #define HAVE_SYS_PARAM_H 1
4706| #define HAVE_SYS_POLL_H 1
4707| #define HAVE_SYS_SELECT_H 1
4708| #define HAVE_SYS_SOCKET_H 1
4709| #define HAVE_SYS_STATVFS_H 1
4710| #define HAVE_SYS_STAT_H 1
4711| #define HAVE_SYS_TIME_H 1
4712| #define HAVE_SYS_TIMES_H 1
4713| #define HAVE_SYS_TYPES_H 1
4714| #define HAVE_SYS_UN_H 1
4715| #define HAVE_SYS_UTSNAME_H 1
4716| #define HAVE_SYS_WAIT_H 1
4717| #define HAVE_SYS_RESOURCE_H 1
4718| #define HAVE_SYSEXITS_H 1
4719| #define HAVE_DIRENT_H 1
4720| #define HAVE_TERM_H 1
4721| #define HAVE_MAKEDEV 1
4722| #define _LARGEFILE_SOURCE 1
4723| #define _FILE_OFFSET_BITS 64
4724| #if defined(SCO_DS)
4725| #undef _OFF_T
4726| #endif
4727| #define RETSIGTYPE void
4728| #define HAVE_SSIZE_T 1
4729| #define SIZEOF_INT 4
4730| #define SIZEOF_LONG 4
4731| #define SIZEOF_VOID_P 4
4732| #define SIZEOF_SHORT 2
4733| #define SIZEOF_FLOAT 4
4734| #define SIZEOF_DOUBLE 8
4735| #define SIZEOF_FPOS_T 8
4736| #define SIZEOF_SIZE_T 4
4737| #define HAVE_LONG_LONG 1
4738| #define SIZEOF_LONG_LONG 8
4739| #define HAVE_UINTPTR_T 1
4740| #define SIZEOF_UINTPTR_T 4
4741| #define SIZEOF_OFF_T 8
4742| #define HAVE_LARGEFILE_SUPPORT 1
4743| #define SIZEOF_TIME_T 4
4744| #define SIZEOF_PTHREAD_T 4
4745| #define USE_TOOLBOX_OBJECT_GLUE 1
4746| #define WITH_NEXT_FRAMEWORK 1
4747| #define WITH_DYLD 1
4748| #define SHLIB_EXT ".so"
4749| #define WITH_THREAD 1
4750| #define _REENTRANT 1
4751| #define WITH_DOC_STRINGS 1
4752| #define WITH_PYMALLOC 1
4753| /* end confdefs.h.  */
4754| /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
4755|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4756| #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
4757|
4758| /* System header to define __stub macros and hopefully few prototypes,
4759|     which can conflict with char bind_textdomain_codeset (); below.
4760|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4761|     <limits.h> exists even on freestanding compilers.  */
4762|
4763| #ifdef __STDC__
4764| # include <limits.h>
4765| #else
4766| # include <assert.h>
4767| #endif
4768|
4769| #undef bind_textdomain_codeset
4770|
4771| /* Override any GCC internal prototype to avoid an error.
4772|    Use char because int might match the return type of a GCC
4773|    builtin and then its argument prototype would still apply.  */
4774| #ifdef __cplusplus
4775| extern "C"
4776| #endif
4777| char bind_textdomain_codeset ();
4778| /* The GNU C library defines this for functions which it implements
4779|     to always fail with ENOSYS.  Some functions are actually named
4780|     something starting with __ and the normal name is an alias.  */
4781| #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
4782| choke me
4783| #endif
4784|
4785| int
4786| main ()
4787| {
4788| return bind_textdomain_codeset ();
4789|   ;
4790|   return 0;
4791| }
4792configure:14807: result: no
4793configure:14727: checking for chown
4794configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4795ld: library not found for -lcrt1.10.5.o
4796collect2: ld returned 1 exit status
4797ld: library not found for -lcrt1.10.5.o
4798collect2: ld returned 1 exit status
4799lipo: can't open input file: /var/tmp//ccM9bN49.out (No such file or directory)
4800configure:14789: $? = 1
4801configure: failed program was:
4802| /* confdefs.h.  */
4803| #define _GNU_SOURCE 1
4804| #define _NETBSD_SOURCE 1
4805| #define __BSD_VISIBLE 1
4806| #define _BSD_TYPES 1
4807| #define Py_ENABLE_SHARED 1
4808| #define STDC_HEADERS 1
4809| #define HAVE_SYS_TYPES_H 1
4810| #define HAVE_SYS_STAT_H 1
4811| #define HAVE_STDLIB_H 1
4812| #define HAVE_STRING_H 1
4813| #define HAVE_MEMORY_H 1
4814| #define HAVE_STRINGS_H 1
4815| #define HAVE_INTTYPES_H 1
4816| #define HAVE_STDINT_H 1
4817| #define HAVE_UNISTD_H 1
4818| #define HAVE_CURSES_H 1
4819| #define HAVE_DLFCN_H 1
4820| #define HAVE_ERRNO_H 1
4821| #define HAVE_FCNTL_H 1
4822| #define HAVE_GRP_H 1
4823| #define HAVE_LANGINFO_H 1
4824| #define HAVE_LIBINTL_H 1
4825| #define HAVE_NCURSES_H 1
4826| #define HAVE_POLL_H 1
4827| #define HAVE_PTHREAD_H 1
4828| #define HAVE_SIGNAL_H 1
4829| #define HAVE_STDINT_H 1
4830| #define HAVE_TERMIOS_H 1
4831| #define HAVE_UNISTD_H 1
4832| #define HAVE_UTIME_H 1
4833| #define HAVE_SYS_FILE_H 1
4834| #define HAVE_SYS_LOCK_H 1
4835| #define HAVE_SYS_PARAM_H 1
4836| #define HAVE_SYS_POLL_H 1
4837| #define HAVE_SYS_SELECT_H 1
4838| #define HAVE_SYS_SOCKET_H 1
4839| #define HAVE_SYS_STATVFS_H 1
4840| #define HAVE_SYS_STAT_H 1
4841| #define HAVE_SYS_TIME_H 1
4842| #define HAVE_SYS_TIMES_H 1
4843| #define HAVE_SYS_TYPES_H 1
4844| #define HAVE_SYS_UN_H 1
4845| #define HAVE_SYS_UTSNAME_H 1
4846| #define HAVE_SYS_WAIT_H 1
4847| #define HAVE_SYS_RESOURCE_H 1
4848| #define HAVE_SYSEXITS_H 1
4849| #define HAVE_DIRENT_H 1
4850| #define HAVE_TERM_H 1
4851| #define HAVE_MAKEDEV 1
4852| #define _LARGEFILE_SOURCE 1
4853| #define _FILE_OFFSET_BITS 64
4854| #if defined(SCO_DS)
4855| #undef _OFF_T
4856| #endif
4857| #define RETSIGTYPE void
4858| #define HAVE_SSIZE_T 1
4859| #define SIZEOF_INT 4
4860| #define SIZEOF_LONG 4
4861| #define SIZEOF_VOID_P 4
4862| #define SIZEOF_SHORT 2
4863| #define SIZEOF_FLOAT 4
4864| #define SIZEOF_DOUBLE 8
4865| #define SIZEOF_FPOS_T 8
4866| #define SIZEOF_SIZE_T 4
4867| #define HAVE_LONG_LONG 1
4868| #define SIZEOF_LONG_LONG 8
4869| #define HAVE_UINTPTR_T 1
4870| #define SIZEOF_UINTPTR_T 4
4871| #define SIZEOF_OFF_T 8
4872| #define HAVE_LARGEFILE_SUPPORT 1
4873| #define SIZEOF_TIME_T 4
4874| #define SIZEOF_PTHREAD_T 4
4875| #define USE_TOOLBOX_OBJECT_GLUE 1
4876| #define WITH_NEXT_FRAMEWORK 1
4877| #define WITH_DYLD 1
4878| #define SHLIB_EXT ".so"
4879| #define WITH_THREAD 1
4880| #define _REENTRANT 1
4881| #define WITH_DOC_STRINGS 1
4882| #define WITH_PYMALLOC 1
4883| /* end confdefs.h.  */
4884| /* Define chown to an innocuous variant, in case <limits.h> declares chown.
4885|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4886| #define chown innocuous_chown
4887|
4888| /* System header to define __stub macros and hopefully few prototypes,
4889|     which can conflict with char chown (); below.
4890|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891|     <limits.h> exists even on freestanding compilers.  */
4892|
4893| #ifdef __STDC__
4894| # include <limits.h>
4895| #else
4896| # include <assert.h>
4897| #endif
4898|
4899| #undef chown
4900|
4901| /* Override any GCC internal prototype to avoid an error.
4902|    Use char because int might match the return type of a GCC
4903|    builtin and then its argument prototype would still apply.  */
4904| #ifdef __cplusplus
4905| extern "C"
4906| #endif
4907| char chown ();
4908| /* The GNU C library defines this for functions which it implements
4909|     to always fail with ENOSYS.  Some functions are actually named
4910|     something starting with __ and the normal name is an alias.  */
4911| #if defined __stub_chown || defined __stub___chown
4912| choke me
4913| #endif
4914|
4915| int
4916| main ()
4917| {
4918| return chown ();
4919|   ;
4920|   return 0;
4921| }
4922configure:14807: result: no
4923configure:14727: checking for clock
4924configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
4925ld: library not found for -lcrt1.10.5.o
4926collect2: ld returned 1 exit status
4927ld: library not found for -lcrt1.10.5.o
4928collect2: ld returned 1 exit status
4929lipo: can't open input file: /var/tmp//cc0qMm7K.out (No such file or directory)
4930configure:14789: $? = 1
4931configure: failed program was:
4932| /* confdefs.h.  */
4933| #define _GNU_SOURCE 1
4934| #define _NETBSD_SOURCE 1
4935| #define __BSD_VISIBLE 1
4936| #define _BSD_TYPES 1
4937| #define Py_ENABLE_SHARED 1
4938| #define STDC_HEADERS 1
4939| #define HAVE_SYS_TYPES_H 1
4940| #define HAVE_SYS_STAT_H 1
4941| #define HAVE_STDLIB_H 1
4942| #define HAVE_STRING_H 1
4943| #define HAVE_MEMORY_H 1
4944| #define HAVE_STRINGS_H 1
4945| #define HAVE_INTTYPES_H 1
4946| #define HAVE_STDINT_H 1
4947| #define HAVE_UNISTD_H 1
4948| #define HAVE_CURSES_H 1
4949| #define HAVE_DLFCN_H 1
4950| #define HAVE_ERRNO_H 1
4951| #define HAVE_FCNTL_H 1
4952| #define HAVE_GRP_H 1
4953| #define HAVE_LANGINFO_H 1
4954| #define HAVE_LIBINTL_H 1
4955| #define HAVE_NCURSES_H 1
4956| #define HAVE_POLL_H 1
4957| #define HAVE_PTHREAD_H 1
4958| #define HAVE_SIGNAL_H 1
4959| #define HAVE_STDINT_H 1
4960| #define HAVE_TERMIOS_H 1
4961| #define HAVE_UNISTD_H 1
4962| #define HAVE_UTIME_H 1
4963| #define HAVE_SYS_FILE_H 1
4964| #define HAVE_SYS_LOCK_H 1
4965| #define HAVE_SYS_PARAM_H 1
4966| #define HAVE_SYS_POLL_H 1
4967| #define HAVE_SYS_SELECT_H 1
4968| #define HAVE_SYS_SOCKET_H 1
4969| #define HAVE_SYS_STATVFS_H 1
4970| #define HAVE_SYS_STAT_H 1
4971| #define HAVE_SYS_TIME_H 1
4972| #define HAVE_SYS_TIMES_H 1
4973| #define HAVE_SYS_TYPES_H 1
4974| #define HAVE_SYS_UN_H 1
4975| #define HAVE_SYS_UTSNAME_H 1
4976| #define HAVE_SYS_WAIT_H 1
4977| #define HAVE_SYS_RESOURCE_H 1
4978| #define HAVE_SYSEXITS_H 1
4979| #define HAVE_DIRENT_H 1
4980| #define HAVE_TERM_H 1
4981| #define HAVE_MAKEDEV 1
4982| #define _LARGEFILE_SOURCE 1
4983| #define _FILE_OFFSET_BITS 64
4984| #if defined(SCO_DS)
4985| #undef _OFF_T
4986| #endif
4987| #define RETSIGTYPE void
4988| #define HAVE_SSIZE_T 1
4989| #define SIZEOF_INT 4
4990| #define SIZEOF_LONG 4
4991| #define SIZEOF_VOID_P 4
4992| #define SIZEOF_SHORT 2
4993| #define SIZEOF_FLOAT 4
4994| #define SIZEOF_DOUBLE 8
4995| #define SIZEOF_FPOS_T 8
4996| #define SIZEOF_SIZE_T 4
4997| #define HAVE_LONG_LONG 1
4998| #define SIZEOF_LONG_LONG 8
4999| #define HAVE_UINTPTR_T 1
5000| #define SIZEOF_UINTPTR_T 4
5001| #define SIZEOF_OFF_T 8
5002| #define HAVE_LARGEFILE_SUPPORT 1
5003| #define SIZEOF_TIME_T 4
5004| #define SIZEOF_PTHREAD_T 4
5005| #define USE_TOOLBOX_OBJECT_GLUE 1
5006| #define WITH_NEXT_FRAMEWORK 1
5007| #define WITH_DYLD 1
5008| #define SHLIB_EXT ".so"
5009| #define WITH_THREAD 1
5010| #define _REENTRANT 1
5011| #define WITH_DOC_STRINGS 1
5012| #define WITH_PYMALLOC 1
5013| /* end confdefs.h.  */
5014| /* Define clock to an innocuous variant, in case <limits.h> declares clock.
5015|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5016| #define clock innocuous_clock
5017|
5018| /* System header to define __stub macros and hopefully few prototypes,
5019|     which can conflict with char clock (); below.
5020|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5021|     <limits.h> exists even on freestanding compilers.  */
5022|
5023| #ifdef __STDC__
5024| # include <limits.h>
5025| #else
5026| # include <assert.h>
5027| #endif
5028|
5029| #undef clock
5030|
5031| /* Override any GCC internal prototype to avoid an error.
5032|    Use char because int might match the return type of a GCC
5033|    builtin and then its argument prototype would still apply.  */
5034| #ifdef __cplusplus
5035| extern "C"
5036| #endif
5037| char clock ();
5038| /* The GNU C library defines this for functions which it implements
5039|     to always fail with ENOSYS.  Some functions are actually named
5040|     something starting with __ and the normal name is an alias.  */
5041| #if defined __stub_clock || defined __stub___clock
5042| choke me
5043| #endif
5044|
5045| int
5046| main ()
5047| {
5048| return clock ();
5049|   ;
5050|   return 0;
5051| }
5052configure:14807: result: no
5053configure:14727: checking for confstr
5054configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5055ld: library not found for -lcrt1.10.5.o
5056collect2: ld returned 1 exit status
5057ld: library not found for -lcrt1.10.5.o
5058collect2: ld returned 1 exit status
5059lipo: can't open input file: /var/tmp//ccLL3tNB.out (No such file or directory)
5060configure:14789: $? = 1
5061configure: failed program was:
5062| /* confdefs.h.  */
5063| #define _GNU_SOURCE 1
5064| #define _NETBSD_SOURCE 1
5065| #define __BSD_VISIBLE 1
5066| #define _BSD_TYPES 1
5067| #define Py_ENABLE_SHARED 1
5068| #define STDC_HEADERS 1
5069| #define HAVE_SYS_TYPES_H 1
5070| #define HAVE_SYS_STAT_H 1
5071| #define HAVE_STDLIB_H 1
5072| #define HAVE_STRING_H 1
5073| #define HAVE_MEMORY_H 1
5074| #define HAVE_STRINGS_H 1
5075| #define HAVE_INTTYPES_H 1
5076| #define HAVE_STDINT_H 1
5077| #define HAVE_UNISTD_H 1
5078| #define HAVE_CURSES_H 1
5079| #define HAVE_DLFCN_H 1
5080| #define HAVE_ERRNO_H 1
5081| #define HAVE_FCNTL_H 1
5082| #define HAVE_GRP_H 1
5083| #define HAVE_LANGINFO_H 1
5084| #define HAVE_LIBINTL_H 1
5085| #define HAVE_NCURSES_H 1
5086| #define HAVE_POLL_H 1
5087| #define HAVE_PTHREAD_H 1
5088| #define HAVE_SIGNAL_H 1
5089| #define HAVE_STDINT_H 1
5090| #define HAVE_TERMIOS_H 1
5091| #define HAVE_UNISTD_H 1
5092| #define HAVE_UTIME_H 1
5093| #define HAVE_SYS_FILE_H 1
5094| #define HAVE_SYS_LOCK_H 1
5095| #define HAVE_SYS_PARAM_H 1
5096| #define HAVE_SYS_POLL_H 1
5097| #define HAVE_SYS_SELECT_H 1
5098| #define HAVE_SYS_SOCKET_H 1
5099| #define HAVE_SYS_STATVFS_H 1
5100| #define HAVE_SYS_STAT_H 1
5101| #define HAVE_SYS_TIME_H 1
5102| #define HAVE_SYS_TIMES_H 1
5103| #define HAVE_SYS_TYPES_H 1
5104| #define HAVE_SYS_UN_H 1
5105| #define HAVE_SYS_UTSNAME_H 1
5106| #define HAVE_SYS_WAIT_H 1
5107| #define HAVE_SYS_RESOURCE_H 1
5108| #define HAVE_SYSEXITS_H 1
5109| #define HAVE_DIRENT_H 1
5110| #define HAVE_TERM_H 1
5111| #define HAVE_MAKEDEV 1
5112| #define _LARGEFILE_SOURCE 1
5113| #define _FILE_OFFSET_BITS 64
5114| #if defined(SCO_DS)
5115| #undef _OFF_T
5116| #endif
5117| #define RETSIGTYPE void
5118| #define HAVE_SSIZE_T 1
5119| #define SIZEOF_INT 4
5120| #define SIZEOF_LONG 4
5121| #define SIZEOF_VOID_P 4
5122| #define SIZEOF_SHORT 2
5123| #define SIZEOF_FLOAT 4
5124| #define SIZEOF_DOUBLE 8
5125| #define SIZEOF_FPOS_T 8
5126| #define SIZEOF_SIZE_T 4
5127| #define HAVE_LONG_LONG 1
5128| #define SIZEOF_LONG_LONG 8
5129| #define HAVE_UINTPTR_T 1
5130| #define SIZEOF_UINTPTR_T 4
5131| #define SIZEOF_OFF_T 8
5132| #define HAVE_LARGEFILE_SUPPORT 1
5133| #define SIZEOF_TIME_T 4
5134| #define SIZEOF_PTHREAD_T 4
5135| #define USE_TOOLBOX_OBJECT_GLUE 1
5136| #define WITH_NEXT_FRAMEWORK 1
5137| #define WITH_DYLD 1
5138| #define SHLIB_EXT ".so"
5139| #define WITH_THREAD 1
5140| #define _REENTRANT 1
5141| #define WITH_DOC_STRINGS 1
5142| #define WITH_PYMALLOC 1
5143| /* end confdefs.h.  */
5144| /* Define confstr to an innocuous variant, in case <limits.h> declares confstr.
5145|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5146| #define confstr innocuous_confstr
5147|
5148| /* System header to define __stub macros and hopefully few prototypes,
5149|     which can conflict with char confstr (); below.
5150|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5151|     <limits.h> exists even on freestanding compilers.  */
5152|
5153| #ifdef __STDC__
5154| # include <limits.h>
5155| #else
5156| # include <assert.h>
5157| #endif
5158|
5159| #undef confstr
5160|
5161| /* Override any GCC internal prototype to avoid an error.
5162|    Use char because int might match the return type of a GCC
5163|    builtin and then its argument prototype would still apply.  */
5164| #ifdef __cplusplus
5165| extern "C"
5166| #endif
5167| char confstr ();
5168| /* The GNU C library defines this for functions which it implements
5169|     to always fail with ENOSYS.  Some functions are actually named
5170|     something starting with __ and the normal name is an alias.  */
5171| #if defined __stub_confstr || defined __stub___confstr
5172| choke me
5173| #endif
5174|
5175| int
5176| main ()
5177| {
5178| return confstr ();
5179|   ;
5180|   return 0;
5181| }
5182configure:14807: result: no
5183configure:14727: checking for ctermid
5184configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5185ld: library not found for -lcrt1.10.5.o
5186collect2: ld returned 1 exit status
5187ld: library not found for -lcrt1.10.5.o
5188collect2: ld returned 1 exit status
5189lipo: can't open input file: /var/tmp//cc8sD6UB.out (No such file or directory)
5190configure:14789: $? = 1
5191configure: failed program was:
5192| /* confdefs.h.  */
5193| #define _GNU_SOURCE 1
5194| #define _NETBSD_SOURCE 1
5195| #define __BSD_VISIBLE 1
5196| #define _BSD_TYPES 1
5197| #define Py_ENABLE_SHARED 1
5198| #define STDC_HEADERS 1
5199| #define HAVE_SYS_TYPES_H 1
5200| #define HAVE_SYS_STAT_H 1
5201| #define HAVE_STDLIB_H 1
5202| #define HAVE_STRING_H 1
5203| #define HAVE_MEMORY_H 1
5204| #define HAVE_STRINGS_H 1
5205| #define HAVE_INTTYPES_H 1
5206| #define HAVE_STDINT_H 1
5207| #define HAVE_UNISTD_H 1
5208| #define HAVE_CURSES_H 1
5209| #define HAVE_DLFCN_H 1
5210| #define HAVE_ERRNO_H 1
5211| #define HAVE_FCNTL_H 1
5212| #define HAVE_GRP_H 1
5213| #define HAVE_LANGINFO_H 1
5214| #define HAVE_LIBINTL_H 1
5215| #define HAVE_NCURSES_H 1
5216| #define HAVE_POLL_H 1
5217| #define HAVE_PTHREAD_H 1
5218| #define HAVE_SIGNAL_H 1
5219| #define HAVE_STDINT_H 1
5220| #define HAVE_TERMIOS_H 1
5221| #define HAVE_UNISTD_H 1
5222| #define HAVE_UTIME_H 1
5223| #define HAVE_SYS_FILE_H 1
5224| #define HAVE_SYS_LOCK_H 1
5225| #define HAVE_SYS_PARAM_H 1
5226| #define HAVE_SYS_POLL_H 1
5227| #define HAVE_SYS_SELECT_H 1
5228| #define HAVE_SYS_SOCKET_H 1
5229| #define HAVE_SYS_STATVFS_H 1
5230| #define HAVE_SYS_STAT_H 1
5231| #define HAVE_SYS_TIME_H 1
5232| #define HAVE_SYS_TIMES_H 1
5233| #define HAVE_SYS_TYPES_H 1
5234| #define HAVE_SYS_UN_H 1
5235| #define HAVE_SYS_UTSNAME_H 1
5236| #define HAVE_SYS_WAIT_H 1
5237| #define HAVE_SYS_RESOURCE_H 1
5238| #define HAVE_SYSEXITS_H 1
5239| #define HAVE_DIRENT_H 1
5240| #define HAVE_TERM_H 1
5241| #define HAVE_MAKEDEV 1
5242| #define _LARGEFILE_SOURCE 1
5243| #define _FILE_OFFSET_BITS 64
5244| #if defined(SCO_DS)
5245| #undef _OFF_T
5246| #endif
5247| #define RETSIGTYPE void
5248| #define HAVE_SSIZE_T 1
5249| #define SIZEOF_INT 4
5250| #define SIZEOF_LONG 4
5251| #define SIZEOF_VOID_P 4
5252| #define SIZEOF_SHORT 2
5253| #define SIZEOF_FLOAT 4
5254| #define SIZEOF_DOUBLE 8
5255| #define SIZEOF_FPOS_T 8
5256| #define SIZEOF_SIZE_T 4
5257| #define HAVE_LONG_LONG 1
5258| #define SIZEOF_LONG_LONG 8
5259| #define HAVE_UINTPTR_T 1
5260| #define SIZEOF_UINTPTR_T 4
5261| #define SIZEOF_OFF_T 8
5262| #define HAVE_LARGEFILE_SUPPORT 1
5263| #define SIZEOF_TIME_T 4
5264| #define SIZEOF_PTHREAD_T 4
5265| #define USE_TOOLBOX_OBJECT_GLUE 1
5266| #define WITH_NEXT_FRAMEWORK 1
5267| #define WITH_DYLD 1
5268| #define SHLIB_EXT ".so"
5269| #define WITH_THREAD 1
5270| #define _REENTRANT 1
5271| #define WITH_DOC_STRINGS 1
5272| #define WITH_PYMALLOC 1
5273| /* end confdefs.h.  */
5274| /* Define ctermid to an innocuous variant, in case <limits.h> declares ctermid.
5275|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5276| #define ctermid innocuous_ctermid
5277|
5278| /* System header to define __stub macros and hopefully few prototypes,
5279|     which can conflict with char ctermid (); below.
5280|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5281|     <limits.h> exists even on freestanding compilers.  */
5282|
5283| #ifdef __STDC__
5284| # include <limits.h>
5285| #else
5286| # include <assert.h>
5287| #endif
5288|
5289| #undef ctermid
5290|
5291| /* Override any GCC internal prototype to avoid an error.
5292|    Use char because int might match the return type of a GCC
5293|    builtin and then its argument prototype would still apply.  */
5294| #ifdef __cplusplus
5295| extern "C"
5296| #endif
5297| char ctermid ();
5298| /* The GNU C library defines this for functions which it implements
5299|     to always fail with ENOSYS.  Some functions are actually named
5300|     something starting with __ and the normal name is an alias.  */
5301| #if defined __stub_ctermid || defined __stub___ctermid
5302| choke me
5303| #endif
5304|
5305| int
5306| main ()
5307| {
5308| return ctermid ();
5309|   ;
5310|   return 0;
5311| }
5312configure:14807: result: no
5313configure:14727: checking for execv
5314configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5315conftest.c:106: warning: conflicting types for built-in function 'execv'
5316conftest.c:106: warning: conflicting types for built-in function 'execv'
5317ld: library not found for -lcrt1.10.5.o
5318collect2: ld returned 1 exit status
5319ld: library not found for -lcrt1.10.5.o
5320collect2: ld returned 1 exit status
5321lipo: can't open input file: /var/tmp//ccxHVVKN.out (No such file or directory)
5322configure:14789: $? = 1
5323configure: failed program was:
5324| /* confdefs.h.  */
5325| #define _GNU_SOURCE 1
5326| #define _NETBSD_SOURCE 1
5327| #define __BSD_VISIBLE 1
5328| #define _BSD_TYPES 1
5329| #define Py_ENABLE_SHARED 1
5330| #define STDC_HEADERS 1
5331| #define HAVE_SYS_TYPES_H 1
5332| #define HAVE_SYS_STAT_H 1
5333| #define HAVE_STDLIB_H 1
5334| #define HAVE_STRING_H 1
5335| #define HAVE_MEMORY_H 1
5336| #define HAVE_STRINGS_H 1
5337| #define HAVE_INTTYPES_H 1
5338| #define HAVE_STDINT_H 1
5339| #define HAVE_UNISTD_H 1
5340| #define HAVE_CURSES_H 1
5341| #define HAVE_DLFCN_H 1
5342| #define HAVE_ERRNO_H 1
5343| #define HAVE_FCNTL_H 1
5344| #define HAVE_GRP_H 1
5345| #define HAVE_LANGINFO_H 1
5346| #define HAVE_LIBINTL_H 1
5347| #define HAVE_NCURSES_H 1
5348| #define HAVE_POLL_H 1
5349| #define HAVE_PTHREAD_H 1
5350| #define HAVE_SIGNAL_H 1
5351| #define HAVE_STDINT_H 1
5352| #define HAVE_TERMIOS_H 1
5353| #define HAVE_UNISTD_H 1
5354| #define HAVE_UTIME_H 1
5355| #define HAVE_SYS_FILE_H 1
5356| #define HAVE_SYS_LOCK_H 1
5357| #define HAVE_SYS_PARAM_H 1
5358| #define HAVE_SYS_POLL_H 1
5359| #define HAVE_SYS_SELECT_H 1
5360| #define HAVE_SYS_SOCKET_H 1
5361| #define HAVE_SYS_STATVFS_H 1
5362| #define HAVE_SYS_STAT_H 1
5363| #define HAVE_SYS_TIME_H 1
5364| #define HAVE_SYS_TIMES_H 1
5365| #define HAVE_SYS_TYPES_H 1
5366| #define HAVE_SYS_UN_H 1
5367| #define HAVE_SYS_UTSNAME_H 1
5368| #define HAVE_SYS_WAIT_H 1
5369| #define HAVE_SYS_RESOURCE_H 1
5370| #define HAVE_SYSEXITS_H 1
5371| #define HAVE_DIRENT_H 1
5372| #define HAVE_TERM_H 1
5373| #define HAVE_MAKEDEV 1
5374| #define _LARGEFILE_SOURCE 1
5375| #define _FILE_OFFSET_BITS 64
5376| #if defined(SCO_DS)
5377| #undef _OFF_T
5378| #endif
5379| #define RETSIGTYPE void
5380| #define HAVE_SSIZE_T 1
5381| #define SIZEOF_INT 4
5382| #define SIZEOF_LONG 4
5383| #define SIZEOF_VOID_P 4
5384| #define SIZEOF_SHORT 2
5385| #define SIZEOF_FLOAT 4
5386| #define SIZEOF_DOUBLE 8
5387| #define SIZEOF_FPOS_T 8
5388| #define SIZEOF_SIZE_T 4
5389| #define HAVE_LONG_LONG 1
5390| #define SIZEOF_LONG_LONG 8
5391| #define HAVE_UINTPTR_T 1
5392| #define SIZEOF_UINTPTR_T 4
5393| #define SIZEOF_OFF_T 8
5394| #define HAVE_LARGEFILE_SUPPORT 1
5395| #define SIZEOF_TIME_T 4
5396| #define SIZEOF_PTHREAD_T 4
5397| #define USE_TOOLBOX_OBJECT_GLUE 1
5398| #define WITH_NEXT_FRAMEWORK 1
5399| #define WITH_DYLD 1
5400| #define SHLIB_EXT ".so"
5401| #define WITH_THREAD 1
5402| #define _REENTRANT 1
5403| #define WITH_DOC_STRINGS 1
5404| #define WITH_PYMALLOC 1
5405| /* end confdefs.h.  */
5406| /* Define execv to an innocuous variant, in case <limits.h> declares execv.
5407|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5408| #define execv innocuous_execv
5409|
5410| /* System header to define __stub macros and hopefully few prototypes,
5411|     which can conflict with char execv (); below.
5412|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5413|     <limits.h> exists even on freestanding compilers.  */
5414|
5415| #ifdef __STDC__
5416| # include <limits.h>
5417| #else
5418| # include <assert.h>
5419| #endif
5420|
5421| #undef execv
5422|
5423| /* Override any GCC internal prototype to avoid an error.
5424|    Use char because int might match the return type of a GCC
5425|    builtin and then its argument prototype would still apply.  */
5426| #ifdef __cplusplus
5427| extern "C"
5428| #endif
5429| char execv ();
5430| /* The GNU C library defines this for functions which it implements
5431|     to always fail with ENOSYS.  Some functions are actually named
5432|     something starting with __ and the normal name is an alias.  */
5433| #if defined __stub_execv || defined __stub___execv
5434| choke me
5435| #endif
5436|
5437| int
5438| main ()
5439| {
5440| return execv ();
5441|   ;
5442|   return 0;
5443| }
5444configure:14807: result: no
5445configure:14727: checking for fork
5446configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5447conftest.c:106: warning: conflicting types for built-in function 'fork'
5448conftest.c:106: warning: conflicting types for built-in function 'fork'
5449ld: library not found for -lcrt1.10.5.o
5450collect2: ld returned 1 exit status
5451ld: library not found for -lcrt1.10.5.o
5452collect2: ld returned 1 exit status
5453lipo: can't open input file: /var/tmp//ccpy8TO9.out (No such file or directory)
5454configure:14789: $? = 1
5455configure: failed program was:
5456| /* confdefs.h.  */
5457| #define _GNU_SOURCE 1
5458| #define _NETBSD_SOURCE 1
5459| #define __BSD_VISIBLE 1
5460| #define _BSD_TYPES 1
5461| #define Py_ENABLE_SHARED 1
5462| #define STDC_HEADERS 1
5463| #define HAVE_SYS_TYPES_H 1
5464| #define HAVE_SYS_STAT_H 1
5465| #define HAVE_STDLIB_H 1
5466| #define HAVE_STRING_H 1
5467| #define HAVE_MEMORY_H 1
5468| #define HAVE_STRINGS_H 1
5469| #define HAVE_INTTYPES_H 1
5470| #define HAVE_STDINT_H 1
5471| #define HAVE_UNISTD_H 1
5472| #define HAVE_CURSES_H 1
5473| #define HAVE_DLFCN_H 1
5474| #define HAVE_ERRNO_H 1
5475| #define HAVE_FCNTL_H 1
5476| #define HAVE_GRP_H 1
5477| #define HAVE_LANGINFO_H 1
5478| #define HAVE_LIBINTL_H 1
5479| #define HAVE_NCURSES_H 1
5480| #define HAVE_POLL_H 1
5481| #define HAVE_PTHREAD_H 1
5482| #define HAVE_SIGNAL_H 1
5483| #define HAVE_STDINT_H 1
5484| #define HAVE_TERMIOS_H 1
5485| #define HAVE_UNISTD_H 1
5486| #define HAVE_UTIME_H 1
5487| #define HAVE_SYS_FILE_H 1
5488| #define HAVE_SYS_LOCK_H 1
5489| #define HAVE_SYS_PARAM_H 1
5490| #define HAVE_SYS_POLL_H 1
5491| #define HAVE_SYS_SELECT_H 1
5492| #define HAVE_SYS_SOCKET_H 1
5493| #define HAVE_SYS_STATVFS_H 1
5494| #define HAVE_SYS_STAT_H 1
5495| #define HAVE_SYS_TIME_H 1
5496| #define HAVE_SYS_TIMES_H 1
5497| #define HAVE_SYS_TYPES_H 1
5498| #define HAVE_SYS_UN_H 1
5499| #define HAVE_SYS_UTSNAME_H 1
5500| #define HAVE_SYS_WAIT_H 1
5501| #define HAVE_SYS_RESOURCE_H 1
5502| #define HAVE_SYSEXITS_H 1
5503| #define HAVE_DIRENT_H 1
5504| #define HAVE_TERM_H 1
5505| #define HAVE_MAKEDEV 1
5506| #define _LARGEFILE_SOURCE 1
5507| #define _FILE_OFFSET_BITS 64
5508| #if defined(SCO_DS)
5509| #undef _OFF_T
5510| #endif
5511| #define RETSIGTYPE void
5512| #define HAVE_SSIZE_T 1
5513| #define SIZEOF_INT 4
5514| #define SIZEOF_LONG 4
5515| #define SIZEOF_VOID_P 4
5516| #define SIZEOF_SHORT 2
5517| #define SIZEOF_FLOAT 4
5518| #define SIZEOF_DOUBLE 8
5519| #define SIZEOF_FPOS_T 8
5520| #define SIZEOF_SIZE_T 4
5521| #define HAVE_LONG_LONG 1
5522| #define SIZEOF_LONG_LONG 8
5523| #define HAVE_UINTPTR_T 1
5524| #define SIZEOF_UINTPTR_T 4
5525| #define SIZEOF_OFF_T 8
5526| #define HAVE_LARGEFILE_SUPPORT 1
5527| #define SIZEOF_TIME_T 4
5528| #define SIZEOF_PTHREAD_T 4
5529| #define USE_TOOLBOX_OBJECT_GLUE 1
5530| #define WITH_NEXT_FRAMEWORK 1
5531| #define WITH_DYLD 1
5532| #define SHLIB_EXT ".so"
5533| #define WITH_THREAD 1
5534| #define _REENTRANT 1
5535| #define WITH_DOC_STRINGS 1
5536| #define WITH_PYMALLOC 1
5537| /* end confdefs.h.  */
5538| /* Define fork to an innocuous variant, in case <limits.h> declares fork.
5539|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5540| #define fork innocuous_fork
5541|
5542| /* System header to define __stub macros and hopefully few prototypes,
5543|     which can conflict with char fork (); below.
5544|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5545|     <limits.h> exists even on freestanding compilers.  */
5546|
5547| #ifdef __STDC__
5548| # include <limits.h>
5549| #else
5550| # include <assert.h>
5551| #endif
5552|
5553| #undef fork
5554|
5555| /* Override any GCC internal prototype to avoid an error.
5556|    Use char because int might match the return type of a GCC
5557|    builtin and then its argument prototype would still apply.  */
5558| #ifdef __cplusplus
5559| extern "C"
5560| #endif
5561| char fork ();
5562| /* The GNU C library defines this for functions which it implements
5563|     to always fail with ENOSYS.  Some functions are actually named
5564|     something starting with __ and the normal name is an alias.  */
5565| #if defined __stub_fork || defined __stub___fork
5566| choke me
5567| #endif
5568|
5569| int
5570| main ()
5571| {
5572| return fork ();
5573|   ;
5574|   return 0;
5575| }
5576configure:14807: result: no
5577configure:14727: checking for fpathconf
5578configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5579Binary file conftest.er1 matches
5580configure:14789: $? = 1
5581configure: failed program was:
5582| /* confdefs.h.  */
5583| #define _GNU_SOURCE 1
5584| #define _NETBSD_SOURCE 1
5585| #define __BSD_VISIBLE 1
5586| #define _BSD_TYPES 1
5587| #define Py_ENABLE_SHARED 1
5588| #define STDC_HEADERS 1
5589| #define HAVE_SYS_TYPES_H 1
5590| #define HAVE_SYS_STAT_H 1
5591| #define HAVE_STDLIB_H 1
5592| #define HAVE_STRING_H 1
5593| #define HAVE_MEMORY_H 1
5594| #define HAVE_STRINGS_H 1
5595| #define HAVE_INTTYPES_H 1
5596| #define HAVE_STDINT_H 1
5597| #define HAVE_UNISTD_H 1
5598| #define HAVE_CURSES_H 1
5599| #define HAVE_DLFCN_H 1
5600| #define HAVE_ERRNO_H 1
5601| #define HAVE_FCNTL_H 1
5602| #define HAVE_GRP_H 1
5603| #define HAVE_LANGINFO_H 1
5604| #define HAVE_LIBINTL_H 1
5605| #define HAVE_NCURSES_H 1
5606| #define HAVE_POLL_H 1
5607| #define HAVE_PTHREAD_H 1
5608| #define HAVE_SIGNAL_H 1
5609| #define HAVE_STDINT_H 1
5610| #define HAVE_TERMIOS_H 1
5611| #define HAVE_UNISTD_H 1
5612| #define HAVE_UTIME_H 1
5613| #define HAVE_SYS_FILE_H 1
5614| #define HAVE_SYS_LOCK_H 1
5615| #define HAVE_SYS_PARAM_H 1
5616| #define HAVE_SYS_POLL_H 1
5617| #define HAVE_SYS_SELECT_H 1
5618| #define HAVE_SYS_SOCKET_H 1
5619| #define HAVE_SYS_STATVFS_H 1
5620| #define HAVE_SYS_STAT_H 1
5621| #define HAVE_SYS_TIME_H 1
5622| #define HAVE_SYS_TIMES_H 1
5623| #define HAVE_SYS_TYPES_H 1
5624| #define HAVE_SYS_UN_H 1
5625| #define HAVE_SYS_UTSNAME_H 1
5626| #define HAVE_SYS_WAIT_H 1
5627| #define HAVE_SYS_RESOURCE_H 1
5628| #define HAVE_SYSEXITS_H 1
5629| #define HAVE_DIRENT_H 1
5630| #define HAVE_TERM_H 1
5631| #define HAVE_MAKEDEV 1
5632| #define _LARGEFILE_SOURCE 1
5633| #define _FILE_OFFSET_BITS 64
5634| #if defined(SCO_DS)
5635| #undef _OFF_T
5636| #endif
5637| #define RETSIGTYPE void
5638| #define HAVE_SSIZE_T 1
5639| #define SIZEOF_INT 4
5640| #define SIZEOF_LONG 4
5641| #define SIZEOF_VOID_P 4
5642| #define SIZEOF_SHORT 2
5643| #define SIZEOF_FLOAT 4
5644| #define SIZEOF_DOUBLE 8
5645| #define SIZEOF_FPOS_T 8
5646| #define SIZEOF_SIZE_T 4
5647| #define HAVE_LONG_LONG 1
5648| #define SIZEOF_LONG_LONG 8
5649| #define HAVE_UINTPTR_T 1
5650| #define SIZEOF_UINTPTR_T 4
5651| #define SIZEOF_OFF_T 8
5652| #define HAVE_LARGEFILE_SUPPORT 1
5653| #define SIZEOF_TIME_T 4
5654| #define SIZEOF_PTHREAD_T 4
5655| #define USE_TOOLBOX_OBJECT_GLUE 1
5656| #define WITH_NEXT_FRAMEWORK 1
5657| #define WITH_DYLD 1
5658| #define SHLIB_EXT ".so"
5659| #define WITH_THREAD 1
5660| #define _REENTRANT 1
5661| #define WITH_DOC_STRINGS 1
5662| #define WITH_PYMALLOC 1
5663| /* end confdefs.h.  */
5664| /* Define fpathconf to an innocuous variant, in case <limits.h> declares fpathconf.
5665|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5666| #define fpathconf innocuous_fpathconf
5667|
5668| /* System header to define __stub macros and hopefully few prototypes,
5669|     which can conflict with char fpathconf (); below.
5670|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5671|     <limits.h> exists even on freestanding compilers.  */
5672|
5673| #ifdef __STDC__
5674| # include <limits.h>
5675| #else
5676| # include <assert.h>
5677| #endif
5678|
5679| #undef fpathconf
5680|
5681| /* Override any GCC internal prototype to avoid an error.
5682|    Use char because int might match the return type of a GCC
5683|    builtin and then its argument prototype would still apply.  */
5684| #ifdef __cplusplus
5685| extern "C"
5686| #endif
5687| char fpathconf ();
5688| /* The GNU C library defines this for functions which it implements
5689|     to always fail with ENOSYS.  Some functions are actually named
5690|     something starting with __ and the normal name is an alias.  */
5691| #if defined __stub_fpathconf || defined __stub___fpathconf
5692| choke me
5693| #endif
5694|
5695| int
5696| main ()
5697| {
5698| return fpathconf ();
5699|   ;
5700|   return 0;
5701| }
5702configure:14807: result: no
5703configure:14727: checking for ftime
5704configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5705ld: library not found for -lcrt1.10.5.o
5706collect2: ld returned 1 exit status
5707ld: library not found for -lcrt1.10.5.o
5708collect2: ld returned 1 exit status
5709lipo: can't open input file: /var/tmp//cclSDkJJ.out (No such file or directory)
5710configure:14789: $? = 1
5711configure: failed program was:
5712| /* confdefs.h.  */
5713| #define _GNU_SOURCE 1
5714| #define _NETBSD_SOURCE 1
5715| #define __BSD_VISIBLE 1
5716| #define _BSD_TYPES 1
5717| #define Py_ENABLE_SHARED 1
5718| #define STDC_HEADERS 1
5719| #define HAVE_SYS_TYPES_H 1
5720| #define HAVE_SYS_STAT_H 1
5721| #define HAVE_STDLIB_H 1
5722| #define HAVE_STRING_H 1
5723| #define HAVE_MEMORY_H 1
5724| #define HAVE_STRINGS_H 1
5725| #define HAVE_INTTYPES_H 1
5726| #define HAVE_STDINT_H 1
5727| #define HAVE_UNISTD_H 1
5728| #define HAVE_CURSES_H 1
5729| #define HAVE_DLFCN_H 1
5730| #define HAVE_ERRNO_H 1
5731| #define HAVE_FCNTL_H 1
5732| #define HAVE_GRP_H 1
5733| #define HAVE_LANGINFO_H 1
5734| #define HAVE_LIBINTL_H 1
5735| #define HAVE_NCURSES_H 1
5736| #define HAVE_POLL_H 1
5737| #define HAVE_PTHREAD_H 1
5738| #define HAVE_SIGNAL_H 1
5739| #define HAVE_STDINT_H 1
5740| #define HAVE_TERMIOS_H 1
5741| #define HAVE_UNISTD_H 1
5742| #define HAVE_UTIME_H 1
5743| #define HAVE_SYS_FILE_H 1
5744| #define HAVE_SYS_LOCK_H 1
5745| #define HAVE_SYS_PARAM_H 1
5746| #define HAVE_SYS_POLL_H 1
5747| #define HAVE_SYS_SELECT_H 1
5748| #define HAVE_SYS_SOCKET_H 1
5749| #define HAVE_SYS_STATVFS_H 1
5750| #define HAVE_SYS_STAT_H 1
5751| #define HAVE_SYS_TIME_H 1
5752| #define HAVE_SYS_TIMES_H 1
5753| #define HAVE_SYS_TYPES_H 1
5754| #define HAVE_SYS_UN_H 1
5755| #define HAVE_SYS_UTSNAME_H 1
5756| #define HAVE_SYS_WAIT_H 1
5757| #define HAVE_SYS_RESOURCE_H 1
5758| #define HAVE_SYSEXITS_H 1
5759| #define HAVE_DIRENT_H 1
5760| #define HAVE_TERM_H 1
5761| #define HAVE_MAKEDEV 1
5762| #define _LARGEFILE_SOURCE 1
5763| #define _FILE_OFFSET_BITS 64
5764| #if defined(SCO_DS)
5765| #undef _OFF_T
5766| #endif
5767| #define RETSIGTYPE void
5768| #define HAVE_SSIZE_T 1
5769| #define SIZEOF_INT 4
5770| #define SIZEOF_LONG 4
5771| #define SIZEOF_VOID_P 4
5772| #define SIZEOF_SHORT 2
5773| #define SIZEOF_FLOAT 4
5774| #define SIZEOF_DOUBLE 8
5775| #define SIZEOF_FPOS_T 8
5776| #define SIZEOF_SIZE_T 4
5777| #define HAVE_LONG_LONG 1
5778| #define SIZEOF_LONG_LONG 8
5779| #define HAVE_UINTPTR_T 1
5780| #define SIZEOF_UINTPTR_T 4
5781| #define SIZEOF_OFF_T 8
5782| #define HAVE_LARGEFILE_SUPPORT 1
5783| #define SIZEOF_TIME_T 4
5784| #define SIZEOF_PTHREAD_T 4
5785| #define USE_TOOLBOX_OBJECT_GLUE 1
5786| #define WITH_NEXT_FRAMEWORK 1
5787| #define WITH_DYLD 1
5788| #define SHLIB_EXT ".so"
5789| #define WITH_THREAD 1
5790| #define _REENTRANT 1
5791| #define WITH_DOC_STRINGS 1
5792| #define WITH_PYMALLOC 1
5793| /* end confdefs.h.  */
5794| /* Define ftime to an innocuous variant, in case <limits.h> declares ftime.
5795|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5796| #define ftime innocuous_ftime
5797|
5798| /* System header to define __stub macros and hopefully few prototypes,
5799|     which can conflict with char ftime (); below.
5800|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5801|     <limits.h> exists even on freestanding compilers.  */
5802|
5803| #ifdef __STDC__
5804| # include <limits.h>
5805| #else
5806| # include <assert.h>
5807| #endif
5808|
5809| #undef ftime
5810|
5811| /* Override any GCC internal prototype to avoid an error.
5812|    Use char because int might match the return type of a GCC
5813|    builtin and then its argument prototype would still apply.  */
5814| #ifdef __cplusplus
5815| extern "C"
5816| #endif
5817| char ftime ();
5818| /* The GNU C library defines this for functions which it implements
5819|     to always fail with ENOSYS.  Some functions are actually named
5820|     something starting with __ and the normal name is an alias.  */
5821| #if defined __stub_ftime || defined __stub___ftime
5822| choke me
5823| #endif
5824|
5825| int
5826| main ()
5827| {
5828| return ftime ();
5829|   ;
5830|   return 0;
5831| }
5832configure:14807: result: no
5833configure:14727: checking for ftruncate
5834configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5835Binary file conftest.er1 matches
5836configure:14789: $? = 1
5837configure: failed program was:
5838| /* confdefs.h.  */
5839| #define _GNU_SOURCE 1
5840| #define _NETBSD_SOURCE 1
5841| #define __BSD_VISIBLE 1
5842| #define _BSD_TYPES 1
5843| #define Py_ENABLE_SHARED 1
5844| #define STDC_HEADERS 1
5845| #define HAVE_SYS_TYPES_H 1
5846| #define HAVE_SYS_STAT_H 1
5847| #define HAVE_STDLIB_H 1
5848| #define HAVE_STRING_H 1
5849| #define HAVE_MEMORY_H 1
5850| #define HAVE_STRINGS_H 1
5851| #define HAVE_INTTYPES_H 1
5852| #define HAVE_STDINT_H 1
5853| #define HAVE_UNISTD_H 1
5854| #define HAVE_CURSES_H 1
5855| #define HAVE_DLFCN_H 1
5856| #define HAVE_ERRNO_H 1
5857| #define HAVE_FCNTL_H 1
5858| #define HAVE_GRP_H 1
5859| #define HAVE_LANGINFO_H 1
5860| #define HAVE_LIBINTL_H 1
5861| #define HAVE_NCURSES_H 1
5862| #define HAVE_POLL_H 1
5863| #define HAVE_PTHREAD_H 1
5864| #define HAVE_SIGNAL_H 1
5865| #define HAVE_STDINT_H 1
5866| #define HAVE_TERMIOS_H 1
5867| #define HAVE_UNISTD_H 1
5868| #define HAVE_UTIME_H 1
5869| #define HAVE_SYS_FILE_H 1
5870| #define HAVE_SYS_LOCK_H 1
5871| #define HAVE_SYS_PARAM_H 1
5872| #define HAVE_SYS_POLL_H 1
5873| #define HAVE_SYS_SELECT_H 1
5874| #define HAVE_SYS_SOCKET_H 1
5875| #define HAVE_SYS_STATVFS_H 1
5876| #define HAVE_SYS_STAT_H 1
5877| #define HAVE_SYS_TIME_H 1
5878| #define HAVE_SYS_TIMES_H 1
5879| #define HAVE_SYS_TYPES_H 1
5880| #define HAVE_SYS_UN_H 1
5881| #define HAVE_SYS_UTSNAME_H 1
5882| #define HAVE_SYS_WAIT_H 1
5883| #define HAVE_SYS_RESOURCE_H 1
5884| #define HAVE_SYSEXITS_H 1
5885| #define HAVE_DIRENT_H 1
5886| #define HAVE_TERM_H 1
5887| #define HAVE_MAKEDEV 1
5888| #define _LARGEFILE_SOURCE 1
5889| #define _FILE_OFFSET_BITS 64
5890| #if defined(SCO_DS)
5891| #undef _OFF_T
5892| #endif
5893| #define RETSIGTYPE void
5894| #define HAVE_SSIZE_T 1
5895| #define SIZEOF_INT 4
5896| #define SIZEOF_LONG 4
5897| #define SIZEOF_VOID_P 4
5898| #define SIZEOF_SHORT 2
5899| #define SIZEOF_FLOAT 4
5900| #define SIZEOF_DOUBLE 8
5901| #define SIZEOF_FPOS_T 8
5902| #define SIZEOF_SIZE_T 4
5903| #define HAVE_LONG_LONG 1
5904| #define SIZEOF_LONG_LONG 8
5905| #define HAVE_UINTPTR_T 1
5906| #define SIZEOF_UINTPTR_T 4
5907| #define SIZEOF_OFF_T 8
5908| #define HAVE_LARGEFILE_SUPPORT 1
5909| #define SIZEOF_TIME_T 4
5910| #define SIZEOF_PTHREAD_T 4
5911| #define USE_TOOLBOX_OBJECT_GLUE 1
5912| #define WITH_NEXT_FRAMEWORK 1
5913| #define WITH_DYLD 1
5914| #define SHLIB_EXT ".so"
5915| #define WITH_THREAD 1
5916| #define _REENTRANT 1
5917| #define WITH_DOC_STRINGS 1
5918| #define WITH_PYMALLOC 1
5919| /* end confdefs.h.  */
5920| /* Define ftruncate to an innocuous variant, in case <limits.h> declares ftruncate.
5921|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5922| #define ftruncate innocuous_ftruncate
5923|
5924| /* System header to define __stub macros and hopefully few prototypes,
5925|     which can conflict with char ftruncate (); below.
5926|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5927|     <limits.h> exists even on freestanding compilers.  */
5928|
5929| #ifdef __STDC__
5930| # include <limits.h>
5931| #else
5932| # include <assert.h>
5933| #endif
5934|
5935| #undef ftruncate
5936|
5937| /* Override any GCC internal prototype to avoid an error.
5938|    Use char because int might match the return type of a GCC
5939|    builtin and then its argument prototype would still apply.  */
5940| #ifdef __cplusplus
5941| extern "C"
5942| #endif
5943| char ftruncate ();
5944| /* The GNU C library defines this for functions which it implements
5945|     to always fail with ENOSYS.  Some functions are actually named
5946|     something starting with __ and the normal name is an alias.  */
5947| #if defined __stub_ftruncate || defined __stub___ftruncate
5948| choke me
5949| #endif
5950|
5951| int
5952| main ()
5953| {
5954| return ftruncate ();
5955|   ;
5956|   return 0;
5957| }
5958configure:14807: result: no
5959configure:14727: checking for gai_strerror
5960configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
5961ld: library not found for -lcrt1.10.5.o
5962collect2: ld returned 1 exit status
5963ld: library not found for -lcrt1.10.5.o
5964collect2: ld returned 1 exit status
5965lipo: can't open input file: /var/tmp//ccRgfFyD.out (No such file or directory)
5966configure:14789: $? = 1
5967configure: failed program was:
5968| /* confdefs.h.  */
5969| #define _GNU_SOURCE 1
5970| #define _NETBSD_SOURCE 1
5971| #define __BSD_VISIBLE 1
5972| #define _BSD_TYPES 1
5973| #define Py_ENABLE_SHARED 1
5974| #define STDC_HEADERS 1
5975| #define HAVE_SYS_TYPES_H 1
5976| #define HAVE_SYS_STAT_H 1
5977| #define HAVE_STDLIB_H 1
5978| #define HAVE_STRING_H 1
5979| #define HAVE_MEMORY_H 1
5980| #define HAVE_STRINGS_H 1
5981| #define HAVE_INTTYPES_H 1
5982| #define HAVE_STDINT_H 1
5983| #define HAVE_UNISTD_H 1
5984| #define HAVE_CURSES_H 1
5985| #define HAVE_DLFCN_H 1
5986| #define HAVE_ERRNO_H 1
5987| #define HAVE_FCNTL_H 1
5988| #define HAVE_GRP_H 1
5989| #define HAVE_LANGINFO_H 1
5990| #define HAVE_LIBINTL_H 1
5991| #define HAVE_NCURSES_H 1
5992| #define HAVE_POLL_H 1
5993| #define HAVE_PTHREAD_H 1
5994| #define HAVE_SIGNAL_H 1
5995| #define HAVE_STDINT_H 1
5996| #define HAVE_TERMIOS_H 1
5997| #define HAVE_UNISTD_H 1
5998| #define HAVE_UTIME_H 1
5999| #define HAVE_SYS_FILE_H 1
6000| #define HAVE_SYS_LOCK_H 1
6001| #define HAVE_SYS_PARAM_H 1
6002| #define HAVE_SYS_POLL_H 1
6003| #define HAVE_SYS_SELECT_H 1
6004| #define HAVE_SYS_SOCKET_H 1
6005| #define HAVE_SYS_STATVFS_H 1
6006| #define HAVE_SYS_STAT_H 1
6007| #define HAVE_SYS_TIME_H 1
6008| #define HAVE_SYS_TIMES_H 1
6009| #define HAVE_SYS_TYPES_H 1
6010| #define HAVE_SYS_UN_H 1
6011| #define HAVE_SYS_UTSNAME_H 1
6012| #define HAVE_SYS_WAIT_H 1
6013| #define HAVE_SYS_RESOURCE_H 1
6014| #define HAVE_SYSEXITS_H 1
6015| #define HAVE_DIRENT_H 1
6016| #define HAVE_TERM_H 1
6017| #define HAVE_MAKEDEV 1
6018| #define _LARGEFILE_SOURCE 1
6019| #define _FILE_OFFSET_BITS 64
6020| #if defined(SCO_DS)
6021| #undef _OFF_T
6022| #endif
6023| #define RETSIGTYPE void
6024| #define HAVE_SSIZE_T 1
6025| #define SIZEOF_INT 4
6026| #define SIZEOF_LONG 4
6027| #define SIZEOF_VOID_P 4
6028| #define SIZEOF_SHORT 2
6029| #define SIZEOF_FLOAT 4
6030| #define SIZEOF_DOUBLE 8
6031| #define SIZEOF_FPOS_T 8
6032| #define SIZEOF_SIZE_T 4
6033| #define HAVE_LONG_LONG 1
6034| #define SIZEOF_LONG_LONG 8
6035| #define HAVE_UINTPTR_T 1
6036| #define SIZEOF_UINTPTR_T 4
6037| #define SIZEOF_OFF_T 8
6038| #define HAVE_LARGEFILE_SUPPORT 1
6039| #define SIZEOF_TIME_T 4
6040| #define SIZEOF_PTHREAD_T 4
6041| #define USE_TOOLBOX_OBJECT_GLUE 1
6042| #define WITH_NEXT_FRAMEWORK 1
6043| #define WITH_DYLD 1
6044| #define SHLIB_EXT ".so"
6045| #define WITH_THREAD 1
6046| #define _REENTRANT 1
6047| #define WITH_DOC_STRINGS 1
6048| #define WITH_PYMALLOC 1
6049| /* end confdefs.h.  */
6050| /* Define gai_strerror to an innocuous variant, in case <limits.h> declares gai_strerror.
6051|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6052| #define gai_strerror innocuous_gai_strerror
6053|
6054| /* System header to define __stub macros and hopefully few prototypes,
6055|     which can conflict with char gai_strerror (); below.
6056|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6057|     <limits.h> exists even on freestanding compilers.  */
6058|
6059| #ifdef __STDC__
6060| # include <limits.h>
6061| #else
6062| # include <assert.h>
6063| #endif
6064|
6065| #undef gai_strerror
6066|
6067| /* Override any GCC internal prototype to avoid an error.
6068|    Use char because int might match the return type of a GCC
6069|    builtin and then its argument prototype would still apply.  */
6070| #ifdef __cplusplus
6071| extern "C"
6072| #endif
6073| char gai_strerror ();
6074| /* The GNU C library defines this for functions which it implements
6075|     to always fail with ENOSYS.  Some functions are actually named
6076|     something starting with __ and the normal name is an alias.  */
6077| #if defined __stub_gai_strerror || defined __stub___gai_strerror
6078| choke me
6079| #endif
6080|
6081| int
6082| main ()
6083| {
6084| return gai_strerror ();
6085|   ;
6086|   return 0;
6087| }
6088configure:14807: result: no
6089configure:14727: checking for getgroups
6090configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6091ld: library not found for -lcrt1.10.5.o
6092collect2: ld returned 1 exit status
6093ld: library not found for -lcrt1.10.5.o
6094collect2: ld returned 1 exit status
6095lipo: can't open input file: /var/tmp//ccfxjymP.out (No such file or directory)
6096configure:14789: $? = 1
6097configure: failed program was:
6098| /* confdefs.h.  */
6099| #define _GNU_SOURCE 1
6100| #define _NETBSD_SOURCE 1
6101| #define __BSD_VISIBLE 1
6102| #define _BSD_TYPES 1
6103| #define Py_ENABLE_SHARED 1
6104| #define STDC_HEADERS 1
6105| #define HAVE_SYS_TYPES_H 1
6106| #define HAVE_SYS_STAT_H 1
6107| #define HAVE_STDLIB_H 1
6108| #define HAVE_STRING_H 1
6109| #define HAVE_MEMORY_H 1
6110| #define HAVE_STRINGS_H 1
6111| #define HAVE_INTTYPES_H 1
6112| #define HAVE_STDINT_H 1
6113| #define HAVE_UNISTD_H 1
6114| #define HAVE_CURSES_H 1
6115| #define HAVE_DLFCN_H 1
6116| #define HAVE_ERRNO_H 1
6117| #define HAVE_FCNTL_H 1
6118| #define HAVE_GRP_H 1
6119| #define HAVE_LANGINFO_H 1
6120| #define HAVE_LIBINTL_H 1
6121| #define HAVE_NCURSES_H 1
6122| #define HAVE_POLL_H 1
6123| #define HAVE_PTHREAD_H 1
6124| #define HAVE_SIGNAL_H 1
6125| #define HAVE_STDINT_H 1
6126| #define HAVE_TERMIOS_H 1
6127| #define HAVE_UNISTD_H 1
6128| #define HAVE_UTIME_H 1
6129| #define HAVE_SYS_FILE_H 1
6130| #define HAVE_SYS_LOCK_H 1
6131| #define HAVE_SYS_PARAM_H 1
6132| #define HAVE_SYS_POLL_H 1
6133| #define HAVE_SYS_SELECT_H 1
6134| #define HAVE_SYS_SOCKET_H 1
6135| #define HAVE_SYS_STATVFS_H 1
6136| #define HAVE_SYS_STAT_H 1
6137| #define HAVE_SYS_TIME_H 1
6138| #define HAVE_SYS_TIMES_H 1
6139| #define HAVE_SYS_TYPES_H 1
6140| #define HAVE_SYS_UN_H 1
6141| #define HAVE_SYS_UTSNAME_H 1
6142| #define HAVE_SYS_WAIT_H 1
6143| #define HAVE_SYS_RESOURCE_H 1
6144| #define HAVE_SYSEXITS_H 1
6145| #define HAVE_DIRENT_H 1
6146| #define HAVE_TERM_H 1
6147| #define HAVE_MAKEDEV 1
6148| #define _LARGEFILE_SOURCE 1
6149| #define _FILE_OFFSET_BITS 64
6150| #if defined(SCO_DS)
6151| #undef _OFF_T
6152| #endif
6153| #define RETSIGTYPE void
6154| #define HAVE_SSIZE_T 1
6155| #define SIZEOF_INT 4
6156| #define SIZEOF_LONG 4
6157| #define SIZEOF_VOID_P 4
6158| #define SIZEOF_SHORT 2
6159| #define SIZEOF_FLOAT 4
6160| #define SIZEOF_DOUBLE 8
6161| #define SIZEOF_FPOS_T 8
6162| #define SIZEOF_SIZE_T 4
6163| #define HAVE_LONG_LONG 1
6164| #define SIZEOF_LONG_LONG 8
6165| #define HAVE_UINTPTR_T 1
6166| #define SIZEOF_UINTPTR_T 4
6167| #define SIZEOF_OFF_T 8
6168| #define HAVE_LARGEFILE_SUPPORT 1
6169| #define SIZEOF_TIME_T 4
6170| #define SIZEOF_PTHREAD_T 4
6171| #define USE_TOOLBOX_OBJECT_GLUE 1
6172| #define WITH_NEXT_FRAMEWORK 1
6173| #define WITH_DYLD 1
6174| #define SHLIB_EXT ".so"
6175| #define WITH_THREAD 1
6176| #define _REENTRANT 1
6177| #define WITH_DOC_STRINGS 1
6178| #define WITH_PYMALLOC 1
6179| /* end confdefs.h.  */
6180| /* Define getgroups to an innocuous variant, in case <limits.h> declares getgroups.
6181|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6182| #define getgroups innocuous_getgroups
6183|
6184| /* System header to define __stub macros and hopefully few prototypes,
6185|     which can conflict with char getgroups (); below.
6186|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6187|     <limits.h> exists even on freestanding compilers.  */
6188|
6189| #ifdef __STDC__
6190| # include <limits.h>
6191| #else
6192| # include <assert.h>
6193| #endif
6194|
6195| #undef getgroups
6196|
6197| /* Override any GCC internal prototype to avoid an error.
6198|    Use char because int might match the return type of a GCC
6199|    builtin and then its argument prototype would still apply.  */
6200| #ifdef __cplusplus
6201| extern "C"
6202| #endif
6203| char getgroups ();
6204| /* The GNU C library defines this for functions which it implements
6205|     to always fail with ENOSYS.  Some functions are actually named
6206|     something starting with __ and the normal name is an alias.  */
6207| #if defined __stub_getgroups || defined __stub___getgroups
6208| choke me
6209| #endif
6210|
6211| int
6212| main ()
6213| {
6214| return getgroups ();
6215|   ;
6216|   return 0;
6217| }
6218configure:14807: result: no
6219configure:14727: checking for getlogin
6220configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6221ld: library not found for -lcrt1.10.5.o
6222collect2: ld returned 1 exit status
6223ld: library not found for -lcrt1.10.5.o
6224collect2: ld returned 1 exit status
6225lipo: can't open input file: /var/tmp//ccIGexla.out (No such file or directory)
6226configure:14789: $? = 1
6227configure: failed program was:
6228| /* confdefs.h.  */
6229| #define _GNU_SOURCE 1
6230| #define _NETBSD_SOURCE 1
6231| #define __BSD_VISIBLE 1
6232| #define _BSD_TYPES 1
6233| #define Py_ENABLE_SHARED 1
6234| #define STDC_HEADERS 1
6235| #define HAVE_SYS_TYPES_H 1
6236| #define HAVE_SYS_STAT_H 1
6237| #define HAVE_STDLIB_H 1
6238| #define HAVE_STRING_H 1
6239| #define HAVE_MEMORY_H 1
6240| #define HAVE_STRINGS_H 1
6241| #define HAVE_INTTYPES_H 1
6242| #define HAVE_STDINT_H 1
6243| #define HAVE_UNISTD_H 1
6244| #define HAVE_CURSES_H 1
6245| #define HAVE_DLFCN_H 1
6246| #define HAVE_ERRNO_H 1
6247| #define HAVE_FCNTL_H 1
6248| #define HAVE_GRP_H 1
6249| #define HAVE_LANGINFO_H 1
6250| #define HAVE_LIBINTL_H 1
6251| #define HAVE_NCURSES_H 1
6252| #define HAVE_POLL_H 1
6253| #define HAVE_PTHREAD_H 1
6254| #define HAVE_SIGNAL_H 1
6255| #define HAVE_STDINT_H 1
6256| #define HAVE_TERMIOS_H 1
6257| #define HAVE_UNISTD_H 1
6258| #define HAVE_UTIME_H 1
6259| #define HAVE_SYS_FILE_H 1
6260| #define HAVE_SYS_LOCK_H 1
6261| #define HAVE_SYS_PARAM_H 1
6262| #define HAVE_SYS_POLL_H 1
6263| #define HAVE_SYS_SELECT_H 1
6264| #define HAVE_SYS_SOCKET_H 1
6265| #define HAVE_SYS_STATVFS_H 1
6266| #define HAVE_SYS_STAT_H 1
6267| #define HAVE_SYS_TIME_H 1
6268| #define HAVE_SYS_TIMES_H 1
6269| #define HAVE_SYS_TYPES_H 1
6270| #define HAVE_SYS_UN_H 1
6271| #define HAVE_SYS_UTSNAME_H 1
6272| #define HAVE_SYS_WAIT_H 1
6273| #define HAVE_SYS_RESOURCE_H 1
6274| #define HAVE_SYSEXITS_H 1
6275| #define HAVE_DIRENT_H 1
6276| #define HAVE_TERM_H 1
6277| #define HAVE_MAKEDEV 1
6278| #define _LARGEFILE_SOURCE 1
6279| #define _FILE_OFFSET_BITS 64
6280| #if defined(SCO_DS)
6281| #undef _OFF_T
6282| #endif
6283| #define RETSIGTYPE void
6284| #define HAVE_SSIZE_T 1
6285| #define SIZEOF_INT 4
6286| #define SIZEOF_LONG 4
6287| #define SIZEOF_VOID_P 4
6288| #define SIZEOF_SHORT 2
6289| #define SIZEOF_FLOAT 4
6290| #define SIZEOF_DOUBLE 8
6291| #define SIZEOF_FPOS_T 8
6292| #define SIZEOF_SIZE_T 4
6293| #define HAVE_LONG_LONG 1
6294| #define SIZEOF_LONG_LONG 8
6295| #define HAVE_UINTPTR_T 1
6296| #define SIZEOF_UINTPTR_T 4
6297| #define SIZEOF_OFF_T 8
6298| #define HAVE_LARGEFILE_SUPPORT 1
6299| #define SIZEOF_TIME_T 4
6300| #define SIZEOF_PTHREAD_T 4
6301| #define USE_TOOLBOX_OBJECT_GLUE 1
6302| #define WITH_NEXT_FRAMEWORK 1
6303| #define WITH_DYLD 1
6304| #define SHLIB_EXT ".so"
6305| #define WITH_THREAD 1
6306| #define _REENTRANT 1
6307| #define WITH_DOC_STRINGS 1
6308| #define WITH_PYMALLOC 1
6309| /* end confdefs.h.  */
6310| /* Define getlogin to an innocuous variant, in case <limits.h> declares getlogin.
6311|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6312| #define getlogin innocuous_getlogin
6313|
6314| /* System header to define __stub macros and hopefully few prototypes,
6315|     which can conflict with char getlogin (); below.
6316|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6317|     <limits.h> exists even on freestanding compilers.  */
6318|
6319| #ifdef __STDC__
6320| # include <limits.h>
6321| #else
6322| # include <assert.h>
6323| #endif
6324|
6325| #undef getlogin
6326|
6327| /* Override any GCC internal prototype to avoid an error.
6328|    Use char because int might match the return type of a GCC
6329|    builtin and then its argument prototype would still apply.  */
6330| #ifdef __cplusplus
6331| extern "C"
6332| #endif
6333| char getlogin ();
6334| /* The GNU C library defines this for functions which it implements
6335|     to always fail with ENOSYS.  Some functions are actually named
6336|     something starting with __ and the normal name is an alias.  */
6337| #if defined __stub_getlogin || defined __stub___getlogin
6338| choke me
6339| #endif
6340|
6341| int
6342| main ()
6343| {
6344| return getlogin ();
6345|   ;
6346|   return 0;
6347| }
6348configure:14807: result: no
6349configure:14727: checking for getloadavg
6350configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6351ld: library not found for -lcrt1.10.5.o
6352collect2: ld returned 1 exit status
6353ld: library not found for -lcrt1.10.5.o
6354collect2: ld returned 1 exit status
6355lipo: can't open input file: /var/tmp//cctSavE0.out (No such file or directory)
6356configure:14789: $? = 1
6357configure: failed program was:
6358| /* confdefs.h.  */
6359| #define _GNU_SOURCE 1
6360| #define _NETBSD_SOURCE 1
6361| #define __BSD_VISIBLE 1
6362| #define _BSD_TYPES 1
6363| #define Py_ENABLE_SHARED 1
6364| #define STDC_HEADERS 1
6365| #define HAVE_SYS_TYPES_H 1
6366| #define HAVE_SYS_STAT_H 1
6367| #define HAVE_STDLIB_H 1
6368| #define HAVE_STRING_H 1
6369| #define HAVE_MEMORY_H 1
6370| #define HAVE_STRINGS_H 1
6371| #define HAVE_INTTYPES_H 1
6372| #define HAVE_STDINT_H 1
6373| #define HAVE_UNISTD_H 1
6374| #define HAVE_CURSES_H 1
6375| #define HAVE_DLFCN_H 1
6376| #define HAVE_ERRNO_H 1
6377| #define HAVE_FCNTL_H 1
6378| #define HAVE_GRP_H 1
6379| #define HAVE_LANGINFO_H 1
6380| #define HAVE_LIBINTL_H 1
6381| #define HAVE_NCURSES_H 1
6382| #define HAVE_POLL_H 1
6383| #define HAVE_PTHREAD_H 1
6384| #define HAVE_SIGNAL_H 1
6385| #define HAVE_STDINT_H 1
6386| #define HAVE_TERMIOS_H 1
6387| #define HAVE_UNISTD_H 1
6388| #define HAVE_UTIME_H 1
6389| #define HAVE_SYS_FILE_H 1
6390| #define HAVE_SYS_LOCK_H 1
6391| #define HAVE_SYS_PARAM_H 1
6392| #define HAVE_SYS_POLL_H 1
6393| #define HAVE_SYS_SELECT_H 1
6394| #define HAVE_SYS_SOCKET_H 1
6395| #define HAVE_SYS_STATVFS_H 1
6396| #define HAVE_SYS_STAT_H 1
6397| #define HAVE_SYS_TIME_H 1
6398| #define HAVE_SYS_TIMES_H 1
6399| #define HAVE_SYS_TYPES_H 1
6400| #define HAVE_SYS_UN_H 1
6401| #define HAVE_SYS_UTSNAME_H 1
6402| #define HAVE_SYS_WAIT_H 1
6403| #define HAVE_SYS_RESOURCE_H 1
6404| #define HAVE_SYSEXITS_H 1
6405| #define HAVE_DIRENT_H 1
6406| #define HAVE_TERM_H 1
6407| #define HAVE_MAKEDEV 1
6408| #define _LARGEFILE_SOURCE 1
6409| #define _FILE_OFFSET_BITS 64
6410| #if defined(SCO_DS)
6411| #undef _OFF_T
6412| #endif
6413| #define RETSIGTYPE void
6414| #define HAVE_SSIZE_T 1
6415| #define SIZEOF_INT 4
6416| #define SIZEOF_LONG 4
6417| #define SIZEOF_VOID_P 4
6418| #define SIZEOF_SHORT 2
6419| #define SIZEOF_FLOAT 4
6420| #define SIZEOF_DOUBLE 8
6421| #define SIZEOF_FPOS_T 8
6422| #define SIZEOF_SIZE_T 4
6423| #define HAVE_LONG_LONG 1
6424| #define SIZEOF_LONG_LONG 8
6425| #define HAVE_UINTPTR_T 1
6426| #define SIZEOF_UINTPTR_T 4
6427| #define SIZEOF_OFF_T 8
6428| #define HAVE_LARGEFILE_SUPPORT 1
6429| #define SIZEOF_TIME_T 4
6430| #define SIZEOF_PTHREAD_T 4
6431| #define USE_TOOLBOX_OBJECT_GLUE 1
6432| #define WITH_NEXT_FRAMEWORK 1
6433| #define WITH_DYLD 1
6434| #define SHLIB_EXT ".so"
6435| #define WITH_THREAD 1
6436| #define _REENTRANT 1
6437| #define WITH_DOC_STRINGS 1
6438| #define WITH_PYMALLOC 1
6439| /* end confdefs.h.  */
6440| /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
6441|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6442| #define getloadavg innocuous_getloadavg
6443|
6444| /* System header to define __stub macros and hopefully few prototypes,
6445|     which can conflict with char getloadavg (); below.
6446|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6447|     <limits.h> exists even on freestanding compilers.  */
6448|
6449| #ifdef __STDC__
6450| # include <limits.h>
6451| #else
6452| # include <assert.h>
6453| #endif
6454|
6455| #undef getloadavg
6456|
6457| /* Override any GCC internal prototype to avoid an error.
6458|    Use char because int might match the return type of a GCC
6459|    builtin and then its argument prototype would still apply.  */
6460| #ifdef __cplusplus
6461| extern "C"
6462| #endif
6463| char getloadavg ();
6464| /* The GNU C library defines this for functions which it implements
6465|     to always fail with ENOSYS.  Some functions are actually named
6466|     something starting with __ and the normal name is an alias.  */
6467| #if defined __stub_getloadavg || defined __stub___getloadavg
6468| choke me
6469| #endif
6470|
6471| int
6472| main ()
6473| {
6474| return getloadavg ();
6475|   ;
6476|   return 0;
6477| }
6478configure:14807: result: no
6479configure:14727: checking for getpeername
6480configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6481ld: library not found for -lcrt1.10.5.o
6482collect2: ld returned 1 exit status
6483ld: library not found for -lcrt1.10.5.o
6484collect2: ld returned 1 exit status
6485lipo: can't open input file: /var/tmp//ccy7qFJU.out (No such file or directory)
6486configure:14789: $? = 1
6487configure: failed program was:
6488| /* confdefs.h.  */
6489| #define _GNU_SOURCE 1
6490| #define _NETBSD_SOURCE 1
6491| #define __BSD_VISIBLE 1
6492| #define _BSD_TYPES 1
6493| #define Py_ENABLE_SHARED 1
6494| #define STDC_HEADERS 1
6495| #define HAVE_SYS_TYPES_H 1
6496| #define HAVE_SYS_STAT_H 1
6497| #define HAVE_STDLIB_H 1
6498| #define HAVE_STRING_H 1
6499| #define HAVE_MEMORY_H 1
6500| #define HAVE_STRINGS_H 1
6501| #define HAVE_INTTYPES_H 1
6502| #define HAVE_STDINT_H 1
6503| #define HAVE_UNISTD_H 1
6504| #define HAVE_CURSES_H 1
6505| #define HAVE_DLFCN_H 1
6506| #define HAVE_ERRNO_H 1
6507| #define HAVE_FCNTL_H 1
6508| #define HAVE_GRP_H 1
6509| #define HAVE_LANGINFO_H 1
6510| #define HAVE_LIBINTL_H 1
6511| #define HAVE_NCURSES_H 1
6512| #define HAVE_POLL_H 1
6513| #define HAVE_PTHREAD_H 1
6514| #define HAVE_SIGNAL_H 1
6515| #define HAVE_STDINT_H 1
6516| #define HAVE_TERMIOS_H 1
6517| #define HAVE_UNISTD_H 1
6518| #define HAVE_UTIME_H 1
6519| #define HAVE_SYS_FILE_H 1
6520| #define HAVE_SYS_LOCK_H 1
6521| #define HAVE_SYS_PARAM_H 1
6522| #define HAVE_SYS_POLL_H 1
6523| #define HAVE_SYS_SELECT_H 1
6524| #define HAVE_SYS_SOCKET_H 1
6525| #define HAVE_SYS_STATVFS_H 1
6526| #define HAVE_SYS_STAT_H 1
6527| #define HAVE_SYS_TIME_H 1
6528| #define HAVE_SYS_TIMES_H 1
6529| #define HAVE_SYS_TYPES_H 1
6530| #define HAVE_SYS_UN_H 1
6531| #define HAVE_SYS_UTSNAME_H 1
6532| #define HAVE_SYS_WAIT_H 1
6533| #define HAVE_SYS_RESOURCE_H 1
6534| #define HAVE_SYSEXITS_H 1
6535| #define HAVE_DIRENT_H 1
6536| #define HAVE_TERM_H 1
6537| #define HAVE_MAKEDEV 1
6538| #define _LARGEFILE_SOURCE 1
6539| #define _FILE_OFFSET_BITS 64
6540| #if defined(SCO_DS)
6541| #undef _OFF_T
6542| #endif
6543| #define RETSIGTYPE void
6544| #define HAVE_SSIZE_T 1
6545| #define SIZEOF_INT 4
6546| #define SIZEOF_LONG 4
6547| #define SIZEOF_VOID_P 4
6548| #define SIZEOF_SHORT 2
6549| #define SIZEOF_FLOAT 4
6550| #define SIZEOF_DOUBLE 8
6551| #define SIZEOF_FPOS_T 8
6552| #define SIZEOF_SIZE_T 4
6553| #define HAVE_LONG_LONG 1
6554| #define SIZEOF_LONG_LONG 8
6555| #define HAVE_UINTPTR_T 1
6556| #define SIZEOF_UINTPTR_T 4
6557| #define SIZEOF_OFF_T 8
6558| #define HAVE_LARGEFILE_SUPPORT 1
6559| #define SIZEOF_TIME_T 4
6560| #define SIZEOF_PTHREAD_T 4
6561| #define USE_TOOLBOX_OBJECT_GLUE 1
6562| #define WITH_NEXT_FRAMEWORK 1
6563| #define WITH_DYLD 1
6564| #define SHLIB_EXT ".so"
6565| #define WITH_THREAD 1
6566| #define _REENTRANT 1
6567| #define WITH_DOC_STRINGS 1
6568| #define WITH_PYMALLOC 1
6569| /* end confdefs.h.  */
6570| /* Define getpeername to an innocuous variant, in case <limits.h> declares getpeername.
6571|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6572| #define getpeername innocuous_getpeername
6573|
6574| /* System header to define __stub macros and hopefully few prototypes,
6575|     which can conflict with char getpeername (); below.
6576|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6577|     <limits.h> exists even on freestanding compilers.  */
6578|
6579| #ifdef __STDC__
6580| # include <limits.h>
6581| #else
6582| # include <assert.h>
6583| #endif
6584|
6585| #undef getpeername
6586|
6587| /* Override any GCC internal prototype to avoid an error.
6588|    Use char because int might match the return type of a GCC
6589|    builtin and then its argument prototype would still apply.  */
6590| #ifdef __cplusplus
6591| extern "C"
6592| #endif
6593| char getpeername ();
6594| /* The GNU C library defines this for functions which it implements
6595|     to always fail with ENOSYS.  Some functions are actually named
6596|     something starting with __ and the normal name is an alias.  */
6597| #if defined __stub_getpeername || defined __stub___getpeername
6598| choke me
6599| #endif
6600|
6601| int
6602| main ()
6603| {
6604| return getpeername ();
6605|   ;
6606|   return 0;
6607| }
6608configure:14807: result: no
6609configure:14727: checking for getpgid
6610configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6611ld: library not found for -lcrt1.10.5.o
6612collect2: ld returned 1 exit status
6613ld: library not found for -lcrt1.10.5.o
6614collect2: ld returned 1 exit status
6615lipo: can't open input file: /var/tmp//ccGjkkgJ.out (No such file or directory)
6616configure:14789: $? = 1
6617configure: failed program was:
6618| /* confdefs.h.  */
6619| #define _GNU_SOURCE 1
6620| #define _NETBSD_SOURCE 1
6621| #define __BSD_VISIBLE 1
6622| #define _BSD_TYPES 1
6623| #define Py_ENABLE_SHARED 1
6624| #define STDC_HEADERS 1
6625| #define HAVE_SYS_TYPES_H 1
6626| #define HAVE_SYS_STAT_H 1
6627| #define HAVE_STDLIB_H 1
6628| #define HAVE_STRING_H 1
6629| #define HAVE_MEMORY_H 1
6630| #define HAVE_STRINGS_H 1
6631| #define HAVE_INTTYPES_H 1
6632| #define HAVE_STDINT_H 1
6633| #define HAVE_UNISTD_H 1
6634| #define HAVE_CURSES_H 1
6635| #define HAVE_DLFCN_H 1
6636| #define HAVE_ERRNO_H 1
6637| #define HAVE_FCNTL_H 1
6638| #define HAVE_GRP_H 1
6639| #define HAVE_LANGINFO_H 1
6640| #define HAVE_LIBINTL_H 1
6641| #define HAVE_NCURSES_H 1
6642| #define HAVE_POLL_H 1
6643| #define HAVE_PTHREAD_H 1
6644| #define HAVE_SIGNAL_H 1
6645| #define HAVE_STDINT_H 1
6646| #define HAVE_TERMIOS_H 1
6647| #define HAVE_UNISTD_H 1
6648| #define HAVE_UTIME_H 1
6649| #define HAVE_SYS_FILE_H 1
6650| #define HAVE_SYS_LOCK_H 1
6651| #define HAVE_SYS_PARAM_H 1
6652| #define HAVE_SYS_POLL_H 1
6653| #define HAVE_SYS_SELECT_H 1
6654| #define HAVE_SYS_SOCKET_H 1
6655| #define HAVE_SYS_STATVFS_H 1
6656| #define HAVE_SYS_STAT_H 1
6657| #define HAVE_SYS_TIME_H 1
6658| #define HAVE_SYS_TIMES_H 1
6659| #define HAVE_SYS_TYPES_H 1
6660| #define HAVE_SYS_UN_H 1
6661| #define HAVE_SYS_UTSNAME_H 1
6662| #define HAVE_SYS_WAIT_H 1
6663| #define HAVE_SYS_RESOURCE_H 1
6664| #define HAVE_SYSEXITS_H 1
6665| #define HAVE_DIRENT_H 1
6666| #define HAVE_TERM_H 1
6667| #define HAVE_MAKEDEV 1
6668| #define _LARGEFILE_SOURCE 1
6669| #define _FILE_OFFSET_BITS 64
6670| #if defined(SCO_DS)
6671| #undef _OFF_T
6672| #endif
6673| #define RETSIGTYPE void
6674| #define HAVE_SSIZE_T 1
6675| #define SIZEOF_INT 4
6676| #define SIZEOF_LONG 4
6677| #define SIZEOF_VOID_P 4
6678| #define SIZEOF_SHORT 2
6679| #define SIZEOF_FLOAT 4
6680| #define SIZEOF_DOUBLE 8
6681| #define SIZEOF_FPOS_T 8
6682| #define SIZEOF_SIZE_T 4
6683| #define HAVE_LONG_LONG 1
6684| #define SIZEOF_LONG_LONG 8
6685| #define HAVE_UINTPTR_T 1
6686| #define SIZEOF_UINTPTR_T 4
6687| #define SIZEOF_OFF_T 8
6688| #define HAVE_LARGEFILE_SUPPORT 1
6689| #define SIZEOF_TIME_T 4
6690| #define SIZEOF_PTHREAD_T 4
6691| #define USE_TOOLBOX_OBJECT_GLUE 1
6692| #define WITH_NEXT_FRAMEWORK 1
6693| #define WITH_DYLD 1
6694| #define SHLIB_EXT ".so"
6695| #define WITH_THREAD 1
6696| #define _REENTRANT 1
6697| #define WITH_DOC_STRINGS 1
6698| #define WITH_PYMALLOC 1
6699| /* end confdefs.h.  */
6700| /* Define getpgid to an innocuous variant, in case <limits.h> declares getpgid.
6701|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6702| #define getpgid innocuous_getpgid
6703|
6704| /* System header to define __stub macros and hopefully few prototypes,
6705|     which can conflict with char getpgid (); below.
6706|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6707|     <limits.h> exists even on freestanding compilers.  */
6708|
6709| #ifdef __STDC__
6710| # include <limits.h>
6711| #else
6712| # include <assert.h>
6713| #endif
6714|
6715| #undef getpgid
6716|
6717| /* Override any GCC internal prototype to avoid an error.
6718|    Use char because int might match the return type of a GCC
6719|    builtin and then its argument prototype would still apply.  */
6720| #ifdef __cplusplus
6721| extern "C"
6722| #endif
6723| char getpgid ();
6724| /* The GNU C library defines this for functions which it implements
6725|     to always fail with ENOSYS.  Some functions are actually named
6726|     something starting with __ and the normal name is an alias.  */
6727| #if defined __stub_getpgid || defined __stub___getpgid
6728| choke me
6729| #endif
6730|
6731| int
6732| main ()
6733| {
6734| return getpgid ();
6735|   ;
6736|   return 0;
6737| }
6738configure:14807: result: no
6739configure:14727: checking for getpid
6740configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6741ld: library not found for -lcrt1.10.5.o
6742collect2: ld returned 1 exit status
6743ld: library not found for -lcrt1.10.5.o
6744collect2: ld returned 1 exit status
6745lipo: can't open input file: /var/tmp//cc2nnqKz.out (No such file or directory)
6746configure:14789: $? = 1
6747configure: failed program was:
6748| /* confdefs.h.  */
6749| #define _GNU_SOURCE 1
6750| #define _NETBSD_SOURCE 1
6751| #define __BSD_VISIBLE 1
6752| #define _BSD_TYPES 1
6753| #define Py_ENABLE_SHARED 1
6754| #define STDC_HEADERS 1
6755| #define HAVE_SYS_TYPES_H 1
6756| #define HAVE_SYS_STAT_H 1
6757| #define HAVE_STDLIB_H 1
6758| #define HAVE_STRING_H 1
6759| #define HAVE_MEMORY_H 1
6760| #define HAVE_STRINGS_H 1
6761| #define HAVE_INTTYPES_H 1
6762| #define HAVE_STDINT_H 1
6763| #define HAVE_UNISTD_H 1
6764| #define HAVE_CURSES_H 1
6765| #define HAVE_DLFCN_H 1
6766| #define HAVE_ERRNO_H 1
6767| #define HAVE_FCNTL_H 1
6768| #define HAVE_GRP_H 1
6769| #define HAVE_LANGINFO_H 1
6770| #define HAVE_LIBINTL_H 1
6771| #define HAVE_NCURSES_H 1
6772| #define HAVE_POLL_H 1
6773| #define HAVE_PTHREAD_H 1
6774| #define HAVE_SIGNAL_H 1
6775| #define HAVE_STDINT_H 1
6776| #define HAVE_TERMIOS_H 1
6777| #define HAVE_UNISTD_H 1
6778| #define HAVE_UTIME_H 1
6779| #define HAVE_SYS_FILE_H 1
6780| #define HAVE_SYS_LOCK_H 1
6781| #define HAVE_SYS_PARAM_H 1
6782| #define HAVE_SYS_POLL_H 1
6783| #define HAVE_SYS_SELECT_H 1
6784| #define HAVE_SYS_SOCKET_H 1
6785| #define HAVE_SYS_STATVFS_H 1
6786| #define HAVE_SYS_STAT_H 1
6787| #define HAVE_SYS_TIME_H 1
6788| #define HAVE_SYS_TIMES_H 1
6789| #define HAVE_SYS_TYPES_H 1
6790| #define HAVE_SYS_UN_H 1
6791| #define HAVE_SYS_UTSNAME_H 1
6792| #define HAVE_SYS_WAIT_H 1
6793| #define HAVE_SYS_RESOURCE_H 1
6794| #define HAVE_SYSEXITS_H 1
6795| #define HAVE_DIRENT_H 1
6796| #define HAVE_TERM_H 1
6797| #define HAVE_MAKEDEV 1
6798| #define _LARGEFILE_SOURCE 1
6799| #define _FILE_OFFSET_BITS 64
6800| #if defined(SCO_DS)
6801| #undef _OFF_T
6802| #endif
6803| #define RETSIGTYPE void
6804| #define HAVE_SSIZE_T 1
6805| #define SIZEOF_INT 4
6806| #define SIZEOF_LONG 4
6807| #define SIZEOF_VOID_P 4
6808| #define SIZEOF_SHORT 2
6809| #define SIZEOF_FLOAT 4
6810| #define SIZEOF_DOUBLE 8
6811| #define SIZEOF_FPOS_T 8
6812| #define SIZEOF_SIZE_T 4
6813| #define HAVE_LONG_LONG 1
6814| #define SIZEOF_LONG_LONG 8
6815| #define HAVE_UINTPTR_T 1
6816| #define SIZEOF_UINTPTR_T 4
6817| #define SIZEOF_OFF_T 8
6818| #define HAVE_LARGEFILE_SUPPORT 1
6819| #define SIZEOF_TIME_T 4
6820| #define SIZEOF_PTHREAD_T 4
6821| #define USE_TOOLBOX_OBJECT_GLUE 1
6822| #define WITH_NEXT_FRAMEWORK 1
6823| #define WITH_DYLD 1
6824| #define SHLIB_EXT ".so"
6825| #define WITH_THREAD 1
6826| #define _REENTRANT 1
6827| #define WITH_DOC_STRINGS 1
6828| #define WITH_PYMALLOC 1
6829| /* end confdefs.h.  */
6830| /* Define getpid to an innocuous variant, in case <limits.h> declares getpid.
6831|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6832| #define getpid innocuous_getpid
6833|
6834| /* System header to define __stub macros and hopefully few prototypes,
6835|     which can conflict with char getpid (); below.
6836|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6837|     <limits.h> exists even on freestanding compilers.  */
6838|
6839| #ifdef __STDC__
6840| # include <limits.h>
6841| #else
6842| # include <assert.h>
6843| #endif
6844|
6845| #undef getpid
6846|
6847| /* Override any GCC internal prototype to avoid an error.
6848|    Use char because int might match the return type of a GCC
6849|    builtin and then its argument prototype would still apply.  */
6850| #ifdef __cplusplus
6851| extern "C"
6852| #endif
6853| char getpid ();
6854| /* The GNU C library defines this for functions which it implements
6855|     to always fail with ENOSYS.  Some functions are actually named
6856|     something starting with __ and the normal name is an alias.  */
6857| #if defined __stub_getpid || defined __stub___getpid
6858| choke me
6859| #endif
6860|
6861| int
6862| main ()
6863| {
6864| return getpid ();
6865|   ;
6866|   return 0;
6867| }
6868configure:14807: result: no
6869configure:14727: checking for getpriority
6870configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
6871ld: library not found for -lcrt1.10.5.o
6872collect2: ld returned 1 exit status
6873ld: library not found for -lcrt1.10.5.o
6874collect2: ld returned 1 exit status
6875lipo: can't open input file: /var/tmp//cc26laeI.out (No such file or directory)
6876configure:14789: $? = 1
6877configure: failed program was:
6878| /* confdefs.h.  */
6879| #define _GNU_SOURCE 1
6880| #define _NETBSD_SOURCE 1
6881| #define __BSD_VISIBLE 1
6882| #define _BSD_TYPES 1
6883| #define Py_ENABLE_SHARED 1
6884| #define STDC_HEADERS 1
6885| #define HAVE_SYS_TYPES_H 1
6886| #define HAVE_SYS_STAT_H 1
6887| #define HAVE_STDLIB_H 1
6888| #define HAVE_STRING_H 1
6889| #define HAVE_MEMORY_H 1
6890| #define HAVE_STRINGS_H 1
6891| #define HAVE_INTTYPES_H 1
6892| #define HAVE_STDINT_H 1
6893| #define HAVE_UNISTD_H 1
6894| #define HAVE_CURSES_H 1
6895| #define HAVE_DLFCN_H 1
6896| #define HAVE_ERRNO_H 1
6897| #define HAVE_FCNTL_H 1
6898| #define HAVE_GRP_H 1
6899| #define HAVE_LANGINFO_H 1
6900| #define HAVE_LIBINTL_H 1
6901| #define HAVE_NCURSES_H 1
6902| #define HAVE_POLL_H 1
6903| #define HAVE_PTHREAD_H 1
6904| #define HAVE_SIGNAL_H 1
6905| #define HAVE_STDINT_H 1
6906| #define HAVE_TERMIOS_H 1
6907| #define HAVE_UNISTD_H 1
6908| #define HAVE_UTIME_H 1
6909| #define HAVE_SYS_FILE_H 1
6910| #define HAVE_SYS_LOCK_H 1
6911| #define HAVE_SYS_PARAM_H 1
6912| #define HAVE_SYS_POLL_H 1
6913| #define HAVE_SYS_SELECT_H 1
6914| #define HAVE_SYS_SOCKET_H 1
6915| #define HAVE_SYS_STATVFS_H 1
6916| #define HAVE_SYS_STAT_H 1
6917| #define HAVE_SYS_TIME_H 1
6918| #define HAVE_SYS_TIMES_H 1
6919| #define HAVE_SYS_TYPES_H 1
6920| #define HAVE_SYS_UN_H 1
6921| #define HAVE_SYS_UTSNAME_H 1
6922| #define HAVE_SYS_WAIT_H 1
6923| #define HAVE_SYS_RESOURCE_H 1
6924| #define HAVE_SYSEXITS_H 1
6925| #define HAVE_DIRENT_H 1
6926| #define HAVE_TERM_H 1
6927| #define HAVE_MAKEDEV 1
6928| #define _LARGEFILE_SOURCE 1
6929| #define _FILE_OFFSET_BITS 64
6930| #if defined(SCO_DS)
6931| #undef _OFF_T
6932| #endif
6933| #define RETSIGTYPE void
6934| #define HAVE_SSIZE_T 1
6935| #define SIZEOF_INT 4
6936| #define SIZEOF_LONG 4
6937| #define SIZEOF_VOID_P 4
6938| #define SIZEOF_SHORT 2
6939| #define SIZEOF_FLOAT 4
6940| #define SIZEOF_DOUBLE 8
6941| #define SIZEOF_FPOS_T 8
6942| #define SIZEOF_SIZE_T 4
6943| #define HAVE_LONG_LONG 1
6944| #define SIZEOF_LONG_LONG 8
6945| #define HAVE_UINTPTR_T 1
6946| #define SIZEOF_UINTPTR_T 4
6947| #define SIZEOF_OFF_T 8
6948| #define HAVE_LARGEFILE_SUPPORT 1
6949| #define SIZEOF_TIME_T 4
6950| #define SIZEOF_PTHREAD_T 4
6951| #define USE_TOOLBOX_OBJECT_GLUE 1
6952| #define WITH_NEXT_FRAMEWORK 1
6953| #define WITH_DYLD 1
6954| #define SHLIB_EXT ".so"
6955| #define WITH_THREAD 1
6956| #define _REENTRANT 1
6957| #define WITH_DOC_STRINGS 1
6958| #define WITH_PYMALLOC 1
6959| /* end confdefs.h.  */
6960| /* Define getpriority to an innocuous variant, in case <limits.h> declares getpriority.
6961|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6962| #define getpriority innocuous_getpriority
6963|
6964| /* System header to define __stub macros and hopefully few prototypes,
6965|     which can conflict with char getpriority (); below.
6966|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6967|     <limits.h> exists even on freestanding compilers.  */
6968|
6969| #ifdef __STDC__
6970| # include <limits.h>
6971| #else
6972| # include <assert.h>
6973| #endif
6974|
6975| #undef getpriority
6976|
6977| /* Override any GCC internal prototype to avoid an error.
6978|    Use char because int might match the return type of a GCC
6979|    builtin and then its argument prototype would still apply.  */
6980| #ifdef __cplusplus
6981| extern "C"
6982| #endif
6983| char getpriority ();
6984| /* The GNU C library defines this for functions which it implements
6985|     to always fail with ENOSYS.  Some functions are actually named
6986|     something starting with __ and the normal name is an alias.  */
6987| #if defined __stub_getpriority || defined __stub___getpriority
6988| choke me
6989| #endif
6990|
6991| int
6992| main ()
6993| {
6994| return getpriority ();
6995|   ;
6996|   return 0;
6997| }
6998configure:14807: result: no
6999configure:14727: checking for getpwent
7000configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7001ld: library not found for -lcrt1.10.5.o
7002collect2: ld returned 1 exit status
7003ld: library not found for -lcrt1.10.5.o
7004collect2: ld returned 1 exit status
7005lipo: can't open input file: /var/tmp//ccFdFVEC.out (No such file or directory)
7006configure:14789: $? = 1
7007configure: failed program was:
7008| /* confdefs.h.  */
7009| #define _GNU_SOURCE 1
7010| #define _NETBSD_SOURCE 1
7011| #define __BSD_VISIBLE 1
7012| #define _BSD_TYPES 1
7013| #define Py_ENABLE_SHARED 1
7014| #define STDC_HEADERS 1
7015| #define HAVE_SYS_TYPES_H 1
7016| #define HAVE_SYS_STAT_H 1
7017| #define HAVE_STDLIB_H 1
7018| #define HAVE_STRING_H 1
7019| #define HAVE_MEMORY_H 1
7020| #define HAVE_STRINGS_H 1
7021| #define HAVE_INTTYPES_H 1
7022| #define HAVE_STDINT_H 1
7023| #define HAVE_UNISTD_H 1
7024| #define HAVE_CURSES_H 1
7025| #define HAVE_DLFCN_H 1
7026| #define HAVE_ERRNO_H 1
7027| #define HAVE_FCNTL_H 1
7028| #define HAVE_GRP_H 1
7029| #define HAVE_LANGINFO_H 1
7030| #define HAVE_LIBINTL_H 1
7031| #define HAVE_NCURSES_H 1
7032| #define HAVE_POLL_H 1
7033| #define HAVE_PTHREAD_H 1
7034| #define HAVE_SIGNAL_H 1
7035| #define HAVE_STDINT_H 1
7036| #define HAVE_TERMIOS_H 1
7037| #define HAVE_UNISTD_H 1
7038| #define HAVE_UTIME_H 1
7039| #define HAVE_SYS_FILE_H 1
7040| #define HAVE_SYS_LOCK_H 1
7041| #define HAVE_SYS_PARAM_H 1
7042| #define HAVE_SYS_POLL_H 1
7043| #define HAVE_SYS_SELECT_H 1
7044| #define HAVE_SYS_SOCKET_H 1
7045| #define HAVE_SYS_STATVFS_H 1
7046| #define HAVE_SYS_STAT_H 1
7047| #define HAVE_SYS_TIME_H 1
7048| #define HAVE_SYS_TIMES_H 1
7049| #define HAVE_SYS_TYPES_H 1
7050| #define HAVE_SYS_UN_H 1
7051| #define HAVE_SYS_UTSNAME_H 1
7052| #define HAVE_SYS_WAIT_H 1
7053| #define HAVE_SYS_RESOURCE_H 1
7054| #define HAVE_SYSEXITS_H 1
7055| #define HAVE_DIRENT_H 1
7056| #define HAVE_TERM_H 1
7057| #define HAVE_MAKEDEV 1
7058| #define _LARGEFILE_SOURCE 1
7059| #define _FILE_OFFSET_BITS 64
7060| #if defined(SCO_DS)
7061| #undef _OFF_T
7062| #endif
7063| #define RETSIGTYPE void
7064| #define HAVE_SSIZE_T 1
7065| #define SIZEOF_INT 4
7066| #define SIZEOF_LONG 4
7067| #define SIZEOF_VOID_P 4
7068| #define SIZEOF_SHORT 2
7069| #define SIZEOF_FLOAT 4
7070| #define SIZEOF_DOUBLE 8
7071| #define SIZEOF_FPOS_T 8
7072| #define SIZEOF_SIZE_T 4
7073| #define HAVE_LONG_LONG 1
7074| #define SIZEOF_LONG_LONG 8
7075| #define HAVE_UINTPTR_T 1
7076| #define SIZEOF_UINTPTR_T 4
7077| #define SIZEOF_OFF_T 8
7078| #define HAVE_LARGEFILE_SUPPORT 1
7079| #define SIZEOF_TIME_T 4
7080| #define SIZEOF_PTHREAD_T 4
7081| #define USE_TOOLBOX_OBJECT_GLUE 1
7082| #define WITH_NEXT_FRAMEWORK 1
7083| #define WITH_DYLD 1
7084| #define SHLIB_EXT ".so"
7085| #define WITH_THREAD 1
7086| #define _REENTRANT 1
7087| #define WITH_DOC_STRINGS 1
7088| #define WITH_PYMALLOC 1
7089| /* end confdefs.h.  */
7090| /* Define getpwent to an innocuous variant, in case <limits.h> declares getpwent.
7091|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7092| #define getpwent innocuous_getpwent
7093|
7094| /* System header to define __stub macros and hopefully few prototypes,
7095|     which can conflict with char getpwent (); below.
7096|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7097|     <limits.h> exists even on freestanding compilers.  */
7098|
7099| #ifdef __STDC__
7100| # include <limits.h>
7101| #else
7102| # include <assert.h>
7103| #endif
7104|
7105| #undef getpwent
7106|
7107| /* Override any GCC internal prototype to avoid an error.
7108|    Use char because int might match the return type of a GCC
7109|    builtin and then its argument prototype would still apply.  */
7110| #ifdef __cplusplus
7111| extern "C"
7112| #endif
7113| char getpwent ();
7114| /* The GNU C library defines this for functions which it implements
7115|     to always fail with ENOSYS.  Some functions are actually named
7116|     something starting with __ and the normal name is an alias.  */
7117| #if defined __stub_getpwent || defined __stub___getpwent
7118| choke me
7119| #endif
7120|
7121| int
7122| main ()
7123| {
7124| return getpwent ();
7125|   ;
7126|   return 0;
7127| }
7128configure:14807: result: no
7129configure:14727: checking for getspnam
7130configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7131ld: library not found for -lcrt1.10.5.o
7132collect2: ld returned 1 exit status
7133ld: library not found for -lcrt1.10.5.o
7134collect2: ld returned 1 exit status
7135lipo: can't open input file: /var/tmp//ccJjfExY.out (No such file or directory)
7136configure:14789: $? = 1
7137configure: failed program was:
7138| /* confdefs.h.  */
7139| #define _GNU_SOURCE 1
7140| #define _NETBSD_SOURCE 1
7141| #define __BSD_VISIBLE 1
7142| #define _BSD_TYPES 1
7143| #define Py_ENABLE_SHARED 1
7144| #define STDC_HEADERS 1
7145| #define HAVE_SYS_TYPES_H 1
7146| #define HAVE_SYS_STAT_H 1
7147| #define HAVE_STDLIB_H 1
7148| #define HAVE_STRING_H 1
7149| #define HAVE_MEMORY_H 1
7150| #define HAVE_STRINGS_H 1
7151| #define HAVE_INTTYPES_H 1
7152| #define HAVE_STDINT_H 1
7153| #define HAVE_UNISTD_H 1
7154| #define HAVE_CURSES_H 1
7155| #define HAVE_DLFCN_H 1
7156| #define HAVE_ERRNO_H 1
7157| #define HAVE_FCNTL_H 1
7158| #define HAVE_GRP_H 1
7159| #define HAVE_LANGINFO_H 1
7160| #define HAVE_LIBINTL_H 1
7161| #define HAVE_NCURSES_H 1
7162| #define HAVE_POLL_H 1
7163| #define HAVE_PTHREAD_H 1
7164| #define HAVE_SIGNAL_H 1
7165| #define HAVE_STDINT_H 1
7166| #define HAVE_TERMIOS_H 1
7167| #define HAVE_UNISTD_H 1
7168| #define HAVE_UTIME_H 1
7169| #define HAVE_SYS_FILE_H 1
7170| #define HAVE_SYS_LOCK_H 1
7171| #define HAVE_SYS_PARAM_H 1
7172| #define HAVE_SYS_POLL_H 1
7173| #define HAVE_SYS_SELECT_H 1
7174| #define HAVE_SYS_SOCKET_H 1
7175| #define HAVE_SYS_STATVFS_H 1
7176| #define HAVE_SYS_STAT_H 1
7177| #define HAVE_SYS_TIME_H 1
7178| #define HAVE_SYS_TIMES_H 1
7179| #define HAVE_SYS_TYPES_H 1
7180| #define HAVE_SYS_UN_H 1
7181| #define HAVE_SYS_UTSNAME_H 1
7182| #define HAVE_SYS_WAIT_H 1
7183| #define HAVE_SYS_RESOURCE_H 1
7184| #define HAVE_SYSEXITS_H 1
7185| #define HAVE_DIRENT_H 1
7186| #define HAVE_TERM_H 1
7187| #define HAVE_MAKEDEV 1
7188| #define _LARGEFILE_SOURCE 1
7189| #define _FILE_OFFSET_BITS 64
7190| #if defined(SCO_DS)
7191| #undef _OFF_T
7192| #endif
7193| #define RETSIGTYPE void
7194| #define HAVE_SSIZE_T 1
7195| #define SIZEOF_INT 4
7196| #define SIZEOF_LONG 4
7197| #define SIZEOF_VOID_P 4
7198| #define SIZEOF_SHORT 2
7199| #define SIZEOF_FLOAT 4
7200| #define SIZEOF_DOUBLE 8
7201| #define SIZEOF_FPOS_T 8
7202| #define SIZEOF_SIZE_T 4
7203| #define HAVE_LONG_LONG 1
7204| #define SIZEOF_LONG_LONG 8
7205| #define HAVE_UINTPTR_T 1
7206| #define SIZEOF_UINTPTR_T 4
7207| #define SIZEOF_OFF_T 8
7208| #define HAVE_LARGEFILE_SUPPORT 1
7209| #define SIZEOF_TIME_T 4
7210| #define SIZEOF_PTHREAD_T 4
7211| #define USE_TOOLBOX_OBJECT_GLUE 1
7212| #define WITH_NEXT_FRAMEWORK 1
7213| #define WITH_DYLD 1
7214| #define SHLIB_EXT ".so"
7215| #define WITH_THREAD 1
7216| #define _REENTRANT 1
7217| #define WITH_DOC_STRINGS 1
7218| #define WITH_PYMALLOC 1
7219| /* end confdefs.h.  */
7220| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam.
7221|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7222| #define getspnam innocuous_getspnam
7223|
7224| /* System header to define __stub macros and hopefully few prototypes,
7225|     which can conflict with char getspnam (); below.
7226|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7227|     <limits.h> exists even on freestanding compilers.  */
7228|
7229| #ifdef __STDC__
7230| # include <limits.h>
7231| #else
7232| # include <assert.h>
7233| #endif
7234|
7235| #undef getspnam
7236|
7237| /* Override any GCC internal prototype to avoid an error.
7238|    Use char because int might match the return type of a GCC
7239|    builtin and then its argument prototype would still apply.  */
7240| #ifdef __cplusplus
7241| extern "C"
7242| #endif
7243| char getspnam ();
7244| /* The GNU C library defines this for functions which it implements
7245|     to always fail with ENOSYS.  Some functions are actually named
7246|     something starting with __ and the normal name is an alias.  */
7247| #if defined __stub_getspnam || defined __stub___getspnam
7248| choke me
7249| #endif
7250|
7251| int
7252| main ()
7253| {
7254| return getspnam ();
7255|   ;
7256|   return 0;
7257| }
7258configure:14807: result: no
7259configure:14727: checking for getspent
7260configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7261ld: library not found for -lcrt1.10.5.o
7262collect2: ld returned 1 exit status
7263ld: library not found for -lcrt1.10.5.o
7264collect2: ld returned 1 exit status
7265lipo: can't open input file: /var/tmp//ccZ4GFkV.out (No such file or directory)
7266configure:14789: $? = 1
7267configure: failed program was:
7268| /* confdefs.h.  */
7269| #define _GNU_SOURCE 1
7270| #define _NETBSD_SOURCE 1
7271| #define __BSD_VISIBLE 1
7272| #define _BSD_TYPES 1
7273| #define Py_ENABLE_SHARED 1
7274| #define STDC_HEADERS 1
7275| #define HAVE_SYS_TYPES_H 1
7276| #define HAVE_SYS_STAT_H 1
7277| #define HAVE_STDLIB_H 1
7278| #define HAVE_STRING_H 1
7279| #define HAVE_MEMORY_H 1
7280| #define HAVE_STRINGS_H 1
7281| #define HAVE_INTTYPES_H 1
7282| #define HAVE_STDINT_H 1
7283| #define HAVE_UNISTD_H 1
7284| #define HAVE_CURSES_H 1
7285| #define HAVE_DLFCN_H 1
7286| #define HAVE_ERRNO_H 1
7287| #define HAVE_FCNTL_H 1
7288| #define HAVE_GRP_H 1
7289| #define HAVE_LANGINFO_H 1
7290| #define HAVE_LIBINTL_H 1
7291| #define HAVE_NCURSES_H 1
7292| #define HAVE_POLL_H 1
7293| #define HAVE_PTHREAD_H 1
7294| #define HAVE_SIGNAL_H 1
7295| #define HAVE_STDINT_H 1
7296| #define HAVE_TERMIOS_H 1
7297| #define HAVE_UNISTD_H 1
7298| #define HAVE_UTIME_H 1
7299| #define HAVE_SYS_FILE_H 1
7300| #define HAVE_SYS_LOCK_H 1
7301| #define HAVE_SYS_PARAM_H 1
7302| #define HAVE_SYS_POLL_H 1
7303| #define HAVE_SYS_SELECT_H 1
7304| #define HAVE_SYS_SOCKET_H 1
7305| #define HAVE_SYS_STATVFS_H 1
7306| #define HAVE_SYS_STAT_H 1
7307| #define HAVE_SYS_TIME_H 1
7308| #define HAVE_SYS_TIMES_H 1
7309| #define HAVE_SYS_TYPES_H 1
7310| #define HAVE_SYS_UN_H 1
7311| #define HAVE_SYS_UTSNAME_H 1
7312| #define HAVE_SYS_WAIT_H 1
7313| #define HAVE_SYS_RESOURCE_H 1
7314| #define HAVE_SYSEXITS_H 1
7315| #define HAVE_DIRENT_H 1
7316| #define HAVE_TERM_H 1
7317| #define HAVE_MAKEDEV 1
7318| #define _LARGEFILE_SOURCE 1
7319| #define _FILE_OFFSET_BITS 64
7320| #if defined(SCO_DS)
7321| #undef _OFF_T
7322| #endif
7323| #define RETSIGTYPE void
7324| #define HAVE_SSIZE_T 1
7325| #define SIZEOF_INT 4
7326| #define SIZEOF_LONG 4
7327| #define SIZEOF_VOID_P 4
7328| #define SIZEOF_SHORT 2
7329| #define SIZEOF_FLOAT 4
7330| #define SIZEOF_DOUBLE 8
7331| #define SIZEOF_FPOS_T 8
7332| #define SIZEOF_SIZE_T 4
7333| #define HAVE_LONG_LONG 1
7334| #define SIZEOF_LONG_LONG 8
7335| #define HAVE_UINTPTR_T 1
7336| #define SIZEOF_UINTPTR_T 4
7337| #define SIZEOF_OFF_T 8
7338| #define HAVE_LARGEFILE_SUPPORT 1
7339| #define SIZEOF_TIME_T 4
7340| #define SIZEOF_PTHREAD_T 4
7341| #define USE_TOOLBOX_OBJECT_GLUE 1
7342| #define WITH_NEXT_FRAMEWORK 1
7343| #define WITH_DYLD 1
7344| #define SHLIB_EXT ".so"
7345| #define WITH_THREAD 1
7346| #define _REENTRANT 1
7347| #define WITH_DOC_STRINGS 1
7348| #define WITH_PYMALLOC 1
7349| /* end confdefs.h.  */
7350| /* Define getspent to an innocuous variant, in case <limits.h> declares getspent.
7351|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7352| #define getspent innocuous_getspent
7353|
7354| /* System header to define __stub macros and hopefully few prototypes,
7355|     which can conflict with char getspent (); below.
7356|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7357|     <limits.h> exists even on freestanding compilers.  */
7358|
7359| #ifdef __STDC__
7360| # include <limits.h>
7361| #else
7362| # include <assert.h>
7363| #endif
7364|
7365| #undef getspent
7366|
7367| /* Override any GCC internal prototype to avoid an error.
7368|    Use char because int might match the return type of a GCC
7369|    builtin and then its argument prototype would still apply.  */
7370| #ifdef __cplusplus
7371| extern "C"
7372| #endif
7373| char getspent ();
7374| /* The GNU C library defines this for functions which it implements
7375|     to always fail with ENOSYS.  Some functions are actually named
7376|     something starting with __ and the normal name is an alias.  */
7377| #if defined __stub_getspent || defined __stub___getspent
7378| choke me
7379| #endif
7380|
7381| int
7382| main ()
7383| {
7384| return getspent ();
7385|   ;
7386|   return 0;
7387| }
7388configure:14807: result: no
7389configure:14727: checking for getsid
7390configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7391ld: library not found for -lcrt1.10.5.o
7392collect2: ld returned 1 exit status
7393ld: library not found for -lcrt1.10.5.o
7394collect2: ld returned 1 exit status
7395lipo: can't open input file: /var/tmp//cc9YzKWq.out (No such file or directory)
7396configure:14789: $? = 1
7397configure: failed program was:
7398| /* confdefs.h.  */
7399| #define _GNU_SOURCE 1
7400| #define _NETBSD_SOURCE 1
7401| #define __BSD_VISIBLE 1
7402| #define _BSD_TYPES 1
7403| #define Py_ENABLE_SHARED 1
7404| #define STDC_HEADERS 1
7405| #define HAVE_SYS_TYPES_H 1
7406| #define HAVE_SYS_STAT_H 1
7407| #define HAVE_STDLIB_H 1
7408| #define HAVE_STRING_H 1
7409| #define HAVE_MEMORY_H 1
7410| #define HAVE_STRINGS_H 1
7411| #define HAVE_INTTYPES_H 1
7412| #define HAVE_STDINT_H 1
7413| #define HAVE_UNISTD_H 1
7414| #define HAVE_CURSES_H 1
7415| #define HAVE_DLFCN_H 1
7416| #define HAVE_ERRNO_H 1
7417| #define HAVE_FCNTL_H 1
7418| #define HAVE_GRP_H 1
7419| #define HAVE_LANGINFO_H 1
7420| #define HAVE_LIBINTL_H 1
7421| #define HAVE_NCURSES_H 1
7422| #define HAVE_POLL_H 1
7423| #define HAVE_PTHREAD_H 1
7424| #define HAVE_SIGNAL_H 1
7425| #define HAVE_STDINT_H 1
7426| #define HAVE_TERMIOS_H 1
7427| #define HAVE_UNISTD_H 1
7428| #define HAVE_UTIME_H 1
7429| #define HAVE_SYS_FILE_H 1
7430| #define HAVE_SYS_LOCK_H 1
7431| #define HAVE_SYS_PARAM_H 1
7432| #define HAVE_SYS_POLL_H 1
7433| #define HAVE_SYS_SELECT_H 1
7434| #define HAVE_SYS_SOCKET_H 1
7435| #define HAVE_SYS_STATVFS_H 1
7436| #define HAVE_SYS_STAT_H 1
7437| #define HAVE_SYS_TIME_H 1
7438| #define HAVE_SYS_TIMES_H 1
7439| #define HAVE_SYS_TYPES_H 1
7440| #define HAVE_SYS_UN_H 1
7441| #define HAVE_SYS_UTSNAME_H 1
7442| #define HAVE_SYS_WAIT_H 1
7443| #define HAVE_SYS_RESOURCE_H 1
7444| #define HAVE_SYSEXITS_H 1
7445| #define HAVE_DIRENT_H 1
7446| #define HAVE_TERM_H 1
7447| #define HAVE_MAKEDEV 1
7448| #define _LARGEFILE_SOURCE 1
7449| #define _FILE_OFFSET_BITS 64
7450| #if defined(SCO_DS)
7451| #undef _OFF_T
7452| #endif
7453| #define RETSIGTYPE void
7454| #define HAVE_SSIZE_T 1
7455| #define SIZEOF_INT 4
7456| #define SIZEOF_LONG 4
7457| #define SIZEOF_VOID_P 4
7458| #define SIZEOF_SHORT 2
7459| #define SIZEOF_FLOAT 4
7460| #define SIZEOF_DOUBLE 8
7461| #define SIZEOF_FPOS_T 8
7462| #define SIZEOF_SIZE_T 4
7463| #define HAVE_LONG_LONG 1
7464| #define SIZEOF_LONG_LONG 8
7465| #define HAVE_UINTPTR_T 1
7466| #define SIZEOF_UINTPTR_T 4
7467| #define SIZEOF_OFF_T 8
7468| #define HAVE_LARGEFILE_SUPPORT 1
7469| #define SIZEOF_TIME_T 4
7470| #define SIZEOF_PTHREAD_T 4
7471| #define USE_TOOLBOX_OBJECT_GLUE 1
7472| #define WITH_NEXT_FRAMEWORK 1
7473| #define WITH_DYLD 1
7474| #define SHLIB_EXT ".so"
7475| #define WITH_THREAD 1
7476| #define _REENTRANT 1
7477| #define WITH_DOC_STRINGS 1
7478| #define WITH_PYMALLOC 1
7479| /* end confdefs.h.  */
7480| /* Define getsid to an innocuous variant, in case <limits.h> declares getsid.
7481|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7482| #define getsid innocuous_getsid
7483|
7484| /* System header to define __stub macros and hopefully few prototypes,
7485|     which can conflict with char getsid (); below.
7486|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7487|     <limits.h> exists even on freestanding compilers.  */
7488|
7489| #ifdef __STDC__
7490| # include <limits.h>
7491| #else
7492| # include <assert.h>
7493| #endif
7494|
7495| #undef getsid
7496|
7497| /* Override any GCC internal prototype to avoid an error.
7498|    Use char because int might match the return type of a GCC
7499|    builtin and then its argument prototype would still apply.  */
7500| #ifdef __cplusplus
7501| extern "C"
7502| #endif
7503| char getsid ();
7504| /* The GNU C library defines this for functions which it implements
7505|     to always fail with ENOSYS.  Some functions are actually named
7506|     something starting with __ and the normal name is an alias.  */
7507| #if defined __stub_getsid || defined __stub___getsid
7508| choke me
7509| #endif
7510|
7511| int
7512| main ()
7513| {
7514| return getsid ();
7515|   ;
7516|   return 0;
7517| }
7518configure:14807: result: no
7519configure:14727: checking for getwd
7520configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7521Binary file conftest.er1 matches
7522configure:14789: $? = 1
7523configure: failed program was:
7524| /* confdefs.h.  */
7525| #define _GNU_SOURCE 1
7526| #define _NETBSD_SOURCE 1
7527| #define __BSD_VISIBLE 1
7528| #define _BSD_TYPES 1
7529| #define Py_ENABLE_SHARED 1
7530| #define STDC_HEADERS 1
7531| #define HAVE_SYS_TYPES_H 1
7532| #define HAVE_SYS_STAT_H 1
7533| #define HAVE_STDLIB_H 1
7534| #define HAVE_STRING_H 1
7535| #define HAVE_MEMORY_H 1
7536| #define HAVE_STRINGS_H 1
7537| #define HAVE_INTTYPES_H 1
7538| #define HAVE_STDINT_H 1
7539| #define HAVE_UNISTD_H 1
7540| #define HAVE_CURSES_H 1
7541| #define HAVE_DLFCN_H 1
7542| #define HAVE_ERRNO_H 1
7543| #define HAVE_FCNTL_H 1
7544| #define HAVE_GRP_H 1
7545| #define HAVE_LANGINFO_H 1
7546| #define HAVE_LIBINTL_H 1
7547| #define HAVE_NCURSES_H 1
7548| #define HAVE_POLL_H 1
7549| #define HAVE_PTHREAD_H 1
7550| #define HAVE_SIGNAL_H 1
7551| #define HAVE_STDINT_H 1
7552| #define HAVE_TERMIOS_H 1
7553| #define HAVE_UNISTD_H 1
7554| #define HAVE_UTIME_H 1
7555| #define HAVE_SYS_FILE_H 1
7556| #define HAVE_SYS_LOCK_H 1
7557| #define HAVE_SYS_PARAM_H 1
7558| #define HAVE_SYS_POLL_H 1
7559| #define HAVE_SYS_SELECT_H 1
7560| #define HAVE_SYS_SOCKET_H 1
7561| #define HAVE_SYS_STATVFS_H 1
7562| #define HAVE_SYS_STAT_H 1
7563| #define HAVE_SYS_TIME_H 1
7564| #define HAVE_SYS_TIMES_H 1
7565| #define HAVE_SYS_TYPES_H 1
7566| #define HAVE_SYS_UN_H 1
7567| #define HAVE_SYS_UTSNAME_H 1
7568| #define HAVE_SYS_WAIT_H 1
7569| #define HAVE_SYS_RESOURCE_H 1
7570| #define HAVE_SYSEXITS_H 1
7571| #define HAVE_DIRENT_H 1
7572| #define HAVE_TERM_H 1
7573| #define HAVE_MAKEDEV 1
7574| #define _LARGEFILE_SOURCE 1
7575| #define _FILE_OFFSET_BITS 64
7576| #if defined(SCO_DS)
7577| #undef _OFF_T
7578| #endif
7579| #define RETSIGTYPE void
7580| #define HAVE_SSIZE_T 1
7581| #define SIZEOF_INT 4
7582| #define SIZEOF_LONG 4
7583| #define SIZEOF_VOID_P 4
7584| #define SIZEOF_SHORT 2
7585| #define SIZEOF_FLOAT 4
7586| #define SIZEOF_DOUBLE 8
7587| #define SIZEOF_FPOS_T 8
7588| #define SIZEOF_SIZE_T 4
7589| #define HAVE_LONG_LONG 1
7590| #define SIZEOF_LONG_LONG 8
7591| #define HAVE_UINTPTR_T 1
7592| #define SIZEOF_UINTPTR_T 4
7593| #define SIZEOF_OFF_T 8
7594| #define HAVE_LARGEFILE_SUPPORT 1
7595| #define SIZEOF_TIME_T 4
7596| #define SIZEOF_PTHREAD_T 4
7597| #define USE_TOOLBOX_OBJECT_GLUE 1
7598| #define WITH_NEXT_FRAMEWORK 1
7599| #define WITH_DYLD 1
7600| #define SHLIB_EXT ".so"
7601| #define WITH_THREAD 1
7602| #define _REENTRANT 1
7603| #define WITH_DOC_STRINGS 1
7604| #define WITH_PYMALLOC 1
7605| /* end confdefs.h.  */
7606| /* Define getwd to an innocuous variant, in case <limits.h> declares getwd.
7607|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7608| #define getwd innocuous_getwd
7609|
7610| /* System header to define __stub macros and hopefully few prototypes,
7611|     which can conflict with char getwd (); below.
7612|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7613|     <limits.h> exists even on freestanding compilers.  */
7614|
7615| #ifdef __STDC__
7616| # include <limits.h>
7617| #else
7618| # include <assert.h>
7619| #endif
7620|
7621| #undef getwd
7622|
7623| /* Override any GCC internal prototype to avoid an error.
7624|    Use char because int might match the return type of a GCC
7625|    builtin and then its argument prototype would still apply.  */
7626| #ifdef __cplusplus
7627| extern "C"
7628| #endif
7629| char getwd ();
7630| /* The GNU C library defines this for functions which it implements
7631|     to always fail with ENOSYS.  Some functions are actually named
7632|     something starting with __ and the normal name is an alias.  */
7633| #if defined __stub_getwd || defined __stub___getwd
7634| choke me
7635| #endif
7636|
7637| int
7638| main ()
7639| {
7640| return getwd ();
7641|   ;
7642|   return 0;
7643| }
7644configure:14807: result: no
7645configure:14727: checking for kill
7646configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7647ld: library not found for -lcrt1.10.5.o
7648collect2: ld returned 1 exit status
7649ld: library not found for -lcrt1.10.5.o
7650collect2: ld returned 1 exit status
7651lipo: can't open input file: /var/tmp//ccX0QvGL.out (No such file or directory)
7652configure:14789: $? = 1
7653configure: failed program was:
7654| /* confdefs.h.  */
7655| #define _GNU_SOURCE 1
7656| #define _NETBSD_SOURCE 1
7657| #define __BSD_VISIBLE 1
7658| #define _BSD_TYPES 1
7659| #define Py_ENABLE_SHARED 1
7660| #define STDC_HEADERS 1
7661| #define HAVE_SYS_TYPES_H 1
7662| #define HAVE_SYS_STAT_H 1
7663| #define HAVE_STDLIB_H 1
7664| #define HAVE_STRING_H 1
7665| #define HAVE_MEMORY_H 1
7666| #define HAVE_STRINGS_H 1
7667| #define HAVE_INTTYPES_H 1
7668| #define HAVE_STDINT_H 1
7669| #define HAVE_UNISTD_H 1
7670| #define HAVE_CURSES_H 1
7671| #define HAVE_DLFCN_H 1
7672| #define HAVE_ERRNO_H 1
7673| #define HAVE_FCNTL_H 1
7674| #define HAVE_GRP_H 1
7675| #define HAVE_LANGINFO_H 1
7676| #define HAVE_LIBINTL_H 1
7677| #define HAVE_NCURSES_H 1
7678| #define HAVE_POLL_H 1
7679| #define HAVE_PTHREAD_H 1
7680| #define HAVE_SIGNAL_H 1
7681| #define HAVE_STDINT_H 1
7682| #define HAVE_TERMIOS_H 1
7683| #define HAVE_UNISTD_H 1
7684| #define HAVE_UTIME_H 1
7685| #define HAVE_SYS_FILE_H 1
7686| #define HAVE_SYS_LOCK_H 1
7687| #define HAVE_SYS_PARAM_H 1
7688| #define HAVE_SYS_POLL_H 1
7689| #define HAVE_SYS_SELECT_H 1
7690| #define HAVE_SYS_SOCKET_H 1
7691| #define HAVE_SYS_STATVFS_H 1
7692| #define HAVE_SYS_STAT_H 1
7693| #define HAVE_SYS_TIME_H 1
7694| #define HAVE_SYS_TIMES_H 1
7695| #define HAVE_SYS_TYPES_H 1
7696| #define HAVE_SYS_UN_H 1
7697| #define HAVE_SYS_UTSNAME_H 1
7698| #define HAVE_SYS_WAIT_H 1
7699| #define HAVE_SYS_RESOURCE_H 1
7700| #define HAVE_SYSEXITS_H 1
7701| #define HAVE_DIRENT_H 1
7702| #define HAVE_TERM_H 1
7703| #define HAVE_MAKEDEV 1
7704| #define _LARGEFILE_SOURCE 1
7705| #define _FILE_OFFSET_BITS 64
7706| #if defined(SCO_DS)
7707| #undef _OFF_T
7708| #endif
7709| #define RETSIGTYPE void
7710| #define HAVE_SSIZE_T 1
7711| #define SIZEOF_INT 4
7712| #define SIZEOF_LONG 4
7713| #define SIZEOF_VOID_P 4
7714| #define SIZEOF_SHORT 2
7715| #define SIZEOF_FLOAT 4
7716| #define SIZEOF_DOUBLE 8
7717| #define SIZEOF_FPOS_T 8
7718| #define SIZEOF_SIZE_T 4
7719| #define HAVE_LONG_LONG 1
7720| #define SIZEOF_LONG_LONG 8
7721| #define HAVE_UINTPTR_T 1
7722| #define SIZEOF_UINTPTR_T 4
7723| #define SIZEOF_OFF_T 8
7724| #define HAVE_LARGEFILE_SUPPORT 1
7725| #define SIZEOF_TIME_T 4
7726| #define SIZEOF_PTHREAD_T 4
7727| #define USE_TOOLBOX_OBJECT_GLUE 1
7728| #define WITH_NEXT_FRAMEWORK 1
7729| #define WITH_DYLD 1
7730| #define SHLIB_EXT ".so"
7731| #define WITH_THREAD 1
7732| #define _REENTRANT 1
7733| #define WITH_DOC_STRINGS 1
7734| #define WITH_PYMALLOC 1
7735| /* end confdefs.h.  */
7736| /* Define kill to an innocuous variant, in case <limits.h> declares kill.
7737|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7738| #define kill innocuous_kill
7739|
7740| /* System header to define __stub macros and hopefully few prototypes,
7741|     which can conflict with char kill (); below.
7742|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7743|     <limits.h> exists even on freestanding compilers.  */
7744|
7745| #ifdef __STDC__
7746| # include <limits.h>
7747| #else
7748| # include <assert.h>
7749| #endif
7750|
7751| #undef kill
7752|
7753| /* Override any GCC internal prototype to avoid an error.
7754|    Use char because int might match the return type of a GCC
7755|    builtin and then its argument prototype would still apply.  */
7756| #ifdef __cplusplus
7757| extern "C"
7758| #endif
7759| char kill ();
7760| /* The GNU C library defines this for functions which it implements
7761|     to always fail with ENOSYS.  Some functions are actually named
7762|     something starting with __ and the normal name is an alias.  */
7763| #if defined __stub_kill || defined __stub___kill
7764| choke me
7765| #endif
7766|
7767| int
7768| main ()
7769| {
7770| return kill ();
7771|   ;
7772|   return 0;
7773| }
7774configure:14807: result: no
7775configure:14727: checking for killpg
7776configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7777Binary file conftest.er1 matches
7778configure:14789: $? = 1
7779configure: failed program was:
7780| /* confdefs.h.  */
7781| #define _GNU_SOURCE 1
7782| #define _NETBSD_SOURCE 1
7783| #define __BSD_VISIBLE 1
7784| #define _BSD_TYPES 1
7785| #define Py_ENABLE_SHARED 1
7786| #define STDC_HEADERS 1
7787| #define HAVE_SYS_TYPES_H 1
7788| #define HAVE_SYS_STAT_H 1
7789| #define HAVE_STDLIB_H 1
7790| #define HAVE_STRING_H 1
7791| #define HAVE_MEMORY_H 1
7792| #define HAVE_STRINGS_H 1
7793| #define HAVE_INTTYPES_H 1
7794| #define HAVE_STDINT_H 1
7795| #define HAVE_UNISTD_H 1
7796| #define HAVE_CURSES_H 1
7797| #define HAVE_DLFCN_H 1
7798| #define HAVE_ERRNO_H 1
7799| #define HAVE_FCNTL_H 1
7800| #define HAVE_GRP_H 1
7801| #define HAVE_LANGINFO_H 1
7802| #define HAVE_LIBINTL_H 1
7803| #define HAVE_NCURSES_H 1
7804| #define HAVE_POLL_H 1
7805| #define HAVE_PTHREAD_H 1
7806| #define HAVE_SIGNAL_H 1
7807| #define HAVE_STDINT_H 1
7808| #define HAVE_TERMIOS_H 1
7809| #define HAVE_UNISTD_H 1
7810| #define HAVE_UTIME_H 1
7811| #define HAVE_SYS_FILE_H 1
7812| #define HAVE_SYS_LOCK_H 1
7813| #define HAVE_SYS_PARAM_H 1
7814| #define HAVE_SYS_POLL_H 1
7815| #define HAVE_SYS_SELECT_H 1
7816| #define HAVE_SYS_SOCKET_H 1
7817| #define HAVE_SYS_STATVFS_H 1
7818| #define HAVE_SYS_STAT_H 1
7819| #define HAVE_SYS_TIME_H 1
7820| #define HAVE_SYS_TIMES_H 1
7821| #define HAVE_SYS_TYPES_H 1
7822| #define HAVE_SYS_UN_H 1
7823| #define HAVE_SYS_UTSNAME_H 1
7824| #define HAVE_SYS_WAIT_H 1
7825| #define HAVE_SYS_RESOURCE_H 1
7826| #define HAVE_SYSEXITS_H 1
7827| #define HAVE_DIRENT_H 1
7828| #define HAVE_TERM_H 1
7829| #define HAVE_MAKEDEV 1
7830| #define _LARGEFILE_SOURCE 1
7831| #define _FILE_OFFSET_BITS 64
7832| #if defined(SCO_DS)
7833| #undef _OFF_T
7834| #endif
7835| #define RETSIGTYPE void
7836| #define HAVE_SSIZE_T 1
7837| #define SIZEOF_INT 4
7838| #define SIZEOF_LONG 4
7839| #define SIZEOF_VOID_P 4
7840| #define SIZEOF_SHORT 2
7841| #define SIZEOF_FLOAT 4
7842| #define SIZEOF_DOUBLE 8
7843| #define SIZEOF_FPOS_T 8
7844| #define SIZEOF_SIZE_T 4
7845| #define HAVE_LONG_LONG 1
7846| #define SIZEOF_LONG_LONG 8
7847| #define HAVE_UINTPTR_T 1
7848| #define SIZEOF_UINTPTR_T 4
7849| #define SIZEOF_OFF_T 8
7850| #define HAVE_LARGEFILE_SUPPORT 1
7851| #define SIZEOF_TIME_T 4
7852| #define SIZEOF_PTHREAD_T 4
7853| #define USE_TOOLBOX_OBJECT_GLUE 1
7854| #define WITH_NEXT_FRAMEWORK 1
7855| #define WITH_DYLD 1
7856| #define SHLIB_EXT ".so"
7857| #define WITH_THREAD 1
7858| #define _REENTRANT 1
7859| #define WITH_DOC_STRINGS 1
7860| #define WITH_PYMALLOC 1
7861| /* end confdefs.h.  */
7862| /* Define killpg to an innocuous variant, in case <limits.h> declares killpg.
7863|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7864| #define killpg innocuous_killpg
7865|
7866| /* System header to define __stub macros and hopefully few prototypes,
7867|     which can conflict with char killpg (); below.
7868|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7869|     <limits.h> exists even on freestanding compilers.  */
7870|
7871| #ifdef __STDC__
7872| # include <limits.h>
7873| #else
7874| # include <assert.h>
7875| #endif
7876|
7877| #undef killpg
7878|
7879| /* Override any GCC internal prototype to avoid an error.
7880|    Use char because int might match the return type of a GCC
7881|    builtin and then its argument prototype would still apply.  */
7882| #ifdef __cplusplus
7883| extern "C"
7884| #endif
7885| char killpg ();
7886| /* The GNU C library defines this for functions which it implements
7887|     to always fail with ENOSYS.  Some functions are actually named
7888|     something starting with __ and the normal name is an alias.  */
7889| #if defined __stub_killpg || defined __stub___killpg
7890| choke me
7891| #endif
7892|
7893| int
7894| main ()
7895| {
7896| return killpg ();
7897|   ;
7898|   return 0;
7899| }
7900configure:14807: result: no
7901configure:14727: checking for lchown
7902configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
7903ld: library not found for -lcrt1.10.5.o
7904collect2: ld returned 1 exit status
7905ld: library not found for -lcrt1.10.5.o
7906collect2: ld returned 1 exit status
7907lipo: can't open input file: /var/tmp//ccgoowGP.out (No such file or directory)
7908configure:14789: $? = 1
7909configure: failed program was:
7910| /* confdefs.h.  */
7911| #define _GNU_SOURCE 1
7912| #define _NETBSD_SOURCE 1
7913| #define __BSD_VISIBLE 1
7914| #define _BSD_TYPES 1
7915| #define Py_ENABLE_SHARED 1
7916| #define STDC_HEADERS 1
7917| #define HAVE_SYS_TYPES_H 1
7918| #define HAVE_SYS_STAT_H 1
7919| #define HAVE_STDLIB_H 1
7920| #define HAVE_STRING_H 1
7921| #define HAVE_MEMORY_H 1
7922| #define HAVE_STRINGS_H 1
7923| #define HAVE_INTTYPES_H 1
7924| #define HAVE_STDINT_H 1
7925| #define HAVE_UNISTD_H 1
7926| #define HAVE_CURSES_H 1
7927| #define HAVE_DLFCN_H 1
7928| #define HAVE_ERRNO_H 1
7929| #define HAVE_FCNTL_H 1
7930| #define HAVE_GRP_H 1
7931| #define HAVE_LANGINFO_H 1
7932| #define HAVE_LIBINTL_H 1
7933| #define HAVE_NCURSES_H 1
7934| #define HAVE_POLL_H 1
7935| #define HAVE_PTHREAD_H 1
7936| #define HAVE_SIGNAL_H 1
7937| #define HAVE_STDINT_H 1
7938| #define HAVE_TERMIOS_H 1
7939| #define HAVE_UNISTD_H 1
7940| #define HAVE_UTIME_H 1
7941| #define HAVE_SYS_FILE_H 1
7942| #define HAVE_SYS_LOCK_H 1
7943| #define HAVE_SYS_PARAM_H 1
7944| #define HAVE_SYS_POLL_H 1
7945| #define HAVE_SYS_SELECT_H 1
7946| #define HAVE_SYS_SOCKET_H 1
7947| #define HAVE_SYS_STATVFS_H 1
7948| #define HAVE_SYS_STAT_H 1
7949| #define HAVE_SYS_TIME_H 1
7950| #define HAVE_SYS_TIMES_H 1
7951| #define HAVE_SYS_TYPES_H 1
7952| #define HAVE_SYS_UN_H 1
7953| #define HAVE_SYS_UTSNAME_H 1
7954| #define HAVE_SYS_WAIT_H 1
7955| #define HAVE_SYS_RESOURCE_H 1
7956| #define HAVE_SYSEXITS_H 1
7957| #define HAVE_DIRENT_H 1
7958| #define HAVE_TERM_H 1
7959| #define HAVE_MAKEDEV 1
7960| #define _LARGEFILE_SOURCE 1
7961| #define _FILE_OFFSET_BITS 64
7962| #if defined(SCO_DS)
7963| #undef _OFF_T
7964| #endif
7965| #define RETSIGTYPE void
7966| #define HAVE_SSIZE_T 1
7967| #define SIZEOF_INT 4
7968| #define SIZEOF_LONG 4
7969| #define SIZEOF_VOID_P 4
7970| #define SIZEOF_SHORT 2
7971| #define SIZEOF_FLOAT 4
7972| #define SIZEOF_DOUBLE 8
7973| #define SIZEOF_FPOS_T 8
7974| #define SIZEOF_SIZE_T 4
7975| #define HAVE_LONG_LONG 1
7976| #define SIZEOF_LONG_LONG 8
7977| #define HAVE_UINTPTR_T 1
7978| #define SIZEOF_UINTPTR_T 4
7979| #define SIZEOF_OFF_T 8
7980| #define HAVE_LARGEFILE_SUPPORT 1
7981| #define SIZEOF_TIME_T 4
7982| #define SIZEOF_PTHREAD_T 4
7983| #define USE_TOOLBOX_OBJECT_GLUE 1
7984| #define WITH_NEXT_FRAMEWORK 1
7985| #define WITH_DYLD 1
7986| #define SHLIB_EXT ".so"
7987| #define WITH_THREAD 1
7988| #define _REENTRANT 1
7989| #define WITH_DOC_STRINGS 1
7990| #define WITH_PYMALLOC 1
7991| /* end confdefs.h.  */
7992| /* Define lchown to an innocuous variant, in case <limits.h> declares lchown.
7993|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7994| #define lchown innocuous_lchown
7995|
7996| /* System header to define __stub macros and hopefully few prototypes,
7997|     which can conflict with char lchown (); below.
7998|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7999|     <limits.h> exists even on freestanding compilers.  */
8000|
8001| #ifdef __STDC__
8002| # include <limits.h>
8003| #else
8004| # include <assert.h>
8005| #endif
8006|
8007| #undef lchown
8008|
8009| /* Override any GCC internal prototype to avoid an error.
8010|    Use char because int might match the return type of a GCC
8011|    builtin and then its argument prototype would still apply.  */
8012| #ifdef __cplusplus
8013| extern "C"
8014| #endif
8015| char lchown ();
8016| /* The GNU C library defines this for functions which it implements
8017|     to always fail with ENOSYS.  Some functions are actually named
8018|     something starting with __ and the normal name is an alias.  */
8019| #if defined __stub_lchown || defined __stub___lchown
8020| choke me
8021| #endif
8022|
8023| int
8024| main ()
8025| {
8026| return lchown ();
8027|   ;
8028|   return 0;
8029| }
8030configure:14807: result: no
8031configure:14727: checking for lstat
8032configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8033ld: library not found for -lcrt1.10.5.o
8034collect2: ld returned 1 exit status
8035ld: library not found for -lcrt1.10.5.o
8036collect2: ld returned 1 exit status
8037lipo: can't open input file: /var/tmp//cc97eJMl.out (No such file or directory)
8038configure:14789: $? = 1
8039configure: failed program was:
8040| /* confdefs.h.  */
8041| #define _GNU_SOURCE 1
8042| #define _NETBSD_SOURCE 1
8043| #define __BSD_VISIBLE 1
8044| #define _BSD_TYPES 1
8045| #define Py_ENABLE_SHARED 1
8046| #define STDC_HEADERS 1
8047| #define HAVE_SYS_TYPES_H 1
8048| #define HAVE_SYS_STAT_H 1
8049| #define HAVE_STDLIB_H 1
8050| #define HAVE_STRING_H 1
8051| #define HAVE_MEMORY_H 1
8052| #define HAVE_STRINGS_H 1
8053| #define HAVE_INTTYPES_H 1
8054| #define HAVE_STDINT_H 1
8055| #define HAVE_UNISTD_H 1
8056| #define HAVE_CURSES_H 1
8057| #define HAVE_DLFCN_H 1
8058| #define HAVE_ERRNO_H 1
8059| #define HAVE_FCNTL_H 1
8060| #define HAVE_GRP_H 1
8061| #define HAVE_LANGINFO_H 1
8062| #define HAVE_LIBINTL_H 1
8063| #define HAVE_NCURSES_H 1
8064| #define HAVE_POLL_H 1
8065| #define HAVE_PTHREAD_H 1
8066| #define HAVE_SIGNAL_H 1
8067| #define HAVE_STDINT_H 1
8068| #define HAVE_TERMIOS_H 1
8069| #define HAVE_UNISTD_H 1
8070| #define HAVE_UTIME_H 1
8071| #define HAVE_SYS_FILE_H 1
8072| #define HAVE_SYS_LOCK_H 1
8073| #define HAVE_SYS_PARAM_H 1
8074| #define HAVE_SYS_POLL_H 1
8075| #define HAVE_SYS_SELECT_H 1
8076| #define HAVE_SYS_SOCKET_H 1
8077| #define HAVE_SYS_STATVFS_H 1
8078| #define HAVE_SYS_STAT_H 1
8079| #define HAVE_SYS_TIME_H 1
8080| #define HAVE_SYS_TIMES_H 1
8081| #define HAVE_SYS_TYPES_H 1
8082| #define HAVE_SYS_UN_H 1
8083| #define HAVE_SYS_UTSNAME_H 1
8084| #define HAVE_SYS_WAIT_H 1
8085| #define HAVE_SYS_RESOURCE_H 1
8086| #define HAVE_SYSEXITS_H 1
8087| #define HAVE_DIRENT_H 1
8088| #define HAVE_TERM_H 1
8089| #define HAVE_MAKEDEV 1
8090| #define _LARGEFILE_SOURCE 1
8091| #define _FILE_OFFSET_BITS 64
8092| #if defined(SCO_DS)
8093| #undef _OFF_T
8094| #endif
8095| #define RETSIGTYPE void
8096| #define HAVE_SSIZE_T 1
8097| #define SIZEOF_INT 4
8098| #define SIZEOF_LONG 4
8099| #define SIZEOF_VOID_P 4
8100| #define SIZEOF_SHORT 2
8101| #define SIZEOF_FLOAT 4
8102| #define SIZEOF_DOUBLE 8
8103| #define SIZEOF_FPOS_T 8
8104| #define SIZEOF_SIZE_T 4
8105| #define HAVE_LONG_LONG 1
8106| #define SIZEOF_LONG_LONG 8
8107| #define HAVE_UINTPTR_T 1
8108| #define SIZEOF_UINTPTR_T 4
8109| #define SIZEOF_OFF_T 8
8110| #define HAVE_LARGEFILE_SUPPORT 1
8111| #define SIZEOF_TIME_T 4
8112| #define SIZEOF_PTHREAD_T 4
8113| #define USE_TOOLBOX_OBJECT_GLUE 1
8114| #define WITH_NEXT_FRAMEWORK 1
8115| #define WITH_DYLD 1
8116| #define SHLIB_EXT ".so"
8117| #define WITH_THREAD 1
8118| #define _REENTRANT 1
8119| #define WITH_DOC_STRINGS 1
8120| #define WITH_PYMALLOC 1
8121| /* end confdefs.h.  */
8122| /* Define lstat to an innocuous variant, in case <limits.h> declares lstat.
8123|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8124| #define lstat innocuous_lstat
8125|
8126| /* System header to define __stub macros and hopefully few prototypes,
8127|     which can conflict with char lstat (); below.
8128|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8129|     <limits.h> exists even on freestanding compilers.  */
8130|
8131| #ifdef __STDC__
8132| # include <limits.h>
8133| #else
8134| # include <assert.h>
8135| #endif
8136|
8137| #undef lstat
8138|
8139| /* Override any GCC internal prototype to avoid an error.
8140|    Use char because int might match the return type of a GCC
8141|    builtin and then its argument prototype would still apply.  */
8142| #ifdef __cplusplus
8143| extern "C"
8144| #endif
8145| char lstat ();
8146| /* The GNU C library defines this for functions which it implements
8147|     to always fail with ENOSYS.  Some functions are actually named
8148|     something starting with __ and the normal name is an alias.  */
8149| #if defined __stub_lstat || defined __stub___lstat
8150| choke me
8151| #endif
8152|
8153| int
8154| main ()
8155| {
8156| return lstat ();
8157|   ;
8158|   return 0;
8159| }
8160configure:14807: result: no
8161configure:14727: checking for mkfifo
8162configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8163ld: library not found for -lcrt1.10.5.o
8164collect2: ld returned 1 exit status
8165ld: library not found for -lcrt1.10.5.o
8166collect2: ld returned 1 exit status
8167lipo: can't open input file: /var/tmp//ccpxrxDx.out (No such file or directory)
8168configure:14789: $? = 1
8169configure: failed program was:
8170| /* confdefs.h.  */
8171| #define _GNU_SOURCE 1
8172| #define _NETBSD_SOURCE 1
8173| #define __BSD_VISIBLE 1
8174| #define _BSD_TYPES 1
8175| #define Py_ENABLE_SHARED 1
8176| #define STDC_HEADERS 1
8177| #define HAVE_SYS_TYPES_H 1
8178| #define HAVE_SYS_STAT_H 1
8179| #define HAVE_STDLIB_H 1
8180| #define HAVE_STRING_H 1
8181| #define HAVE_MEMORY_H 1
8182| #define HAVE_STRINGS_H 1
8183| #define HAVE_INTTYPES_H 1
8184| #define HAVE_STDINT_H 1
8185| #define HAVE_UNISTD_H 1
8186| #define HAVE_CURSES_H 1
8187| #define HAVE_DLFCN_H 1
8188| #define HAVE_ERRNO_H 1
8189| #define HAVE_FCNTL_H 1
8190| #define HAVE_GRP_H 1
8191| #define HAVE_LANGINFO_H 1
8192| #define HAVE_LIBINTL_H 1
8193| #define HAVE_NCURSES_H 1
8194| #define HAVE_POLL_H 1
8195| #define HAVE_PTHREAD_H 1
8196| #define HAVE_SIGNAL_H 1
8197| #define HAVE_STDINT_H 1
8198| #define HAVE_TERMIOS_H 1
8199| #define HAVE_UNISTD_H 1
8200| #define HAVE_UTIME_H 1
8201| #define HAVE_SYS_FILE_H 1
8202| #define HAVE_SYS_LOCK_H 1
8203| #define HAVE_SYS_PARAM_H 1
8204| #define HAVE_SYS_POLL_H 1
8205| #define HAVE_SYS_SELECT_H 1
8206| #define HAVE_SYS_SOCKET_H 1
8207| #define HAVE_SYS_STATVFS_H 1
8208| #define HAVE_SYS_STAT_H 1
8209| #define HAVE_SYS_TIME_H 1
8210| #define HAVE_SYS_TIMES_H 1
8211| #define HAVE_SYS_TYPES_H 1
8212| #define HAVE_SYS_UN_H 1
8213| #define HAVE_SYS_UTSNAME_H 1
8214| #define HAVE_SYS_WAIT_H 1
8215| #define HAVE_SYS_RESOURCE_H 1
8216| #define HAVE_SYSEXITS_H 1
8217| #define HAVE_DIRENT_H 1
8218| #define HAVE_TERM_H 1
8219| #define HAVE_MAKEDEV 1
8220| #define _LARGEFILE_SOURCE 1
8221| #define _FILE_OFFSET_BITS 64
8222| #if defined(SCO_DS)
8223| #undef _OFF_T
8224| #endif
8225| #define RETSIGTYPE void
8226| #define HAVE_SSIZE_T 1
8227| #define SIZEOF_INT 4
8228| #define SIZEOF_LONG 4
8229| #define SIZEOF_VOID_P 4
8230| #define SIZEOF_SHORT 2
8231| #define SIZEOF_FLOAT 4
8232| #define SIZEOF_DOUBLE 8
8233| #define SIZEOF_FPOS_T 8
8234| #define SIZEOF_SIZE_T 4
8235| #define HAVE_LONG_LONG 1
8236| #define SIZEOF_LONG_LONG 8
8237| #define HAVE_UINTPTR_T 1
8238| #define SIZEOF_UINTPTR_T 4
8239| #define SIZEOF_OFF_T 8
8240| #define HAVE_LARGEFILE_SUPPORT 1
8241| #define SIZEOF_TIME_T 4
8242| #define SIZEOF_PTHREAD_T 4
8243| #define USE_TOOLBOX_OBJECT_GLUE 1
8244| #define WITH_NEXT_FRAMEWORK 1
8245| #define WITH_DYLD 1
8246| #define SHLIB_EXT ".so"
8247| #define WITH_THREAD 1
8248| #define _REENTRANT 1
8249| #define WITH_DOC_STRINGS 1
8250| #define WITH_PYMALLOC 1
8251| /* end confdefs.h.  */
8252| /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo.
8253|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8254| #define mkfifo innocuous_mkfifo
8255|
8256| /* System header to define __stub macros and hopefully few prototypes,
8257|     which can conflict with char mkfifo (); below.
8258|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8259|     <limits.h> exists even on freestanding compilers.  */
8260|
8261| #ifdef __STDC__
8262| # include <limits.h>
8263| #else
8264| # include <assert.h>
8265| #endif
8266|
8267| #undef mkfifo
8268|
8269| /* Override any GCC internal prototype to avoid an error.
8270|    Use char because int might match the return type of a GCC
8271|    builtin and then its argument prototype would still apply.  */
8272| #ifdef __cplusplus
8273| extern "C"
8274| #endif
8275| char mkfifo ();
8276| /* The GNU C library defines this for functions which it implements
8277|     to always fail with ENOSYS.  Some functions are actually named
8278|     something starting with __ and the normal name is an alias.  */
8279| #if defined __stub_mkfifo || defined __stub___mkfifo
8280| choke me
8281| #endif
8282|
8283| int
8284| main ()
8285| {
8286| return mkfifo ();
8287|   ;
8288|   return 0;
8289| }
8290configure:14807: result: no
8291configure:14727: checking for mknod
8292configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8293ld: library not found for -lcrt1.10.5.o
8294collect2: ld returned 1 exit status
8295ld: library not found for -lcrt1.10.5.o
8296collect2: ld returned 1 exit status
8297lipo: can't open input file: /var/tmp//ccWau0Xp.out (No such file or directory)
8298configure:14789: $? = 1
8299configure: failed program was:
8300| /* confdefs.h.  */
8301| #define _GNU_SOURCE 1
8302| #define _NETBSD_SOURCE 1
8303| #define __BSD_VISIBLE 1
8304| #define _BSD_TYPES 1
8305| #define Py_ENABLE_SHARED 1
8306| #define STDC_HEADERS 1
8307| #define HAVE_SYS_TYPES_H 1
8308| #define HAVE_SYS_STAT_H 1
8309| #define HAVE_STDLIB_H 1
8310| #define HAVE_STRING_H 1
8311| #define HAVE_MEMORY_H 1
8312| #define HAVE_STRINGS_H 1
8313| #define HAVE_INTTYPES_H 1
8314| #define HAVE_STDINT_H 1
8315| #define HAVE_UNISTD_H 1
8316| #define HAVE_CURSES_H 1
8317| #define HAVE_DLFCN_H 1
8318| #define HAVE_ERRNO_H 1
8319| #define HAVE_FCNTL_H 1
8320| #define HAVE_GRP_H 1
8321| #define HAVE_LANGINFO_H 1
8322| #define HAVE_LIBINTL_H 1
8323| #define HAVE_NCURSES_H 1
8324| #define HAVE_POLL_H 1
8325| #define HAVE_PTHREAD_H 1
8326| #define HAVE_SIGNAL_H 1
8327| #define HAVE_STDINT_H 1
8328| #define HAVE_TERMIOS_H 1
8329| #define HAVE_UNISTD_H 1
8330| #define HAVE_UTIME_H 1
8331| #define HAVE_SYS_FILE_H 1
8332| #define HAVE_SYS_LOCK_H 1
8333| #define HAVE_SYS_PARAM_H 1
8334| #define HAVE_SYS_POLL_H 1
8335| #define HAVE_SYS_SELECT_H 1
8336| #define HAVE_SYS_SOCKET_H 1
8337| #define HAVE_SYS_STATVFS_H 1
8338| #define HAVE_SYS_STAT_H 1
8339| #define HAVE_SYS_TIME_H 1
8340| #define HAVE_SYS_TIMES_H 1
8341| #define HAVE_SYS_TYPES_H 1
8342| #define HAVE_SYS_UN_H 1
8343| #define HAVE_SYS_UTSNAME_H 1
8344| #define HAVE_SYS_WAIT_H 1
8345| #define HAVE_SYS_RESOURCE_H 1
8346| #define HAVE_SYSEXITS_H 1
8347| #define HAVE_DIRENT_H 1
8348| #define HAVE_TERM_H 1
8349| #define HAVE_MAKEDEV 1
8350| #define _LARGEFILE_SOURCE 1
8351| #define _FILE_OFFSET_BITS 64
8352| #if defined(SCO_DS)
8353| #undef _OFF_T
8354| #endif
8355| #define RETSIGTYPE void
8356| #define HAVE_SSIZE_T 1
8357| #define SIZEOF_INT 4
8358| #define SIZEOF_LONG 4
8359| #define SIZEOF_VOID_P 4
8360| #define SIZEOF_SHORT 2
8361| #define SIZEOF_FLOAT 4
8362| #define SIZEOF_DOUBLE 8
8363| #define SIZEOF_FPOS_T 8
8364| #define SIZEOF_SIZE_T 4
8365| #define HAVE_LONG_LONG 1
8366| #define SIZEOF_LONG_LONG 8
8367| #define HAVE_UINTPTR_T 1
8368| #define SIZEOF_UINTPTR_T 4
8369| #define SIZEOF_OFF_T 8
8370| #define HAVE_LARGEFILE_SUPPORT 1
8371| #define SIZEOF_TIME_T 4
8372| #define SIZEOF_PTHREAD_T 4
8373| #define USE_TOOLBOX_OBJECT_GLUE 1
8374| #define WITH_NEXT_FRAMEWORK 1
8375| #define WITH_DYLD 1
8376| #define SHLIB_EXT ".so"
8377| #define WITH_THREAD 1
8378| #define _REENTRANT 1
8379| #define WITH_DOC_STRINGS 1
8380| #define WITH_PYMALLOC 1
8381| /* end confdefs.h.  */
8382| /* Define mknod to an innocuous variant, in case <limits.h> declares mknod.
8383|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8384| #define mknod innocuous_mknod
8385|
8386| /* System header to define __stub macros and hopefully few prototypes,
8387|     which can conflict with char mknod (); below.
8388|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8389|     <limits.h> exists even on freestanding compilers.  */
8390|
8391| #ifdef __STDC__
8392| # include <limits.h>
8393| #else
8394| # include <assert.h>
8395| #endif
8396|
8397| #undef mknod
8398|
8399| /* Override any GCC internal prototype to avoid an error.
8400|    Use char because int might match the return type of a GCC
8401|    builtin and then its argument prototype would still apply.  */
8402| #ifdef __cplusplus
8403| extern "C"
8404| #endif
8405| char mknod ();
8406| /* The GNU C library defines this for functions which it implements
8407|     to always fail with ENOSYS.  Some functions are actually named
8408|     something starting with __ and the normal name is an alias.  */
8409| #if defined __stub_mknod || defined __stub___mknod
8410| choke me
8411| #endif
8412|
8413| int
8414| main ()
8415| {
8416| return mknod ();
8417|   ;
8418|   return 0;
8419| }
8420configure:14807: result: no
8421configure:14727: checking for mktime
8422configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8423ld: library not found for -lcrt1.10.5.o
8424collect2: ld returned 1 exit status
8425ld: library not found for -lcrt1.10.5.o
8426collect2: ld returned 1 exit status
8427lipo: can't open input file: /var/tmp//cc4YoHzX.out (No such file or directory)
8428configure:14789: $? = 1
8429configure: failed program was:
8430| /* confdefs.h.  */
8431| #define _GNU_SOURCE 1
8432| #define _NETBSD_SOURCE 1
8433| #define __BSD_VISIBLE 1
8434| #define _BSD_TYPES 1
8435| #define Py_ENABLE_SHARED 1
8436| #define STDC_HEADERS 1
8437| #define HAVE_SYS_TYPES_H 1
8438| #define HAVE_SYS_STAT_H 1
8439| #define HAVE_STDLIB_H 1
8440| #define HAVE_STRING_H 1
8441| #define HAVE_MEMORY_H 1
8442| #define HAVE_STRINGS_H 1
8443| #define HAVE_INTTYPES_H 1
8444| #define HAVE_STDINT_H 1
8445| #define HAVE_UNISTD_H 1
8446| #define HAVE_CURSES_H 1
8447| #define HAVE_DLFCN_H 1
8448| #define HAVE_ERRNO_H 1
8449| #define HAVE_FCNTL_H 1
8450| #define HAVE_GRP_H 1
8451| #define HAVE_LANGINFO_H 1
8452| #define HAVE_LIBINTL_H 1
8453| #define HAVE_NCURSES_H 1
8454| #define HAVE_POLL_H 1
8455| #define HAVE_PTHREAD_H 1
8456| #define HAVE_SIGNAL_H 1
8457| #define HAVE_STDINT_H 1
8458| #define HAVE_TERMIOS_H 1
8459| #define HAVE_UNISTD_H 1
8460| #define HAVE_UTIME_H 1
8461| #define HAVE_SYS_FILE_H 1
8462| #define HAVE_SYS_LOCK_H 1
8463| #define HAVE_SYS_PARAM_H 1
8464| #define HAVE_SYS_POLL_H 1
8465| #define HAVE_SYS_SELECT_H 1
8466| #define HAVE_SYS_SOCKET_H 1
8467| #define HAVE_SYS_STATVFS_H 1
8468| #define HAVE_SYS_STAT_H 1
8469| #define HAVE_SYS_TIME_H 1
8470| #define HAVE_SYS_TIMES_H 1
8471| #define HAVE_SYS_TYPES_H 1
8472| #define HAVE_SYS_UN_H 1
8473| #define HAVE_SYS_UTSNAME_H 1
8474| #define HAVE_SYS_WAIT_H 1
8475| #define HAVE_SYS_RESOURCE_H 1
8476| #define HAVE_SYSEXITS_H 1
8477| #define HAVE_DIRENT_H 1
8478| #define HAVE_TERM_H 1
8479| #define HAVE_MAKEDEV 1
8480| #define _LARGEFILE_SOURCE 1
8481| #define _FILE_OFFSET_BITS 64
8482| #if defined(SCO_DS)
8483| #undef _OFF_T
8484| #endif
8485| #define RETSIGTYPE void
8486| #define HAVE_SSIZE_T 1
8487| #define SIZEOF_INT 4
8488| #define SIZEOF_LONG 4
8489| #define SIZEOF_VOID_P 4
8490| #define SIZEOF_SHORT 2
8491| #define SIZEOF_FLOAT 4
8492| #define SIZEOF_DOUBLE 8
8493| #define SIZEOF_FPOS_T 8
8494| #define SIZEOF_SIZE_T 4
8495| #define HAVE_LONG_LONG 1
8496| #define SIZEOF_LONG_LONG 8
8497| #define HAVE_UINTPTR_T 1
8498| #define SIZEOF_UINTPTR_T 4
8499| #define SIZEOF_OFF_T 8
8500| #define HAVE_LARGEFILE_SUPPORT 1
8501| #define SIZEOF_TIME_T 4
8502| #define SIZEOF_PTHREAD_T 4
8503| #define USE_TOOLBOX_OBJECT_GLUE 1
8504| #define WITH_NEXT_FRAMEWORK 1
8505| #define WITH_DYLD 1
8506| #define SHLIB_EXT ".so"
8507| #define WITH_THREAD 1
8508| #define _REENTRANT 1
8509| #define WITH_DOC_STRINGS 1
8510| #define WITH_PYMALLOC 1
8511| /* end confdefs.h.  */
8512| /* Define mktime to an innocuous variant, in case <limits.h> declares mktime.
8513|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8514| #define mktime innocuous_mktime
8515|
8516| /* System header to define __stub macros and hopefully few prototypes,
8517|     which can conflict with char mktime (); below.
8518|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8519|     <limits.h> exists even on freestanding compilers.  */
8520|
8521| #ifdef __STDC__
8522| # include <limits.h>
8523| #else
8524| # include <assert.h>
8525| #endif
8526|
8527| #undef mktime
8528|
8529| /* Override any GCC internal prototype to avoid an error.
8530|    Use char because int might match the return type of a GCC
8531|    builtin and then its argument prototype would still apply.  */
8532| #ifdef __cplusplus
8533| extern "C"
8534| #endif
8535| char mktime ();
8536| /* The GNU C library defines this for functions which it implements
8537|     to always fail with ENOSYS.  Some functions are actually named
8538|     something starting with __ and the normal name is an alias.  */
8539| #if defined __stub_mktime || defined __stub___mktime
8540| choke me
8541| #endif
8542|
8543| int
8544| main ()
8545| {
8546| return mktime ();
8547|   ;
8548|   return 0;
8549| }
8550configure:14807: result: no
8551configure:14727: checking for mremap
8552configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8553ld: library not found for -lcrt1.10.5.o
8554collect2: ld returned 1 exit status
8555ld: library not found for -lcrt1.10.5.o
8556collect2: ld returned 1 exit status
8557lipo: can't open input file: /var/tmp//ccIDM4Vw.out (No such file or directory)
8558configure:14789: $? = 1
8559configure: failed program was:
8560| /* confdefs.h.  */
8561| #define _GNU_SOURCE 1
8562| #define _NETBSD_SOURCE 1
8563| #define __BSD_VISIBLE 1
8564| #define _BSD_TYPES 1
8565| #define Py_ENABLE_SHARED 1
8566| #define STDC_HEADERS 1
8567| #define HAVE_SYS_TYPES_H 1
8568| #define HAVE_SYS_STAT_H 1
8569| #define HAVE_STDLIB_H 1
8570| #define HAVE_STRING_H 1
8571| #define HAVE_MEMORY_H 1
8572| #define HAVE_STRINGS_H 1
8573| #define HAVE_INTTYPES_H 1
8574| #define HAVE_STDINT_H 1
8575| #define HAVE_UNISTD_H 1
8576| #define HAVE_CURSES_H 1
8577| #define HAVE_DLFCN_H 1
8578| #define HAVE_ERRNO_H 1
8579| #define HAVE_FCNTL_H 1
8580| #define HAVE_GRP_H 1
8581| #define HAVE_LANGINFO_H 1
8582| #define HAVE_LIBINTL_H 1
8583| #define HAVE_NCURSES_H 1
8584| #define HAVE_POLL_H 1
8585| #define HAVE_PTHREAD_H 1
8586| #define HAVE_SIGNAL_H 1
8587| #define HAVE_STDINT_H 1
8588| #define HAVE_TERMIOS_H 1
8589| #define HAVE_UNISTD_H 1
8590| #define HAVE_UTIME_H 1
8591| #define HAVE_SYS_FILE_H 1
8592| #define HAVE_SYS_LOCK_H 1
8593| #define HAVE_SYS_PARAM_H 1
8594| #define HAVE_SYS_POLL_H 1
8595| #define HAVE_SYS_SELECT_H 1
8596| #define HAVE_SYS_SOCKET_H 1
8597| #define HAVE_SYS_STATVFS_H 1
8598| #define HAVE_SYS_STAT_H 1
8599| #define HAVE_SYS_TIME_H 1
8600| #define HAVE_SYS_TIMES_H 1
8601| #define HAVE_SYS_TYPES_H 1
8602| #define HAVE_SYS_UN_H 1
8603| #define HAVE_SYS_UTSNAME_H 1
8604| #define HAVE_SYS_WAIT_H 1
8605| #define HAVE_SYS_RESOURCE_H 1
8606| #define HAVE_SYSEXITS_H 1
8607| #define HAVE_DIRENT_H 1
8608| #define HAVE_TERM_H 1
8609| #define HAVE_MAKEDEV 1
8610| #define _LARGEFILE_SOURCE 1
8611| #define _FILE_OFFSET_BITS 64
8612| #if defined(SCO_DS)
8613| #undef _OFF_T
8614| #endif
8615| #define RETSIGTYPE void
8616| #define HAVE_SSIZE_T 1
8617| #define SIZEOF_INT 4
8618| #define SIZEOF_LONG 4
8619| #define SIZEOF_VOID_P 4
8620| #define SIZEOF_SHORT 2
8621| #define SIZEOF_FLOAT 4
8622| #define SIZEOF_DOUBLE 8
8623| #define SIZEOF_FPOS_T 8
8624| #define SIZEOF_SIZE_T 4
8625| #define HAVE_LONG_LONG 1
8626| #define SIZEOF_LONG_LONG 8
8627| #define HAVE_UINTPTR_T 1
8628| #define SIZEOF_UINTPTR_T 4
8629| #define SIZEOF_OFF_T 8
8630| #define HAVE_LARGEFILE_SUPPORT 1
8631| #define SIZEOF_TIME_T 4
8632| #define SIZEOF_PTHREAD_T 4
8633| #define USE_TOOLBOX_OBJECT_GLUE 1
8634| #define WITH_NEXT_FRAMEWORK 1
8635| #define WITH_DYLD 1
8636| #define SHLIB_EXT ".so"
8637| #define WITH_THREAD 1
8638| #define _REENTRANT 1
8639| #define WITH_DOC_STRINGS 1
8640| #define WITH_PYMALLOC 1
8641| /* end confdefs.h.  */
8642| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
8643|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8644| #define mremap innocuous_mremap
8645|
8646| /* System header to define __stub macros and hopefully few prototypes,
8647|     which can conflict with char mremap (); below.
8648|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8649|     <limits.h> exists even on freestanding compilers.  */
8650|
8651| #ifdef __STDC__
8652| # include <limits.h>
8653| #else
8654| # include <assert.h>
8655| #endif
8656|
8657| #undef mremap
8658|
8659| /* Override any GCC internal prototype to avoid an error.
8660|    Use char because int might match the return type of a GCC
8661|    builtin and then its argument prototype would still apply.  */
8662| #ifdef __cplusplus
8663| extern "C"
8664| #endif
8665| char mremap ();
8666| /* The GNU C library defines this for functions which it implements
8667|     to always fail with ENOSYS.  Some functions are actually named
8668|     something starting with __ and the normal name is an alias.  */
8669| #if defined __stub_mremap || defined __stub___mremap
8670| choke me
8671| #endif
8672|
8673| int
8674| main ()
8675| {
8676| return mremap ();
8677|   ;
8678|   return 0;
8679| }
8680configure:14807: result: no
8681configure:14727: checking for nice
8682configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8683Binary file conftest.er1 matches
8684configure:14789: $? = 1
8685configure: failed program was:
8686| /* confdefs.h.  */
8687| #define _GNU_SOURCE 1
8688| #define _NETBSD_SOURCE 1
8689| #define __BSD_VISIBLE 1
8690| #define _BSD_TYPES 1
8691| #define Py_ENABLE_SHARED 1
8692| #define STDC_HEADERS 1
8693| #define HAVE_SYS_TYPES_H 1
8694| #define HAVE_SYS_STAT_H 1
8695| #define HAVE_STDLIB_H 1
8696| #define HAVE_STRING_H 1
8697| #define HAVE_MEMORY_H 1
8698| #define HAVE_STRINGS_H 1
8699| #define HAVE_INTTYPES_H 1
8700| #define HAVE_STDINT_H 1
8701| #define HAVE_UNISTD_H 1
8702| #define HAVE_CURSES_H 1
8703| #define HAVE_DLFCN_H 1
8704| #define HAVE_ERRNO_H 1
8705| #define HAVE_FCNTL_H 1
8706| #define HAVE_GRP_H 1
8707| #define HAVE_LANGINFO_H 1
8708| #define HAVE_LIBINTL_H 1
8709| #define HAVE_NCURSES_H 1
8710| #define HAVE_POLL_H 1
8711| #define HAVE_PTHREAD_H 1
8712| #define HAVE_SIGNAL_H 1
8713| #define HAVE_STDINT_H 1
8714| #define HAVE_TERMIOS_H 1
8715| #define HAVE_UNISTD_H 1
8716| #define HAVE_UTIME_H 1
8717| #define HAVE_SYS_FILE_H 1
8718| #define HAVE_SYS_LOCK_H 1
8719| #define HAVE_SYS_PARAM_H 1
8720| #define HAVE_SYS_POLL_H 1
8721| #define HAVE_SYS_SELECT_H 1
8722| #define HAVE_SYS_SOCKET_H 1
8723| #define HAVE_SYS_STATVFS_H 1
8724| #define HAVE_SYS_STAT_H 1
8725| #define HAVE_SYS_TIME_H 1
8726| #define HAVE_SYS_TIMES_H 1
8727| #define HAVE_SYS_TYPES_H 1
8728| #define HAVE_SYS_UN_H 1
8729| #define HAVE_SYS_UTSNAME_H 1
8730| #define HAVE_SYS_WAIT_H 1
8731| #define HAVE_SYS_RESOURCE_H 1
8732| #define HAVE_SYSEXITS_H 1
8733| #define HAVE_DIRENT_H 1
8734| #define HAVE_TERM_H 1
8735| #define HAVE_MAKEDEV 1
8736| #define _LARGEFILE_SOURCE 1
8737| #define _FILE_OFFSET_BITS 64
8738| #if defined(SCO_DS)
8739| #undef _OFF_T
8740| #endif
8741| #define RETSIGTYPE void
8742| #define HAVE_SSIZE_T 1
8743| #define SIZEOF_INT 4
8744| #define SIZEOF_LONG 4
8745| #define SIZEOF_VOID_P 4
8746| #define SIZEOF_SHORT 2
8747| #define SIZEOF_FLOAT 4
8748| #define SIZEOF_DOUBLE 8
8749| #define SIZEOF_FPOS_T 8
8750| #define SIZEOF_SIZE_T 4
8751| #define HAVE_LONG_LONG 1
8752| #define SIZEOF_LONG_LONG 8
8753| #define HAVE_UINTPTR_T 1
8754| #define SIZEOF_UINTPTR_T 4
8755| #define SIZEOF_OFF_T 8
8756| #define HAVE_LARGEFILE_SUPPORT 1
8757| #define SIZEOF_TIME_T 4
8758| #define SIZEOF_PTHREAD_T 4
8759| #define USE_TOOLBOX_OBJECT_GLUE 1
8760| #define WITH_NEXT_FRAMEWORK 1
8761| #define WITH_DYLD 1
8762| #define SHLIB_EXT ".so"
8763| #define WITH_THREAD 1
8764| #define _REENTRANT 1
8765| #define WITH_DOC_STRINGS 1
8766| #define WITH_PYMALLOC 1
8767| /* end confdefs.h.  */
8768| /* Define nice to an innocuous variant, in case <limits.h> declares nice.
8769|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8770| #define nice innocuous_nice
8771|
8772| /* System header to define __stub macros and hopefully few prototypes,
8773|     which can conflict with char nice (); below.
8774|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8775|     <limits.h> exists even on freestanding compilers.  */
8776|
8777| #ifdef __STDC__
8778| # include <limits.h>
8779| #else
8780| # include <assert.h>
8781| #endif
8782|
8783| #undef nice
8784|
8785| /* Override any GCC internal prototype to avoid an error.
8786|    Use char because int might match the return type of a GCC
8787|    builtin and then its argument prototype would still apply.  */
8788| #ifdef __cplusplus
8789| extern "C"
8790| #endif
8791| char nice ();
8792| /* The GNU C library defines this for functions which it implements
8793|     to always fail with ENOSYS.  Some functions are actually named
8794|     something starting with __ and the normal name is an alias.  */
8795| #if defined __stub_nice || defined __stub___nice
8796| choke me
8797| #endif
8798|
8799| int
8800| main ()
8801| {
8802| return nice ();
8803|   ;
8804|   return 0;
8805| }
8806configure:14807: result: no
8807configure:14727: checking for pathconf
8808configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8809Binary file conftest.er1 matches
8810configure:14789: $? = 1
8811configure: failed program was:
8812| /* confdefs.h.  */
8813| #define _GNU_SOURCE 1
8814| #define _NETBSD_SOURCE 1
8815| #define __BSD_VISIBLE 1
8816| #define _BSD_TYPES 1
8817| #define Py_ENABLE_SHARED 1
8818| #define STDC_HEADERS 1
8819| #define HAVE_SYS_TYPES_H 1
8820| #define HAVE_SYS_STAT_H 1
8821| #define HAVE_STDLIB_H 1
8822| #define HAVE_STRING_H 1
8823| #define HAVE_MEMORY_H 1
8824| #define HAVE_STRINGS_H 1
8825| #define HAVE_INTTYPES_H 1
8826| #define HAVE_STDINT_H 1
8827| #define HAVE_UNISTD_H 1
8828| #define HAVE_CURSES_H 1
8829| #define HAVE_DLFCN_H 1
8830| #define HAVE_ERRNO_H 1
8831| #define HAVE_FCNTL_H 1
8832| #define HAVE_GRP_H 1
8833| #define HAVE_LANGINFO_H 1
8834| #define HAVE_LIBINTL_H 1
8835| #define HAVE_NCURSES_H 1
8836| #define HAVE_POLL_H 1
8837| #define HAVE_PTHREAD_H 1
8838| #define HAVE_SIGNAL_H 1
8839| #define HAVE_STDINT_H 1
8840| #define HAVE_TERMIOS_H 1
8841| #define HAVE_UNISTD_H 1
8842| #define HAVE_UTIME_H 1
8843| #define HAVE_SYS_FILE_H 1
8844| #define HAVE_SYS_LOCK_H 1
8845| #define HAVE_SYS_PARAM_H 1
8846| #define HAVE_SYS_POLL_H 1
8847| #define HAVE_SYS_SELECT_H 1
8848| #define HAVE_SYS_SOCKET_H 1
8849| #define HAVE_SYS_STATVFS_H 1
8850| #define HAVE_SYS_STAT_H 1
8851| #define HAVE_SYS_TIME_H 1
8852| #define HAVE_SYS_TIMES_H 1
8853| #define HAVE_SYS_TYPES_H 1
8854| #define HAVE_SYS_UN_H 1
8855| #define HAVE_SYS_UTSNAME_H 1
8856| #define HAVE_SYS_WAIT_H 1
8857| #define HAVE_SYS_RESOURCE_H 1
8858| #define HAVE_SYSEXITS_H 1
8859| #define HAVE_DIRENT_H 1
8860| #define HAVE_TERM_H 1
8861| #define HAVE_MAKEDEV 1
8862| #define _LARGEFILE_SOURCE 1
8863| #define _FILE_OFFSET_BITS 64
8864| #if defined(SCO_DS)
8865| #undef _OFF_T
8866| #endif
8867| #define RETSIGTYPE void
8868| #define HAVE_SSIZE_T 1
8869| #define SIZEOF_INT 4
8870| #define SIZEOF_LONG 4
8871| #define SIZEOF_VOID_P 4
8872| #define SIZEOF_SHORT 2
8873| #define SIZEOF_FLOAT 4
8874| #define SIZEOF_DOUBLE 8
8875| #define SIZEOF_FPOS_T 8
8876| #define SIZEOF_SIZE_T 4
8877| #define HAVE_LONG_LONG 1
8878| #define SIZEOF_LONG_LONG 8
8879| #define HAVE_UINTPTR_T 1
8880| #define SIZEOF_UINTPTR_T 4
8881| #define SIZEOF_OFF_T 8
8882| #define HAVE_LARGEFILE_SUPPORT 1
8883| #define SIZEOF_TIME_T 4
8884| #define SIZEOF_PTHREAD_T 4
8885| #define USE_TOOLBOX_OBJECT_GLUE 1
8886| #define WITH_NEXT_FRAMEWORK 1
8887| #define WITH_DYLD 1
8888| #define SHLIB_EXT ".so"
8889| #define WITH_THREAD 1
8890| #define _REENTRANT 1
8891| #define WITH_DOC_STRINGS 1
8892| #define WITH_PYMALLOC 1
8893| /* end confdefs.h.  */
8894| /* Define pathconf to an innocuous variant, in case <limits.h> declares pathconf.
8895|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8896| #define pathconf innocuous_pathconf
8897|
8898| /* System header to define __stub macros and hopefully few prototypes,
8899|     which can conflict with char pathconf (); below.
8900|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8901|     <limits.h> exists even on freestanding compilers.  */
8902|
8903| #ifdef __STDC__
8904| # include <limits.h>
8905| #else
8906| # include <assert.h>
8907| #endif
8908|
8909| #undef pathconf
8910|
8911| /* Override any GCC internal prototype to avoid an error.
8912|    Use char because int might match the return type of a GCC
8913|    builtin and then its argument prototype would still apply.  */
8914| #ifdef __cplusplus
8915| extern "C"
8916| #endif
8917| char pathconf ();
8918| /* The GNU C library defines this for functions which it implements
8919|     to always fail with ENOSYS.  Some functions are actually named
8920|     something starting with __ and the normal name is an alias.  */
8921| #if defined __stub_pathconf || defined __stub___pathconf
8922| choke me
8923| #endif
8924|
8925| int
8926| main ()
8927| {
8928| return pathconf ();
8929|   ;
8930|   return 0;
8931| }
8932configure:14807: result: no
8933configure:14727: checking for pause
8934configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
8935ld: library not found for -lcrt1.10.5.o
8936collect2: ld returned 1 exit status
8937ld: library not found for -lcrt1.10.5.o
8938collect2: ld returned 1 exit status
8939lipo: can't open input file: /var/tmp//ccaYxKl7.out (No such file or directory)
8940configure:14789: $? = 1
8941configure: failed program was:
8942| /* confdefs.h.  */
8943| #define _GNU_SOURCE 1
8944| #define _NETBSD_SOURCE 1
8945| #define __BSD_VISIBLE 1
8946| #define _BSD_TYPES 1
8947| #define Py_ENABLE_SHARED 1
8948| #define STDC_HEADERS 1
8949| #define HAVE_SYS_TYPES_H 1
8950| #define HAVE_SYS_STAT_H 1
8951| #define HAVE_STDLIB_H 1
8952| #define HAVE_STRING_H 1
8953| #define HAVE_MEMORY_H 1
8954| #define HAVE_STRINGS_H 1
8955| #define HAVE_INTTYPES_H 1
8956| #define HAVE_STDINT_H 1
8957| #define HAVE_UNISTD_H 1
8958| #define HAVE_CURSES_H 1
8959| #define HAVE_DLFCN_H 1
8960| #define HAVE_ERRNO_H 1
8961| #define HAVE_FCNTL_H 1
8962| #define HAVE_GRP_H 1
8963| #define HAVE_LANGINFO_H 1
8964| #define HAVE_LIBINTL_H 1
8965| #define HAVE_NCURSES_H 1
8966| #define HAVE_POLL_H 1
8967| #define HAVE_PTHREAD_H 1
8968| #define HAVE_SIGNAL_H 1
8969| #define HAVE_STDINT_H 1
8970| #define HAVE_TERMIOS_H 1
8971| #define HAVE_UNISTD_H 1
8972| #define HAVE_UTIME_H 1
8973| #define HAVE_SYS_FILE_H 1
8974| #define HAVE_SYS_LOCK_H 1
8975| #define HAVE_SYS_PARAM_H 1
8976| #define HAVE_SYS_POLL_H 1
8977| #define HAVE_SYS_SELECT_H 1
8978| #define HAVE_SYS_SOCKET_H 1
8979| #define HAVE_SYS_STATVFS_H 1
8980| #define HAVE_SYS_STAT_H 1
8981| #define HAVE_SYS_TIME_H 1
8982| #define HAVE_SYS_TIMES_H 1
8983| #define HAVE_SYS_TYPES_H 1
8984| #define HAVE_SYS_UN_H 1
8985| #define HAVE_SYS_UTSNAME_H 1
8986| #define HAVE_SYS_WAIT_H 1
8987| #define HAVE_SYS_RESOURCE_H 1
8988| #define HAVE_SYSEXITS_H 1
8989| #define HAVE_DIRENT_H 1
8990| #define HAVE_TERM_H 1
8991| #define HAVE_MAKEDEV 1
8992| #define _LARGEFILE_SOURCE 1
8993| #define _FILE_OFFSET_BITS 64
8994| #if defined(SCO_DS)
8995| #undef _OFF_T
8996| #endif
8997| #define RETSIGTYPE void
8998| #define HAVE_SSIZE_T 1
8999| #define SIZEOF_INT 4
9000| #define SIZEOF_LONG 4
9001| #define SIZEOF_VOID_P 4
9002| #define SIZEOF_SHORT 2
9003| #define SIZEOF_FLOAT 4
9004| #define SIZEOF_DOUBLE 8
9005| #define SIZEOF_FPOS_T 8
9006| #define SIZEOF_SIZE_T 4
9007| #define HAVE_LONG_LONG 1
9008| #define SIZEOF_LONG_LONG 8
9009| #define HAVE_UINTPTR_T 1
9010| #define SIZEOF_UINTPTR_T 4
9011| #define SIZEOF_OFF_T 8
9012| #define HAVE_LARGEFILE_SUPPORT 1
9013| #define SIZEOF_TIME_T 4
9014| #define SIZEOF_PTHREAD_T 4
9015| #define USE_TOOLBOX_OBJECT_GLUE 1
9016| #define WITH_NEXT_FRAMEWORK 1
9017| #define WITH_DYLD 1
9018| #define SHLIB_EXT ".so"
9019| #define WITH_THREAD 1
9020| #define _REENTRANT 1
9021| #define WITH_DOC_STRINGS 1
9022| #define WITH_PYMALLOC 1
9023| /* end confdefs.h.  */
9024| /* Define pause to an innocuous variant, in case <limits.h> declares pause.
9025|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9026| #define pause innocuous_pause
9027|
9028| /* System header to define __stub macros and hopefully few prototypes,
9029|     which can conflict with char pause (); below.
9030|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9031|     <limits.h> exists even on freestanding compilers.  */
9032|
9033| #ifdef __STDC__
9034| # include <limits.h>
9035| #else
9036| # include <assert.h>
9037| #endif
9038|
9039| #undef pause
9040|
9041| /* Override any GCC internal prototype to avoid an error.
9042|    Use char because int might match the return type of a GCC
9043|    builtin and then its argument prototype would still apply.  */
9044| #ifdef __cplusplus
9045| extern "C"
9046| #endif
9047| char pause ();
9048| /* The GNU C library defines this for functions which it implements
9049|     to always fail with ENOSYS.  Some functions are actually named
9050|     something starting with __ and the normal name is an alias.  */
9051| #if defined __stub_pause || defined __stub___pause
9052| choke me
9053| #endif
9054|
9055| int
9056| main ()
9057| {
9058| return pause ();
9059|   ;
9060|   return 0;
9061| }
9062configure:14807: result: no
9063configure:14727: checking for plock
9064configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9065ld: library not found for -lcrt1.10.5.o
9066collect2: ld returned 1 exit status
9067ld: library not found for -lcrt1.10.5.o
9068collect2: ld returned 1 exit status
9069lipo: can't open input file: /var/tmp//ccq3uYxi.out (No such file or directory)
9070configure:14789: $? = 1
9071configure: failed program was:
9072| /* confdefs.h.  */
9073| #define _GNU_SOURCE 1
9074| #define _NETBSD_SOURCE 1
9075| #define __BSD_VISIBLE 1
9076| #define _BSD_TYPES 1
9077| #define Py_ENABLE_SHARED 1
9078| #define STDC_HEADERS 1
9079| #define HAVE_SYS_TYPES_H 1
9080| #define HAVE_SYS_STAT_H 1
9081| #define HAVE_STDLIB_H 1
9082| #define HAVE_STRING_H 1
9083| #define HAVE_MEMORY_H 1
9084| #define HAVE_STRINGS_H 1
9085| #define HAVE_INTTYPES_H 1
9086| #define HAVE_STDINT_H 1
9087| #define HAVE_UNISTD_H 1
9088| #define HAVE_CURSES_H 1
9089| #define HAVE_DLFCN_H 1
9090| #define HAVE_ERRNO_H 1
9091| #define HAVE_FCNTL_H 1
9092| #define HAVE_GRP_H 1
9093| #define HAVE_LANGINFO_H 1
9094| #define HAVE_LIBINTL_H 1
9095| #define HAVE_NCURSES_H 1
9096| #define HAVE_POLL_H 1
9097| #define HAVE_PTHREAD_H 1
9098| #define HAVE_SIGNAL_H 1
9099| #define HAVE_STDINT_H 1
9100| #define HAVE_TERMIOS_H 1
9101| #define HAVE_UNISTD_H 1
9102| #define HAVE_UTIME_H 1
9103| #define HAVE_SYS_FILE_H 1
9104| #define HAVE_SYS_LOCK_H 1
9105| #define HAVE_SYS_PARAM_H 1
9106| #define HAVE_SYS_POLL_H 1
9107| #define HAVE_SYS_SELECT_H 1
9108| #define HAVE_SYS_SOCKET_H 1
9109| #define HAVE_SYS_STATVFS_H 1
9110| #define HAVE_SYS_STAT_H 1
9111| #define HAVE_SYS_TIME_H 1
9112| #define HAVE_SYS_TIMES_H 1
9113| #define HAVE_SYS_TYPES_H 1
9114| #define HAVE_SYS_UN_H 1
9115| #define HAVE_SYS_UTSNAME_H 1
9116| #define HAVE_SYS_WAIT_H 1
9117| #define HAVE_SYS_RESOURCE_H 1
9118| #define HAVE_SYSEXITS_H 1
9119| #define HAVE_DIRENT_H 1
9120| #define HAVE_TERM_H 1
9121| #define HAVE_MAKEDEV 1
9122| #define _LARGEFILE_SOURCE 1
9123| #define _FILE_OFFSET_BITS 64
9124| #if defined(SCO_DS)
9125| #undef _OFF_T
9126| #endif
9127| #define RETSIGTYPE void
9128| #define HAVE_SSIZE_T 1
9129| #define SIZEOF_INT 4
9130| #define SIZEOF_LONG 4
9131| #define SIZEOF_VOID_P 4
9132| #define SIZEOF_SHORT 2
9133| #define SIZEOF_FLOAT 4
9134| #define SIZEOF_DOUBLE 8
9135| #define SIZEOF_FPOS_T 8
9136| #define SIZEOF_SIZE_T 4
9137| #define HAVE_LONG_LONG 1
9138| #define SIZEOF_LONG_LONG 8
9139| #define HAVE_UINTPTR_T 1
9140| #define SIZEOF_UINTPTR_T 4
9141| #define SIZEOF_OFF_T 8
9142| #define HAVE_LARGEFILE_SUPPORT 1
9143| #define SIZEOF_TIME_T 4
9144| #define SIZEOF_PTHREAD_T 4
9145| #define USE_TOOLBOX_OBJECT_GLUE 1
9146| #define WITH_NEXT_FRAMEWORK 1
9147| #define WITH_DYLD 1
9148| #define SHLIB_EXT ".so"
9149| #define WITH_THREAD 1
9150| #define _REENTRANT 1
9151| #define WITH_DOC_STRINGS 1
9152| #define WITH_PYMALLOC 1
9153| /* end confdefs.h.  */
9154| /* Define plock to an innocuous variant, in case <limits.h> declares plock.
9155|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9156| #define plock innocuous_plock
9157|
9158| /* System header to define __stub macros and hopefully few prototypes,
9159|     which can conflict with char plock (); below.
9160|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9161|     <limits.h> exists even on freestanding compilers.  */
9162|
9163| #ifdef __STDC__
9164| # include <limits.h>
9165| #else
9166| # include <assert.h>
9167| #endif
9168|
9169| #undef plock
9170|
9171| /* Override any GCC internal prototype to avoid an error.
9172|    Use char because int might match the return type of a GCC
9173|    builtin and then its argument prototype would still apply.  */
9174| #ifdef __cplusplus
9175| extern "C"
9176| #endif
9177| char plock ();
9178| /* The GNU C library defines this for functions which it implements
9179|     to always fail with ENOSYS.  Some functions are actually named
9180|     something starting with __ and the normal name is an alias.  */
9181| #if defined __stub_plock || defined __stub___plock
9182| choke me
9183| #endif
9184|
9185| int
9186| main ()
9187| {
9188| return plock ();
9189|   ;
9190|   return 0;
9191| }
9192configure:14807: result: no
9193configure:14727: checking for poll
9194configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9195Binary file conftest.er1 matches
9196configure:14789: $? = 1
9197configure: failed program was:
9198| /* confdefs.h.  */
9199| #define _GNU_SOURCE 1
9200| #define _NETBSD_SOURCE 1
9201| #define __BSD_VISIBLE 1
9202| #define _BSD_TYPES 1
9203| #define Py_ENABLE_SHARED 1
9204| #define STDC_HEADERS 1
9205| #define HAVE_SYS_TYPES_H 1
9206| #define HAVE_SYS_STAT_H 1
9207| #define HAVE_STDLIB_H 1
9208| #define HAVE_STRING_H 1
9209| #define HAVE_MEMORY_H 1
9210| #define HAVE_STRINGS_H 1
9211| #define HAVE_INTTYPES_H 1
9212| #define HAVE_STDINT_H 1
9213| #define HAVE_UNISTD_H 1
9214| #define HAVE_CURSES_H 1
9215| #define HAVE_DLFCN_H 1
9216| #define HAVE_ERRNO_H 1
9217| #define HAVE_FCNTL_H 1
9218| #define HAVE_GRP_H 1
9219| #define HAVE_LANGINFO_H 1
9220| #define HAVE_LIBINTL_H 1
9221| #define HAVE_NCURSES_H 1
9222| #define HAVE_POLL_H 1
9223| #define HAVE_PTHREAD_H 1
9224| #define HAVE_SIGNAL_H 1
9225| #define HAVE_STDINT_H 1
9226| #define HAVE_TERMIOS_H 1
9227| #define HAVE_UNISTD_H 1
9228| #define HAVE_UTIME_H 1
9229| #define HAVE_SYS_FILE_H 1
9230| #define HAVE_SYS_LOCK_H 1
9231| #define HAVE_SYS_PARAM_H 1
9232| #define HAVE_SYS_POLL_H 1
9233| #define HAVE_SYS_SELECT_H 1
9234| #define HAVE_SYS_SOCKET_H 1
9235| #define HAVE_SYS_STATVFS_H 1
9236| #define HAVE_SYS_STAT_H 1
9237| #define HAVE_SYS_TIME_H 1
9238| #define HAVE_SYS_TIMES_H 1
9239| #define HAVE_SYS_TYPES_H 1
9240| #define HAVE_SYS_UN_H 1
9241| #define HAVE_SYS_UTSNAME_H 1
9242| #define HAVE_SYS_WAIT_H 1
9243| #define HAVE_SYS_RESOURCE_H 1
9244| #define HAVE_SYSEXITS_H 1
9245| #define HAVE_DIRENT_H 1
9246| #define HAVE_TERM_H 1
9247| #define HAVE_MAKEDEV 1
9248| #define _LARGEFILE_SOURCE 1
9249| #define _FILE_OFFSET_BITS 64
9250| #if defined(SCO_DS)
9251| #undef _OFF_T
9252| #endif
9253| #define RETSIGTYPE void
9254| #define HAVE_SSIZE_T 1
9255| #define SIZEOF_INT 4
9256| #define SIZEOF_LONG 4
9257| #define SIZEOF_VOID_P 4
9258| #define SIZEOF_SHORT 2
9259| #define SIZEOF_FLOAT 4
9260| #define SIZEOF_DOUBLE 8
9261| #define SIZEOF_FPOS_T 8
9262| #define SIZEOF_SIZE_T 4
9263| #define HAVE_LONG_LONG 1
9264| #define SIZEOF_LONG_LONG 8
9265| #define HAVE_UINTPTR_T 1
9266| #define SIZEOF_UINTPTR_T 4
9267| #define SIZEOF_OFF_T 8
9268| #define HAVE_LARGEFILE_SUPPORT 1
9269| #define SIZEOF_TIME_T 4
9270| #define SIZEOF_PTHREAD_T 4
9271| #define USE_TOOLBOX_OBJECT_GLUE 1
9272| #define WITH_NEXT_FRAMEWORK 1
9273| #define WITH_DYLD 1
9274| #define SHLIB_EXT ".so"
9275| #define WITH_THREAD 1
9276| #define _REENTRANT 1
9277| #define WITH_DOC_STRINGS 1
9278| #define WITH_PYMALLOC 1
9279| /* end confdefs.h.  */
9280| /* Define poll to an innocuous variant, in case <limits.h> declares poll.
9281|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9282| #define poll innocuous_poll
9283|
9284| /* System header to define __stub macros and hopefully few prototypes,
9285|     which can conflict with char poll (); below.
9286|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9287|     <limits.h> exists even on freestanding compilers.  */
9288|
9289| #ifdef __STDC__
9290| # include <limits.h>
9291| #else
9292| # include <assert.h>
9293| #endif
9294|
9295| #undef poll
9296|
9297| /* Override any GCC internal prototype to avoid an error.
9298|    Use char because int might match the return type of a GCC
9299|    builtin and then its argument prototype would still apply.  */
9300| #ifdef __cplusplus
9301| extern "C"
9302| #endif
9303| char poll ();
9304| /* The GNU C library defines this for functions which it implements
9305|     to always fail with ENOSYS.  Some functions are actually named
9306|     something starting with __ and the normal name is an alias.  */
9307| #if defined __stub_poll || defined __stub___poll
9308| choke me
9309| #endif
9310|
9311| int
9312| main ()
9313| {
9314| return poll ();
9315|   ;
9316|   return 0;
9317| }
9318configure:14807: result: no
9319configure:14727: checking for pthread_init
9320configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9321ld: library not found for -lcrt1.10.5.o
9322collect2: ld returned 1 exit status
9323ld: library not found for -lcrt1.10.5.o
9324collect2: ld returned 1 exit status
9325lipo: can't open input file: /var/tmp//ccGXmp3V.out (No such file or directory)
9326configure:14789: $? = 1
9327configure: failed program was:
9328| /* confdefs.h.  */
9329| #define _GNU_SOURCE 1
9330| #define _NETBSD_SOURCE 1
9331| #define __BSD_VISIBLE 1
9332| #define _BSD_TYPES 1
9333| #define Py_ENABLE_SHARED 1
9334| #define STDC_HEADERS 1
9335| #define HAVE_SYS_TYPES_H 1
9336| #define HAVE_SYS_STAT_H 1
9337| #define HAVE_STDLIB_H 1
9338| #define HAVE_STRING_H 1
9339| #define HAVE_MEMORY_H 1
9340| #define HAVE_STRINGS_H 1
9341| #define HAVE_INTTYPES_H 1
9342| #define HAVE_STDINT_H 1
9343| #define HAVE_UNISTD_H 1
9344| #define HAVE_CURSES_H 1
9345| #define HAVE_DLFCN_H 1
9346| #define HAVE_ERRNO_H 1
9347| #define HAVE_FCNTL_H 1
9348| #define HAVE_GRP_H 1
9349| #define HAVE_LANGINFO_H 1
9350| #define HAVE_LIBINTL_H 1
9351| #define HAVE_NCURSES_H 1
9352| #define HAVE_POLL_H 1
9353| #define HAVE_PTHREAD_H 1
9354| #define HAVE_SIGNAL_H 1
9355| #define HAVE_STDINT_H 1
9356| #define HAVE_TERMIOS_H 1
9357| #define HAVE_UNISTD_H 1
9358| #define HAVE_UTIME_H 1
9359| #define HAVE_SYS_FILE_H 1
9360| #define HAVE_SYS_LOCK_H 1
9361| #define HAVE_SYS_PARAM_H 1
9362| #define HAVE_SYS_POLL_H 1
9363| #define HAVE_SYS_SELECT_H 1
9364| #define HAVE_SYS_SOCKET_H 1
9365| #define HAVE_SYS_STATVFS_H 1
9366| #define HAVE_SYS_STAT_H 1
9367| #define HAVE_SYS_TIME_H 1
9368| #define HAVE_SYS_TIMES_H 1
9369| #define HAVE_SYS_TYPES_H 1
9370| #define HAVE_SYS_UN_H 1
9371| #define HAVE_SYS_UTSNAME_H 1
9372| #define HAVE_SYS_WAIT_H 1
9373| #define HAVE_SYS_RESOURCE_H 1
9374| #define HAVE_SYSEXITS_H 1
9375| #define HAVE_DIRENT_H 1
9376| #define HAVE_TERM_H 1
9377| #define HAVE_MAKEDEV 1
9378| #define _LARGEFILE_SOURCE 1
9379| #define _FILE_OFFSET_BITS 64
9380| #if defined(SCO_DS)
9381| #undef _OFF_T
9382| #endif
9383| #define RETSIGTYPE void
9384| #define HAVE_SSIZE_T 1
9385| #define SIZEOF_INT 4
9386| #define SIZEOF_LONG 4
9387| #define SIZEOF_VOID_P 4
9388| #define SIZEOF_SHORT 2
9389| #define SIZEOF_FLOAT 4
9390| #define SIZEOF_DOUBLE 8
9391| #define SIZEOF_FPOS_T 8
9392| #define SIZEOF_SIZE_T 4
9393| #define HAVE_LONG_LONG 1
9394| #define SIZEOF_LONG_LONG 8
9395| #define HAVE_UINTPTR_T 1
9396| #define SIZEOF_UINTPTR_T 4
9397| #define SIZEOF_OFF_T 8
9398| #define HAVE_LARGEFILE_SUPPORT 1
9399| #define SIZEOF_TIME_T 4
9400| #define SIZEOF_PTHREAD_T 4
9401| #define USE_TOOLBOX_OBJECT_GLUE 1
9402| #define WITH_NEXT_FRAMEWORK 1
9403| #define WITH_DYLD 1
9404| #define SHLIB_EXT ".so"
9405| #define WITH_THREAD 1
9406| #define _REENTRANT 1
9407| #define WITH_DOC_STRINGS 1
9408| #define WITH_PYMALLOC 1
9409| /* end confdefs.h.  */
9410| /* Define pthread_init to an innocuous variant, in case <limits.h> declares pthread_init.
9411|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9412| #define pthread_init innocuous_pthread_init
9413|
9414| /* System header to define __stub macros and hopefully few prototypes,
9415|     which can conflict with char pthread_init (); below.
9416|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9417|     <limits.h> exists even on freestanding compilers.  */
9418|
9419| #ifdef __STDC__
9420| # include <limits.h>
9421| #else
9422| # include <assert.h>
9423| #endif
9424|
9425| #undef pthread_init
9426|
9427| /* Override any GCC internal prototype to avoid an error.
9428|    Use char because int might match the return type of a GCC
9429|    builtin and then its argument prototype would still apply.  */
9430| #ifdef __cplusplus
9431| extern "C"
9432| #endif
9433| char pthread_init ();
9434| /* The GNU C library defines this for functions which it implements
9435|     to always fail with ENOSYS.  Some functions are actually named
9436|     something starting with __ and the normal name is an alias.  */
9437| #if defined __stub_pthread_init || defined __stub___pthread_init
9438| choke me
9439| #endif
9440|
9441| int
9442| main ()
9443| {
9444| return pthread_init ();
9445|   ;
9446|   return 0;
9447| }
9448configure:14807: result: no
9449configure:14727: checking for putenv
9450configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9451ld: library not found for -lcrt1.10.5.o
9452collect2: ld returned 1 exit status
9453ld: library not found for -lcrt1.10.5.o
9454collect2: ld returned 1 exit status
9455lipo: can't open input file: /var/tmp//ccwAyQ2k.out (No such file or directory)
9456configure:14789: $? = 1
9457configure: failed program was:
9458| /* confdefs.h.  */
9459| #define _GNU_SOURCE 1
9460| #define _NETBSD_SOURCE 1
9461| #define __BSD_VISIBLE 1
9462| #define _BSD_TYPES 1
9463| #define Py_ENABLE_SHARED 1
9464| #define STDC_HEADERS 1
9465| #define HAVE_SYS_TYPES_H 1
9466| #define HAVE_SYS_STAT_H 1
9467| #define HAVE_STDLIB_H 1
9468| #define HAVE_STRING_H 1
9469| #define HAVE_MEMORY_H 1
9470| #define HAVE_STRINGS_H 1
9471| #define HAVE_INTTYPES_H 1
9472| #define HAVE_STDINT_H 1
9473| #define HAVE_UNISTD_H 1
9474| #define HAVE_CURSES_H 1
9475| #define HAVE_DLFCN_H 1
9476| #define HAVE_ERRNO_H 1
9477| #define HAVE_FCNTL_H 1
9478| #define HAVE_GRP_H 1
9479| #define HAVE_LANGINFO_H 1
9480| #define HAVE_LIBINTL_H 1
9481| #define HAVE_NCURSES_H 1
9482| #define HAVE_POLL_H 1
9483| #define HAVE_PTHREAD_H 1
9484| #define HAVE_SIGNAL_H 1
9485| #define HAVE_STDINT_H 1
9486| #define HAVE_TERMIOS_H 1
9487| #define HAVE_UNISTD_H 1
9488| #define HAVE_UTIME_H 1
9489| #define HAVE_SYS_FILE_H 1
9490| #define HAVE_SYS_LOCK_H 1
9491| #define HAVE_SYS_PARAM_H 1
9492| #define HAVE_SYS_POLL_H 1
9493| #define HAVE_SYS_SELECT_H 1
9494| #define HAVE_SYS_SOCKET_H 1
9495| #define HAVE_SYS_STATVFS_H 1
9496| #define HAVE_SYS_STAT_H 1
9497| #define HAVE_SYS_TIME_H 1
9498| #define HAVE_SYS_TIMES_H 1
9499| #define HAVE_SYS_TYPES_H 1
9500| #define HAVE_SYS_UN_H 1
9501| #define HAVE_SYS_UTSNAME_H 1
9502| #define HAVE_SYS_WAIT_H 1
9503| #define HAVE_SYS_RESOURCE_H 1
9504| #define HAVE_SYSEXITS_H 1
9505| #define HAVE_DIRENT_H 1
9506| #define HAVE_TERM_H 1
9507| #define HAVE_MAKEDEV 1
9508| #define _LARGEFILE_SOURCE 1
9509| #define _FILE_OFFSET_BITS 64
9510| #if defined(SCO_DS)
9511| #undef _OFF_T
9512| #endif
9513| #define RETSIGTYPE void
9514| #define HAVE_SSIZE_T 1
9515| #define SIZEOF_INT 4
9516| #define SIZEOF_LONG 4
9517| #define SIZEOF_VOID_P 4
9518| #define SIZEOF_SHORT 2
9519| #define SIZEOF_FLOAT 4
9520| #define SIZEOF_DOUBLE 8
9521| #define SIZEOF_FPOS_T 8
9522| #define SIZEOF_SIZE_T 4
9523| #define HAVE_LONG_LONG 1
9524| #define SIZEOF_LONG_LONG 8
9525| #define HAVE_UINTPTR_T 1
9526| #define SIZEOF_UINTPTR_T 4
9527| #define SIZEOF_OFF_T 8
9528| #define HAVE_LARGEFILE_SUPPORT 1
9529| #define SIZEOF_TIME_T 4
9530| #define SIZEOF_PTHREAD_T 4
9531| #define USE_TOOLBOX_OBJECT_GLUE 1
9532| #define WITH_NEXT_FRAMEWORK 1
9533| #define WITH_DYLD 1
9534| #define SHLIB_EXT ".so"
9535| #define WITH_THREAD 1
9536| #define _REENTRANT 1
9537| #define WITH_DOC_STRINGS 1
9538| #define WITH_PYMALLOC 1
9539| /* end confdefs.h.  */
9540| /* Define putenv to an innocuous variant, in case <limits.h> declares putenv.
9541|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9542| #define putenv innocuous_putenv
9543|
9544| /* System header to define __stub macros and hopefully few prototypes,
9545|     which can conflict with char putenv (); below.
9546|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9547|     <limits.h> exists even on freestanding compilers.  */
9548|
9549| #ifdef __STDC__
9550| # include <limits.h>
9551| #else
9552| # include <assert.h>
9553| #endif
9554|
9555| #undef putenv
9556|
9557| /* Override any GCC internal prototype to avoid an error.
9558|    Use char because int might match the return type of a GCC
9559|    builtin and then its argument prototype would still apply.  */
9560| #ifdef __cplusplus
9561| extern "C"
9562| #endif
9563| char putenv ();
9564| /* The GNU C library defines this for functions which it implements
9565|     to always fail with ENOSYS.  Some functions are actually named
9566|     something starting with __ and the normal name is an alias.  */
9567| #if defined __stub_putenv || defined __stub___putenv
9568| choke me
9569| #endif
9570|
9571| int
9572| main ()
9573| {
9574| return putenv ();
9575|   ;
9576|   return 0;
9577| }
9578configure:14807: result: no
9579configure:14727: checking for readlink
9580configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9581Binary file conftest.er1 matches
9582configure:14789: $? = 1
9583configure: failed program was:
9584| /* confdefs.h.  */
9585| #define _GNU_SOURCE 1
9586| #define _NETBSD_SOURCE 1
9587| #define __BSD_VISIBLE 1
9588| #define _BSD_TYPES 1
9589| #define Py_ENABLE_SHARED 1
9590| #define STDC_HEADERS 1
9591| #define HAVE_SYS_TYPES_H 1
9592| #define HAVE_SYS_STAT_H 1
9593| #define HAVE_STDLIB_H 1
9594| #define HAVE_STRING_H 1
9595| #define HAVE_MEMORY_H 1
9596| #define HAVE_STRINGS_H 1
9597| #define HAVE_INTTYPES_H 1
9598| #define HAVE_STDINT_H 1
9599| #define HAVE_UNISTD_H 1
9600| #define HAVE_CURSES_H 1
9601| #define HAVE_DLFCN_H 1
9602| #define HAVE_ERRNO_H 1
9603| #define HAVE_FCNTL_H 1
9604| #define HAVE_GRP_H 1
9605| #define HAVE_LANGINFO_H 1
9606| #define HAVE_LIBINTL_H 1
9607| #define HAVE_NCURSES_H 1
9608| #define HAVE_POLL_H 1
9609| #define HAVE_PTHREAD_H 1
9610| #define HAVE_SIGNAL_H 1
9611| #define HAVE_STDINT_H 1
9612| #define HAVE_TERMIOS_H 1
9613| #define HAVE_UNISTD_H 1
9614| #define HAVE_UTIME_H 1
9615| #define HAVE_SYS_FILE_H 1
9616| #define HAVE_SYS_LOCK_H 1
9617| #define HAVE_SYS_PARAM_H 1
9618| #define HAVE_SYS_POLL_H 1
9619| #define HAVE_SYS_SELECT_H 1
9620| #define HAVE_SYS_SOCKET_H 1
9621| #define HAVE_SYS_STATVFS_H 1
9622| #define HAVE_SYS_STAT_H 1
9623| #define HAVE_SYS_TIME_H 1
9624| #define HAVE_SYS_TIMES_H 1
9625| #define HAVE_SYS_TYPES_H 1
9626| #define HAVE_SYS_UN_H 1
9627| #define HAVE_SYS_UTSNAME_H 1
9628| #define HAVE_SYS_WAIT_H 1
9629| #define HAVE_SYS_RESOURCE_H 1
9630| #define HAVE_SYSEXITS_H 1
9631| #define HAVE_DIRENT_H 1
9632| #define HAVE_TERM_H 1
9633| #define HAVE_MAKEDEV 1
9634| #define _LARGEFILE_SOURCE 1
9635| #define _FILE_OFFSET_BITS 64
9636| #if defined(SCO_DS)
9637| #undef _OFF_T
9638| #endif
9639| #define RETSIGTYPE void
9640| #define HAVE_SSIZE_T 1
9641| #define SIZEOF_INT 4
9642| #define SIZEOF_LONG 4
9643| #define SIZEOF_VOID_P 4
9644| #define SIZEOF_SHORT 2
9645| #define SIZEOF_FLOAT 4
9646| #define SIZEOF_DOUBLE 8
9647| #define SIZEOF_FPOS_T 8
9648| #define SIZEOF_SIZE_T 4
9649| #define HAVE_LONG_LONG 1
9650| #define SIZEOF_LONG_LONG 8
9651| #define HAVE_UINTPTR_T 1
9652| #define SIZEOF_UINTPTR_T 4
9653| #define SIZEOF_OFF_T 8
9654| #define HAVE_LARGEFILE_SUPPORT 1
9655| #define SIZEOF_TIME_T 4
9656| #define SIZEOF_PTHREAD_T 4
9657| #define USE_TOOLBOX_OBJECT_GLUE 1
9658| #define WITH_NEXT_FRAMEWORK 1
9659| #define WITH_DYLD 1
9660| #define SHLIB_EXT ".so"
9661| #define WITH_THREAD 1
9662| #define _REENTRANT 1
9663| #define WITH_DOC_STRINGS 1
9664| #define WITH_PYMALLOC 1
9665| /* end confdefs.h.  */
9666| /* Define readlink to an innocuous variant, in case <limits.h> declares readlink.
9667|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9668| #define readlink innocuous_readlink
9669|
9670| /* System header to define __stub macros and hopefully few prototypes,
9671|     which can conflict with char readlink (); below.
9672|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9673|     <limits.h> exists even on freestanding compilers.  */
9674|
9675| #ifdef __STDC__
9676| # include <limits.h>
9677| #else
9678| # include <assert.h>
9679| #endif
9680|
9681| #undef readlink
9682|
9683| /* Override any GCC internal prototype to avoid an error.
9684|    Use char because int might match the return type of a GCC
9685|    builtin and then its argument prototype would still apply.  */
9686| #ifdef __cplusplus
9687| extern "C"
9688| #endif
9689| char readlink ();
9690| /* The GNU C library defines this for functions which it implements
9691|     to always fail with ENOSYS.  Some functions are actually named
9692|     something starting with __ and the normal name is an alias.  */
9693| #if defined __stub_readlink || defined __stub___readlink
9694| choke me
9695| #endif
9696|
9697| int
9698| main ()
9699| {
9700| return readlink ();
9701|   ;
9702|   return 0;
9703| }
9704configure:14807: result: no
9705configure:14727: checking for realpath
9706configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9707Binary file conftest.er1 matches
9708configure:14789: $? = 1
9709configure: failed program was:
9710| /* confdefs.h.  */
9711| #define _GNU_SOURCE 1
9712| #define _NETBSD_SOURCE 1
9713| #define __BSD_VISIBLE 1
9714| #define _BSD_TYPES 1
9715| #define Py_ENABLE_SHARED 1
9716| #define STDC_HEADERS 1
9717| #define HAVE_SYS_TYPES_H 1
9718| #define HAVE_SYS_STAT_H 1
9719| #define HAVE_STDLIB_H 1
9720| #define HAVE_STRING_H 1
9721| #define HAVE_MEMORY_H 1
9722| #define HAVE_STRINGS_H 1
9723| #define HAVE_INTTYPES_H 1
9724| #define HAVE_STDINT_H 1
9725| #define HAVE_UNISTD_H 1
9726| #define HAVE_CURSES_H 1
9727| #define HAVE_DLFCN_H 1
9728| #define HAVE_ERRNO_H 1
9729| #define HAVE_FCNTL_H 1
9730| #define HAVE_GRP_H 1
9731| #define HAVE_LANGINFO_H 1
9732| #define HAVE_LIBINTL_H 1
9733| #define HAVE_NCURSES_H 1
9734| #define HAVE_POLL_H 1
9735| #define HAVE_PTHREAD_H 1
9736| #define HAVE_SIGNAL_H 1
9737| #define HAVE_STDINT_H 1
9738| #define HAVE_TERMIOS_H 1
9739| #define HAVE_UNISTD_H 1
9740| #define HAVE_UTIME_H 1
9741| #define HAVE_SYS_FILE_H 1
9742| #define HAVE_SYS_LOCK_H 1
9743| #define HAVE_SYS_PARAM_H 1
9744| #define HAVE_SYS_POLL_H 1
9745| #define HAVE_SYS_SELECT_H 1
9746| #define HAVE_SYS_SOCKET_H 1
9747| #define HAVE_SYS_STATVFS_H 1
9748| #define HAVE_SYS_STAT_H 1
9749| #define HAVE_SYS_TIME_H 1
9750| #define HAVE_SYS_TIMES_H 1
9751| #define HAVE_SYS_TYPES_H 1
9752| #define HAVE_SYS_UN_H 1
9753| #define HAVE_SYS_UTSNAME_H 1
9754| #define HAVE_SYS_WAIT_H 1
9755| #define HAVE_SYS_RESOURCE_H 1
9756| #define HAVE_SYSEXITS_H 1
9757| #define HAVE_DIRENT_H 1
9758| #define HAVE_TERM_H 1
9759| #define HAVE_MAKEDEV 1
9760| #define _LARGEFILE_SOURCE 1
9761| #define _FILE_OFFSET_BITS 64
9762| #if defined(SCO_DS)
9763| #undef _OFF_T
9764| #endif
9765| #define RETSIGTYPE void
9766| #define HAVE_SSIZE_T 1
9767| #define SIZEOF_INT 4
9768| #define SIZEOF_LONG 4
9769| #define SIZEOF_VOID_P 4
9770| #define SIZEOF_SHORT 2
9771| #define SIZEOF_FLOAT 4
9772| #define SIZEOF_DOUBLE 8
9773| #define SIZEOF_FPOS_T 8
9774| #define SIZEOF_SIZE_T 4
9775| #define HAVE_LONG_LONG 1
9776| #define SIZEOF_LONG_LONG 8
9777| #define HAVE_UINTPTR_T 1
9778| #define SIZEOF_UINTPTR_T 4
9779| #define SIZEOF_OFF_T 8
9780| #define HAVE_LARGEFILE_SUPPORT 1
9781| #define SIZEOF_TIME_T 4
9782| #define SIZEOF_PTHREAD_T 4
9783| #define USE_TOOLBOX_OBJECT_GLUE 1
9784| #define WITH_NEXT_FRAMEWORK 1
9785| #define WITH_DYLD 1
9786| #define SHLIB_EXT ".so"
9787| #define WITH_THREAD 1
9788| #define _REENTRANT 1
9789| #define WITH_DOC_STRINGS 1
9790| #define WITH_PYMALLOC 1
9791| /* end confdefs.h.  */
9792| /* Define realpath to an innocuous variant, in case <limits.h> declares realpath.
9793|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9794| #define realpath innocuous_realpath
9795|
9796| /* System header to define __stub macros and hopefully few prototypes,
9797|     which can conflict with char realpath (); below.
9798|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9799|     <limits.h> exists even on freestanding compilers.  */
9800|
9801| #ifdef __STDC__
9802| # include <limits.h>
9803| #else
9804| # include <assert.h>
9805| #endif
9806|
9807| #undef realpath
9808|
9809| /* Override any GCC internal prototype to avoid an error.
9810|    Use char because int might match the return type of a GCC
9811|    builtin and then its argument prototype would still apply.  */
9812| #ifdef __cplusplus
9813| extern "C"
9814| #endif
9815| char realpath ();
9816| /* The GNU C library defines this for functions which it implements
9817|     to always fail with ENOSYS.  Some functions are actually named
9818|     something starting with __ and the normal name is an alias.  */
9819| #if defined __stub_realpath || defined __stub___realpath
9820| choke me
9821| #endif
9822|
9823| int
9824| main ()
9825| {
9826| return realpath ();
9827|   ;
9828|   return 0;
9829| }
9830configure:14807: result: no
9831configure:14727: checking for select
9832configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9833ld: library not found for -lcrt1.10.5.o
9834collect2: ld returned 1 exit status
9835ld: library not found for -lcrt1.10.5.o
9836collect2: ld returned 1 exit status
9837lipo: can't open input file: /var/tmp//ccaKVoTV.out (No such file or directory)
9838configure:14789: $? = 1
9839configure: failed program was:
9840| /* confdefs.h.  */
9841| #define _GNU_SOURCE 1
9842| #define _NETBSD_SOURCE 1
9843| #define __BSD_VISIBLE 1
9844| #define _BSD_TYPES 1
9845| #define Py_ENABLE_SHARED 1
9846| #define STDC_HEADERS 1
9847| #define HAVE_SYS_TYPES_H 1
9848| #define HAVE_SYS_STAT_H 1
9849| #define HAVE_STDLIB_H 1
9850| #define HAVE_STRING_H 1
9851| #define HAVE_MEMORY_H 1
9852| #define HAVE_STRINGS_H 1
9853| #define HAVE_INTTYPES_H 1
9854| #define HAVE_STDINT_H 1
9855| #define HAVE_UNISTD_H 1
9856| #define HAVE_CURSES_H 1
9857| #define HAVE_DLFCN_H 1
9858| #define HAVE_ERRNO_H 1
9859| #define HAVE_FCNTL_H 1
9860| #define HAVE_GRP_H 1
9861| #define HAVE_LANGINFO_H 1
9862| #define HAVE_LIBINTL_H 1
9863| #define HAVE_NCURSES_H 1
9864| #define HAVE_POLL_H 1
9865| #define HAVE_PTHREAD_H 1
9866| #define HAVE_SIGNAL_H 1
9867| #define HAVE_STDINT_H 1
9868| #define HAVE_TERMIOS_H 1
9869| #define HAVE_UNISTD_H 1
9870| #define HAVE_UTIME_H 1
9871| #define HAVE_SYS_FILE_H 1
9872| #define HAVE_SYS_LOCK_H 1
9873| #define HAVE_SYS_PARAM_H 1
9874| #define HAVE_SYS_POLL_H 1
9875| #define HAVE_SYS_SELECT_H 1
9876| #define HAVE_SYS_SOCKET_H 1
9877| #define HAVE_SYS_STATVFS_H 1
9878| #define HAVE_SYS_STAT_H 1
9879| #define HAVE_SYS_TIME_H 1
9880| #define HAVE_SYS_TIMES_H 1
9881| #define HAVE_SYS_TYPES_H 1
9882| #define HAVE_SYS_UN_H 1
9883| #define HAVE_SYS_UTSNAME_H 1
9884| #define HAVE_SYS_WAIT_H 1
9885| #define HAVE_SYS_RESOURCE_H 1
9886| #define HAVE_SYSEXITS_H 1
9887| #define HAVE_DIRENT_H 1
9888| #define HAVE_TERM_H 1
9889| #define HAVE_MAKEDEV 1
9890| #define _LARGEFILE_SOURCE 1
9891| #define _FILE_OFFSET_BITS 64
9892| #if defined(SCO_DS)
9893| #undef _OFF_T
9894| #endif
9895| #define RETSIGTYPE void
9896| #define HAVE_SSIZE_T 1
9897| #define SIZEOF_INT 4
9898| #define SIZEOF_LONG 4
9899| #define SIZEOF_VOID_P 4
9900| #define SIZEOF_SHORT 2
9901| #define SIZEOF_FLOAT 4
9902| #define SIZEOF_DOUBLE 8
9903| #define SIZEOF_FPOS_T 8
9904| #define SIZEOF_SIZE_T 4
9905| #define HAVE_LONG_LONG 1
9906| #define SIZEOF_LONG_LONG 8
9907| #define HAVE_UINTPTR_T 1
9908| #define SIZEOF_UINTPTR_T 4
9909| #define SIZEOF_OFF_T 8
9910| #define HAVE_LARGEFILE_SUPPORT 1
9911| #define SIZEOF_TIME_T 4
9912| #define SIZEOF_PTHREAD_T 4
9913| #define USE_TOOLBOX_OBJECT_GLUE 1
9914| #define WITH_NEXT_FRAMEWORK 1
9915| #define WITH_DYLD 1
9916| #define SHLIB_EXT ".so"
9917| #define WITH_THREAD 1
9918| #define _REENTRANT 1
9919| #define WITH_DOC_STRINGS 1
9920| #define WITH_PYMALLOC 1
9921| /* end confdefs.h.  */
9922| /* Define select to an innocuous variant, in case <limits.h> declares select.
9923|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9924| #define select innocuous_select
9925|
9926| /* System header to define __stub macros and hopefully few prototypes,
9927|     which can conflict with char select (); below.
9928|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9929|     <limits.h> exists even on freestanding compilers.  */
9930|
9931| #ifdef __STDC__
9932| # include <limits.h>
9933| #else
9934| # include <assert.h>
9935| #endif
9936|
9937| #undef select
9938|
9939| /* Override any GCC internal prototype to avoid an error.
9940|    Use char because int might match the return type of a GCC
9941|    builtin and then its argument prototype would still apply.  */
9942| #ifdef __cplusplus
9943| extern "C"
9944| #endif
9945| char select ();
9946| /* The GNU C library defines this for functions which it implements
9947|     to always fail with ENOSYS.  Some functions are actually named
9948|     something starting with __ and the normal name is an alias.  */
9949| #if defined __stub_select || defined __stub___select
9950| choke me
9951| #endif
9952|
9953| int
9954| main ()
9955| {
9956| return select ();
9957|   ;
9958|   return 0;
9959| }
9960configure:14807: result: no
9961configure:14727: checking for setegid
9962configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
9963ld: library not found for -lcrt1.10.5.o
9964collect2: ld returned 1 exit status
9965ld: library not found for -lcrt1.10.5.o
9966collect2: ld returned 1 exit status
9967lipo: can't open input file: /var/tmp//ccki7tBR.out (No such file or directory)
9968configure:14789: $? = 1
9969configure: failed program was:
9970| /* confdefs.h.  */
9971| #define _GNU_SOURCE 1
9972| #define _NETBSD_SOURCE 1
9973| #define __BSD_VISIBLE 1
9974| #define _BSD_TYPES 1
9975| #define Py_ENABLE_SHARED 1
9976| #define STDC_HEADERS 1
9977| #define HAVE_SYS_TYPES_H 1
9978| #define HAVE_SYS_STAT_H 1
9979| #define HAVE_STDLIB_H 1
9980| #define HAVE_STRING_H 1
9981| #define HAVE_MEMORY_H 1
9982| #define HAVE_STRINGS_H 1
9983| #define HAVE_INTTYPES_H 1
9984| #define HAVE_STDINT_H 1
9985| #define HAVE_UNISTD_H 1
9986| #define HAVE_CURSES_H 1
9987| #define HAVE_DLFCN_H 1
9988| #define HAVE_ERRNO_H 1
9989| #define HAVE_FCNTL_H 1
9990| #define HAVE_GRP_H 1
9991| #define HAVE_LANGINFO_H 1
9992| #define HAVE_LIBINTL_H 1
9993| #define HAVE_NCURSES_H 1
9994| #define HAVE_POLL_H 1
9995| #define HAVE_PTHREAD_H 1
9996| #define HAVE_SIGNAL_H 1
9997| #define HAVE_STDINT_H 1
9998| #define HAVE_TERMIOS_H 1
9999| #define HAVE_UNISTD_H 1
10000| #define HAVE_UTIME_H 1
10001| #define HAVE_SYS_FILE_H 1
10002| #define HAVE_SYS_LOCK_H 1
10003| #define HAVE_SYS_PARAM_H 1
10004| #define HAVE_SYS_POLL_H 1
10005| #define HAVE_SYS_SELECT_H 1
10006| #define HAVE_SYS_SOCKET_H 1
10007| #define HAVE_SYS_STATVFS_H 1
10008| #define HAVE_SYS_STAT_H 1
10009| #define HAVE_SYS_TIME_H 1
10010| #define HAVE_SYS_TIMES_H 1
10011| #define HAVE_SYS_TYPES_H 1
10012| #define HAVE_SYS_UN_H 1
10013| #define HAVE_SYS_UTSNAME_H 1
10014| #define HAVE_SYS_WAIT_H 1
10015| #define HAVE_SYS_RESOURCE_H 1
10016| #define HAVE_SYSEXITS_H 1
10017| #define HAVE_DIRENT_H 1
10018| #define HAVE_TERM_H 1
10019| #define HAVE_MAKEDEV 1
10020| #define _LARGEFILE_SOURCE 1
10021| #define _FILE_OFFSET_BITS 64
10022| #if defined(SCO_DS)
10023| #undef _OFF_T
10024| #endif
10025| #define RETSIGTYPE void
10026| #define HAVE_SSIZE_T 1
10027| #define SIZEOF_INT 4
10028| #define SIZEOF_LONG 4
10029| #define SIZEOF_VOID_P 4
10030| #define SIZEOF_SHORT 2
10031| #define SIZEOF_FLOAT 4
10032| #define SIZEOF_DOUBLE 8
10033| #define SIZEOF_FPOS_T 8
10034| #define SIZEOF_SIZE_T 4
10035| #define HAVE_LONG_LONG 1
10036| #define SIZEOF_LONG_LONG 8
10037| #define HAVE_UINTPTR_T 1
10038| #define SIZEOF_UINTPTR_T 4
10039| #define SIZEOF_OFF_T 8
10040| #define HAVE_LARGEFILE_SUPPORT 1
10041| #define SIZEOF_TIME_T 4
10042| #define SIZEOF_PTHREAD_T 4
10043| #define USE_TOOLBOX_OBJECT_GLUE 1
10044| #define WITH_NEXT_FRAMEWORK 1
10045| #define WITH_DYLD 1
10046| #define SHLIB_EXT ".so"
10047| #define WITH_THREAD 1
10048| #define _REENTRANT 1
10049| #define WITH_DOC_STRINGS 1
10050| #define WITH_PYMALLOC 1
10051| /* end confdefs.h.  */
10052| /* Define setegid to an innocuous variant, in case <limits.h> declares setegid.
10053|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10054| #define setegid innocuous_setegid
10055|
10056| /* System header to define __stub macros and hopefully few prototypes,
10057|     which can conflict with char setegid (); below.
10058|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10059|     <limits.h> exists even on freestanding compilers.  */
10060|
10061| #ifdef __STDC__
10062| # include <limits.h>
10063| #else
10064| # include <assert.h>
10065| #endif
10066|
10067| #undef setegid
10068|
10069| /* Override any GCC internal prototype to avoid an error.
10070|    Use char because int might match the return type of a GCC
10071|    builtin and then its argument prototype would still apply.  */
10072| #ifdef __cplusplus
10073| extern "C"
10074| #endif
10075| char setegid ();
10076| /* The GNU C library defines this for functions which it implements
10077|     to always fail with ENOSYS.  Some functions are actually named
10078|     something starting with __ and the normal name is an alias.  */
10079| #if defined __stub_setegid || defined __stub___setegid
10080| choke me
10081| #endif
10082|
10083| int
10084| main ()
10085| {
10086| return setegid ();
10087|   ;
10088|   return 0;
10089| }
10090configure:14807: result: no
10091configure:14727: checking for seteuid
10092configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10093ld: library not found for -lcrt1.10.5.o
10094collect2: ld returned 1 exit status
10095ld: library not found for -lcrt1.10.5.o
10096collect2: ld returned 1 exit status
10097lipo: can't open input file: /var/tmp//ccDrEOpK.out (No such file or directory)
10098configure:14789: $? = 1
10099configure: failed program was:
10100| /* confdefs.h.  */
10101| #define _GNU_SOURCE 1
10102| #define _NETBSD_SOURCE 1
10103| #define __BSD_VISIBLE 1
10104| #define _BSD_TYPES 1
10105| #define Py_ENABLE_SHARED 1
10106| #define STDC_HEADERS 1
10107| #define HAVE_SYS_TYPES_H 1
10108| #define HAVE_SYS_STAT_H 1
10109| #define HAVE_STDLIB_H 1
10110| #define HAVE_STRING_H 1
10111| #define HAVE_MEMORY_H 1
10112| #define HAVE_STRINGS_H 1
10113| #define HAVE_INTTYPES_H 1
10114| #define HAVE_STDINT_H 1
10115| #define HAVE_UNISTD_H 1
10116| #define HAVE_CURSES_H 1
10117| #define HAVE_DLFCN_H 1
10118| #define HAVE_ERRNO_H 1
10119| #define HAVE_FCNTL_H 1
10120| #define HAVE_GRP_H 1
10121| #define HAVE_LANGINFO_H 1
10122| #define HAVE_LIBINTL_H 1
10123| #define HAVE_NCURSES_H 1
10124| #define HAVE_POLL_H 1
10125| #define HAVE_PTHREAD_H 1
10126| #define HAVE_SIGNAL_H 1
10127| #define HAVE_STDINT_H 1
10128| #define HAVE_TERMIOS_H 1
10129| #define HAVE_UNISTD_H 1
10130| #define HAVE_UTIME_H 1
10131| #define HAVE_SYS_FILE_H 1
10132| #define HAVE_SYS_LOCK_H 1
10133| #define HAVE_SYS_PARAM_H 1
10134| #define HAVE_SYS_POLL_H 1
10135| #define HAVE_SYS_SELECT_H 1
10136| #define HAVE_SYS_SOCKET_H 1
10137| #define HAVE_SYS_STATVFS_H 1
10138| #define HAVE_SYS_STAT_H 1
10139| #define HAVE_SYS_TIME_H 1
10140| #define HAVE_SYS_TIMES_H 1
10141| #define HAVE_SYS_TYPES_H 1
10142| #define HAVE_SYS_UN_H 1
10143| #define HAVE_SYS_UTSNAME_H 1
10144| #define HAVE_SYS_WAIT_H 1
10145| #define HAVE_SYS_RESOURCE_H 1
10146| #define HAVE_SYSEXITS_H 1
10147| #define HAVE_DIRENT_H 1
10148| #define HAVE_TERM_H 1
10149| #define HAVE_MAKEDEV 1
10150| #define _LARGEFILE_SOURCE 1
10151| #define _FILE_OFFSET_BITS 64
10152| #if defined(SCO_DS)
10153| #undef _OFF_T
10154| #endif
10155| #define RETSIGTYPE void
10156| #define HAVE_SSIZE_T 1
10157| #define SIZEOF_INT 4
10158| #define SIZEOF_LONG 4
10159| #define SIZEOF_VOID_P 4
10160| #define SIZEOF_SHORT 2
10161| #define SIZEOF_FLOAT 4
10162| #define SIZEOF_DOUBLE 8
10163| #define SIZEOF_FPOS_T 8
10164| #define SIZEOF_SIZE_T 4
10165| #define HAVE_LONG_LONG 1
10166| #define SIZEOF_LONG_LONG 8
10167| #define HAVE_UINTPTR_T 1
10168| #define SIZEOF_UINTPTR_T 4
10169| #define SIZEOF_OFF_T 8
10170| #define HAVE_LARGEFILE_SUPPORT 1
10171| #define SIZEOF_TIME_T 4
10172| #define SIZEOF_PTHREAD_T 4
10173| #define USE_TOOLBOX_OBJECT_GLUE 1
10174| #define WITH_NEXT_FRAMEWORK 1
10175| #define WITH_DYLD 1
10176| #define SHLIB_EXT ".so"
10177| #define WITH_THREAD 1
10178| #define _REENTRANT 1
10179| #define WITH_DOC_STRINGS 1
10180| #define WITH_PYMALLOC 1
10181| /* end confdefs.h.  */
10182| /* Define seteuid to an innocuous variant, in case <limits.h> declares seteuid.
10183|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10184| #define seteuid innocuous_seteuid
10185|
10186| /* System header to define __stub macros and hopefully few prototypes,
10187|     which can conflict with char seteuid (); below.
10188|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10189|     <limits.h> exists even on freestanding compilers.  */
10190|
10191| #ifdef __STDC__
10192| # include <limits.h>
10193| #else
10194| # include <assert.h>
10195| #endif
10196|
10197| #undef seteuid
10198|
10199| /* Override any GCC internal prototype to avoid an error.
10200|    Use char because int might match the return type of a GCC
10201|    builtin and then its argument prototype would still apply.  */
10202| #ifdef __cplusplus
10203| extern "C"
10204| #endif
10205| char seteuid ();
10206| /* The GNU C library defines this for functions which it implements
10207|     to always fail with ENOSYS.  Some functions are actually named
10208|     something starting with __ and the normal name is an alias.  */
10209| #if defined __stub_seteuid || defined __stub___seteuid
10210| choke me
10211| #endif
10212|
10213| int
10214| main ()
10215| {
10216| return seteuid ();
10217|   ;
10218|   return 0;
10219| }
10220configure:14807: result: no
10221configure:14727: checking for setgid
10222configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10223ld: library not found for -lcrt1.10.5.o
10224collect2: ld returned 1 exit status
10225ld: library not found for -lcrt1.10.5.o
10226collect2: ld returned 1 exit status
10227lipo: can't open input file: /var/tmp//ccXjEYub.out (No such file or directory)
10228configure:14789: $? = 1
10229configure: failed program was:
10230| /* confdefs.h.  */
10231| #define _GNU_SOURCE 1
10232| #define _NETBSD_SOURCE 1
10233| #define __BSD_VISIBLE 1
10234| #define _BSD_TYPES 1
10235| #define Py_ENABLE_SHARED 1
10236| #define STDC_HEADERS 1
10237| #define HAVE_SYS_TYPES_H 1
10238| #define HAVE_SYS_STAT_H 1
10239| #define HAVE_STDLIB_H 1
10240| #define HAVE_STRING_H 1
10241| #define HAVE_MEMORY_H 1
10242| #define HAVE_STRINGS_H 1
10243| #define HAVE_INTTYPES_H 1
10244| #define HAVE_STDINT_H 1
10245| #define HAVE_UNISTD_H 1
10246| #define HAVE_CURSES_H 1
10247| #define HAVE_DLFCN_H 1
10248| #define HAVE_ERRNO_H 1
10249| #define HAVE_FCNTL_H 1
10250| #define HAVE_GRP_H 1
10251| #define HAVE_LANGINFO_H 1
10252| #define HAVE_LIBINTL_H 1
10253| #define HAVE_NCURSES_H 1
10254| #define HAVE_POLL_H 1
10255| #define HAVE_PTHREAD_H 1
10256| #define HAVE_SIGNAL_H 1
10257| #define HAVE_STDINT_H 1
10258| #define HAVE_TERMIOS_H 1
10259| #define HAVE_UNISTD_H 1
10260| #define HAVE_UTIME_H 1
10261| #define HAVE_SYS_FILE_H 1
10262| #define HAVE_SYS_LOCK_H 1
10263| #define HAVE_SYS_PARAM_H 1
10264| #define HAVE_SYS_POLL_H 1
10265| #define HAVE_SYS_SELECT_H 1
10266| #define HAVE_SYS_SOCKET_H 1
10267| #define HAVE_SYS_STATVFS_H 1
10268| #define HAVE_SYS_STAT_H 1
10269| #define HAVE_SYS_TIME_H 1
10270| #define HAVE_SYS_TIMES_H 1
10271| #define HAVE_SYS_TYPES_H 1
10272| #define HAVE_SYS_UN_H 1
10273| #define HAVE_SYS_UTSNAME_H 1
10274| #define HAVE_SYS_WAIT_H 1
10275| #define HAVE_SYS_RESOURCE_H 1
10276| #define HAVE_SYSEXITS_H 1
10277| #define HAVE_DIRENT_H 1
10278| #define HAVE_TERM_H 1
10279| #define HAVE_MAKEDEV 1
10280| #define _LARGEFILE_SOURCE 1
10281| #define _FILE_OFFSET_BITS 64
10282| #if defined(SCO_DS)
10283| #undef _OFF_T
10284| #endif
10285| #define RETSIGTYPE void
10286| #define HAVE_SSIZE_T 1
10287| #define SIZEOF_INT 4
10288| #define SIZEOF_LONG 4
10289| #define SIZEOF_VOID_P 4
10290| #define SIZEOF_SHORT 2
10291| #define SIZEOF_FLOAT 4
10292| #define SIZEOF_DOUBLE 8
10293| #define SIZEOF_FPOS_T 8
10294| #define SIZEOF_SIZE_T 4
10295| #define HAVE_LONG_LONG 1
10296| #define SIZEOF_LONG_LONG 8
10297| #define HAVE_UINTPTR_T 1
10298| #define SIZEOF_UINTPTR_T 4
10299| #define SIZEOF_OFF_T 8
10300| #define HAVE_LARGEFILE_SUPPORT 1
10301| #define SIZEOF_TIME_T 4
10302| #define SIZEOF_PTHREAD_T 4
10303| #define USE_TOOLBOX_OBJECT_GLUE 1
10304| #define WITH_NEXT_FRAMEWORK 1
10305| #define WITH_DYLD 1
10306| #define SHLIB_EXT ".so"
10307| #define WITH_THREAD 1
10308| #define _REENTRANT 1
10309| #define WITH_DOC_STRINGS 1
10310| #define WITH_PYMALLOC 1
10311| /* end confdefs.h.  */
10312| /* Define setgid to an innocuous variant, in case <limits.h> declares setgid.
10313|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10314| #define setgid innocuous_setgid
10315|
10316| /* System header to define __stub macros and hopefully few prototypes,
10317|     which can conflict with char setgid (); below.
10318|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10319|     <limits.h> exists even on freestanding compilers.  */
10320|
10321| #ifdef __STDC__
10322| # include <limits.h>
10323| #else
10324| # include <assert.h>
10325| #endif
10326|
10327| #undef setgid
10328|
10329| /* Override any GCC internal prototype to avoid an error.
10330|    Use char because int might match the return type of a GCC
10331|    builtin and then its argument prototype would still apply.  */
10332| #ifdef __cplusplus
10333| extern "C"
10334| #endif
10335| char setgid ();
10336| /* The GNU C library defines this for functions which it implements
10337|     to always fail with ENOSYS.  Some functions are actually named
10338|     something starting with __ and the normal name is an alias.  */
10339| #if defined __stub_setgid || defined __stub___setgid
10340| choke me
10341| #endif
10342|
10343| int
10344| main ()
10345| {
10346| return setgid ();
10347|   ;
10348|   return 0;
10349| }
10350configure:14807: result: no
10351configure:14727: checking for setlocale
10352configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10353Binary file conftest.er1 matches
10354configure:14789: $? = 1
10355configure: failed program was:
10356| /* confdefs.h.  */
10357| #define _GNU_SOURCE 1
10358| #define _NETBSD_SOURCE 1
10359| #define __BSD_VISIBLE 1
10360| #define _BSD_TYPES 1
10361| #define Py_ENABLE_SHARED 1
10362| #define STDC_HEADERS 1
10363| #define HAVE_SYS_TYPES_H 1
10364| #define HAVE_SYS_STAT_H 1
10365| #define HAVE_STDLIB_H 1
10366| #define HAVE_STRING_H 1
10367| #define HAVE_MEMORY_H 1
10368| #define HAVE_STRINGS_H 1
10369| #define HAVE_INTTYPES_H 1
10370| #define HAVE_STDINT_H 1
10371| #define HAVE_UNISTD_H 1
10372| #define HAVE_CURSES_H 1
10373| #define HAVE_DLFCN_H 1
10374| #define HAVE_ERRNO_H 1
10375| #define HAVE_FCNTL_H 1
10376| #define HAVE_GRP_H 1
10377| #define HAVE_LANGINFO_H 1
10378| #define HAVE_LIBINTL_H 1
10379| #define HAVE_NCURSES_H 1
10380| #define HAVE_POLL_H 1
10381| #define HAVE_PTHREAD_H 1
10382| #define HAVE_SIGNAL_H 1
10383| #define HAVE_STDINT_H 1
10384| #define HAVE_TERMIOS_H 1
10385| #define HAVE_UNISTD_H 1
10386| #define HAVE_UTIME_H 1
10387| #define HAVE_SYS_FILE_H 1
10388| #define HAVE_SYS_LOCK_H 1
10389| #define HAVE_SYS_PARAM_H 1
10390| #define HAVE_SYS_POLL_H 1
10391| #define HAVE_SYS_SELECT_H 1
10392| #define HAVE_SYS_SOCKET_H 1
10393| #define HAVE_SYS_STATVFS_H 1
10394| #define HAVE_SYS_STAT_H 1
10395| #define HAVE_SYS_TIME_H 1
10396| #define HAVE_SYS_TIMES_H 1
10397| #define HAVE_SYS_TYPES_H 1
10398| #define HAVE_SYS_UN_H 1
10399| #define HAVE_SYS_UTSNAME_H 1
10400| #define HAVE_SYS_WAIT_H 1
10401| #define HAVE_SYS_RESOURCE_H 1
10402| #define HAVE_SYSEXITS_H 1
10403| #define HAVE_DIRENT_H 1
10404| #define HAVE_TERM_H 1
10405| #define HAVE_MAKEDEV 1
10406| #define _LARGEFILE_SOURCE 1
10407| #define _FILE_OFFSET_BITS 64
10408| #if defined(SCO_DS)
10409| #undef _OFF_T
10410| #endif
10411| #define RETSIGTYPE void
10412| #define HAVE_SSIZE_T 1
10413| #define SIZEOF_INT 4
10414| #define SIZEOF_LONG 4
10415| #define SIZEOF_VOID_P 4
10416| #define SIZEOF_SHORT 2
10417| #define SIZEOF_FLOAT 4
10418| #define SIZEOF_DOUBLE 8
10419| #define SIZEOF_FPOS_T 8
10420| #define SIZEOF_SIZE_T 4
10421| #define HAVE_LONG_LONG 1
10422| #define SIZEOF_LONG_LONG 8
10423| #define HAVE_UINTPTR_T 1
10424| #define SIZEOF_UINTPTR_T 4
10425| #define SIZEOF_OFF_T 8
10426| #define HAVE_LARGEFILE_SUPPORT 1
10427| #define SIZEOF_TIME_T 4
10428| #define SIZEOF_PTHREAD_T 4
10429| #define USE_TOOLBOX_OBJECT_GLUE 1
10430| #define WITH_NEXT_FRAMEWORK 1
10431| #define WITH_DYLD 1
10432| #define SHLIB_EXT ".so"
10433| #define WITH_THREAD 1
10434| #define _REENTRANT 1
10435| #define WITH_DOC_STRINGS 1
10436| #define WITH_PYMALLOC 1
10437| /* end confdefs.h.  */
10438| /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
10439|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10440| #define setlocale innocuous_setlocale
10441|
10442| /* System header to define __stub macros and hopefully few prototypes,
10443|     which can conflict with char setlocale (); below.
10444|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10445|     <limits.h> exists even on freestanding compilers.  */
10446|
10447| #ifdef __STDC__
10448| # include <limits.h>
10449| #else
10450| # include <assert.h>
10451| #endif
10452|
10453| #undef setlocale
10454|
10455| /* Override any GCC internal prototype to avoid an error.
10456|    Use char because int might match the return type of a GCC
10457|    builtin and then its argument prototype would still apply.  */
10458| #ifdef __cplusplus
10459| extern "C"
10460| #endif
10461| char setlocale ();
10462| /* The GNU C library defines this for functions which it implements
10463|     to always fail with ENOSYS.  Some functions are actually named
10464|     something starting with __ and the normal name is an alias.  */
10465| #if defined __stub_setlocale || defined __stub___setlocale
10466| choke me
10467| #endif
10468|
10469| int
10470| main ()
10471| {
10472| return setlocale ();
10473|   ;
10474|   return 0;
10475| }
10476configure:14807: result: no
10477configure:14727: checking for setregid
10478configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10479ld: library not found for -lcrt1.10.5.o
10480collect2: ld returned 1 exit status
10481ld: library not found for -lcrt1.10.5.o
10482collect2: ld returned 1 exit status
10483lipo: can't open input file: /var/tmp//ccExtiOV.out (No such file or directory)
10484configure:14789: $? = 1
10485configure: failed program was:
10486| /* confdefs.h.  */
10487| #define _GNU_SOURCE 1
10488| #define _NETBSD_SOURCE 1
10489| #define __BSD_VISIBLE 1
10490| #define _BSD_TYPES 1
10491| #define Py_ENABLE_SHARED 1
10492| #define STDC_HEADERS 1
10493| #define HAVE_SYS_TYPES_H 1
10494| #define HAVE_SYS_STAT_H 1
10495| #define HAVE_STDLIB_H 1
10496| #define HAVE_STRING_H 1
10497| #define HAVE_MEMORY_H 1
10498| #define HAVE_STRINGS_H 1
10499| #define HAVE_INTTYPES_H 1
10500| #define HAVE_STDINT_H 1
10501| #define HAVE_UNISTD_H 1
10502| #define HAVE_CURSES_H 1
10503| #define HAVE_DLFCN_H 1
10504| #define HAVE_ERRNO_H 1
10505| #define HAVE_FCNTL_H 1
10506| #define HAVE_GRP_H 1
10507| #define HAVE_LANGINFO_H 1
10508| #define HAVE_LIBINTL_H 1
10509| #define HAVE_NCURSES_H 1
10510| #define HAVE_POLL_H 1
10511| #define HAVE_PTHREAD_H 1
10512| #define HAVE_SIGNAL_H 1
10513| #define HAVE_STDINT_H 1
10514| #define HAVE_TERMIOS_H 1
10515| #define HAVE_UNISTD_H 1
10516| #define HAVE_UTIME_H 1
10517| #define HAVE_SYS_FILE_H 1
10518| #define HAVE_SYS_LOCK_H 1
10519| #define HAVE_SYS_PARAM_H 1
10520| #define HAVE_SYS_POLL_H 1
10521| #define HAVE_SYS_SELECT_H 1
10522| #define HAVE_SYS_SOCKET_H 1
10523| #define HAVE_SYS_STATVFS_H 1
10524| #define HAVE_SYS_STAT_H 1
10525| #define HAVE_SYS_TIME_H 1
10526| #define HAVE_SYS_TIMES_H 1
10527| #define HAVE_SYS_TYPES_H 1
10528| #define HAVE_SYS_UN_H 1
10529| #define HAVE_SYS_UTSNAME_H 1
10530| #define HAVE_SYS_WAIT_H 1
10531| #define HAVE_SYS_RESOURCE_H 1
10532| #define HAVE_SYSEXITS_H 1
10533| #define HAVE_DIRENT_H 1
10534| #define HAVE_TERM_H 1
10535| #define HAVE_MAKEDEV 1
10536| #define _LARGEFILE_SOURCE 1
10537| #define _FILE_OFFSET_BITS 64
10538| #if defined(SCO_DS)
10539| #undef _OFF_T
10540| #endif
10541| #define RETSIGTYPE void
10542| #define HAVE_SSIZE_T 1
10543| #define SIZEOF_INT 4
10544| #define SIZEOF_LONG 4
10545| #define SIZEOF_VOID_P 4
10546| #define SIZEOF_SHORT 2
10547| #define SIZEOF_FLOAT 4
10548| #define SIZEOF_DOUBLE 8
10549| #define SIZEOF_FPOS_T 8
10550| #define SIZEOF_SIZE_T 4
10551| #define HAVE_LONG_LONG 1
10552| #define SIZEOF_LONG_LONG 8
10553| #define HAVE_UINTPTR_T 1
10554| #define SIZEOF_UINTPTR_T 4
10555| #define SIZEOF_OFF_T 8
10556| #define HAVE_LARGEFILE_SUPPORT 1
10557| #define SIZEOF_TIME_T 4
10558| #define SIZEOF_PTHREAD_T 4
10559| #define USE_TOOLBOX_OBJECT_GLUE 1
10560| #define WITH_NEXT_FRAMEWORK 1
10561| #define WITH_DYLD 1
10562| #define SHLIB_EXT ".so"
10563| #define WITH_THREAD 1
10564| #define _REENTRANT 1
10565| #define WITH_DOC_STRINGS 1
10566| #define WITH_PYMALLOC 1
10567| /* end confdefs.h.  */
10568| /* Define setregid to an innocuous variant, in case <limits.h> declares setregid.
10569|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10570| #define setregid innocuous_setregid
10571|
10572| /* System header to define __stub macros and hopefully few prototypes,
10573|     which can conflict with char setregid (); below.
10574|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10575|     <limits.h> exists even on freestanding compilers.  */
10576|
10577| #ifdef __STDC__
10578| # include <limits.h>
10579| #else
10580| # include <assert.h>
10581| #endif
10582|
10583| #undef setregid
10584|
10585| /* Override any GCC internal prototype to avoid an error.
10586|    Use char because int might match the return type of a GCC
10587|    builtin and then its argument prototype would still apply.  */
10588| #ifdef __cplusplus
10589| extern "C"
10590| #endif
10591| char setregid ();
10592| /* The GNU C library defines this for functions which it implements
10593|     to always fail with ENOSYS.  Some functions are actually named
10594|     something starting with __ and the normal name is an alias.  */
10595| #if defined __stub_setregid || defined __stub___setregid
10596| choke me
10597| #endif
10598|
10599| int
10600| main ()
10601| {
10602| return setregid ();
10603|   ;
10604|   return 0;
10605| }
10606configure:14807: result: no
10607configure:14727: checking for setreuid
10608configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10609ld: library not found for -lcrt1.10.5.o
10610collect2: ld returned 1 exit status
10611ld: library not found for -lcrt1.10.5.o
10612collect2: ld returned 1 exit status
10613lipo: can't open input file: /var/tmp//ccRqKnV3.out (No such file or directory)
10614configure:14789: $? = 1
10615configure: failed program was:
10616| /* confdefs.h.  */
10617| #define _GNU_SOURCE 1
10618| #define _NETBSD_SOURCE 1
10619| #define __BSD_VISIBLE 1
10620| #define _BSD_TYPES 1
10621| #define Py_ENABLE_SHARED 1
10622| #define STDC_HEADERS 1
10623| #define HAVE_SYS_TYPES_H 1
10624| #define HAVE_SYS_STAT_H 1
10625| #define HAVE_STDLIB_H 1
10626| #define HAVE_STRING_H 1
10627| #define HAVE_MEMORY_H 1
10628| #define HAVE_STRINGS_H 1
10629| #define HAVE_INTTYPES_H 1
10630| #define HAVE_STDINT_H 1
10631| #define HAVE_UNISTD_H 1
10632| #define HAVE_CURSES_H 1
10633| #define HAVE_DLFCN_H 1
10634| #define HAVE_ERRNO_H 1
10635| #define HAVE_FCNTL_H 1
10636| #define HAVE_GRP_H 1
10637| #define HAVE_LANGINFO_H 1
10638| #define HAVE_LIBINTL_H 1
10639| #define HAVE_NCURSES_H 1
10640| #define HAVE_POLL_H 1
10641| #define HAVE_PTHREAD_H 1
10642| #define HAVE_SIGNAL_H 1
10643| #define HAVE_STDINT_H 1
10644| #define HAVE_TERMIOS_H 1
10645| #define HAVE_UNISTD_H 1
10646| #define HAVE_UTIME_H 1
10647| #define HAVE_SYS_FILE_H 1
10648| #define HAVE_SYS_LOCK_H 1
10649| #define HAVE_SYS_PARAM_H 1
10650| #define HAVE_SYS_POLL_H 1
10651| #define HAVE_SYS_SELECT_H 1
10652| #define HAVE_SYS_SOCKET_H 1
10653| #define HAVE_SYS_STATVFS_H 1
10654| #define HAVE_SYS_STAT_H 1
10655| #define HAVE_SYS_TIME_H 1
10656| #define HAVE_SYS_TIMES_H 1
10657| #define HAVE_SYS_TYPES_H 1
10658| #define HAVE_SYS_UN_H 1
10659| #define HAVE_SYS_UTSNAME_H 1
10660| #define HAVE_SYS_WAIT_H 1
10661| #define HAVE_SYS_RESOURCE_H 1
10662| #define HAVE_SYSEXITS_H 1
10663| #define HAVE_DIRENT_H 1
10664| #define HAVE_TERM_H 1
10665| #define HAVE_MAKEDEV 1
10666| #define _LARGEFILE_SOURCE 1
10667| #define _FILE_OFFSET_BITS 64
10668| #if defined(SCO_DS)
10669| #undef _OFF_T
10670| #endif
10671| #define RETSIGTYPE void
10672| #define HAVE_SSIZE_T 1
10673| #define SIZEOF_INT 4
10674| #define SIZEOF_LONG 4
10675| #define SIZEOF_VOID_P 4
10676| #define SIZEOF_SHORT 2
10677| #define SIZEOF_FLOAT 4
10678| #define SIZEOF_DOUBLE 8
10679| #define SIZEOF_FPOS_T 8
10680| #define SIZEOF_SIZE_T 4
10681| #define HAVE_LONG_LONG 1
10682| #define SIZEOF_LONG_LONG 8
10683| #define HAVE_UINTPTR_T 1
10684| #define SIZEOF_UINTPTR_T 4
10685| #define SIZEOF_OFF_T 8
10686| #define HAVE_LARGEFILE_SUPPORT 1
10687| #define SIZEOF_TIME_T 4
10688| #define SIZEOF_PTHREAD_T 4
10689| #define USE_TOOLBOX_OBJECT_GLUE 1
10690| #define WITH_NEXT_FRAMEWORK 1
10691| #define WITH_DYLD 1
10692| #define SHLIB_EXT ".so"
10693| #define WITH_THREAD 1
10694| #define _REENTRANT 1
10695| #define WITH_DOC_STRINGS 1
10696| #define WITH_PYMALLOC 1
10697| /* end confdefs.h.  */
10698| /* Define setreuid to an innocuous variant, in case <limits.h> declares setreuid.
10699|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10700| #define setreuid innocuous_setreuid
10701|
10702| /* System header to define __stub macros and hopefully few prototypes,
10703|     which can conflict with char setreuid (); below.
10704|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10705|     <limits.h> exists even on freestanding compilers.  */
10706|
10707| #ifdef __STDC__
10708| # include <limits.h>
10709| #else
10710| # include <assert.h>
10711| #endif
10712|
10713| #undef setreuid
10714|
10715| /* Override any GCC internal prototype to avoid an error.
10716|    Use char because int might match the return type of a GCC
10717|    builtin and then its argument prototype would still apply.  */
10718| #ifdef __cplusplus
10719| extern "C"
10720| #endif
10721| char setreuid ();
10722| /* The GNU C library defines this for functions which it implements
10723|     to always fail with ENOSYS.  Some functions are actually named
10724|     something starting with __ and the normal name is an alias.  */
10725| #if defined __stub_setreuid || defined __stub___setreuid
10726| choke me
10727| #endif
10728|
10729| int
10730| main ()
10731| {
10732| return setreuid ();
10733|   ;
10734|   return 0;
10735| }
10736configure:14807: result: no
10737configure:14727: checking for setsid
10738configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10739ld: library not found for -lcrt1.10.5.o
10740collect2: ld returned 1 exit status
10741ld: library not found for -lcrt1.10.5.o
10742collect2: ld returned 1 exit status
10743lipo: can't open input file: /var/tmp//ccn3STGa.out (No such file or directory)
10744configure:14789: $? = 1
10745configure: failed program was:
10746| /* confdefs.h.  */
10747| #define _GNU_SOURCE 1
10748| #define _NETBSD_SOURCE 1
10749| #define __BSD_VISIBLE 1
10750| #define _BSD_TYPES 1
10751| #define Py_ENABLE_SHARED 1
10752| #define STDC_HEADERS 1
10753| #define HAVE_SYS_TYPES_H 1
10754| #define HAVE_SYS_STAT_H 1
10755| #define HAVE_STDLIB_H 1
10756| #define HAVE_STRING_H 1
10757| #define HAVE_MEMORY_H 1
10758| #define HAVE_STRINGS_H 1
10759| #define HAVE_INTTYPES_H 1
10760| #define HAVE_STDINT_H 1
10761| #define HAVE_UNISTD_H 1
10762| #define HAVE_CURSES_H 1
10763| #define HAVE_DLFCN_H 1
10764| #define HAVE_ERRNO_H 1
10765| #define HAVE_FCNTL_H 1
10766| #define HAVE_GRP_H 1
10767| #define HAVE_LANGINFO_H 1
10768| #define HAVE_LIBINTL_H 1
10769| #define HAVE_NCURSES_H 1
10770| #define HAVE_POLL_H 1
10771| #define HAVE_PTHREAD_H 1
10772| #define HAVE_SIGNAL_H 1
10773| #define HAVE_STDINT_H 1
10774| #define HAVE_TERMIOS_H 1
10775| #define HAVE_UNISTD_H 1
10776| #define HAVE_UTIME_H 1
10777| #define HAVE_SYS_FILE_H 1
10778| #define HAVE_SYS_LOCK_H 1
10779| #define HAVE_SYS_PARAM_H 1
10780| #define HAVE_SYS_POLL_H 1
10781| #define HAVE_SYS_SELECT_H 1
10782| #define HAVE_SYS_SOCKET_H 1
10783| #define HAVE_SYS_STATVFS_H 1
10784| #define HAVE_SYS_STAT_H 1
10785| #define HAVE_SYS_TIME_H 1
10786| #define HAVE_SYS_TIMES_H 1
10787| #define HAVE_SYS_TYPES_H 1
10788| #define HAVE_SYS_UN_H 1
10789| #define HAVE_SYS_UTSNAME_H 1
10790| #define HAVE_SYS_WAIT_H 1
10791| #define HAVE_SYS_RESOURCE_H 1
10792| #define HAVE_SYSEXITS_H 1
10793| #define HAVE_DIRENT_H 1
10794| #define HAVE_TERM_H 1
10795| #define HAVE_MAKEDEV 1
10796| #define _LARGEFILE_SOURCE 1
10797| #define _FILE_OFFSET_BITS 64
10798| #if defined(SCO_DS)
10799| #undef _OFF_T
10800| #endif
10801| #define RETSIGTYPE void
10802| #define HAVE_SSIZE_T 1
10803| #define SIZEOF_INT 4
10804| #define SIZEOF_LONG 4
10805| #define SIZEOF_VOID_P 4
10806| #define SIZEOF_SHORT 2
10807| #define SIZEOF_FLOAT 4
10808| #define SIZEOF_DOUBLE 8
10809| #define SIZEOF_FPOS_T 8
10810| #define SIZEOF_SIZE_T 4
10811| #define HAVE_LONG_LONG 1
10812| #define SIZEOF_LONG_LONG 8
10813| #define HAVE_UINTPTR_T 1
10814| #define SIZEOF_UINTPTR_T 4
10815| #define SIZEOF_OFF_T 8
10816| #define HAVE_LARGEFILE_SUPPORT 1
10817| #define SIZEOF_TIME_T 4
10818| #define SIZEOF_PTHREAD_T 4
10819| #define USE_TOOLBOX_OBJECT_GLUE 1
10820| #define WITH_NEXT_FRAMEWORK 1
10821| #define WITH_DYLD 1
10822| #define SHLIB_EXT ".so"
10823| #define WITH_THREAD 1
10824| #define _REENTRANT 1
10825| #define WITH_DOC_STRINGS 1
10826| #define WITH_PYMALLOC 1
10827| /* end confdefs.h.  */
10828| /* Define setsid to an innocuous variant, in case <limits.h> declares setsid.
10829|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10830| #define setsid innocuous_setsid
10831|
10832| /* System header to define __stub macros and hopefully few prototypes,
10833|     which can conflict with char setsid (); below.
10834|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10835|     <limits.h> exists even on freestanding compilers.  */
10836|
10837| #ifdef __STDC__
10838| # include <limits.h>
10839| #else
10840| # include <assert.h>
10841| #endif
10842|
10843| #undef setsid
10844|
10845| /* Override any GCC internal prototype to avoid an error.
10846|    Use char because int might match the return type of a GCC
10847|    builtin and then its argument prototype would still apply.  */
10848| #ifdef __cplusplus
10849| extern "C"
10850| #endif
10851| char setsid ();
10852| /* The GNU C library defines this for functions which it implements
10853|     to always fail with ENOSYS.  Some functions are actually named
10854|     something starting with __ and the normal name is an alias.  */
10855| #if defined __stub_setsid || defined __stub___setsid
10856| choke me
10857| #endif
10858|
10859| int
10860| main ()
10861| {
10862| return setsid ();
10863|   ;
10864|   return 0;
10865| }
10866configure:14807: result: no
10867configure:14727: checking for setpgid
10868configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10869Binary file conftest.er1 matches
10870configure:14789: $? = 1
10871configure: failed program was:
10872| /* confdefs.h.  */
10873| #define _GNU_SOURCE 1
10874| #define _NETBSD_SOURCE 1
10875| #define __BSD_VISIBLE 1
10876| #define _BSD_TYPES 1
10877| #define Py_ENABLE_SHARED 1
10878| #define STDC_HEADERS 1
10879| #define HAVE_SYS_TYPES_H 1
10880| #define HAVE_SYS_STAT_H 1
10881| #define HAVE_STDLIB_H 1
10882| #define HAVE_STRING_H 1
10883| #define HAVE_MEMORY_H 1
10884| #define HAVE_STRINGS_H 1
10885| #define HAVE_INTTYPES_H 1
10886| #define HAVE_STDINT_H 1
10887| #define HAVE_UNISTD_H 1
10888| #define HAVE_CURSES_H 1
10889| #define HAVE_DLFCN_H 1
10890| #define HAVE_ERRNO_H 1
10891| #define HAVE_FCNTL_H 1
10892| #define HAVE_GRP_H 1
10893| #define HAVE_LANGINFO_H 1
10894| #define HAVE_LIBINTL_H 1
10895| #define HAVE_NCURSES_H 1
10896| #define HAVE_POLL_H 1
10897| #define HAVE_PTHREAD_H 1
10898| #define HAVE_SIGNAL_H 1
10899| #define HAVE_STDINT_H 1
10900| #define HAVE_TERMIOS_H 1
10901| #define HAVE_UNISTD_H 1
10902| #define HAVE_UTIME_H 1
10903| #define HAVE_SYS_FILE_H 1
10904| #define HAVE_SYS_LOCK_H 1
10905| #define HAVE_SYS_PARAM_H 1
10906| #define HAVE_SYS_POLL_H 1
10907| #define HAVE_SYS_SELECT_H 1
10908| #define HAVE_SYS_SOCKET_H 1
10909| #define HAVE_SYS_STATVFS_H 1
10910| #define HAVE_SYS_STAT_H 1
10911| #define HAVE_SYS_TIME_H 1
10912| #define HAVE_SYS_TIMES_H 1
10913| #define HAVE_SYS_TYPES_H 1
10914| #define HAVE_SYS_UN_H 1
10915| #define HAVE_SYS_UTSNAME_H 1
10916| #define HAVE_SYS_WAIT_H 1
10917| #define HAVE_SYS_RESOURCE_H 1
10918| #define HAVE_SYSEXITS_H 1
10919| #define HAVE_DIRENT_H 1
10920| #define HAVE_TERM_H 1
10921| #define HAVE_MAKEDEV 1
10922| #define _LARGEFILE_SOURCE 1
10923| #define _FILE_OFFSET_BITS 64
10924| #if defined(SCO_DS)
10925| #undef _OFF_T
10926| #endif
10927| #define RETSIGTYPE void
10928| #define HAVE_SSIZE_T 1
10929| #define SIZEOF_INT 4
10930| #define SIZEOF_LONG 4
10931| #define SIZEOF_VOID_P 4
10932| #define SIZEOF_SHORT 2
10933| #define SIZEOF_FLOAT 4
10934| #define SIZEOF_DOUBLE 8
10935| #define SIZEOF_FPOS_T 8
10936| #define SIZEOF_SIZE_T 4
10937| #define HAVE_LONG_LONG 1
10938| #define SIZEOF_LONG_LONG 8
10939| #define HAVE_UINTPTR_T 1
10940| #define SIZEOF_UINTPTR_T 4
10941| #define SIZEOF_OFF_T 8
10942| #define HAVE_LARGEFILE_SUPPORT 1
10943| #define SIZEOF_TIME_T 4
10944| #define SIZEOF_PTHREAD_T 4
10945| #define USE_TOOLBOX_OBJECT_GLUE 1
10946| #define WITH_NEXT_FRAMEWORK 1
10947| #define WITH_DYLD 1
10948| #define SHLIB_EXT ".so"
10949| #define WITH_THREAD 1
10950| #define _REENTRANT 1
10951| #define WITH_DOC_STRINGS 1
10952| #define WITH_PYMALLOC 1
10953| /* end confdefs.h.  */
10954| /* Define setpgid to an innocuous variant, in case <limits.h> declares setpgid.
10955|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10956| #define setpgid innocuous_setpgid
10957|
10958| /* System header to define __stub macros and hopefully few prototypes,
10959|     which can conflict with char setpgid (); below.
10960|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10961|     <limits.h> exists even on freestanding compilers.  */
10962|
10963| #ifdef __STDC__
10964| # include <limits.h>
10965| #else
10966| # include <assert.h>
10967| #endif
10968|
10969| #undef setpgid
10970|
10971| /* Override any GCC internal prototype to avoid an error.
10972|    Use char because int might match the return type of a GCC
10973|    builtin and then its argument prototype would still apply.  */
10974| #ifdef __cplusplus
10975| extern "C"
10976| #endif
10977| char setpgid ();
10978| /* The GNU C library defines this for functions which it implements
10979|     to always fail with ENOSYS.  Some functions are actually named
10980|     something starting with __ and the normal name is an alias.  */
10981| #if defined __stub_setpgid || defined __stub___setpgid
10982| choke me
10983| #endif
10984|
10985| int
10986| main ()
10987| {
10988| return setpgid ();
10989|   ;
10990|   return 0;
10991| }
10992configure:14807: result: no
10993configure:14727: checking for setpgrp
10994configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
10995ld: library not found for -lcrt1.10.5.o
10996collect2: ld returned 1 exit status
10997ld: library not found for -lcrt1.10.5.o
10998collect2: ld returned 1 exit status
10999lipo: can't open input file: /var/tmp//cch7ORSA.out (No such file or directory)
11000configure:14789: $? = 1
11001configure: failed program was:
11002| /* confdefs.h.  */
11003| #define _GNU_SOURCE 1
11004| #define _NETBSD_SOURCE 1
11005| #define __BSD_VISIBLE 1
11006| #define _BSD_TYPES 1
11007| #define Py_ENABLE_SHARED 1
11008| #define STDC_HEADERS 1
11009| #define HAVE_SYS_TYPES_H 1
11010| #define HAVE_SYS_STAT_H 1
11011| #define HAVE_STDLIB_H 1
11012| #define HAVE_STRING_H 1
11013| #define HAVE_MEMORY_H 1
11014| #define HAVE_STRINGS_H 1
11015| #define HAVE_INTTYPES_H 1
11016| #define HAVE_STDINT_H 1
11017| #define HAVE_UNISTD_H 1
11018| #define HAVE_CURSES_H 1
11019| #define HAVE_DLFCN_H 1
11020| #define HAVE_ERRNO_H 1
11021| #define HAVE_FCNTL_H 1
11022| #define HAVE_GRP_H 1
11023| #define HAVE_LANGINFO_H 1
11024| #define HAVE_LIBINTL_H 1
11025| #define HAVE_NCURSES_H 1
11026| #define HAVE_POLL_H 1
11027| #define HAVE_PTHREAD_H 1
11028| #define HAVE_SIGNAL_H 1
11029| #define HAVE_STDINT_H 1
11030| #define HAVE_TERMIOS_H 1
11031| #define HAVE_UNISTD_H 1
11032| #define HAVE_UTIME_H 1
11033| #define HAVE_SYS_FILE_H 1
11034| #define HAVE_SYS_LOCK_H 1
11035| #define HAVE_SYS_PARAM_H 1
11036| #define HAVE_SYS_POLL_H 1
11037| #define HAVE_SYS_SELECT_H 1
11038| #define HAVE_SYS_SOCKET_H 1
11039| #define HAVE_SYS_STATVFS_H 1
11040| #define HAVE_SYS_STAT_H 1
11041| #define HAVE_SYS_TIME_H 1
11042| #define HAVE_SYS_TIMES_H 1
11043| #define HAVE_SYS_TYPES_H 1
11044| #define HAVE_SYS_UN_H 1
11045| #define HAVE_SYS_UTSNAME_H 1
11046| #define HAVE_SYS_WAIT_H 1
11047| #define HAVE_SYS_RESOURCE_H 1
11048| #define HAVE_SYSEXITS_H 1
11049| #define HAVE_DIRENT_H 1
11050| #define HAVE_TERM_H 1
11051| #define HAVE_MAKEDEV 1
11052| #define _LARGEFILE_SOURCE 1
11053| #define _FILE_OFFSET_BITS 64
11054| #if defined(SCO_DS)
11055| #undef _OFF_T
11056| #endif
11057| #define RETSIGTYPE void
11058| #define HAVE_SSIZE_T 1
11059| #define SIZEOF_INT 4
11060| #define SIZEOF_LONG 4
11061| #define SIZEOF_VOID_P 4
11062| #define SIZEOF_SHORT 2
11063| #define SIZEOF_FLOAT 4
11064| #define SIZEOF_DOUBLE 8
11065| #define SIZEOF_FPOS_T 8
11066| #define SIZEOF_SIZE_T 4
11067| #define HAVE_LONG_LONG 1
11068| #define SIZEOF_LONG_LONG 8
11069| #define HAVE_UINTPTR_T 1
11070| #define SIZEOF_UINTPTR_T 4
11071| #define SIZEOF_OFF_T 8
11072| #define HAVE_LARGEFILE_SUPPORT 1
11073| #define SIZEOF_TIME_T 4
11074| #define SIZEOF_PTHREAD_T 4
11075| #define USE_TOOLBOX_OBJECT_GLUE 1
11076| #define WITH_NEXT_FRAMEWORK 1
11077| #define WITH_DYLD 1
11078| #define SHLIB_EXT ".so"
11079| #define WITH_THREAD 1
11080| #define _REENTRANT 1
11081| #define WITH_DOC_STRINGS 1
11082| #define WITH_PYMALLOC 1
11083| /* end confdefs.h.  */
11084| /* Define setpgrp to an innocuous variant, in case <limits.h> declares setpgrp.
11085|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11086| #define setpgrp innocuous_setpgrp
11087|
11088| /* System header to define __stub macros and hopefully few prototypes,
11089|     which can conflict with char setpgrp (); below.
11090|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11091|     <limits.h> exists even on freestanding compilers.  */
11092|
11093| #ifdef __STDC__
11094| # include <limits.h>
11095| #else
11096| # include <assert.h>
11097| #endif
11098|
11099| #undef setpgrp
11100|
11101| /* Override any GCC internal prototype to avoid an error.
11102|    Use char because int might match the return type of a GCC
11103|    builtin and then its argument prototype would still apply.  */
11104| #ifdef __cplusplus
11105| extern "C"
11106| #endif
11107| char setpgrp ();
11108| /* The GNU C library defines this for functions which it implements
11109|     to always fail with ENOSYS.  Some functions are actually named
11110|     something starting with __ and the normal name is an alias.  */
11111| #if defined __stub_setpgrp || defined __stub___setpgrp
11112| choke me
11113| #endif
11114|
11115| int
11116| main ()
11117| {
11118| return setpgrp ();
11119|   ;
11120|   return 0;
11121| }
11122configure:14807: result: no
11123configure:14727: checking for setuid
11124configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11125Binary file conftest.er1 matches
11126configure:14789: $? = 1
11127configure: failed program was:
11128| /* confdefs.h.  */
11129| #define _GNU_SOURCE 1
11130| #define _NETBSD_SOURCE 1
11131| #define __BSD_VISIBLE 1
11132| #define _BSD_TYPES 1
11133| #define Py_ENABLE_SHARED 1
11134| #define STDC_HEADERS 1
11135| #define HAVE_SYS_TYPES_H 1
11136| #define HAVE_SYS_STAT_H 1
11137| #define HAVE_STDLIB_H 1
11138| #define HAVE_STRING_H 1
11139| #define HAVE_MEMORY_H 1
11140| #define HAVE_STRINGS_H 1
11141| #define HAVE_INTTYPES_H 1
11142| #define HAVE_STDINT_H 1
11143| #define HAVE_UNISTD_H 1
11144| #define HAVE_CURSES_H 1
11145| #define HAVE_DLFCN_H 1
11146| #define HAVE_ERRNO_H 1
11147| #define HAVE_FCNTL_H 1
11148| #define HAVE_GRP_H 1
11149| #define HAVE_LANGINFO_H 1
11150| #define HAVE_LIBINTL_H 1
11151| #define HAVE_NCURSES_H 1
11152| #define HAVE_POLL_H 1
11153| #define HAVE_PTHREAD_H 1
11154| #define HAVE_SIGNAL_H 1
11155| #define HAVE_STDINT_H 1
11156| #define HAVE_TERMIOS_H 1
11157| #define HAVE_UNISTD_H 1
11158| #define HAVE_UTIME_H 1
11159| #define HAVE_SYS_FILE_H 1
11160| #define HAVE_SYS_LOCK_H 1
11161| #define HAVE_SYS_PARAM_H 1
11162| #define HAVE_SYS_POLL_H 1
11163| #define HAVE_SYS_SELECT_H 1
11164| #define HAVE_SYS_SOCKET_H 1
11165| #define HAVE_SYS_STATVFS_H 1
11166| #define HAVE_SYS_STAT_H 1
11167| #define HAVE_SYS_TIME_H 1
11168| #define HAVE_SYS_TIMES_H 1
11169| #define HAVE_SYS_TYPES_H 1
11170| #define HAVE_SYS_UN_H 1
11171| #define HAVE_SYS_UTSNAME_H 1
11172| #define HAVE_SYS_WAIT_H 1
11173| #define HAVE_SYS_RESOURCE_H 1
11174| #define HAVE_SYSEXITS_H 1
11175| #define HAVE_DIRENT_H 1
11176| #define HAVE_TERM_H 1
11177| #define HAVE_MAKEDEV 1
11178| #define _LARGEFILE_SOURCE 1
11179| #define _FILE_OFFSET_BITS 64
11180| #if defined(SCO_DS)
11181| #undef _OFF_T
11182| #endif
11183| #define RETSIGTYPE void
11184| #define HAVE_SSIZE_T 1
11185| #define SIZEOF_INT 4
11186| #define SIZEOF_LONG 4
11187| #define SIZEOF_VOID_P 4
11188| #define SIZEOF_SHORT 2
11189| #define SIZEOF_FLOAT 4
11190| #define SIZEOF_DOUBLE 8
11191| #define SIZEOF_FPOS_T 8
11192| #define SIZEOF_SIZE_T 4
11193| #define HAVE_LONG_LONG 1
11194| #define SIZEOF_LONG_LONG 8
11195| #define HAVE_UINTPTR_T 1
11196| #define SIZEOF_UINTPTR_T 4
11197| #define SIZEOF_OFF_T 8
11198| #define HAVE_LARGEFILE_SUPPORT 1
11199| #define SIZEOF_TIME_T 4
11200| #define SIZEOF_PTHREAD_T 4
11201| #define USE_TOOLBOX_OBJECT_GLUE 1
11202| #define WITH_NEXT_FRAMEWORK 1
11203| #define WITH_DYLD 1
11204| #define SHLIB_EXT ".so"
11205| #define WITH_THREAD 1
11206| #define _REENTRANT 1
11207| #define WITH_DOC_STRINGS 1
11208| #define WITH_PYMALLOC 1
11209| /* end confdefs.h.  */
11210| /* Define setuid to an innocuous variant, in case <limits.h> declares setuid.
11211|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11212| #define setuid innocuous_setuid
11213|
11214| /* System header to define __stub macros and hopefully few prototypes,
11215|     which can conflict with char setuid (); below.
11216|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11217|     <limits.h> exists even on freestanding compilers.  */
11218|
11219| #ifdef __STDC__
11220| # include <limits.h>
11221| #else
11222| # include <assert.h>
11223| #endif
11224|
11225| #undef setuid
11226|
11227| /* Override any GCC internal prototype to avoid an error.
11228|    Use char because int might match the return type of a GCC
11229|    builtin and then its argument prototype would still apply.  */
11230| #ifdef __cplusplus
11231| extern "C"
11232| #endif
11233| char setuid ();
11234| /* The GNU C library defines this for functions which it implements
11235|     to always fail with ENOSYS.  Some functions are actually named
11236|     something starting with __ and the normal name is an alias.  */
11237| #if defined __stub_setuid || defined __stub___setuid
11238| choke me
11239| #endif
11240|
11241| int
11242| main ()
11243| {
11244| return setuid ();
11245|   ;
11246|   return 0;
11247| }
11248configure:14807: result: no
11249configure:14727: checking for setvbuf
11250configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11251ld: library not found for -lcrt1.10.5.o
11252collect2: ld returned 1 exit status
11253ld: library not found for -lcrt1.10.5.o
11254collect2: ld returned 1 exit status
11255lipo: can't open input file: /var/tmp//cc9v8aEc.out (No such file or directory)
11256configure:14789: $? = 1
11257configure: failed program was:
11258| /* confdefs.h.  */
11259| #define _GNU_SOURCE 1
11260| #define _NETBSD_SOURCE 1
11261| #define __BSD_VISIBLE 1
11262| #define _BSD_TYPES 1
11263| #define Py_ENABLE_SHARED 1
11264| #define STDC_HEADERS 1
11265| #define HAVE_SYS_TYPES_H 1
11266| #define HAVE_SYS_STAT_H 1
11267| #define HAVE_STDLIB_H 1
11268| #define HAVE_STRING_H 1
11269| #define HAVE_MEMORY_H 1
11270| #define HAVE_STRINGS_H 1
11271| #define HAVE_INTTYPES_H 1
11272| #define HAVE_STDINT_H 1
11273| #define HAVE_UNISTD_H 1
11274| #define HAVE_CURSES_H 1
11275| #define HAVE_DLFCN_H 1
11276| #define HAVE_ERRNO_H 1
11277| #define HAVE_FCNTL_H 1
11278| #define HAVE_GRP_H 1
11279| #define HAVE_LANGINFO_H 1
11280| #define HAVE_LIBINTL_H 1
11281| #define HAVE_NCURSES_H 1
11282| #define HAVE_POLL_H 1
11283| #define HAVE_PTHREAD_H 1
11284| #define HAVE_SIGNAL_H 1
11285| #define HAVE_STDINT_H 1
11286| #define HAVE_TERMIOS_H 1
11287| #define HAVE_UNISTD_H 1
11288| #define HAVE_UTIME_H 1
11289| #define HAVE_SYS_FILE_H 1
11290| #define HAVE_SYS_LOCK_H 1
11291| #define HAVE_SYS_PARAM_H 1
11292| #define HAVE_SYS_POLL_H 1
11293| #define HAVE_SYS_SELECT_H 1
11294| #define HAVE_SYS_SOCKET_H 1
11295| #define HAVE_SYS_STATVFS_H 1
11296| #define HAVE_SYS_STAT_H 1
11297| #define HAVE_SYS_TIME_H 1
11298| #define HAVE_SYS_TIMES_H 1
11299| #define HAVE_SYS_TYPES_H 1
11300| #define HAVE_SYS_UN_H 1
11301| #define HAVE_SYS_UTSNAME_H 1
11302| #define HAVE_SYS_WAIT_H 1
11303| #define HAVE_SYS_RESOURCE_H 1
11304| #define HAVE_SYSEXITS_H 1
11305| #define HAVE_DIRENT_H 1
11306| #define HAVE_TERM_H 1
11307| #define HAVE_MAKEDEV 1
11308| #define _LARGEFILE_SOURCE 1
11309| #define _FILE_OFFSET_BITS 64
11310| #if defined(SCO_DS)
11311| #undef _OFF_T
11312| #endif
11313| #define RETSIGTYPE void
11314| #define HAVE_SSIZE_T 1
11315| #define SIZEOF_INT 4
11316| #define SIZEOF_LONG 4
11317| #define SIZEOF_VOID_P 4
11318| #define SIZEOF_SHORT 2
11319| #define SIZEOF_FLOAT 4
11320| #define SIZEOF_DOUBLE 8
11321| #define SIZEOF_FPOS_T 8
11322| #define SIZEOF_SIZE_T 4
11323| #define HAVE_LONG_LONG 1
11324| #define SIZEOF_LONG_LONG 8
11325| #define HAVE_UINTPTR_T 1
11326| #define SIZEOF_UINTPTR_T 4
11327| #define SIZEOF_OFF_T 8
11328| #define HAVE_LARGEFILE_SUPPORT 1
11329| #define SIZEOF_TIME_T 4
11330| #define SIZEOF_PTHREAD_T 4
11331| #define USE_TOOLBOX_OBJECT_GLUE 1
11332| #define WITH_NEXT_FRAMEWORK 1
11333| #define WITH_DYLD 1
11334| #define SHLIB_EXT ".so"
11335| #define WITH_THREAD 1
11336| #define _REENTRANT 1
11337| #define WITH_DOC_STRINGS 1
11338| #define WITH_PYMALLOC 1
11339| /* end confdefs.h.  */
11340| /* Define setvbuf to an innocuous variant, in case <limits.h> declares setvbuf.
11341|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11342| #define setvbuf innocuous_setvbuf
11343|
11344| /* System header to define __stub macros and hopefully few prototypes,
11345|     which can conflict with char setvbuf (); below.
11346|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11347|     <limits.h> exists even on freestanding compilers.  */
11348|
11349| #ifdef __STDC__
11350| # include <limits.h>
11351| #else
11352| # include <assert.h>
11353| #endif
11354|
11355| #undef setvbuf
11356|
11357| /* Override any GCC internal prototype to avoid an error.
11358|    Use char because int might match the return type of a GCC
11359|    builtin and then its argument prototype would still apply.  */
11360| #ifdef __cplusplus
11361| extern "C"
11362| #endif
11363| char setvbuf ();
11364| /* The GNU C library defines this for functions which it implements
11365|     to always fail with ENOSYS.  Some functions are actually named
11366|     something starting with __ and the normal name is an alias.  */
11367| #if defined __stub_setvbuf || defined __stub___setvbuf
11368| choke me
11369| #endif
11370|
11371| int
11372| main ()
11373| {
11374| return setvbuf ();
11375|   ;
11376|   return 0;
11377| }
11378configure:14807: result: no
11379configure:14727: checking for snprintf
11380configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11381conftest.c:106: warning: conflicting types for built-in function 'snprintf'
11382conftest.c:106: warning: conflicting types for built-in function 'snprintf'
11383ld: library not found for -lcrt1.10.5.o
11384collect2: ld returned 1 exit status
11385ld: library not found for -lcrt1.10.5.o
11386collect2: ld returned 1 exit status
11387lipo: can't open input file: /var/tmp//ccsUNla2.out (No such file or directory)
11388configure:14789: $? = 1
11389configure: failed program was:
11390| /* confdefs.h.  */
11391| #define _GNU_SOURCE 1
11392| #define _NETBSD_SOURCE 1
11393| #define __BSD_VISIBLE 1
11394| #define _BSD_TYPES 1
11395| #define Py_ENABLE_SHARED 1
11396| #define STDC_HEADERS 1
11397| #define HAVE_SYS_TYPES_H 1
11398| #define HAVE_SYS_STAT_H 1
11399| #define HAVE_STDLIB_H 1
11400| #define HAVE_STRING_H 1
11401| #define HAVE_MEMORY_H 1
11402| #define HAVE_STRINGS_H 1
11403| #define HAVE_INTTYPES_H 1
11404| #define HAVE_STDINT_H 1
11405| #define HAVE_UNISTD_H 1
11406| #define HAVE_CURSES_H 1
11407| #define HAVE_DLFCN_H 1
11408| #define HAVE_ERRNO_H 1
11409| #define HAVE_FCNTL_H 1
11410| #define HAVE_GRP_H 1
11411| #define HAVE_LANGINFO_H 1
11412| #define HAVE_LIBINTL_H 1
11413| #define HAVE_NCURSES_H 1
11414| #define HAVE_POLL_H 1
11415| #define HAVE_PTHREAD_H 1
11416| #define HAVE_SIGNAL_H 1
11417| #define HAVE_STDINT_H 1
11418| #define HAVE_TERMIOS_H 1
11419| #define HAVE_UNISTD_H 1
11420| #define HAVE_UTIME_H 1
11421| #define HAVE_SYS_FILE_H 1
11422| #define HAVE_SYS_LOCK_H 1
11423| #define HAVE_SYS_PARAM_H 1
11424| #define HAVE_SYS_POLL_H 1
11425| #define HAVE_SYS_SELECT_H 1
11426| #define HAVE_SYS_SOCKET_H 1
11427| #define HAVE_SYS_STATVFS_H 1
11428| #define HAVE_SYS_STAT_H 1
11429| #define HAVE_SYS_TIME_H 1
11430| #define HAVE_SYS_TIMES_H 1
11431| #define HAVE_SYS_TYPES_H 1
11432| #define HAVE_SYS_UN_H 1
11433| #define HAVE_SYS_UTSNAME_H 1
11434| #define HAVE_SYS_WAIT_H 1
11435| #define HAVE_SYS_RESOURCE_H 1
11436| #define HAVE_SYSEXITS_H 1
11437| #define HAVE_DIRENT_H 1
11438| #define HAVE_TERM_H 1
11439| #define HAVE_MAKEDEV 1
11440| #define _LARGEFILE_SOURCE 1
11441| #define _FILE_OFFSET_BITS 64
11442| #if defined(SCO_DS)
11443| #undef _OFF_T
11444| #endif
11445| #define RETSIGTYPE void
11446| #define HAVE_SSIZE_T 1
11447| #define SIZEOF_INT 4
11448| #define SIZEOF_LONG 4
11449| #define SIZEOF_VOID_P 4
11450| #define SIZEOF_SHORT 2
11451| #define SIZEOF_FLOAT 4
11452| #define SIZEOF_DOUBLE 8
11453| #define SIZEOF_FPOS_T 8
11454| #define SIZEOF_SIZE_T 4
11455| #define HAVE_LONG_LONG 1
11456| #define SIZEOF_LONG_LONG 8
11457| #define HAVE_UINTPTR_T 1
11458| #define SIZEOF_UINTPTR_T 4
11459| #define SIZEOF_OFF_T 8
11460| #define HAVE_LARGEFILE_SUPPORT 1
11461| #define SIZEOF_TIME_T 4
11462| #define SIZEOF_PTHREAD_T 4
11463| #define USE_TOOLBOX_OBJECT_GLUE 1
11464| #define WITH_NEXT_FRAMEWORK 1
11465| #define WITH_DYLD 1
11466| #define SHLIB_EXT ".so"
11467| #define WITH_THREAD 1
11468| #define _REENTRANT 1
11469| #define WITH_DOC_STRINGS 1
11470| #define WITH_PYMALLOC 1
11471| /* end confdefs.h.  */
11472| /* Define snprintf to an innocuous variant, in case <limits.h> declares snprintf.
11473|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11474| #define snprintf innocuous_snprintf
11475|
11476| /* System header to define __stub macros and hopefully few prototypes,
11477|     which can conflict with char snprintf (); below.
11478|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11479|     <limits.h> exists even on freestanding compilers.  */
11480|
11481| #ifdef __STDC__
11482| # include <limits.h>
11483| #else
11484| # include <assert.h>
11485| #endif
11486|
11487| #undef snprintf
11488|
11489| /* Override any GCC internal prototype to avoid an error.
11490|    Use char because int might match the return type of a GCC
11491|    builtin and then its argument prototype would still apply.  */
11492| #ifdef __cplusplus
11493| extern "C"
11494| #endif
11495| char snprintf ();
11496| /* The GNU C library defines this for functions which it implements
11497|     to always fail with ENOSYS.  Some functions are actually named
11498|     something starting with __ and the normal name is an alias.  */
11499| #if defined __stub_snprintf || defined __stub___snprintf
11500| choke me
11501| #endif
11502|
11503| int
11504| main ()
11505| {
11506| return snprintf ();
11507|   ;
11508|   return 0;
11509| }
11510configure:14807: result: no
11511configure:14727: checking for sigaction
11512configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11513Binary file conftest.er1 matches
11514configure:14789: $? = 1
11515configure: failed program was:
11516| /* confdefs.h.  */
11517| #define _GNU_SOURCE 1
11518| #define _NETBSD_SOURCE 1
11519| #define __BSD_VISIBLE 1
11520| #define _BSD_TYPES 1
11521| #define Py_ENABLE_SHARED 1
11522| #define STDC_HEADERS 1
11523| #define HAVE_SYS_TYPES_H 1
11524| #define HAVE_SYS_STAT_H 1
11525| #define HAVE_STDLIB_H 1
11526| #define HAVE_STRING_H 1
11527| #define HAVE_MEMORY_H 1
11528| #define HAVE_STRINGS_H 1
11529| #define HAVE_INTTYPES_H 1
11530| #define HAVE_STDINT_H 1
11531| #define HAVE_UNISTD_H 1
11532| #define HAVE_CURSES_H 1
11533| #define HAVE_DLFCN_H 1
11534| #define HAVE_ERRNO_H 1
11535| #define HAVE_FCNTL_H 1
11536| #define HAVE_GRP_H 1
11537| #define HAVE_LANGINFO_H 1
11538| #define HAVE_LIBINTL_H 1
11539| #define HAVE_NCURSES_H 1
11540| #define HAVE_POLL_H 1
11541| #define HAVE_PTHREAD_H 1
11542| #define HAVE_SIGNAL_H 1
11543| #define HAVE_STDINT_H 1
11544| #define HAVE_TERMIOS_H 1
11545| #define HAVE_UNISTD_H 1
11546| #define HAVE_UTIME_H 1
11547| #define HAVE_SYS_FILE_H 1
11548| #define HAVE_SYS_LOCK_H 1
11549| #define HAVE_SYS_PARAM_H 1
11550| #define HAVE_SYS_POLL_H 1
11551| #define HAVE_SYS_SELECT_H 1
11552| #define HAVE_SYS_SOCKET_H 1
11553| #define HAVE_SYS_STATVFS_H 1
11554| #define HAVE_SYS_STAT_H 1
11555| #define HAVE_SYS_TIME_H 1
11556| #define HAVE_SYS_TIMES_H 1
11557| #define HAVE_SYS_TYPES_H 1
11558| #define HAVE_SYS_UN_H 1
11559| #define HAVE_SYS_UTSNAME_H 1
11560| #define HAVE_SYS_WAIT_H 1
11561| #define HAVE_SYS_RESOURCE_H 1
11562| #define HAVE_SYSEXITS_H 1
11563| #define HAVE_DIRENT_H 1
11564| #define HAVE_TERM_H 1
11565| #define HAVE_MAKEDEV 1
11566| #define _LARGEFILE_SOURCE 1
11567| #define _FILE_OFFSET_BITS 64
11568| #if defined(SCO_DS)
11569| #undef _OFF_T
11570| #endif
11571| #define RETSIGTYPE void
11572| #define HAVE_SSIZE_T 1
11573| #define SIZEOF_INT 4
11574| #define SIZEOF_LONG 4
11575| #define SIZEOF_VOID_P 4
11576| #define SIZEOF_SHORT 2
11577| #define SIZEOF_FLOAT 4
11578| #define SIZEOF_DOUBLE 8
11579| #define SIZEOF_FPOS_T 8
11580| #define SIZEOF_SIZE_T 4
11581| #define HAVE_LONG_LONG 1
11582| #define SIZEOF_LONG_LONG 8
11583| #define HAVE_UINTPTR_T 1
11584| #define SIZEOF_UINTPTR_T 4
11585| #define SIZEOF_OFF_T 8
11586| #define HAVE_LARGEFILE_SUPPORT 1
11587| #define SIZEOF_TIME_T 4
11588| #define SIZEOF_PTHREAD_T 4
11589| #define USE_TOOLBOX_OBJECT_GLUE 1
11590| #define WITH_NEXT_FRAMEWORK 1
11591| #define WITH_DYLD 1
11592| #define SHLIB_EXT ".so"
11593| #define WITH_THREAD 1
11594| #define _REENTRANT 1
11595| #define WITH_DOC_STRINGS 1
11596| #define WITH_PYMALLOC 1
11597| /* end confdefs.h.  */
11598| /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
11599|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11600| #define sigaction innocuous_sigaction
11601|
11602| /* System header to define __stub macros and hopefully few prototypes,
11603|     which can conflict with char sigaction (); below.
11604|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11605|     <limits.h> exists even on freestanding compilers.  */
11606|
11607| #ifdef __STDC__
11608| # include <limits.h>
11609| #else
11610| # include <assert.h>
11611| #endif
11612|
11613| #undef sigaction
11614|
11615| /* Override any GCC internal prototype to avoid an error.
11616|    Use char because int might match the return type of a GCC
11617|    builtin and then its argument prototype would still apply.  */
11618| #ifdef __cplusplus
11619| extern "C"
11620| #endif
11621| char sigaction ();
11622| /* The GNU C library defines this for functions which it implements
11623|     to always fail with ENOSYS.  Some functions are actually named
11624|     something starting with __ and the normal name is an alias.  */
11625| #if defined __stub_sigaction || defined __stub___sigaction
11626| choke me
11627| #endif
11628|
11629| int
11630| main ()
11631| {
11632| return sigaction ();
11633|   ;
11634|   return 0;
11635| }
11636configure:14807: result: no
11637configure:14727: checking for siginterrupt
11638configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11639ld: library not found for -lcrt1.10.5.o
11640collect2: ld returned 1 exit status
11641ld: library not found for -lcrt1.10.5.o
11642collect2: ld returned 1 exit status
11643lipo: can't open input file: /var/tmp//ccPO5nQT.out (No such file or directory)
11644configure:14789: $? = 1
11645configure: failed program was:
11646| /* confdefs.h.  */
11647| #define _GNU_SOURCE 1
11648| #define _NETBSD_SOURCE 1
11649| #define __BSD_VISIBLE 1
11650| #define _BSD_TYPES 1
11651| #define Py_ENABLE_SHARED 1
11652| #define STDC_HEADERS 1
11653| #define HAVE_SYS_TYPES_H 1
11654| #define HAVE_SYS_STAT_H 1
11655| #define HAVE_STDLIB_H 1
11656| #define HAVE_STRING_H 1
11657| #define HAVE_MEMORY_H 1
11658| #define HAVE_STRINGS_H 1
11659| #define HAVE_INTTYPES_H 1
11660| #define HAVE_STDINT_H 1
11661| #define HAVE_UNISTD_H 1
11662| #define HAVE_CURSES_H 1
11663| #define HAVE_DLFCN_H 1
11664| #define HAVE_ERRNO_H 1
11665| #define HAVE_FCNTL_H 1
11666| #define HAVE_GRP_H 1
11667| #define HAVE_LANGINFO_H 1
11668| #define HAVE_LIBINTL_H 1
11669| #define HAVE_NCURSES_H 1
11670| #define HAVE_POLL_H 1
11671| #define HAVE_PTHREAD_H 1
11672| #define HAVE_SIGNAL_H 1
11673| #define HAVE_STDINT_H 1
11674| #define HAVE_TERMIOS_H 1
11675| #define HAVE_UNISTD_H 1
11676| #define HAVE_UTIME_H 1
11677| #define HAVE_SYS_FILE_H 1
11678| #define HAVE_SYS_LOCK_H 1
11679| #define HAVE_SYS_PARAM_H 1
11680| #define HAVE_SYS_POLL_H 1
11681| #define HAVE_SYS_SELECT_H 1
11682| #define HAVE_SYS_SOCKET_H 1
11683| #define HAVE_SYS_STATVFS_H 1
11684| #define HAVE_SYS_STAT_H 1
11685| #define HAVE_SYS_TIME_H 1
11686| #define HAVE_SYS_TIMES_H 1
11687| #define HAVE_SYS_TYPES_H 1
11688| #define HAVE_SYS_UN_H 1
11689| #define HAVE_SYS_UTSNAME_H 1
11690| #define HAVE_SYS_WAIT_H 1
11691| #define HAVE_SYS_RESOURCE_H 1
11692| #define HAVE_SYSEXITS_H 1
11693| #define HAVE_DIRENT_H 1
11694| #define HAVE_TERM_H 1
11695| #define HAVE_MAKEDEV 1
11696| #define _LARGEFILE_SOURCE 1
11697| #define _FILE_OFFSET_BITS 64
11698| #if defined(SCO_DS)
11699| #undef _OFF_T
11700| #endif
11701| #define RETSIGTYPE void
11702| #define HAVE_SSIZE_T 1
11703| #define SIZEOF_INT 4
11704| #define SIZEOF_LONG 4
11705| #define SIZEOF_VOID_P 4
11706| #define SIZEOF_SHORT 2
11707| #define SIZEOF_FLOAT 4
11708| #define SIZEOF_DOUBLE 8
11709| #define SIZEOF_FPOS_T 8
11710| #define SIZEOF_SIZE_T 4
11711| #define HAVE_LONG_LONG 1
11712| #define SIZEOF_LONG_LONG 8
11713| #define HAVE_UINTPTR_T 1
11714| #define SIZEOF_UINTPTR_T 4
11715| #define SIZEOF_OFF_T 8
11716| #define HAVE_LARGEFILE_SUPPORT 1
11717| #define SIZEOF_TIME_T 4
11718| #define SIZEOF_PTHREAD_T 4
11719| #define USE_TOOLBOX_OBJECT_GLUE 1
11720| #define WITH_NEXT_FRAMEWORK 1
11721| #define WITH_DYLD 1
11722| #define SHLIB_EXT ".so"
11723| #define WITH_THREAD 1
11724| #define _REENTRANT 1
11725| #define WITH_DOC_STRINGS 1
11726| #define WITH_PYMALLOC 1
11727| /* end confdefs.h.  */
11728| /* Define siginterrupt to an innocuous variant, in case <limits.h> declares siginterrupt.
11729|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11730| #define siginterrupt innocuous_siginterrupt
11731|
11732| /* System header to define __stub macros and hopefully few prototypes,
11733|     which can conflict with char siginterrupt (); below.
11734|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11735|     <limits.h> exists even on freestanding compilers.  */
11736|
11737| #ifdef __STDC__
11738| # include <limits.h>
11739| #else
11740| # include <assert.h>
11741| #endif
11742|
11743| #undef siginterrupt
11744|
11745| /* Override any GCC internal prototype to avoid an error.
11746|    Use char because int might match the return type of a GCC
11747|    builtin and then its argument prototype would still apply.  */
11748| #ifdef __cplusplus
11749| extern "C"
11750| #endif
11751| char siginterrupt ();
11752| /* The GNU C library defines this for functions which it implements
11753|     to always fail with ENOSYS.  Some functions are actually named
11754|     something starting with __ and the normal name is an alias.  */
11755| #if defined __stub_siginterrupt || defined __stub___siginterrupt
11756| choke me
11757| #endif
11758|
11759| int
11760| main ()
11761| {
11762| return siginterrupt ();
11763|   ;
11764|   return 0;
11765| }
11766configure:14807: result: no
11767configure:14727: checking for sigrelse
11768configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11769ld: library not found for -lcrt1.10.5.o
11770ld: library not found for -lcrt1.10.5.o
11771collect2: ld returned 1 exit status
11772collect2: ld returned 1 exit status
11773lipo: can't open input file: /var/tmp//ccQQaOE9.out (No such file or directory)
11774configure:14789: $? = 1
11775configure: failed program was:
11776| /* confdefs.h.  */
11777| #define _GNU_SOURCE 1
11778| #define _NETBSD_SOURCE 1
11779| #define __BSD_VISIBLE 1
11780| #define _BSD_TYPES 1
11781| #define Py_ENABLE_SHARED 1
11782| #define STDC_HEADERS 1
11783| #define HAVE_SYS_TYPES_H 1
11784| #define HAVE_SYS_STAT_H 1
11785| #define HAVE_STDLIB_H 1
11786| #define HAVE_STRING_H 1
11787| #define HAVE_MEMORY_H 1
11788| #define HAVE_STRINGS_H 1
11789| #define HAVE_INTTYPES_H 1
11790| #define HAVE_STDINT_H 1
11791| #define HAVE_UNISTD_H 1
11792| #define HAVE_CURSES_H 1
11793| #define HAVE_DLFCN_H 1
11794| #define HAVE_ERRNO_H 1
11795| #define HAVE_FCNTL_H 1
11796| #define HAVE_GRP_H 1
11797| #define HAVE_LANGINFO_H 1
11798| #define HAVE_LIBINTL_H 1
11799| #define HAVE_NCURSES_H 1
11800| #define HAVE_POLL_H 1
11801| #define HAVE_PTHREAD_H 1
11802| #define HAVE_SIGNAL_H 1
11803| #define HAVE_STDINT_H 1
11804| #define HAVE_TERMIOS_H 1
11805| #define HAVE_UNISTD_H 1
11806| #define HAVE_UTIME_H 1
11807| #define HAVE_SYS_FILE_H 1
11808| #define HAVE_SYS_LOCK_H 1
11809| #define HAVE_SYS_PARAM_H 1
11810| #define HAVE_SYS_POLL_H 1
11811| #define HAVE_SYS_SELECT_H 1
11812| #define HAVE_SYS_SOCKET_H 1
11813| #define HAVE_SYS_STATVFS_H 1
11814| #define HAVE_SYS_STAT_H 1
11815| #define HAVE_SYS_TIME_H 1
11816| #define HAVE_SYS_TIMES_H 1
11817| #define HAVE_SYS_TYPES_H 1
11818| #define HAVE_SYS_UN_H 1
11819| #define HAVE_SYS_UTSNAME_H 1
11820| #define HAVE_SYS_WAIT_H 1
11821| #define HAVE_SYS_RESOURCE_H 1
11822| #define HAVE_SYSEXITS_H 1
11823| #define HAVE_DIRENT_H 1
11824| #define HAVE_TERM_H 1
11825| #define HAVE_MAKEDEV 1
11826| #define _LARGEFILE_SOURCE 1
11827| #define _FILE_OFFSET_BITS 64
11828| #if defined(SCO_DS)
11829| #undef _OFF_T
11830| #endif
11831| #define RETSIGTYPE void
11832| #define HAVE_SSIZE_T 1
11833| #define SIZEOF_INT 4
11834| #define SIZEOF_LONG 4
11835| #define SIZEOF_VOID_P 4
11836| #define SIZEOF_SHORT 2
11837| #define SIZEOF_FLOAT 4
11838| #define SIZEOF_DOUBLE 8
11839| #define SIZEOF_FPOS_T 8
11840| #define SIZEOF_SIZE_T 4
11841| #define HAVE_LONG_LONG 1
11842| #define SIZEOF_LONG_LONG 8
11843| #define HAVE_UINTPTR_T 1
11844| #define SIZEOF_UINTPTR_T 4
11845| #define SIZEOF_OFF_T 8
11846| #define HAVE_LARGEFILE_SUPPORT 1
11847| #define SIZEOF_TIME_T 4
11848| #define SIZEOF_PTHREAD_T 4
11849| #define USE_TOOLBOX_OBJECT_GLUE 1
11850| #define WITH_NEXT_FRAMEWORK 1
11851| #define WITH_DYLD 1
11852| #define SHLIB_EXT ".so"
11853| #define WITH_THREAD 1
11854| #define _REENTRANT 1
11855| #define WITH_DOC_STRINGS 1
11856| #define WITH_PYMALLOC 1
11857| /* end confdefs.h.  */
11858| /* Define sigrelse to an innocuous variant, in case <limits.h> declares sigrelse.
11859|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11860| #define sigrelse innocuous_sigrelse
11861|
11862| /* System header to define __stub macros and hopefully few prototypes,
11863|     which can conflict with char sigrelse (); below.
11864|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11865|     <limits.h> exists even on freestanding compilers.  */
11866|
11867| #ifdef __STDC__
11868| # include <limits.h>
11869| #else
11870| # include <assert.h>
11871| #endif
11872|
11873| #undef sigrelse
11874|
11875| /* Override any GCC internal prototype to avoid an error.
11876|    Use char because int might match the return type of a GCC
11877|    builtin and then its argument prototype would still apply.  */
11878| #ifdef __cplusplus
11879| extern "C"
11880| #endif
11881| char sigrelse ();
11882| /* The GNU C library defines this for functions which it implements
11883|     to always fail with ENOSYS.  Some functions are actually named
11884|     something starting with __ and the normal name is an alias.  */
11885| #if defined __stub_sigrelse || defined __stub___sigrelse
11886| choke me
11887| #endif
11888|
11889| int
11890| main ()
11891| {
11892| return sigrelse ();
11893|   ;
11894|   return 0;
11895| }
11896configure:14807: result: no
11897configure:14727: checking for strftime
11898configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
11899conftest.c:106: warning: conflicting types for built-in function 'strftime'
11900conftest.c:106: warning: conflicting types for built-in function 'strftime'
11901ld: library not found for -lcrt1.10.5.o
11902collect2: ld returned 1 exit status
11903ld: library not found for -lcrt1.10.5.o
11904collect2: ld returned 1 exit status
11905lipo: can't open input file: /var/tmp//ccEi9wz3.out (No such file or directory)
11906configure:14789: $? = 1
11907configure: failed program was:
11908| /* confdefs.h.  */
11909| #define _GNU_SOURCE 1
11910| #define _NETBSD_SOURCE 1
11911| #define __BSD_VISIBLE 1
11912| #define _BSD_TYPES 1
11913| #define Py_ENABLE_SHARED 1
11914| #define STDC_HEADERS 1
11915| #define HAVE_SYS_TYPES_H 1
11916| #define HAVE_SYS_STAT_H 1
11917| #define HAVE_STDLIB_H 1
11918| #define HAVE_STRING_H 1
11919| #define HAVE_MEMORY_H 1
11920| #define HAVE_STRINGS_H 1
11921| #define HAVE_INTTYPES_H 1
11922| #define HAVE_STDINT_H 1
11923| #define HAVE_UNISTD_H 1
11924| #define HAVE_CURSES_H 1
11925| #define HAVE_DLFCN_H 1
11926| #define HAVE_ERRNO_H 1
11927| #define HAVE_FCNTL_H 1
11928| #define HAVE_GRP_H 1
11929| #define HAVE_LANGINFO_H 1
11930| #define HAVE_LIBINTL_H 1
11931| #define HAVE_NCURSES_H 1
11932| #define HAVE_POLL_H 1
11933| #define HAVE_PTHREAD_H 1
11934| #define HAVE_SIGNAL_H 1
11935| #define HAVE_STDINT_H 1
11936| #define HAVE_TERMIOS_H 1
11937| #define HAVE_UNISTD_H 1
11938| #define HAVE_UTIME_H 1
11939| #define HAVE_SYS_FILE_H 1
11940| #define HAVE_SYS_LOCK_H 1
11941| #define HAVE_SYS_PARAM_H 1
11942| #define HAVE_SYS_POLL_H 1
11943| #define HAVE_SYS_SELECT_H 1
11944| #define HAVE_SYS_SOCKET_H 1
11945| #define HAVE_SYS_STATVFS_H 1
11946| #define HAVE_SYS_STAT_H 1
11947| #define HAVE_SYS_TIME_H 1
11948| #define HAVE_SYS_TIMES_H 1
11949| #define HAVE_SYS_TYPES_H 1
11950| #define HAVE_SYS_UN_H 1
11951| #define HAVE_SYS_UTSNAME_H 1
11952| #define HAVE_SYS_WAIT_H 1
11953| #define HAVE_SYS_RESOURCE_H 1
11954| #define HAVE_SYSEXITS_H 1
11955| #define HAVE_DIRENT_H 1
11956| #define HAVE_TERM_H 1
11957| #define HAVE_MAKEDEV 1
11958| #define _LARGEFILE_SOURCE 1
11959| #define _FILE_OFFSET_BITS 64
11960| #if defined(SCO_DS)
11961| #undef _OFF_T
11962| #endif
11963| #define RETSIGTYPE void
11964| #define HAVE_SSIZE_T 1
11965| #define SIZEOF_INT 4
11966| #define SIZEOF_LONG 4
11967| #define SIZEOF_VOID_P 4
11968| #define SIZEOF_SHORT 2
11969| #define SIZEOF_FLOAT 4
11970| #define SIZEOF_DOUBLE 8
11971| #define SIZEOF_FPOS_T 8
11972| #define SIZEOF_SIZE_T 4
11973| #define HAVE_LONG_LONG 1
11974| #define SIZEOF_LONG_LONG 8
11975| #define HAVE_UINTPTR_T 1
11976| #define SIZEOF_UINTPTR_T 4
11977| #define SIZEOF_OFF_T 8
11978| #define HAVE_LARGEFILE_SUPPORT 1
11979| #define SIZEOF_TIME_T 4
11980| #define SIZEOF_PTHREAD_T 4
11981| #define USE_TOOLBOX_OBJECT_GLUE 1
11982| #define WITH_NEXT_FRAMEWORK 1
11983| #define WITH_DYLD 1
11984| #define SHLIB_EXT ".so"
11985| #define WITH_THREAD 1
11986| #define _REENTRANT 1
11987| #define WITH_DOC_STRINGS 1
11988| #define WITH_PYMALLOC 1
11989| /* end confdefs.h.  */
11990| /* Define strftime to an innocuous variant, in case <limits.h> declares strftime.
11991|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11992| #define strftime innocuous_strftime
11993|
11994| /* System header to define __stub macros and hopefully few prototypes,
11995|     which can conflict with char strftime (); below.
11996|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11997|     <limits.h> exists even on freestanding compilers.  */
11998|
11999| #ifdef __STDC__
12000| # include <limits.h>
12001| #else
12002| # include <assert.h>
12003| #endif
12004|
12005| #undef strftime
12006|
12007| /* Override any GCC internal prototype to avoid an error.
12008|    Use char because int might match the return type of a GCC
12009|    builtin and then its argument prototype would still apply.  */
12010| #ifdef __cplusplus
12011| extern "C"
12012| #endif
12013| char strftime ();
12014| /* The GNU C library defines this for functions which it implements
12015|     to always fail with ENOSYS.  Some functions are actually named
12016|     something starting with __ and the normal name is an alias.  */
12017| #if defined __stub_strftime || defined __stub___strftime
12018| choke me
12019| #endif
12020|
12021| int
12022| main ()
12023| {
12024| return strftime ();
12025|   ;
12026|   return 0;
12027| }
12028configure:14807: result: no
12029configure:14727: checking for sysconf
12030configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12031ld: library not found for -lcrt1.10.5.o
12032collect2: ld returned 1 exit status
12033ld: library not found for -lcrt1.10.5.o
12034collect2: ld returned 1 exit status
12035lipo: can't open input file: /var/tmp//ccnorbls.out (No such file or directory)
12036configure:14789: $? = 1
12037configure: failed program was:
12038| /* confdefs.h.  */
12039| #define _GNU_SOURCE 1
12040| #define _NETBSD_SOURCE 1
12041| #define __BSD_VISIBLE 1
12042| #define _BSD_TYPES 1
12043| #define Py_ENABLE_SHARED 1
12044| #define STDC_HEADERS 1
12045| #define HAVE_SYS_TYPES_H 1
12046| #define HAVE_SYS_STAT_H 1
12047| #define HAVE_STDLIB_H 1
12048| #define HAVE_STRING_H 1
12049| #define HAVE_MEMORY_H 1
12050| #define HAVE_STRINGS_H 1
12051| #define HAVE_INTTYPES_H 1
12052| #define HAVE_STDINT_H 1
12053| #define HAVE_UNISTD_H 1
12054| #define HAVE_CURSES_H 1
12055| #define HAVE_DLFCN_H 1
12056| #define HAVE_ERRNO_H 1
12057| #define HAVE_FCNTL_H 1
12058| #define HAVE_GRP_H 1
12059| #define HAVE_LANGINFO_H 1
12060| #define HAVE_LIBINTL_H 1
12061| #define HAVE_NCURSES_H 1
12062| #define HAVE_POLL_H 1
12063| #define HAVE_PTHREAD_H 1
12064| #define HAVE_SIGNAL_H 1
12065| #define HAVE_STDINT_H 1
12066| #define HAVE_TERMIOS_H 1
12067| #define HAVE_UNISTD_H 1
12068| #define HAVE_UTIME_H 1
12069| #define HAVE_SYS_FILE_H 1
12070| #define HAVE_SYS_LOCK_H 1
12071| #define HAVE_SYS_PARAM_H 1
12072| #define HAVE_SYS_POLL_H 1
12073| #define HAVE_SYS_SELECT_H 1
12074| #define HAVE_SYS_SOCKET_H 1
12075| #define HAVE_SYS_STATVFS_H 1
12076| #define HAVE_SYS_STAT_H 1
12077| #define HAVE_SYS_TIME_H 1
12078| #define HAVE_SYS_TIMES_H 1
12079| #define HAVE_SYS_TYPES_H 1
12080| #define HAVE_SYS_UN_H 1
12081| #define HAVE_SYS_UTSNAME_H 1
12082| #define HAVE_SYS_WAIT_H 1
12083| #define HAVE_SYS_RESOURCE_H 1
12084| #define HAVE_SYSEXITS_H 1
12085| #define HAVE_DIRENT_H 1
12086| #define HAVE_TERM_H 1
12087| #define HAVE_MAKEDEV 1
12088| #define _LARGEFILE_SOURCE 1
12089| #define _FILE_OFFSET_BITS 64
12090| #if defined(SCO_DS)
12091| #undef _OFF_T
12092| #endif
12093| #define RETSIGTYPE void
12094| #define HAVE_SSIZE_T 1
12095| #define SIZEOF_INT 4
12096| #define SIZEOF_LONG 4
12097| #define SIZEOF_VOID_P 4
12098| #define SIZEOF_SHORT 2
12099| #define SIZEOF_FLOAT 4
12100| #define SIZEOF_DOUBLE 8
12101| #define SIZEOF_FPOS_T 8
12102| #define SIZEOF_SIZE_T 4
12103| #define HAVE_LONG_LONG 1
12104| #define SIZEOF_LONG_LONG 8
12105| #define HAVE_UINTPTR_T 1
12106| #define SIZEOF_UINTPTR_T 4
12107| #define SIZEOF_OFF_T 8
12108| #define HAVE_LARGEFILE_SUPPORT 1
12109| #define SIZEOF_TIME_T 4
12110| #define SIZEOF_PTHREAD_T 4
12111| #define USE_TOOLBOX_OBJECT_GLUE 1
12112| #define WITH_NEXT_FRAMEWORK 1
12113| #define WITH_DYLD 1
12114| #define SHLIB_EXT ".so"
12115| #define WITH_THREAD 1
12116| #define _REENTRANT 1
12117| #define WITH_DOC_STRINGS 1
12118| #define WITH_PYMALLOC 1
12119| /* end confdefs.h.  */
12120| /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf.
12121|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12122| #define sysconf innocuous_sysconf
12123|
12124| /* System header to define __stub macros and hopefully few prototypes,
12125|     which can conflict with char sysconf (); below.
12126|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12127|     <limits.h> exists even on freestanding compilers.  */
12128|
12129| #ifdef __STDC__
12130| # include <limits.h>
12131| #else
12132| # include <assert.h>
12133| #endif
12134|
12135| #undef sysconf
12136|
12137| /* Override any GCC internal prototype to avoid an error.
12138|    Use char because int might match the return type of a GCC
12139|    builtin and then its argument prototype would still apply.  */
12140| #ifdef __cplusplus
12141| extern "C"
12142| #endif
12143| char sysconf ();
12144| /* The GNU C library defines this for functions which it implements
12145|     to always fail with ENOSYS.  Some functions are actually named
12146|     something starting with __ and the normal name is an alias.  */
12147| #if defined __stub_sysconf || defined __stub___sysconf
12148| choke me
12149| #endif
12150|
12151| int
12152| main ()
12153| {
12154| return sysconf ();
12155|   ;
12156|   return 0;
12157| }
12158configure:14807: result: no
12159configure:14727: checking for tcgetpgrp
12160configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12161ld: library not found for -lcrt1.10.5.o
12162collect2: ld returned 1 exit status
12163ld: library not found for -lcrt1.10.5.o
12164collect2: ld returned 1 exit status
12165lipo: can't open input file: /var/tmp//ccBwjC4K.out (No such file or directory)
12166configure:14789: $? = 1
12167configure: failed program was:
12168| /* confdefs.h.  */
12169| #define _GNU_SOURCE 1
12170| #define _NETBSD_SOURCE 1
12171| #define __BSD_VISIBLE 1
12172| #define _BSD_TYPES 1
12173| #define Py_ENABLE_SHARED 1
12174| #define STDC_HEADERS 1
12175| #define HAVE_SYS_TYPES_H 1
12176| #define HAVE_SYS_STAT_H 1
12177| #define HAVE_STDLIB_H 1
12178| #define HAVE_STRING_H 1
12179| #define HAVE_MEMORY_H 1
12180| #define HAVE_STRINGS_H 1
12181| #define HAVE_INTTYPES_H 1
12182| #define HAVE_STDINT_H 1
12183| #define HAVE_UNISTD_H 1
12184| #define HAVE_CURSES_H 1
12185| #define HAVE_DLFCN_H 1
12186| #define HAVE_ERRNO_H 1
12187| #define HAVE_FCNTL_H 1
12188| #define HAVE_GRP_H 1
12189| #define HAVE_LANGINFO_H 1
12190| #define HAVE_LIBINTL_H 1
12191| #define HAVE_NCURSES_H 1
12192| #define HAVE_POLL_H 1
12193| #define HAVE_PTHREAD_H 1
12194| #define HAVE_SIGNAL_H 1
12195| #define HAVE_STDINT_H 1
12196| #define HAVE_TERMIOS_H 1
12197| #define HAVE_UNISTD_H 1
12198| #define HAVE_UTIME_H 1
12199| #define HAVE_SYS_FILE_H 1
12200| #define HAVE_SYS_LOCK_H 1
12201| #define HAVE_SYS_PARAM_H 1
12202| #define HAVE_SYS_POLL_H 1
12203| #define HAVE_SYS_SELECT_H 1
12204| #define HAVE_SYS_SOCKET_H 1
12205| #define HAVE_SYS_STATVFS_H 1
12206| #define HAVE_SYS_STAT_H 1
12207| #define HAVE_SYS_TIME_H 1
12208| #define HAVE_SYS_TIMES_H 1
12209| #define HAVE_SYS_TYPES_H 1
12210| #define HAVE_SYS_UN_H 1
12211| #define HAVE_SYS_UTSNAME_H 1
12212| #define HAVE_SYS_WAIT_H 1
12213| #define HAVE_SYS_RESOURCE_H 1
12214| #define HAVE_SYSEXITS_H 1
12215| #define HAVE_DIRENT_H 1
12216| #define HAVE_TERM_H 1
12217| #define HAVE_MAKEDEV 1
12218| #define _LARGEFILE_SOURCE 1
12219| #define _FILE_OFFSET_BITS 64
12220| #if defined(SCO_DS)
12221| #undef _OFF_T
12222| #endif
12223| #define RETSIGTYPE void
12224| #define HAVE_SSIZE_T 1
12225| #define SIZEOF_INT 4
12226| #define SIZEOF_LONG 4
12227| #define SIZEOF_VOID_P 4
12228| #define SIZEOF_SHORT 2
12229| #define SIZEOF_FLOAT 4
12230| #define SIZEOF_DOUBLE 8
12231| #define SIZEOF_FPOS_T 8
12232| #define SIZEOF_SIZE_T 4
12233| #define HAVE_LONG_LONG 1
12234| #define SIZEOF_LONG_LONG 8
12235| #define HAVE_UINTPTR_T 1
12236| #define SIZEOF_UINTPTR_T 4
12237| #define SIZEOF_OFF_T 8
12238| #define HAVE_LARGEFILE_SUPPORT 1
12239| #define SIZEOF_TIME_T 4
12240| #define SIZEOF_PTHREAD_T 4
12241| #define USE_TOOLBOX_OBJECT_GLUE 1
12242| #define WITH_NEXT_FRAMEWORK 1
12243| #define WITH_DYLD 1
12244| #define SHLIB_EXT ".so"
12245| #define WITH_THREAD 1
12246| #define _REENTRANT 1
12247| #define WITH_DOC_STRINGS 1
12248| #define WITH_PYMALLOC 1
12249| /* end confdefs.h.  */
12250| /* Define tcgetpgrp to an innocuous variant, in case <limits.h> declares tcgetpgrp.
12251|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12252| #define tcgetpgrp innocuous_tcgetpgrp
12253|
12254| /* System header to define __stub macros and hopefully few prototypes,
12255|     which can conflict with char tcgetpgrp (); below.
12256|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12257|     <limits.h> exists even on freestanding compilers.  */
12258|
12259| #ifdef __STDC__
12260| # include <limits.h>
12261| #else
12262| # include <assert.h>
12263| #endif
12264|
12265| #undef tcgetpgrp
12266|
12267| /* Override any GCC internal prototype to avoid an error.
12268|    Use char because int might match the return type of a GCC
12269|    builtin and then its argument prototype would still apply.  */
12270| #ifdef __cplusplus
12271| extern "C"
12272| #endif
12273| char tcgetpgrp ();
12274| /* The GNU C library defines this for functions which it implements
12275|     to always fail with ENOSYS.  Some functions are actually named
12276|     something starting with __ and the normal name is an alias.  */
12277| #if defined __stub_tcgetpgrp || defined __stub___tcgetpgrp
12278| choke me
12279| #endif
12280|
12281| int
12282| main ()
12283| {
12284| return tcgetpgrp ();
12285|   ;
12286|   return 0;
12287| }
12288configure:14807: result: no
12289configure:14727: checking for tcsetpgrp
12290configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12291ld: library not found for -lcrt1.10.5.o
12292collect2: ld returned 1 exit status
12293ld: library not found for -lcrt1.10.5.o
12294collect2: ld returned 1 exit status
12295lipo: can't open input file: /var/tmp//ccvrNYLc.out (No such file or directory)
12296configure:14789: $? = 1
12297configure: failed program was:
12298| /* confdefs.h.  */
12299| #define _GNU_SOURCE 1
12300| #define _NETBSD_SOURCE 1
12301| #define __BSD_VISIBLE 1
12302| #define _BSD_TYPES 1
12303| #define Py_ENABLE_SHARED 1
12304| #define STDC_HEADERS 1
12305| #define HAVE_SYS_TYPES_H 1
12306| #define HAVE_SYS_STAT_H 1
12307| #define HAVE_STDLIB_H 1
12308| #define HAVE_STRING_H 1
12309| #define HAVE_MEMORY_H 1
12310| #define HAVE_STRINGS_H 1
12311| #define HAVE_INTTYPES_H 1
12312| #define HAVE_STDINT_H 1
12313| #define HAVE_UNISTD_H 1
12314| #define HAVE_CURSES_H 1
12315| #define HAVE_DLFCN_H 1
12316| #define HAVE_ERRNO_H 1
12317| #define HAVE_FCNTL_H 1
12318| #define HAVE_GRP_H 1
12319| #define HAVE_LANGINFO_H 1
12320| #define HAVE_LIBINTL_H 1
12321| #define HAVE_NCURSES_H 1
12322| #define HAVE_POLL_H 1
12323| #define HAVE_PTHREAD_H 1
12324| #define HAVE_SIGNAL_H 1
12325| #define HAVE_STDINT_H 1
12326| #define HAVE_TERMIOS_H 1
12327| #define HAVE_UNISTD_H 1
12328| #define HAVE_UTIME_H 1
12329| #define HAVE_SYS_FILE_H 1
12330| #define HAVE_SYS_LOCK_H 1
12331| #define HAVE_SYS_PARAM_H 1
12332| #define HAVE_SYS_POLL_H 1
12333| #define HAVE_SYS_SELECT_H 1
12334| #define HAVE_SYS_SOCKET_H 1
12335| #define HAVE_SYS_STATVFS_H 1
12336| #define HAVE_SYS_STAT_H 1
12337| #define HAVE_SYS_TIME_H 1
12338| #define HAVE_SYS_TIMES_H 1
12339| #define HAVE_SYS_TYPES_H 1
12340| #define HAVE_SYS_UN_H 1
12341| #define HAVE_SYS_UTSNAME_H 1
12342| #define HAVE_SYS_WAIT_H 1
12343| #define HAVE_SYS_RESOURCE_H 1
12344| #define HAVE_SYSEXITS_H 1
12345| #define HAVE_DIRENT_H 1
12346| #define HAVE_TERM_H 1
12347| #define HAVE_MAKEDEV 1
12348| #define _LARGEFILE_SOURCE 1
12349| #define _FILE_OFFSET_BITS 64
12350| #if defined(SCO_DS)
12351| #undef _OFF_T
12352| #endif
12353| #define RETSIGTYPE void
12354| #define HAVE_SSIZE_T 1
12355| #define SIZEOF_INT 4
12356| #define SIZEOF_LONG 4
12357| #define SIZEOF_VOID_P 4
12358| #define SIZEOF_SHORT 2
12359| #define SIZEOF_FLOAT 4
12360| #define SIZEOF_DOUBLE 8
12361| #define SIZEOF_FPOS_T 8
12362| #define SIZEOF_SIZE_T 4
12363| #define HAVE_LONG_LONG 1
12364| #define SIZEOF_LONG_LONG 8
12365| #define HAVE_UINTPTR_T 1
12366| #define SIZEOF_UINTPTR_T 4
12367| #define SIZEOF_OFF_T 8
12368| #define HAVE_LARGEFILE_SUPPORT 1
12369| #define SIZEOF_TIME_T 4
12370| #define SIZEOF_PTHREAD_T 4
12371| #define USE_TOOLBOX_OBJECT_GLUE 1
12372| #define WITH_NEXT_FRAMEWORK 1
12373| #define WITH_DYLD 1
12374| #define SHLIB_EXT ".so"
12375| #define WITH_THREAD 1
12376| #define _REENTRANT 1
12377| #define WITH_DOC_STRINGS 1
12378| #define WITH_PYMALLOC 1
12379| /* end confdefs.h.  */
12380| /* Define tcsetpgrp to an innocuous variant, in case <limits.h> declares tcsetpgrp.
12381|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12382| #define tcsetpgrp innocuous_tcsetpgrp
12383|
12384| /* System header to define __stub macros and hopefully few prototypes,
12385|     which can conflict with char tcsetpgrp (); below.
12386|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12387|     <limits.h> exists even on freestanding compilers.  */
12388|
12389| #ifdef __STDC__
12390| # include <limits.h>
12391| #else
12392| # include <assert.h>
12393| #endif
12394|
12395| #undef tcsetpgrp
12396|
12397| /* Override any GCC internal prototype to avoid an error.
12398|    Use char because int might match the return type of a GCC
12399|    builtin and then its argument prototype would still apply.  */
12400| #ifdef __cplusplus
12401| extern "C"
12402| #endif
12403| char tcsetpgrp ();
12404| /* The GNU C library defines this for functions which it implements
12405|     to always fail with ENOSYS.  Some functions are actually named
12406|     something starting with __ and the normal name is an alias.  */
12407| #if defined __stub_tcsetpgrp || defined __stub___tcsetpgrp
12408| choke me
12409| #endif
12410|
12411| int
12412| main ()
12413| {
12414| return tcsetpgrp ();
12415|   ;
12416|   return 0;
12417| }
12418configure:14807: result: no
12419configure:14727: checking for tempnam
12420configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12421ld: library not found for -lcrt1.10.5.o
12422collect2: ld returned 1 exit status
12423ld: library not found for -lcrt1.10.5.o
12424collect2: ld returned 1 exit status
12425lipo: can't open input file: /var/tmp//cccHWXho.out (No such file or directory)
12426configure:14789: $? = 1
12427configure: failed program was:
12428| /* confdefs.h.  */
12429| #define _GNU_SOURCE 1
12430| #define _NETBSD_SOURCE 1
12431| #define __BSD_VISIBLE 1
12432| #define _BSD_TYPES 1
12433| #define Py_ENABLE_SHARED 1
12434| #define STDC_HEADERS 1
12435| #define HAVE_SYS_TYPES_H 1
12436| #define HAVE_SYS_STAT_H 1
12437| #define HAVE_STDLIB_H 1
12438| #define HAVE_STRING_H 1
12439| #define HAVE_MEMORY_H 1
12440| #define HAVE_STRINGS_H 1
12441| #define HAVE_INTTYPES_H 1
12442| #define HAVE_STDINT_H 1
12443| #define HAVE_UNISTD_H 1
12444| #define HAVE_CURSES_H 1
12445| #define HAVE_DLFCN_H 1
12446| #define HAVE_ERRNO_H 1
12447| #define HAVE_FCNTL_H 1
12448| #define HAVE_GRP_H 1
12449| #define HAVE_LANGINFO_H 1
12450| #define HAVE_LIBINTL_H 1
12451| #define HAVE_NCURSES_H 1
12452| #define HAVE_POLL_H 1
12453| #define HAVE_PTHREAD_H 1
12454| #define HAVE_SIGNAL_H 1
12455| #define HAVE_STDINT_H 1
12456| #define HAVE_TERMIOS_H 1
12457| #define HAVE_UNISTD_H 1
12458| #define HAVE_UTIME_H 1
12459| #define HAVE_SYS_FILE_H 1
12460| #define HAVE_SYS_LOCK_H 1
12461| #define HAVE_SYS_PARAM_H 1
12462| #define HAVE_SYS_POLL_H 1
12463| #define HAVE_SYS_SELECT_H 1
12464| #define HAVE_SYS_SOCKET_H 1
12465| #define HAVE_SYS_STATVFS_H 1
12466| #define HAVE_SYS_STAT_H 1
12467| #define HAVE_SYS_TIME_H 1
12468| #define HAVE_SYS_TIMES_H 1
12469| #define HAVE_SYS_TYPES_H 1
12470| #define HAVE_SYS_UN_H 1
12471| #define HAVE_SYS_UTSNAME_H 1
12472| #define HAVE_SYS_WAIT_H 1
12473| #define HAVE_SYS_RESOURCE_H 1
12474| #define HAVE_SYSEXITS_H 1
12475| #define HAVE_DIRENT_H 1
12476| #define HAVE_TERM_H 1
12477| #define HAVE_MAKEDEV 1
12478| #define _LARGEFILE_SOURCE 1
12479| #define _FILE_OFFSET_BITS 64
12480| #if defined(SCO_DS)
12481| #undef _OFF_T
12482| #endif
12483| #define RETSIGTYPE void
12484| #define HAVE_SSIZE_T 1
12485| #define SIZEOF_INT 4
12486| #define SIZEOF_LONG 4
12487| #define SIZEOF_VOID_P 4
12488| #define SIZEOF_SHORT 2
12489| #define SIZEOF_FLOAT 4
12490| #define SIZEOF_DOUBLE 8
12491| #define SIZEOF_FPOS_T 8
12492| #define SIZEOF_SIZE_T 4
12493| #define HAVE_LONG_LONG 1
12494| #define SIZEOF_LONG_LONG 8
12495| #define HAVE_UINTPTR_T 1
12496| #define SIZEOF_UINTPTR_T 4
12497| #define SIZEOF_OFF_T 8
12498| #define HAVE_LARGEFILE_SUPPORT 1
12499| #define SIZEOF_TIME_T 4
12500| #define SIZEOF_PTHREAD_T 4
12501| #define USE_TOOLBOX_OBJECT_GLUE 1
12502| #define WITH_NEXT_FRAMEWORK 1
12503| #define WITH_DYLD 1
12504| #define SHLIB_EXT ".so"
12505| #define WITH_THREAD 1
12506| #define _REENTRANT 1
12507| #define WITH_DOC_STRINGS 1
12508| #define WITH_PYMALLOC 1
12509| /* end confdefs.h.  */
12510| /* Define tempnam to an innocuous variant, in case <limits.h> declares tempnam.
12511|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12512| #define tempnam innocuous_tempnam
12513|
12514| /* System header to define __stub macros and hopefully few prototypes,
12515|     which can conflict with char tempnam (); below.
12516|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12517|     <limits.h> exists even on freestanding compilers.  */
12518|
12519| #ifdef __STDC__
12520| # include <limits.h>
12521| #else
12522| # include <assert.h>
12523| #endif
12524|
12525| #undef tempnam
12526|
12527| /* Override any GCC internal prototype to avoid an error.
12528|    Use char because int might match the return type of a GCC
12529|    builtin and then its argument prototype would still apply.  */
12530| #ifdef __cplusplus
12531| extern "C"
12532| #endif
12533| char tempnam ();
12534| /* The GNU C library defines this for functions which it implements
12535|     to always fail with ENOSYS.  Some functions are actually named
12536|     something starting with __ and the normal name is an alias.  */
12537| #if defined __stub_tempnam || defined __stub___tempnam
12538| choke me
12539| #endif
12540|
12541| int
12542| main ()
12543| {
12544| return tempnam ();
12545|   ;
12546|   return 0;
12547| }
12548configure:14807: result: no
12549configure:14727: checking for timegm
12550configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12551ld: library not found for -lcrt1.10.5.o
12552collect2: ld returned 1 exit status
12553ld: library not found for -lcrt1.10.5.o
12554collect2: ld returned 1 exit status
12555lipo: can't open input file: /var/tmp//ccKA0Uc6.out (No such file or directory)
12556configure:14789: $? = 1
12557configure: failed program was:
12558| /* confdefs.h.  */
12559| #define _GNU_SOURCE 1
12560| #define _NETBSD_SOURCE 1
12561| #define __BSD_VISIBLE 1
12562| #define _BSD_TYPES 1
12563| #define Py_ENABLE_SHARED 1
12564| #define STDC_HEADERS 1
12565| #define HAVE_SYS_TYPES_H 1
12566| #define HAVE_SYS_STAT_H 1
12567| #define HAVE_STDLIB_H 1
12568| #define HAVE_STRING_H 1
12569| #define HAVE_MEMORY_H 1
12570| #define HAVE_STRINGS_H 1
12571| #define HAVE_INTTYPES_H 1
12572| #define HAVE_STDINT_H 1
12573| #define HAVE_UNISTD_H 1
12574| #define HAVE_CURSES_H 1
12575| #define HAVE_DLFCN_H 1
12576| #define HAVE_ERRNO_H 1
12577| #define HAVE_FCNTL_H 1
12578| #define HAVE_GRP_H 1
12579| #define HAVE_LANGINFO_H 1
12580| #define HAVE_LIBINTL_H 1
12581| #define HAVE_NCURSES_H 1
12582| #define HAVE_POLL_H 1
12583| #define HAVE_PTHREAD_H 1
12584| #define HAVE_SIGNAL_H 1
12585| #define HAVE_STDINT_H 1
12586| #define HAVE_TERMIOS_H 1
12587| #define HAVE_UNISTD_H 1
12588| #define HAVE_UTIME_H 1
12589| #define HAVE_SYS_FILE_H 1
12590| #define HAVE_SYS_LOCK_H 1
12591| #define HAVE_SYS_PARAM_H 1
12592| #define HAVE_SYS_POLL_H 1
12593| #define HAVE_SYS_SELECT_H 1
12594| #define HAVE_SYS_SOCKET_H 1
12595| #define HAVE_SYS_STATVFS_H 1
12596| #define HAVE_SYS_STAT_H 1
12597| #define HAVE_SYS_TIME_H 1
12598| #define HAVE_SYS_TIMES_H 1
12599| #define HAVE_SYS_TYPES_H 1
12600| #define HAVE_SYS_UN_H 1
12601| #define HAVE_SYS_UTSNAME_H 1
12602| #define HAVE_SYS_WAIT_H 1
12603| #define HAVE_SYS_RESOURCE_H 1
12604| #define HAVE_SYSEXITS_H 1
12605| #define HAVE_DIRENT_H 1
12606| #define HAVE_TERM_H 1
12607| #define HAVE_MAKEDEV 1
12608| #define _LARGEFILE_SOURCE 1
12609| #define _FILE_OFFSET_BITS 64
12610| #if defined(SCO_DS)
12611| #undef _OFF_T
12612| #endif
12613| #define RETSIGTYPE void
12614| #define HAVE_SSIZE_T 1
12615| #define SIZEOF_INT 4
12616| #define SIZEOF_LONG 4
12617| #define SIZEOF_VOID_P 4
12618| #define SIZEOF_SHORT 2
12619| #define SIZEOF_FLOAT 4
12620| #define SIZEOF_DOUBLE 8
12621| #define SIZEOF_FPOS_T 8
12622| #define SIZEOF_SIZE_T 4
12623| #define HAVE_LONG_LONG 1
12624| #define SIZEOF_LONG_LONG 8
12625| #define HAVE_UINTPTR_T 1
12626| #define SIZEOF_UINTPTR_T 4
12627| #define SIZEOF_OFF_T 8
12628| #define HAVE_LARGEFILE_SUPPORT 1
12629| #define SIZEOF_TIME_T 4
12630| #define SIZEOF_PTHREAD_T 4
12631| #define USE_TOOLBOX_OBJECT_GLUE 1
12632| #define WITH_NEXT_FRAMEWORK 1
12633| #define WITH_DYLD 1
12634| #define SHLIB_EXT ".so"
12635| #define WITH_THREAD 1
12636| #define _REENTRANT 1
12637| #define WITH_DOC_STRINGS 1
12638| #define WITH_PYMALLOC 1
12639| /* end confdefs.h.  */
12640| /* Define timegm to an innocuous variant, in case <limits.h> declares timegm.
12641|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12642| #define timegm innocuous_timegm
12643|
12644| /* System header to define __stub macros and hopefully few prototypes,
12645|     which can conflict with char timegm (); below.
12646|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12647|     <limits.h> exists even on freestanding compilers.  */
12648|
12649| #ifdef __STDC__
12650| # include <limits.h>
12651| #else
12652| # include <assert.h>
12653| #endif
12654|
12655| #undef timegm
12656|
12657| /* Override any GCC internal prototype to avoid an error.
12658|    Use char because int might match the return type of a GCC
12659|    builtin and then its argument prototype would still apply.  */
12660| #ifdef __cplusplus
12661| extern "C"
12662| #endif
12663| char timegm ();
12664| /* The GNU C library defines this for functions which it implements
12665|     to always fail with ENOSYS.  Some functions are actually named
12666|     something starting with __ and the normal name is an alias.  */
12667| #if defined __stub_timegm || defined __stub___timegm
12668| choke me
12669| #endif
12670|
12671| int
12672| main ()
12673| {
12674| return timegm ();
12675|   ;
12676|   return 0;
12677| }
12678configure:14807: result: no
12679configure:14727: checking for times
12680configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12681ld: library not found for -lcrt1.10.5.o
12682collect2: ld returned 1 exit status
12683ld: library not found for -lcrt1.10.5.o
12684collect2: ld returned 1 exit status
12685lipo: can't open input file: /var/tmp//ccYjlbsH.out (No such file or directory)
12686configure:14789: $? = 1
12687configure: failed program was:
12688| /* confdefs.h.  */
12689| #define _GNU_SOURCE 1
12690| #define _NETBSD_SOURCE 1
12691| #define __BSD_VISIBLE 1
12692| #define _BSD_TYPES 1
12693| #define Py_ENABLE_SHARED 1
12694| #define STDC_HEADERS 1
12695| #define HAVE_SYS_TYPES_H 1
12696| #define HAVE_SYS_STAT_H 1
12697| #define HAVE_STDLIB_H 1
12698| #define HAVE_STRING_H 1
12699| #define HAVE_MEMORY_H 1
12700| #define HAVE_STRINGS_H 1
12701| #define HAVE_INTTYPES_H 1
12702| #define HAVE_STDINT_H 1
12703| #define HAVE_UNISTD_H 1
12704| #define HAVE_CURSES_H 1
12705| #define HAVE_DLFCN_H 1
12706| #define HAVE_ERRNO_H 1
12707| #define HAVE_FCNTL_H 1
12708| #define HAVE_GRP_H 1
12709| #define HAVE_LANGINFO_H 1
12710| #define HAVE_LIBINTL_H 1
12711| #define HAVE_NCURSES_H 1
12712| #define HAVE_POLL_H 1
12713| #define HAVE_PTHREAD_H 1
12714| #define HAVE_SIGNAL_H 1
12715| #define HAVE_STDINT_H 1
12716| #define HAVE_TERMIOS_H 1
12717| #define HAVE_UNISTD_H 1
12718| #define HAVE_UTIME_H 1
12719| #define HAVE_SYS_FILE_H 1
12720| #define HAVE_SYS_LOCK_H 1
12721| #define HAVE_SYS_PARAM_H 1
12722| #define HAVE_SYS_POLL_H 1
12723| #define HAVE_SYS_SELECT_H 1
12724| #define HAVE_SYS_SOCKET_H 1
12725| #define HAVE_SYS_STATVFS_H 1
12726| #define HAVE_SYS_STAT_H 1
12727| #define HAVE_SYS_TIME_H 1
12728| #define HAVE_SYS_TIMES_H 1
12729| #define HAVE_SYS_TYPES_H 1
12730| #define HAVE_SYS_UN_H 1
12731| #define HAVE_SYS_UTSNAME_H 1
12732| #define HAVE_SYS_WAIT_H 1
12733| #define HAVE_SYS_RESOURCE_H 1
12734| #define HAVE_SYSEXITS_H 1
12735| #define HAVE_DIRENT_H 1
12736| #define HAVE_TERM_H 1
12737| #define HAVE_MAKEDEV 1
12738| #define _LARGEFILE_SOURCE 1
12739| #define _FILE_OFFSET_BITS 64
12740| #if defined(SCO_DS)
12741| #undef _OFF_T
12742| #endif
12743| #define RETSIGTYPE void
12744| #define HAVE_SSIZE_T 1
12745| #define SIZEOF_INT 4
12746| #define SIZEOF_LONG 4
12747| #define SIZEOF_VOID_P 4
12748| #define SIZEOF_SHORT 2
12749| #define SIZEOF_FLOAT 4
12750| #define SIZEOF_DOUBLE 8
12751| #define SIZEOF_FPOS_T 8
12752| #define SIZEOF_SIZE_T 4
12753| #define HAVE_LONG_LONG 1
12754| #define SIZEOF_LONG_LONG 8
12755| #define HAVE_UINTPTR_T 1
12756| #define SIZEOF_UINTPTR_T 4
12757| #define SIZEOF_OFF_T 8
12758| #define HAVE_LARGEFILE_SUPPORT 1
12759| #define SIZEOF_TIME_T 4
12760| #define SIZEOF_PTHREAD_T 4
12761| #define USE_TOOLBOX_OBJECT_GLUE 1
12762| #define WITH_NEXT_FRAMEWORK 1
12763| #define WITH_DYLD 1
12764| #define SHLIB_EXT ".so"
12765| #define WITH_THREAD 1
12766| #define _REENTRANT 1
12767| #define WITH_DOC_STRINGS 1
12768| #define WITH_PYMALLOC 1
12769| /* end confdefs.h.  */
12770| /* Define times to an innocuous variant, in case <limits.h> declares times.
12771|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12772| #define times innocuous_times
12773|
12774| /* System header to define __stub macros and hopefully few prototypes,
12775|     which can conflict with char times (); below.
12776|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12777|     <limits.h> exists even on freestanding compilers.  */
12778|
12779| #ifdef __STDC__
12780| # include <limits.h>
12781| #else
12782| # include <assert.h>
12783| #endif
12784|
12785| #undef times
12786|
12787| /* Override any GCC internal prototype to avoid an error.
12788|    Use char because int might match the return type of a GCC
12789|    builtin and then its argument prototype would still apply.  */
12790| #ifdef __cplusplus
12791| extern "C"
12792| #endif
12793| char times ();
12794| /* The GNU C library defines this for functions which it implements
12795|     to always fail with ENOSYS.  Some functions are actually named
12796|     something starting with __ and the normal name is an alias.  */
12797| #if defined __stub_times || defined __stub___times
12798| choke me
12799| #endif
12800|
12801| int
12802| main ()
12803| {
12804| return times ();
12805|   ;
12806|   return 0;
12807| }
12808configure:14807: result: no
12809configure:14727: checking for tmpfile
12810configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12811ld: library not found for -lcrt1.10.5.o
12812collect2: ld returned 1 exit status
12813ld: library not found for -lcrt1.10.5.o
12814collect2: ld returned 1 exit status
12815lipo: can't open input file: /var/tmp//ccFFAIu8.out (No such file or directory)
12816configure:14789: $? = 1
12817configure: failed program was:
12818| /* confdefs.h.  */
12819| #define _GNU_SOURCE 1
12820| #define _NETBSD_SOURCE 1
12821| #define __BSD_VISIBLE 1
12822| #define _BSD_TYPES 1
12823| #define Py_ENABLE_SHARED 1
12824| #define STDC_HEADERS 1
12825| #define HAVE_SYS_TYPES_H 1
12826| #define HAVE_SYS_STAT_H 1
12827| #define HAVE_STDLIB_H 1
12828| #define HAVE_STRING_H 1
12829| #define HAVE_MEMORY_H 1
12830| #define HAVE_STRINGS_H 1
12831| #define HAVE_INTTYPES_H 1
12832| #define HAVE_STDINT_H 1
12833| #define HAVE_UNISTD_H 1
12834| #define HAVE_CURSES_H 1
12835| #define HAVE_DLFCN_H 1
12836| #define HAVE_ERRNO_H 1
12837| #define HAVE_FCNTL_H 1
12838| #define HAVE_GRP_H 1
12839| #define HAVE_LANGINFO_H 1
12840| #define HAVE_LIBINTL_H 1
12841| #define HAVE_NCURSES_H 1
12842| #define HAVE_POLL_H 1
12843| #define HAVE_PTHREAD_H 1
12844| #define HAVE_SIGNAL_H 1
12845| #define HAVE_STDINT_H 1
12846| #define HAVE_TERMIOS_H 1
12847| #define HAVE_UNISTD_H 1
12848| #define HAVE_UTIME_H 1
12849| #define HAVE_SYS_FILE_H 1
12850| #define HAVE_SYS_LOCK_H 1
12851| #define HAVE_SYS_PARAM_H 1
12852| #define HAVE_SYS_POLL_H 1
12853| #define HAVE_SYS_SELECT_H 1
12854| #define HAVE_SYS_SOCKET_H 1
12855| #define HAVE_SYS_STATVFS_H 1
12856| #define HAVE_SYS_STAT_H 1
12857| #define HAVE_SYS_TIME_H 1
12858| #define HAVE_SYS_TIMES_H 1
12859| #define HAVE_SYS_TYPES_H 1
12860| #define HAVE_SYS_UN_H 1
12861| #define HAVE_SYS_UTSNAME_H 1
12862| #define HAVE_SYS_WAIT_H 1
12863| #define HAVE_SYS_RESOURCE_H 1
12864| #define HAVE_SYSEXITS_H 1
12865| #define HAVE_DIRENT_H 1
12866| #define HAVE_TERM_H 1
12867| #define HAVE_MAKEDEV 1
12868| #define _LARGEFILE_SOURCE 1
12869| #define _FILE_OFFSET_BITS 64
12870| #if defined(SCO_DS)
12871| #undef _OFF_T
12872| #endif
12873| #define RETSIGTYPE void
12874| #define HAVE_SSIZE_T 1
12875| #define SIZEOF_INT 4
12876| #define SIZEOF_LONG 4
12877| #define SIZEOF_VOID_P 4
12878| #define SIZEOF_SHORT 2
12879| #define SIZEOF_FLOAT 4
12880| #define SIZEOF_DOUBLE 8
12881| #define SIZEOF_FPOS_T 8
12882| #define SIZEOF_SIZE_T 4
12883| #define HAVE_LONG_LONG 1
12884| #define SIZEOF_LONG_LONG 8
12885| #define HAVE_UINTPTR_T 1
12886| #define SIZEOF_UINTPTR_T 4
12887| #define SIZEOF_OFF_T 8
12888| #define HAVE_LARGEFILE_SUPPORT 1
12889| #define SIZEOF_TIME_T 4
12890| #define SIZEOF_PTHREAD_T 4
12891| #define USE_TOOLBOX_OBJECT_GLUE 1
12892| #define WITH_NEXT_FRAMEWORK 1
12893| #define WITH_DYLD 1
12894| #define SHLIB_EXT ".so"
12895| #define WITH_THREAD 1
12896| #define _REENTRANT 1
12897| #define WITH_DOC_STRINGS 1
12898| #define WITH_PYMALLOC 1
12899| /* end confdefs.h.  */
12900| /* Define tmpfile to an innocuous variant, in case <limits.h> declares tmpfile.
12901|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12902| #define tmpfile innocuous_tmpfile
12903|
12904| /* System header to define __stub macros and hopefully few prototypes,
12905|     which can conflict with char tmpfile (); below.
12906|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12907|     <limits.h> exists even on freestanding compilers.  */
12908|
12909| #ifdef __STDC__
12910| # include <limits.h>
12911| #else
12912| # include <assert.h>
12913| #endif
12914|
12915| #undef tmpfile
12916|
12917| /* Override any GCC internal prototype to avoid an error.
12918|    Use char because int might match the return type of a GCC
12919|    builtin and then its argument prototype would still apply.  */
12920| #ifdef __cplusplus
12921| extern "C"
12922| #endif
12923| char tmpfile ();
12924| /* The GNU C library defines this for functions which it implements
12925|     to always fail with ENOSYS.  Some functions are actually named
12926|     something starting with __ and the normal name is an alias.  */
12927| #if defined __stub_tmpfile || defined __stub___tmpfile
12928| choke me
12929| #endif
12930|
12931| int
12932| main ()
12933| {
12934| return tmpfile ();
12935|   ;
12936|   return 0;
12937| }
12938configure:14807: result: no
12939configure:14727: checking for tmpnam
12940configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
12941ld: library not found for -lcrt1.10.5.o
12942collect2: ld returned 1 exit status
12943ld: library not found for -lcrt1.10.5.o
12944collect2: ld returned 1 exit status
12945lipo: can't open input file: /var/tmp//cc3UTyHC.out (No such file or directory)
12946configure:14789: $? = 1
12947configure: failed program was:
12948| /* confdefs.h.  */
12949| #define _GNU_SOURCE 1
12950| #define _NETBSD_SOURCE 1
12951| #define __BSD_VISIBLE 1
12952| #define _BSD_TYPES 1
12953| #define Py_ENABLE_SHARED 1
12954| #define STDC_HEADERS 1
12955| #define HAVE_SYS_TYPES_H 1
12956| #define HAVE_SYS_STAT_H 1
12957| #define HAVE_STDLIB_H 1
12958| #define HAVE_STRING_H 1
12959| #define HAVE_MEMORY_H 1
12960| #define HAVE_STRINGS_H 1
12961| #define HAVE_INTTYPES_H 1
12962| #define HAVE_STDINT_H 1
12963| #define HAVE_UNISTD_H 1
12964| #define HAVE_CURSES_H 1
12965| #define HAVE_DLFCN_H 1
12966| #define HAVE_ERRNO_H 1
12967| #define HAVE_FCNTL_H 1
12968| #define HAVE_GRP_H 1
12969| #define HAVE_LANGINFO_H 1
12970| #define HAVE_LIBINTL_H 1
12971| #define HAVE_NCURSES_H 1
12972| #define HAVE_POLL_H 1
12973| #define HAVE_PTHREAD_H 1
12974| #define HAVE_SIGNAL_H 1
12975| #define HAVE_STDINT_H 1
12976| #define HAVE_TERMIOS_H 1
12977| #define HAVE_UNISTD_H 1
12978| #define HAVE_UTIME_H 1
12979| #define HAVE_SYS_FILE_H 1
12980| #define HAVE_SYS_LOCK_H 1
12981| #define HAVE_SYS_PARAM_H 1
12982| #define HAVE_SYS_POLL_H 1
12983| #define HAVE_SYS_SELECT_H 1
12984| #define HAVE_SYS_SOCKET_H 1
12985| #define HAVE_SYS_STATVFS_H 1
12986| #define HAVE_SYS_STAT_H 1
12987| #define HAVE_SYS_TIME_H 1
12988| #define HAVE_SYS_TIMES_H 1
12989| #define HAVE_SYS_TYPES_H 1
12990| #define HAVE_SYS_UN_H 1
12991| #define HAVE_SYS_UTSNAME_H 1
12992| #define HAVE_SYS_WAIT_H 1
12993| #define HAVE_SYS_RESOURCE_H 1
12994| #define HAVE_SYSEXITS_H 1
12995| #define HAVE_DIRENT_H 1
12996| #define HAVE_TERM_H 1
12997| #define HAVE_MAKEDEV 1
12998| #define _LARGEFILE_SOURCE 1
12999| #define _FILE_OFFSET_BITS 64
13000| #if defined(SCO_DS)
13001| #undef _OFF_T
13002| #endif
13003| #define RETSIGTYPE void
13004| #define HAVE_SSIZE_T 1
13005| #define SIZEOF_INT 4
13006| #define SIZEOF_LONG 4
13007| #define SIZEOF_VOID_P 4
13008| #define SIZEOF_SHORT 2
13009| #define SIZEOF_FLOAT 4
13010| #define SIZEOF_DOUBLE 8
13011| #define SIZEOF_FPOS_T 8
13012| #define SIZEOF_SIZE_T 4
13013| #define HAVE_LONG_LONG 1
13014| #define SIZEOF_LONG_LONG 8
13015| #define HAVE_UINTPTR_T 1
13016| #define SIZEOF_UINTPTR_T 4
13017| #define SIZEOF_OFF_T 8
13018| #define HAVE_LARGEFILE_SUPPORT 1
13019| #define SIZEOF_TIME_T 4
13020| #define SIZEOF_PTHREAD_T 4
13021| #define USE_TOOLBOX_OBJECT_GLUE 1
13022| #define WITH_NEXT_FRAMEWORK 1
13023| #define WITH_DYLD 1
13024| #define SHLIB_EXT ".so"
13025| #define WITH_THREAD 1
13026| #define _REENTRANT 1
13027| #define WITH_DOC_STRINGS 1
13028| #define WITH_PYMALLOC 1
13029| /* end confdefs.h.  */
13030| /* Define tmpnam to an innocuous variant, in case <limits.h> declares tmpnam.
13031|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13032| #define tmpnam innocuous_tmpnam
13033|
13034| /* System header to define __stub macros and hopefully few prototypes,
13035|     which can conflict with char tmpnam (); below.
13036|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13037|     <limits.h> exists even on freestanding compilers.  */
13038|
13039| #ifdef __STDC__
13040| # include <limits.h>
13041| #else
13042| # include <assert.h>
13043| #endif
13044|
13045| #undef tmpnam
13046|
13047| /* Override any GCC internal prototype to avoid an error.
13048|    Use char because int might match the return type of a GCC
13049|    builtin and then its argument prototype would still apply.  */
13050| #ifdef __cplusplus
13051| extern "C"
13052| #endif
13053| char tmpnam ();
13054| /* The GNU C library defines this for functions which it implements
13055|     to always fail with ENOSYS.  Some functions are actually named
13056|     something starting with __ and the normal name is an alias.  */
13057| #if defined __stub_tmpnam || defined __stub___tmpnam
13058| choke me
13059| #endif
13060|
13061| int
13062| main ()
13063| {
13064| return tmpnam ();
13065|   ;
13066|   return 0;
13067| }
13068configure:14807: result: no
13069configure:14727: checking for tmpnam_r
13070configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13071ld: library not found for -lcrt1.10.5.o
13072collect2: ld returned 1 exit status
13073ld: library not found for -lcrt1.10.5.o
13074collect2: ld returned 1 exit status
13075lipo: can't open input file: /var/tmp//ccmvwYw4.out (No such file or directory)
13076configure:14789: $? = 1
13077configure: failed program was:
13078| /* confdefs.h.  */
13079| #define _GNU_SOURCE 1
13080| #define _NETBSD_SOURCE 1
13081| #define __BSD_VISIBLE 1
13082| #define _BSD_TYPES 1
13083| #define Py_ENABLE_SHARED 1
13084| #define STDC_HEADERS 1
13085| #define HAVE_SYS_TYPES_H 1
13086| #define HAVE_SYS_STAT_H 1
13087| #define HAVE_STDLIB_H 1
13088| #define HAVE_STRING_H 1
13089| #define HAVE_MEMORY_H 1
13090| #define HAVE_STRINGS_H 1
13091| #define HAVE_INTTYPES_H 1
13092| #define HAVE_STDINT_H 1
13093| #define HAVE_UNISTD_H 1
13094| #define HAVE_CURSES_H 1
13095| #define HAVE_DLFCN_H 1
13096| #define HAVE_ERRNO_H 1
13097| #define HAVE_FCNTL_H 1
13098| #define HAVE_GRP_H 1
13099| #define HAVE_LANGINFO_H 1
13100| #define HAVE_LIBINTL_H 1
13101| #define HAVE_NCURSES_H 1
13102| #define HAVE_POLL_H 1
13103| #define HAVE_PTHREAD_H 1
13104| #define HAVE_SIGNAL_H 1
13105| #define HAVE_STDINT_H 1
13106| #define HAVE_TERMIOS_H 1
13107| #define HAVE_UNISTD_H 1
13108| #define HAVE_UTIME_H 1
13109| #define HAVE_SYS_FILE_H 1
13110| #define HAVE_SYS_LOCK_H 1
13111| #define HAVE_SYS_PARAM_H 1
13112| #define HAVE_SYS_POLL_H 1
13113| #define HAVE_SYS_SELECT_H 1
13114| #define HAVE_SYS_SOCKET_H 1
13115| #define HAVE_SYS_STATVFS_H 1
13116| #define HAVE_SYS_STAT_H 1
13117| #define HAVE_SYS_TIME_H 1
13118| #define HAVE_SYS_TIMES_H 1
13119| #define HAVE_SYS_TYPES_H 1
13120| #define HAVE_SYS_UN_H 1
13121| #define HAVE_SYS_UTSNAME_H 1
13122| #define HAVE_SYS_WAIT_H 1
13123| #define HAVE_SYS_RESOURCE_H 1
13124| #define HAVE_SYSEXITS_H 1
13125| #define HAVE_DIRENT_H 1
13126| #define HAVE_TERM_H 1
13127| #define HAVE_MAKEDEV 1
13128| #define _LARGEFILE_SOURCE 1
13129| #define _FILE_OFFSET_BITS 64
13130| #if defined(SCO_DS)
13131| #undef _OFF_T
13132| #endif
13133| #define RETSIGTYPE void
13134| #define HAVE_SSIZE_T 1
13135| #define SIZEOF_INT 4
13136| #define SIZEOF_LONG 4
13137| #define SIZEOF_VOID_P 4
13138| #define SIZEOF_SHORT 2
13139| #define SIZEOF_FLOAT 4
13140| #define SIZEOF_DOUBLE 8
13141| #define SIZEOF_FPOS_T 8
13142| #define SIZEOF_SIZE_T 4
13143| #define HAVE_LONG_LONG 1
13144| #define SIZEOF_LONG_LONG 8
13145| #define HAVE_UINTPTR_T 1
13146| #define SIZEOF_UINTPTR_T 4
13147| #define SIZEOF_OFF_T 8
13148| #define HAVE_LARGEFILE_SUPPORT 1
13149| #define SIZEOF_TIME_T 4
13150| #define SIZEOF_PTHREAD_T 4
13151| #define USE_TOOLBOX_OBJECT_GLUE 1
13152| #define WITH_NEXT_FRAMEWORK 1
13153| #define WITH_DYLD 1
13154| #define SHLIB_EXT ".so"
13155| #define WITH_THREAD 1
13156| #define _REENTRANT 1
13157| #define WITH_DOC_STRINGS 1
13158| #define WITH_PYMALLOC 1
13159| /* end confdefs.h.  */
13160| /* Define tmpnam_r to an innocuous variant, in case <limits.h> declares tmpnam_r.
13161|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13162| #define tmpnam_r innocuous_tmpnam_r
13163|
13164| /* System header to define __stub macros and hopefully few prototypes,
13165|     which can conflict with char tmpnam_r (); below.
13166|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13167|     <limits.h> exists even on freestanding compilers.  */
13168|
13169| #ifdef __STDC__
13170| # include <limits.h>
13171| #else
13172| # include <assert.h>
13173| #endif
13174|
13175| #undef tmpnam_r
13176|
13177| /* Override any GCC internal prototype to avoid an error.
13178|    Use char because int might match the return type of a GCC
13179|    builtin and then its argument prototype would still apply.  */
13180| #ifdef __cplusplus
13181| extern "C"
13182| #endif
13183| char tmpnam_r ();
13184| /* The GNU C library defines this for functions which it implements
13185|     to always fail with ENOSYS.  Some functions are actually named
13186|     something starting with __ and the normal name is an alias.  */
13187| #if defined __stub_tmpnam_r || defined __stub___tmpnam_r
13188| choke me
13189| #endif
13190|
13191| int
13192| main ()
13193| {
13194| return tmpnam_r ();
13195|   ;
13196|   return 0;
13197| }
13198configure:14807: result: no
13199configure:14727: checking for truncate
13200configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13201ld: library not found for -lcrt1.10.5.o
13202collect2: ld returned 1 exit status
13203ld: library not found for -lcrt1.10.5.o
13204collect2: ld returned 1 exit status
13205lipo: can't open input file: /var/tmp//ccnYx8wd.out (No such file or directory)
13206configure:14789: $? = 1
13207configure: failed program was:
13208| /* confdefs.h.  */
13209| #define _GNU_SOURCE 1
13210| #define _NETBSD_SOURCE 1
13211| #define __BSD_VISIBLE 1
13212| #define _BSD_TYPES 1
13213| #define Py_ENABLE_SHARED 1
13214| #define STDC_HEADERS 1
13215| #define HAVE_SYS_TYPES_H 1
13216| #define HAVE_SYS_STAT_H 1
13217| #define HAVE_STDLIB_H 1
13218| #define HAVE_STRING_H 1
13219| #define HAVE_MEMORY_H 1
13220| #define HAVE_STRINGS_H 1
13221| #define HAVE_INTTYPES_H 1
13222| #define HAVE_STDINT_H 1
13223| #define HAVE_UNISTD_H 1
13224| #define HAVE_CURSES_H 1
13225| #define HAVE_DLFCN_H 1
13226| #define HAVE_ERRNO_H 1
13227| #define HAVE_FCNTL_H 1
13228| #define HAVE_GRP_H 1
13229| #define HAVE_LANGINFO_H 1
13230| #define HAVE_LIBINTL_H 1
13231| #define HAVE_NCURSES_H 1
13232| #define HAVE_POLL_H 1
13233| #define HAVE_PTHREAD_H 1
13234| #define HAVE_SIGNAL_H 1
13235| #define HAVE_STDINT_H 1
13236| #define HAVE_TERMIOS_H 1
13237| #define HAVE_UNISTD_H 1
13238| #define HAVE_UTIME_H 1
13239| #define HAVE_SYS_FILE_H 1
13240| #define HAVE_SYS_LOCK_H 1
13241| #define HAVE_SYS_PARAM_H 1
13242| #define HAVE_SYS_POLL_H 1
13243| #define HAVE_SYS_SELECT_H 1
13244| #define HAVE_SYS_SOCKET_H 1
13245| #define HAVE_SYS_STATVFS_H 1
13246| #define HAVE_SYS_STAT_H 1
13247| #define HAVE_SYS_TIME_H 1
13248| #define HAVE_SYS_TIMES_H 1
13249| #define HAVE_SYS_TYPES_H 1
13250| #define HAVE_SYS_UN_H 1
13251| #define HAVE_SYS_UTSNAME_H 1
13252| #define HAVE_SYS_WAIT_H 1
13253| #define HAVE_SYS_RESOURCE_H 1
13254| #define HAVE_SYSEXITS_H 1
13255| #define HAVE_DIRENT_H 1
13256| #define HAVE_TERM_H 1
13257| #define HAVE_MAKEDEV 1
13258| #define _LARGEFILE_SOURCE 1
13259| #define _FILE_OFFSET_BITS 64
13260| #if defined(SCO_DS)
13261| #undef _OFF_T
13262| #endif
13263| #define RETSIGTYPE void
13264| #define HAVE_SSIZE_T 1
13265| #define SIZEOF_INT 4
13266| #define SIZEOF_LONG 4
13267| #define SIZEOF_VOID_P 4
13268| #define SIZEOF_SHORT 2
13269| #define SIZEOF_FLOAT 4
13270| #define SIZEOF_DOUBLE 8
13271| #define SIZEOF_FPOS_T 8
13272| #define SIZEOF_SIZE_T 4
13273| #define HAVE_LONG_LONG 1
13274| #define SIZEOF_LONG_LONG 8
13275| #define HAVE_UINTPTR_T 1
13276| #define SIZEOF_UINTPTR_T 4
13277| #define SIZEOF_OFF_T 8
13278| #define HAVE_LARGEFILE_SUPPORT 1
13279| #define SIZEOF_TIME_T 4
13280| #define SIZEOF_PTHREAD_T 4
13281| #define USE_TOOLBOX_OBJECT_GLUE 1
13282| #define WITH_NEXT_FRAMEWORK 1
13283| #define WITH_DYLD 1
13284| #define SHLIB_EXT ".so"
13285| #define WITH_THREAD 1
13286| #define _REENTRANT 1
13287| #define WITH_DOC_STRINGS 1
13288| #define WITH_PYMALLOC 1
13289| /* end confdefs.h.  */
13290| /* Define truncate to an innocuous variant, in case <limits.h> declares truncate.
13291|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13292| #define truncate innocuous_truncate
13293|
13294| /* System header to define __stub macros and hopefully few prototypes,
13295|     which can conflict with char truncate (); below.
13296|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13297|     <limits.h> exists even on freestanding compilers.  */
13298|
13299| #ifdef __STDC__
13300| # include <limits.h>
13301| #else
13302| # include <assert.h>
13303| #endif
13304|
13305| #undef truncate
13306|
13307| /* Override any GCC internal prototype to avoid an error.
13308|    Use char because int might match the return type of a GCC
13309|    builtin and then its argument prototype would still apply.  */
13310| #ifdef __cplusplus
13311| extern "C"
13312| #endif
13313| char truncate ();
13314| /* The GNU C library defines this for functions which it implements
13315|     to always fail with ENOSYS.  Some functions are actually named
13316|     something starting with __ and the normal name is an alias.  */
13317| #if defined __stub_truncate || defined __stub___truncate
13318| choke me
13319| #endif
13320|
13321| int
13322| main ()
13323| {
13324| return truncate ();
13325|   ;
13326|   return 0;
13327| }
13328configure:14807: result: no
13329configure:14727: checking for uname
13330configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13331ld: library not found for -lcrt1.10.5.o
13332collect2: ld returned 1 exit status
13333ld: library not found for -lcrt1.10.5.o
13334collect2: ld returned 1 exit status
13335lipo: can't open input file: /var/tmp//ccyEdbec.out (No such file or directory)
13336configure:14789: $? = 1
13337configure: failed program was:
13338| /* confdefs.h.  */
13339| #define _GNU_SOURCE 1
13340| #define _NETBSD_SOURCE 1
13341| #define __BSD_VISIBLE 1
13342| #define _BSD_TYPES 1
13343| #define Py_ENABLE_SHARED 1
13344| #define STDC_HEADERS 1
13345| #define HAVE_SYS_TYPES_H 1
13346| #define HAVE_SYS_STAT_H 1
13347| #define HAVE_STDLIB_H 1
13348| #define HAVE_STRING_H 1
13349| #define HAVE_MEMORY_H 1
13350| #define HAVE_STRINGS_H 1
13351| #define HAVE_INTTYPES_H 1
13352| #define HAVE_STDINT_H 1
13353| #define HAVE_UNISTD_H 1
13354| #define HAVE_CURSES_H 1
13355| #define HAVE_DLFCN_H 1
13356| #define HAVE_ERRNO_H 1
13357| #define HAVE_FCNTL_H 1
13358| #define HAVE_GRP_H 1
13359| #define HAVE_LANGINFO_H 1
13360| #define HAVE_LIBINTL_H 1
13361| #define HAVE_NCURSES_H 1
13362| #define HAVE_POLL_H 1
13363| #define HAVE_PTHREAD_H 1
13364| #define HAVE_SIGNAL_H 1
13365| #define HAVE_STDINT_H 1
13366| #define HAVE_TERMIOS_H 1
13367| #define HAVE_UNISTD_H 1
13368| #define HAVE_UTIME_H 1
13369| #define HAVE_SYS_FILE_H 1
13370| #define HAVE_SYS_LOCK_H 1
13371| #define HAVE_SYS_PARAM_H 1
13372| #define HAVE_SYS_POLL_H 1
13373| #define HAVE_SYS_SELECT_H 1
13374| #define HAVE_SYS_SOCKET_H 1
13375| #define HAVE_SYS_STATVFS_H 1
13376| #define HAVE_SYS_STAT_H 1
13377| #define HAVE_SYS_TIME_H 1
13378| #define HAVE_SYS_TIMES_H 1
13379| #define HAVE_SYS_TYPES_H 1
13380| #define HAVE_SYS_UN_H 1
13381| #define HAVE_SYS_UTSNAME_H 1
13382| #define HAVE_SYS_WAIT_H 1
13383| #define HAVE_SYS_RESOURCE_H 1
13384| #define HAVE_SYSEXITS_H 1
13385| #define HAVE_DIRENT_H 1
13386| #define HAVE_TERM_H 1
13387| #define HAVE_MAKEDEV 1
13388| #define _LARGEFILE_SOURCE 1
13389| #define _FILE_OFFSET_BITS 64
13390| #if defined(SCO_DS)
13391| #undef _OFF_T
13392| #endif
13393| #define RETSIGTYPE void
13394| #define HAVE_SSIZE_T 1
13395| #define SIZEOF_INT 4
13396| #define SIZEOF_LONG 4
13397| #define SIZEOF_VOID_P 4
13398| #define SIZEOF_SHORT 2
13399| #define SIZEOF_FLOAT 4
13400| #define SIZEOF_DOUBLE 8
13401| #define SIZEOF_FPOS_T 8
13402| #define SIZEOF_SIZE_T 4
13403| #define HAVE_LONG_LONG 1
13404| #define SIZEOF_LONG_LONG 8
13405| #define HAVE_UINTPTR_T 1
13406| #define SIZEOF_UINTPTR_T 4
13407| #define SIZEOF_OFF_T 8
13408| #define HAVE_LARGEFILE_SUPPORT 1
13409| #define SIZEOF_TIME_T 4
13410| #define SIZEOF_PTHREAD_T 4
13411| #define USE_TOOLBOX_OBJECT_GLUE 1
13412| #define WITH_NEXT_FRAMEWORK 1
13413| #define WITH_DYLD 1
13414| #define SHLIB_EXT ".so"
13415| #define WITH_THREAD 1
13416| #define _REENTRANT 1
13417| #define WITH_DOC_STRINGS 1
13418| #define WITH_PYMALLOC 1
13419| /* end confdefs.h.  */
13420| /* Define uname to an innocuous variant, in case <limits.h> declares uname.
13421|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13422| #define uname innocuous_uname
13423|
13424| /* System header to define __stub macros and hopefully few prototypes,
13425|     which can conflict with char uname (); below.
13426|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13427|     <limits.h> exists even on freestanding compilers.  */
13428|
13429| #ifdef __STDC__
13430| # include <limits.h>
13431| #else
13432| # include <assert.h>
13433| #endif
13434|
13435| #undef uname
13436|
13437| /* Override any GCC internal prototype to avoid an error.
13438|    Use char because int might match the return type of a GCC
13439|    builtin and then its argument prototype would still apply.  */
13440| #ifdef __cplusplus
13441| extern "C"
13442| #endif
13443| char uname ();
13444| /* The GNU C library defines this for functions which it implements
13445|     to always fail with ENOSYS.  Some functions are actually named
13446|     something starting with __ and the normal name is an alias.  */
13447| #if defined __stub_uname || defined __stub___uname
13448| choke me
13449| #endif
13450|
13451| int
13452| main ()
13453| {
13454| return uname ();
13455|   ;
13456|   return 0;
13457| }
13458configure:14807: result: no
13459configure:14727: checking for unsetenv
13460configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13461ld: library not found for -lcrt1.10.5.o
13462collect2: ld returned 1 exit status
13463ld: library not found for -lcrt1.10.5.o
13464collect2: ld returned 1 exit status
13465lipo: can't open input file: /var/tmp//cc0RWI2b.out (No such file or directory)
13466configure:14789: $? = 1
13467configure: failed program was:
13468| /* confdefs.h.  */
13469| #define _GNU_SOURCE 1
13470| #define _NETBSD_SOURCE 1
13471| #define __BSD_VISIBLE 1
13472| #define _BSD_TYPES 1
13473| #define Py_ENABLE_SHARED 1
13474| #define STDC_HEADERS 1
13475| #define HAVE_SYS_TYPES_H 1
13476| #define HAVE_SYS_STAT_H 1
13477| #define HAVE_STDLIB_H 1
13478| #define HAVE_STRING_H 1
13479| #define HAVE_MEMORY_H 1
13480| #define HAVE_STRINGS_H 1
13481| #define HAVE_INTTYPES_H 1
13482| #define HAVE_STDINT_H 1
13483| #define HAVE_UNISTD_H 1
13484| #define HAVE_CURSES_H 1
13485| #define HAVE_DLFCN_H 1
13486| #define HAVE_ERRNO_H 1
13487| #define HAVE_FCNTL_H 1
13488| #define HAVE_GRP_H 1
13489| #define HAVE_LANGINFO_H 1
13490| #define HAVE_LIBINTL_H 1
13491| #define HAVE_NCURSES_H 1
13492| #define HAVE_POLL_H 1
13493| #define HAVE_PTHREAD_H 1
13494| #define HAVE_SIGNAL_H 1
13495| #define HAVE_STDINT_H 1
13496| #define HAVE_TERMIOS_H 1
13497| #define HAVE_UNISTD_H 1
13498| #define HAVE_UTIME_H 1
13499| #define HAVE_SYS_FILE_H 1
13500| #define HAVE_SYS_LOCK_H 1
13501| #define HAVE_SYS_PARAM_H 1
13502| #define HAVE_SYS_POLL_H 1
13503| #define HAVE_SYS_SELECT_H 1
13504| #define HAVE_SYS_SOCKET_H 1
13505| #define HAVE_SYS_STATVFS_H 1
13506| #define HAVE_SYS_STAT_H 1
13507| #define HAVE_SYS_TIME_H 1
13508| #define HAVE_SYS_TIMES_H 1
13509| #define HAVE_SYS_TYPES_H 1
13510| #define HAVE_SYS_UN_H 1
13511| #define HAVE_SYS_UTSNAME_H 1
13512| #define HAVE_SYS_WAIT_H 1
13513| #define HAVE_SYS_RESOURCE_H 1
13514| #define HAVE_SYSEXITS_H 1
13515| #define HAVE_DIRENT_H 1
13516| #define HAVE_TERM_H 1
13517| #define HAVE_MAKEDEV 1
13518| #define _LARGEFILE_SOURCE 1
13519| #define _FILE_OFFSET_BITS 64
13520| #if defined(SCO_DS)
13521| #undef _OFF_T
13522| #endif
13523| #define RETSIGTYPE void
13524| #define HAVE_SSIZE_T 1
13525| #define SIZEOF_INT 4
13526| #define SIZEOF_LONG 4
13527| #define SIZEOF_VOID_P 4
13528| #define SIZEOF_SHORT 2
13529| #define SIZEOF_FLOAT 4
13530| #define SIZEOF_DOUBLE 8
13531| #define SIZEOF_FPOS_T 8
13532| #define SIZEOF_SIZE_T 4
13533| #define HAVE_LONG_LONG 1
13534| #define SIZEOF_LONG_LONG 8
13535| #define HAVE_UINTPTR_T 1
13536| #define SIZEOF_UINTPTR_T 4
13537| #define SIZEOF_OFF_T 8
13538| #define HAVE_LARGEFILE_SUPPORT 1
13539| #define SIZEOF_TIME_T 4
13540| #define SIZEOF_PTHREAD_T 4
13541| #define USE_TOOLBOX_OBJECT_GLUE 1
13542| #define WITH_NEXT_FRAMEWORK 1
13543| #define WITH_DYLD 1
13544| #define SHLIB_EXT ".so"
13545| #define WITH_THREAD 1
13546| #define _REENTRANT 1
13547| #define WITH_DOC_STRINGS 1
13548| #define WITH_PYMALLOC 1
13549| /* end confdefs.h.  */
13550| /* Define unsetenv to an innocuous variant, in case <limits.h> declares unsetenv.
13551|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13552| #define unsetenv innocuous_unsetenv
13553|
13554| /* System header to define __stub macros and hopefully few prototypes,
13555|     which can conflict with char unsetenv (); below.
13556|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13557|     <limits.h> exists even on freestanding compilers.  */
13558|
13559| #ifdef __STDC__
13560| # include <limits.h>
13561| #else
13562| # include <assert.h>
13563| #endif
13564|
13565| #undef unsetenv
13566|
13567| /* Override any GCC internal prototype to avoid an error.
13568|    Use char because int might match the return type of a GCC
13569|    builtin and then its argument prototype would still apply.  */
13570| #ifdef __cplusplus
13571| extern "C"
13572| #endif
13573| char unsetenv ();
13574| /* The GNU C library defines this for functions which it implements
13575|     to always fail with ENOSYS.  Some functions are actually named
13576|     something starting with __ and the normal name is an alias.  */
13577| #if defined __stub_unsetenv || defined __stub___unsetenv
13578| choke me
13579| #endif
13580|
13581| int
13582| main ()
13583| {
13584| return unsetenv ();
13585|   ;
13586|   return 0;
13587| }
13588configure:14807: result: no
13589configure:14727: checking for utimes
13590configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13591Binary file conftest.er1 matches
13592configure:14789: $? = 1
13593configure: failed program was:
13594| /* confdefs.h.  */
13595| #define _GNU_SOURCE 1
13596| #define _NETBSD_SOURCE 1
13597| #define __BSD_VISIBLE 1
13598| #define _BSD_TYPES 1
13599| #define Py_ENABLE_SHARED 1
13600| #define STDC_HEADERS 1
13601| #define HAVE_SYS_TYPES_H 1
13602| #define HAVE_SYS_STAT_H 1
13603| #define HAVE_STDLIB_H 1
13604| #define HAVE_STRING_H 1
13605| #define HAVE_MEMORY_H 1
13606| #define HAVE_STRINGS_H 1
13607| #define HAVE_INTTYPES_H 1
13608| #define HAVE_STDINT_H 1
13609| #define HAVE_UNISTD_H 1
13610| #define HAVE_CURSES_H 1
13611| #define HAVE_DLFCN_H 1
13612| #define HAVE_ERRNO_H 1
13613| #define HAVE_FCNTL_H 1
13614| #define HAVE_GRP_H 1
13615| #define HAVE_LANGINFO_H 1
13616| #define HAVE_LIBINTL_H 1
13617| #define HAVE_NCURSES_H 1
13618| #define HAVE_POLL_H 1
13619| #define HAVE_PTHREAD_H 1
13620| #define HAVE_SIGNAL_H 1
13621| #define HAVE_STDINT_H 1
13622| #define HAVE_TERMIOS_H 1
13623| #define HAVE_UNISTD_H 1
13624| #define HAVE_UTIME_H 1
13625| #define HAVE_SYS_FILE_H 1
13626| #define HAVE_SYS_LOCK_H 1
13627| #define HAVE_SYS_PARAM_H 1
13628| #define HAVE_SYS_POLL_H 1
13629| #define HAVE_SYS_SELECT_H 1
13630| #define HAVE_SYS_SOCKET_H 1
13631| #define HAVE_SYS_STATVFS_H 1
13632| #define HAVE_SYS_STAT_H 1
13633| #define HAVE_SYS_TIME_H 1
13634| #define HAVE_SYS_TIMES_H 1
13635| #define HAVE_SYS_TYPES_H 1
13636| #define HAVE_SYS_UN_H 1
13637| #define HAVE_SYS_UTSNAME_H 1
13638| #define HAVE_SYS_WAIT_H 1
13639| #define HAVE_SYS_RESOURCE_H 1
13640| #define HAVE_SYSEXITS_H 1
13641| #define HAVE_DIRENT_H 1
13642| #define HAVE_TERM_H 1
13643| #define HAVE_MAKEDEV 1
13644| #define _LARGEFILE_SOURCE 1
13645| #define _FILE_OFFSET_BITS 64
13646| #if defined(SCO_DS)
13647| #undef _OFF_T
13648| #endif
13649| #define RETSIGTYPE void
13650| #define HAVE_SSIZE_T 1
13651| #define SIZEOF_INT 4
13652| #define SIZEOF_LONG 4
13653| #define SIZEOF_VOID_P 4
13654| #define SIZEOF_SHORT 2
13655| #define SIZEOF_FLOAT 4
13656| #define SIZEOF_DOUBLE 8
13657| #define SIZEOF_FPOS_T 8
13658| #define SIZEOF_SIZE_T 4
13659| #define HAVE_LONG_LONG 1
13660| #define SIZEOF_LONG_LONG 8
13661| #define HAVE_UINTPTR_T 1
13662| #define SIZEOF_UINTPTR_T 4
13663| #define SIZEOF_OFF_T 8
13664| #define HAVE_LARGEFILE_SUPPORT 1
13665| #define SIZEOF_TIME_T 4
13666| #define SIZEOF_PTHREAD_T 4
13667| #define USE_TOOLBOX_OBJECT_GLUE 1
13668| #define WITH_NEXT_FRAMEWORK 1
13669| #define WITH_DYLD 1
13670| #define SHLIB_EXT ".so"
13671| #define WITH_THREAD 1
13672| #define _REENTRANT 1
13673| #define WITH_DOC_STRINGS 1
13674| #define WITH_PYMALLOC 1
13675| /* end confdefs.h.  */
13676| /* Define utimes to an innocuous variant, in case <limits.h> declares utimes.
13677|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13678| #define utimes innocuous_utimes
13679|
13680| /* System header to define __stub macros and hopefully few prototypes,
13681|     which can conflict with char utimes (); below.
13682|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13683|     <limits.h> exists even on freestanding compilers.  */
13684|
13685| #ifdef __STDC__
13686| # include <limits.h>
13687| #else
13688| # include <assert.h>
13689| #endif
13690|
13691| #undef utimes
13692|
13693| /* Override any GCC internal prototype to avoid an error.
13694|    Use char because int might match the return type of a GCC
13695|    builtin and then its argument prototype would still apply.  */
13696| #ifdef __cplusplus
13697| extern "C"
13698| #endif
13699| char utimes ();
13700| /* The GNU C library defines this for functions which it implements
13701|     to always fail with ENOSYS.  Some functions are actually named
13702|     something starting with __ and the normal name is an alias.  */
13703| #if defined __stub_utimes || defined __stub___utimes
13704| choke me
13705| #endif
13706|
13707| int
13708| main ()
13709| {
13710| return utimes ();
13711|   ;
13712|   return 0;
13713| }
13714configure:14807: result: no
13715configure:14727: checking for waitpid
13716configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13717ld: library not found for -lcrt1.10.5.o
13718collect2: ld returned 1 exit status
13719ld: library not found for -lcrt1.10.5.o
13720collect2: ld returned 1 exit status
13721lipo: can't open input file: /var/tmp//ccjHTWYo.out (No such file or directory)
13722configure:14789: $? = 1
13723configure: failed program was:
13724| /* confdefs.h.  */
13725| #define _GNU_SOURCE 1
13726| #define _NETBSD_SOURCE 1
13727| #define __BSD_VISIBLE 1
13728| #define _BSD_TYPES 1
13729| #define Py_ENABLE_SHARED 1
13730| #define STDC_HEADERS 1
13731| #define HAVE_SYS_TYPES_H 1
13732| #define HAVE_SYS_STAT_H 1
13733| #define HAVE_STDLIB_H 1
13734| #define HAVE_STRING_H 1
13735| #define HAVE_MEMORY_H 1
13736| #define HAVE_STRINGS_H 1
13737| #define HAVE_INTTYPES_H 1
13738| #define HAVE_STDINT_H 1
13739| #define HAVE_UNISTD_H 1
13740| #define HAVE_CURSES_H 1
13741| #define HAVE_DLFCN_H 1
13742| #define HAVE_ERRNO_H 1
13743| #define HAVE_FCNTL_H 1
13744| #define HAVE_GRP_H 1
13745| #define HAVE_LANGINFO_H 1
13746| #define HAVE_LIBINTL_H 1
13747| #define HAVE_NCURSES_H 1
13748| #define HAVE_POLL_H 1
13749| #define HAVE_PTHREAD_H 1
13750| #define HAVE_SIGNAL_H 1
13751| #define HAVE_STDINT_H 1
13752| #define HAVE_TERMIOS_H 1
13753| #define HAVE_UNISTD_H 1
13754| #define HAVE_UTIME_H 1
13755| #define HAVE_SYS_FILE_H 1
13756| #define HAVE_SYS_LOCK_H 1
13757| #define HAVE_SYS_PARAM_H 1
13758| #define HAVE_SYS_POLL_H 1
13759| #define HAVE_SYS_SELECT_H 1
13760| #define HAVE_SYS_SOCKET_H 1
13761| #define HAVE_SYS_STATVFS_H 1
13762| #define HAVE_SYS_STAT_H 1
13763| #define HAVE_SYS_TIME_H 1
13764| #define HAVE_SYS_TIMES_H 1
13765| #define HAVE_SYS_TYPES_H 1
13766| #define HAVE_SYS_UN_H 1
13767| #define HAVE_SYS_UTSNAME_H 1
13768| #define HAVE_SYS_WAIT_H 1
13769| #define HAVE_SYS_RESOURCE_H 1
13770| #define HAVE_SYSEXITS_H 1
13771| #define HAVE_DIRENT_H 1
13772| #define HAVE_TERM_H 1
13773| #define HAVE_MAKEDEV 1
13774| #define _LARGEFILE_SOURCE 1
13775| #define _FILE_OFFSET_BITS 64
13776| #if defined(SCO_DS)
13777| #undef _OFF_T
13778| #endif
13779| #define RETSIGTYPE void
13780| #define HAVE_SSIZE_T 1
13781| #define SIZEOF_INT 4
13782| #define SIZEOF_LONG 4
13783| #define SIZEOF_VOID_P 4
13784| #define SIZEOF_SHORT 2
13785| #define SIZEOF_FLOAT 4
13786| #define SIZEOF_DOUBLE 8
13787| #define SIZEOF_FPOS_T 8
13788| #define SIZEOF_SIZE_T 4
13789| #define HAVE_LONG_LONG 1
13790| #define SIZEOF_LONG_LONG 8
13791| #define HAVE_UINTPTR_T 1
13792| #define SIZEOF_UINTPTR_T 4
13793| #define SIZEOF_OFF_T 8
13794| #define HAVE_LARGEFILE_SUPPORT 1
13795| #define SIZEOF_TIME_T 4
13796| #define SIZEOF_PTHREAD_T 4
13797| #define USE_TOOLBOX_OBJECT_GLUE 1
13798| #define WITH_NEXT_FRAMEWORK 1
13799| #define WITH_DYLD 1
13800| #define SHLIB_EXT ".so"
13801| #define WITH_THREAD 1
13802| #define _REENTRANT 1
13803| #define WITH_DOC_STRINGS 1
13804| #define WITH_PYMALLOC 1
13805| /* end confdefs.h.  */
13806| /* Define waitpid to an innocuous variant, in case <limits.h> declares waitpid.
13807|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13808| #define waitpid innocuous_waitpid
13809|
13810| /* System header to define __stub macros and hopefully few prototypes,
13811|     which can conflict with char waitpid (); below.
13812|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13813|     <limits.h> exists even on freestanding compilers.  */
13814|
13815| #ifdef __STDC__
13816| # include <limits.h>
13817| #else
13818| # include <assert.h>
13819| #endif
13820|
13821| #undef waitpid
13822|
13823| /* Override any GCC internal prototype to avoid an error.
13824|    Use char because int might match the return type of a GCC
13825|    builtin and then its argument prototype would still apply.  */
13826| #ifdef __cplusplus
13827| extern "C"
13828| #endif
13829| char waitpid ();
13830| /* The GNU C library defines this for functions which it implements
13831|     to always fail with ENOSYS.  Some functions are actually named
13832|     something starting with __ and the normal name is an alias.  */
13833| #if defined __stub_waitpid || defined __stub___waitpid
13834| choke me
13835| #endif
13836|
13837| int
13838| main ()
13839| {
13840| return waitpid ();
13841|   ;
13842|   return 0;
13843| }
13844configure:14807: result: no
13845configure:14727: checking for wait3
13846configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13847ld: library not found for -lcrt1.10.5.o
13848collect2: ld returned 1 exit status
13849ld: library not found for -lcrt1.10.5.o
13850collect2: ld returned 1 exit status
13851lipo: can't open input file: /var/tmp//ccJZh0Yj.out (No such file or directory)
13852configure:14789: $? = 1
13853configure: failed program was:
13854| /* confdefs.h.  */
13855| #define _GNU_SOURCE 1
13856| #define _NETBSD_SOURCE 1
13857| #define __BSD_VISIBLE 1
13858| #define _BSD_TYPES 1
13859| #define Py_ENABLE_SHARED 1
13860| #define STDC_HEADERS 1
13861| #define HAVE_SYS_TYPES_H 1
13862| #define HAVE_SYS_STAT_H 1
13863| #define HAVE_STDLIB_H 1
13864| #define HAVE_STRING_H 1
13865| #define HAVE_MEMORY_H 1
13866| #define HAVE_STRINGS_H 1
13867| #define HAVE_INTTYPES_H 1
13868| #define HAVE_STDINT_H 1
13869| #define HAVE_UNISTD_H 1
13870| #define HAVE_CURSES_H 1
13871| #define HAVE_DLFCN_H 1
13872| #define HAVE_ERRNO_H 1
13873| #define HAVE_FCNTL_H 1
13874| #define HAVE_GRP_H 1
13875| #define HAVE_LANGINFO_H 1
13876| #define HAVE_LIBINTL_H 1
13877| #define HAVE_NCURSES_H 1
13878| #define HAVE_POLL_H 1
13879| #define HAVE_PTHREAD_H 1
13880| #define HAVE_SIGNAL_H 1
13881| #define HAVE_STDINT_H 1
13882| #define HAVE_TERMIOS_H 1
13883| #define HAVE_UNISTD_H 1
13884| #define HAVE_UTIME_H 1
13885| #define HAVE_SYS_FILE_H 1
13886| #define HAVE_SYS_LOCK_H 1
13887| #define HAVE_SYS_PARAM_H 1
13888| #define HAVE_SYS_POLL_H 1
13889| #define HAVE_SYS_SELECT_H 1
13890| #define HAVE_SYS_SOCKET_H 1
13891| #define HAVE_SYS_STATVFS_H 1
13892| #define HAVE_SYS_STAT_H 1
13893| #define HAVE_SYS_TIME_H 1
13894| #define HAVE_SYS_TIMES_H 1
13895| #define HAVE_SYS_TYPES_H 1
13896| #define HAVE_SYS_UN_H 1
13897| #define HAVE_SYS_UTSNAME_H 1
13898| #define HAVE_SYS_WAIT_H 1
13899| #define HAVE_SYS_RESOURCE_H 1
13900| #define HAVE_SYSEXITS_H 1
13901| #define HAVE_DIRENT_H 1
13902| #define HAVE_TERM_H 1
13903| #define HAVE_MAKEDEV 1
13904| #define _LARGEFILE_SOURCE 1
13905| #define _FILE_OFFSET_BITS 64
13906| #if defined(SCO_DS)
13907| #undef _OFF_T
13908| #endif
13909| #define RETSIGTYPE void
13910| #define HAVE_SSIZE_T 1
13911| #define SIZEOF_INT 4
13912| #define SIZEOF_LONG 4
13913| #define SIZEOF_VOID_P 4
13914| #define SIZEOF_SHORT 2
13915| #define SIZEOF_FLOAT 4
13916| #define SIZEOF_DOUBLE 8
13917| #define SIZEOF_FPOS_T 8
13918| #define SIZEOF_SIZE_T 4
13919| #define HAVE_LONG_LONG 1
13920| #define SIZEOF_LONG_LONG 8
13921| #define HAVE_UINTPTR_T 1
13922| #define SIZEOF_UINTPTR_T 4
13923| #define SIZEOF_OFF_T 8
13924| #define HAVE_LARGEFILE_SUPPORT 1
13925| #define SIZEOF_TIME_T 4
13926| #define SIZEOF_PTHREAD_T 4
13927| #define USE_TOOLBOX_OBJECT_GLUE 1
13928| #define WITH_NEXT_FRAMEWORK 1
13929| #define WITH_DYLD 1
13930| #define SHLIB_EXT ".so"
13931| #define WITH_THREAD 1
13932| #define _REENTRANT 1
13933| #define WITH_DOC_STRINGS 1
13934| #define WITH_PYMALLOC 1
13935| /* end confdefs.h.  */
13936| /* Define wait3 to an innocuous variant, in case <limits.h> declares wait3.
13937|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13938| #define wait3 innocuous_wait3
13939|
13940| /* System header to define __stub macros and hopefully few prototypes,
13941|     which can conflict with char wait3 (); below.
13942|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13943|     <limits.h> exists even on freestanding compilers.  */
13944|
13945| #ifdef __STDC__
13946| # include <limits.h>
13947| #else
13948| # include <assert.h>
13949| #endif
13950|
13951| #undef wait3
13952|
13953| /* Override any GCC internal prototype to avoid an error.
13954|    Use char because int might match the return type of a GCC
13955|    builtin and then its argument prototype would still apply.  */
13956| #ifdef __cplusplus
13957| extern "C"
13958| #endif
13959| char wait3 ();
13960| /* The GNU C library defines this for functions which it implements
13961|     to always fail with ENOSYS.  Some functions are actually named
13962|     something starting with __ and the normal name is an alias.  */
13963| #if defined __stub_wait3 || defined __stub___wait3
13964| choke me
13965| #endif
13966|
13967| int
13968| main ()
13969| {
13970| return wait3 ();
13971|   ;
13972|   return 0;
13973| }
13974configure:14807: result: no
13975configure:14727: checking for wait4
13976configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
13977Binary file conftest.er1 matches
13978configure:14789: $? = 1
13979configure: failed program was:
13980| /* confdefs.h.  */
13981| #define _GNU_SOURCE 1
13982| #define _NETBSD_SOURCE 1
13983| #define __BSD_VISIBLE 1
13984| #define _BSD_TYPES 1
13985| #define Py_ENABLE_SHARED 1
13986| #define STDC_HEADERS 1
13987| #define HAVE_SYS_TYPES_H 1
13988| #define HAVE_SYS_STAT_H 1
13989| #define HAVE_STDLIB_H 1
13990| #define HAVE_STRING_H 1
13991| #define HAVE_MEMORY_H 1
13992| #define HAVE_STRINGS_H 1
13993| #define HAVE_INTTYPES_H 1
13994| #define HAVE_STDINT_H 1
13995| #define HAVE_UNISTD_H 1
13996| #define HAVE_CURSES_H 1
13997| #define HAVE_DLFCN_H 1
13998| #define HAVE_ERRNO_H 1
13999| #define HAVE_FCNTL_H 1
14000| #define HAVE_GRP_H 1
14001| #define HAVE_LANGINFO_H 1
14002| #define HAVE_LIBINTL_H 1
14003| #define HAVE_NCURSES_H 1
14004| #define HAVE_POLL_H 1
14005| #define HAVE_PTHREAD_H 1
14006| #define HAVE_SIGNAL_H 1
14007| #define HAVE_STDINT_H 1
14008| #define HAVE_TERMIOS_H 1
14009| #define HAVE_UNISTD_H 1
14010| #define HAVE_UTIME_H 1
14011| #define HAVE_SYS_FILE_H 1
14012| #define HAVE_SYS_LOCK_H 1
14013| #define HAVE_SYS_PARAM_H 1
14014| #define HAVE_SYS_POLL_H 1
14015| #define HAVE_SYS_SELECT_H 1
14016| #define HAVE_SYS_SOCKET_H 1
14017| #define HAVE_SYS_STATVFS_H 1
14018| #define HAVE_SYS_STAT_H 1
14019| #define HAVE_SYS_TIME_H 1
14020| #define HAVE_SYS_TIMES_H 1
14021| #define HAVE_SYS_TYPES_H 1
14022| #define HAVE_SYS_UN_H 1
14023| #define HAVE_SYS_UTSNAME_H 1
14024| #define HAVE_SYS_WAIT_H 1
14025| #define HAVE_SYS_RESOURCE_H 1
14026| #define HAVE_SYSEXITS_H 1
14027| #define HAVE_DIRENT_H 1
14028| #define HAVE_TERM_H 1
14029| #define HAVE_MAKEDEV 1
14030| #define _LARGEFILE_SOURCE 1
14031| #define _FILE_OFFSET_BITS 64
14032| #if defined(SCO_DS)
14033| #undef _OFF_T
14034| #endif
14035| #define RETSIGTYPE void
14036| #define HAVE_SSIZE_T 1
14037| #define SIZEOF_INT 4
14038| #define SIZEOF_LONG 4
14039| #define SIZEOF_VOID_P 4
14040| #define SIZEOF_SHORT 2
14041| #define SIZEOF_FLOAT 4
14042| #define SIZEOF_DOUBLE 8
14043| #define SIZEOF_FPOS_T 8
14044| #define SIZEOF_SIZE_T 4
14045| #define HAVE_LONG_LONG 1
14046| #define SIZEOF_LONG_LONG 8
14047| #define HAVE_UINTPTR_T 1
14048| #define SIZEOF_UINTPTR_T 4
14049| #define SIZEOF_OFF_T 8
14050| #define HAVE_LARGEFILE_SUPPORT 1
14051| #define SIZEOF_TIME_T 4
14052| #define SIZEOF_PTHREAD_T 4
14053| #define USE_TOOLBOX_OBJECT_GLUE 1
14054| #define WITH_NEXT_FRAMEWORK 1
14055| #define WITH_DYLD 1
14056| #define SHLIB_EXT ".so"
14057| #define WITH_THREAD 1
14058| #define _REENTRANT 1
14059| #define WITH_DOC_STRINGS 1
14060| #define WITH_PYMALLOC 1
14061| /* end confdefs.h.  */
14062| /* Define wait4 to an innocuous variant, in case <limits.h> declares wait4.
14063|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14064| #define wait4 innocuous_wait4
14065|
14066| /* System header to define __stub macros and hopefully few prototypes,
14067|     which can conflict with char wait4 (); below.
14068|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14069|     <limits.h> exists even on freestanding compilers.  */
14070|
14071| #ifdef __STDC__
14072| # include <limits.h>
14073| #else
14074| # include <assert.h>
14075| #endif
14076|
14077| #undef wait4
14078|
14079| /* Override any GCC internal prototype to avoid an error.
14080|    Use char because int might match the return type of a GCC
14081|    builtin and then its argument prototype would still apply.  */
14082| #ifdef __cplusplus
14083| extern "C"
14084| #endif
14085| char wait4 ();
14086| /* The GNU C library defines this for functions which it implements
14087|     to always fail with ENOSYS.  Some functions are actually named
14088|     something starting with __ and the normal name is an alias.  */
14089| #if defined __stub_wait4 || defined __stub___wait4
14090| choke me
14091| #endif
14092|
14093| int
14094| main ()
14095| {
14096| return wait4 ();
14097|   ;
14098|   return 0;
14099| }
14100configure:14807: result: no
14101configure:14727: checking for wcscoll
14102configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
14103Binary file conftest.er1 matches
14104configure:14789: $? = 1
14105configure: failed program was:
14106| /* confdefs.h.  */
14107| #define _GNU_SOURCE 1
14108| #define _NETBSD_SOURCE 1
14109| #define __BSD_VISIBLE 1
14110| #define _BSD_TYPES 1
14111| #define Py_ENABLE_SHARED 1
14112| #define STDC_HEADERS 1
14113| #define HAVE_SYS_TYPES_H 1
14114| #define HAVE_SYS_STAT_H 1
14115| #define HAVE_STDLIB_H 1
14116| #define HAVE_STRING_H 1
14117| #define HAVE_MEMORY_H 1
14118| #define HAVE_STRINGS_H 1
14119| #define HAVE_INTTYPES_H 1
14120| #define HAVE_STDINT_H 1
14121| #define HAVE_UNISTD_H 1
14122| #define HAVE_CURSES_H 1
14123| #define HAVE_DLFCN_H 1
14124| #define HAVE_ERRNO_H 1
14125| #define HAVE_FCNTL_H 1
14126| #define HAVE_GRP_H 1
14127| #define HAVE_LANGINFO_H 1
14128| #define HAVE_LIBINTL_H 1
14129| #define HAVE_NCURSES_H 1
14130| #define HAVE_POLL_H 1
14131| #define HAVE_PTHREAD_H 1
14132| #define HAVE_SIGNAL_H 1
14133| #define HAVE_STDINT_H 1
14134| #define HAVE_TERMIOS_H 1
14135| #define HAVE_UNISTD_H 1
14136| #define HAVE_UTIME_H 1
14137| #define HAVE_SYS_FILE_H 1
14138| #define HAVE_SYS_LOCK_H 1
14139| #define HAVE_SYS_PARAM_H 1
14140| #define HAVE_SYS_POLL_H 1
14141| #define HAVE_SYS_SELECT_H 1
14142| #define HAVE_SYS_SOCKET_H 1
14143| #define HAVE_SYS_STATVFS_H 1
14144| #define HAVE_SYS_STAT_H 1
14145| #define HAVE_SYS_TIME_H 1
14146| #define HAVE_SYS_TIMES_H 1
14147| #define HAVE_SYS_TYPES_H 1
14148| #define HAVE_SYS_UN_H 1
14149| #define HAVE_SYS_UTSNAME_H 1
14150| #define HAVE_SYS_WAIT_H 1
14151| #define HAVE_SYS_RESOURCE_H 1
14152| #define HAVE_SYSEXITS_H 1
14153| #define HAVE_DIRENT_H 1
14154| #define HAVE_TERM_H 1
14155| #define HAVE_MAKEDEV 1
14156| #define _LARGEFILE_SOURCE 1
14157| #define _FILE_OFFSET_BITS 64
14158| #if defined(SCO_DS)
14159| #undef _OFF_T
14160| #endif
14161| #define RETSIGTYPE void
14162| #define HAVE_SSIZE_T 1
14163| #define SIZEOF_INT 4
14164| #define SIZEOF_LONG 4
14165| #define SIZEOF_VOID_P 4
14166| #define SIZEOF_SHORT 2
14167| #define SIZEOF_FLOAT 4
14168| #define SIZEOF_DOUBLE 8
14169| #define SIZEOF_FPOS_T 8
14170| #define SIZEOF_SIZE_T 4
14171| #define HAVE_LONG_LONG 1
14172| #define SIZEOF_LONG_LONG 8
14173| #define HAVE_UINTPTR_T 1
14174| #define SIZEOF_UINTPTR_T 4
14175| #define SIZEOF_OFF_T 8
14176| #define HAVE_LARGEFILE_SUPPORT 1
14177| #define SIZEOF_TIME_T 4
14178| #define SIZEOF_PTHREAD_T 4
14179| #define USE_TOOLBOX_OBJECT_GLUE 1
14180| #define WITH_NEXT_FRAMEWORK 1
14181| #define WITH_DYLD 1
14182| #define SHLIB_EXT ".so"
14183| #define WITH_THREAD 1
14184| #define _REENTRANT 1
14185| #define WITH_DOC_STRINGS 1
14186| #define WITH_PYMALLOC 1
14187| /* end confdefs.h.  */
14188| /* Define wcscoll to an innocuous variant, in case <limits.h> declares wcscoll.
14189|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14190| #define wcscoll innocuous_wcscoll
14191|
14192| /* System header to define __stub macros and hopefully few prototypes,
14193|     which can conflict with char wcscoll (); below.
14194|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14195|     <limits.h> exists even on freestanding compilers.  */
14196|
14197| #ifdef __STDC__
14198| # include <limits.h>
14199| #else
14200| # include <assert.h>
14201| #endif
14202|
14203| #undef wcscoll
14204|
14205| /* Override any GCC internal prototype to avoid an error.
14206|    Use char because int might match the return type of a GCC
14207|    builtin and then its argument prototype would still apply.  */
14208| #ifdef __cplusplus
14209| extern "C"
14210| #endif
14211| char wcscoll ();
14212| /* The GNU C library defines this for functions which it implements
14213|     to always fail with ENOSYS.  Some functions are actually named
14214|     something starting with __ and the normal name is an alias.  */
14215| #if defined __stub_wcscoll || defined __stub___wcscoll
14216| choke me
14217| #endif
14218|
14219| int
14220| main ()
14221| {
14222| return wcscoll ();
14223|   ;
14224|   return 0;
14225| }
14226configure:14807: result: no
14227configure:14727: checking for _getpty
14228configure:14783: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
14229Binary file conftest.er1 matches
14230configure:14789: $? = 1
14231configure: failed program was:
14232| /* confdefs.h.  */
14233| #define _GNU_SOURCE 1
14234| #define _NETBSD_SOURCE 1
14235| #define __BSD_VISIBLE 1
14236| #define _BSD_TYPES 1
14237| #define Py_ENABLE_SHARED 1
14238| #define STDC_HEADERS 1
14239| #define HAVE_SYS_TYPES_H 1
14240| #define HAVE_SYS_STAT_H 1
14241| #define HAVE_STDLIB_H 1
14242| #define HAVE_STRING_H 1
14243| #define HAVE_MEMORY_H 1
14244| #define HAVE_STRINGS_H 1
14245| #define HAVE_INTTYPES_H 1
14246| #define HAVE_STDINT_H 1
14247| #define HAVE_UNISTD_H 1
14248| #define HAVE_CURSES_H 1
14249| #define HAVE_DLFCN_H 1
14250| #define HAVE_ERRNO_H 1
14251| #define HAVE_FCNTL_H 1
14252| #define HAVE_GRP_H 1
14253| #define HAVE_LANGINFO_H 1
14254| #define HAVE_LIBINTL_H 1
14255| #define HAVE_NCURSES_H 1
14256| #define HAVE_POLL_H 1
14257| #define HAVE_PTHREAD_H 1
14258| #define HAVE_SIGNAL_H 1
14259| #define HAVE_STDINT_H 1
14260| #define HAVE_TERMIOS_H 1
14261| #define HAVE_UNISTD_H 1
14262| #define HAVE_UTIME_H 1
14263| #define HAVE_SYS_FILE_H 1
14264| #define HAVE_SYS_LOCK_H 1
14265| #define HAVE_SYS_PARAM_H 1
14266| #define HAVE_SYS_POLL_H 1
14267| #define HAVE_SYS_SELECT_H 1
14268| #define HAVE_SYS_SOCKET_H 1
14269| #define HAVE_SYS_STATVFS_H 1
14270| #define HAVE_SYS_STAT_H 1
14271| #define HAVE_SYS_TIME_H 1
14272| #define HAVE_SYS_TIMES_H 1
14273| #define HAVE_SYS_TYPES_H 1
14274| #define HAVE_SYS_UN_H 1
14275| #define HAVE_SYS_UTSNAME_H 1
14276| #define HAVE_SYS_WAIT_H 1
14277| #define HAVE_SYS_RESOURCE_H 1
14278| #define HAVE_SYSEXITS_H 1
14279| #define HAVE_DIRENT_H 1
14280| #define HAVE_TERM_H 1
14281| #define HAVE_MAKEDEV 1
14282| #define _LARGEFILE_SOURCE 1
14283| #define _FILE_OFFSET_BITS 64
14284| #if defined(SCO_DS)
14285| #undef _OFF_T
14286| #endif
14287| #define RETSIGTYPE void
14288| #define HAVE_SSIZE_T 1
14289| #define SIZEOF_INT 4
14290| #define SIZEOF_LONG 4
14291| #define SIZEOF_VOID_P 4
14292| #define SIZEOF_SHORT 2
14293| #define SIZEOF_FLOAT 4
14294| #define SIZEOF_DOUBLE 8
14295| #define SIZEOF_FPOS_T 8
14296| #define SIZEOF_SIZE_T 4
14297| #define HAVE_LONG_LONG 1
14298| #define SIZEOF_LONG_LONG 8
14299| #define HAVE_UINTPTR_T 1
14300| #define SIZEOF_UINTPTR_T 4
14301| #define SIZEOF_OFF_T 8
14302| #define HAVE_LARGEFILE_SUPPORT 1
14303| #define SIZEOF_TIME_T 4
14304| #define SIZEOF_PTHREAD_T 4
14305| #define USE_TOOLBOX_OBJECT_GLUE 1
14306| #define WITH_NEXT_FRAMEWORK 1
14307| #define WITH_DYLD 1
14308| #define SHLIB_EXT ".so"
14309| #define WITH_THREAD 1
14310| #define _REENTRANT 1
14311| #define WITH_DOC_STRINGS 1
14312| #define WITH_PYMALLOC 1
14313| /* end confdefs.h.  */
14314| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty.
14315|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14316| #define _getpty innocuous__getpty
14317|
14318| /* System header to define __stub macros and hopefully few prototypes,
14319|     which can conflict with char _getpty (); below.
14320|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14321|     <limits.h> exists even on freestanding compilers.  */
14322|
14323| #ifdef __STDC__
14324| # include <limits.h>
14325| #else
14326| # include <assert.h>
14327| #endif
14328|
14329| #undef _getpty
14330|
14331| /* Override any GCC internal prototype to avoid an error.
14332|    Use char because int might match the return type of a GCC
14333|    builtin and then its argument prototype would still apply.  */
14334| #ifdef __cplusplus
14335| extern "C"
14336| #endif
14337| char _getpty ();
14338| /* The GNU C library defines this for functions which it implements
14339|     to always fail with ENOSYS.  Some functions are actually named
14340|     something starting with __ and the normal name is an alias.  */
14341| #if defined __stub__getpty || defined __stub____getpty
14342| choke me
14343| #endif
14344|
14345| int
14346| main ()
14347| {
14348| return _getpty ();
14349|   ;
14350|   return 0;
14351| }
14352configure:14807: result: no
14353configure:14820: checking for chroot
14354configure:14843: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14355configure:14849: $? = 0
14356configure:14859: result: yes
14357configure:14871: checking for link
14358configure:14894: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14359configure:14900: $? = 0
14360configure:14910: result: yes
14361configure:14922: checking for symlink
14362configure:14945: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14363configure:14951: $? = 0
14364configure:14961: result: yes
14365configure:14973: checking for fchdir
14366configure:14996: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14367configure:15002: $? = 0
14368configure:15012: result: yes
14369configure:15024: checking for fsync
14370configure:15047: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14371configure:15053: $? = 0
14372configure:15063: result: yes
14373configure:15075: checking for fdatasync
14374configure:15098: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14375conftest.c: In function 'main':
14376conftest.c:93: error: 'fdatasync' undeclared (first use in this function)
14377conftest.c:93: error: (Each undeclared identifier is reported only once
14378conftest.c:93: error: for each function it appears in.)
14379configure:15104: $? = 1
14380configure: failed program was:
14381| /* confdefs.h.  */
14382| #define _GNU_SOURCE 1
14383| #define _NETBSD_SOURCE 1
14384| #define __BSD_VISIBLE 1
14385| #define _BSD_TYPES 1
14386| #define Py_ENABLE_SHARED 1
14387| #define STDC_HEADERS 1
14388| #define HAVE_SYS_TYPES_H 1
14389| #define HAVE_SYS_STAT_H 1
14390| #define HAVE_STDLIB_H 1
14391| #define HAVE_STRING_H 1
14392| #define HAVE_MEMORY_H 1
14393| #define HAVE_STRINGS_H 1
14394| #define HAVE_INTTYPES_H 1
14395| #define HAVE_STDINT_H 1
14396| #define HAVE_UNISTD_H 1
14397| #define HAVE_CURSES_H 1
14398| #define HAVE_DLFCN_H 1
14399| #define HAVE_ERRNO_H 1
14400| #define HAVE_FCNTL_H 1
14401| #define HAVE_GRP_H 1
14402| #define HAVE_LANGINFO_H 1
14403| #define HAVE_LIBINTL_H 1
14404| #define HAVE_NCURSES_H 1
14405| #define HAVE_POLL_H 1
14406| #define HAVE_PTHREAD_H 1
14407| #define HAVE_SIGNAL_H 1
14408| #define HAVE_STDINT_H 1
14409| #define HAVE_TERMIOS_H 1
14410| #define HAVE_UNISTD_H 1
14411| #define HAVE_UTIME_H 1
14412| #define HAVE_SYS_FILE_H 1
14413| #define HAVE_SYS_LOCK_H 1
14414| #define HAVE_SYS_PARAM_H 1
14415| #define HAVE_SYS_POLL_H 1
14416| #define HAVE_SYS_SELECT_H 1
14417| #define HAVE_SYS_SOCKET_H 1
14418| #define HAVE_SYS_STATVFS_H 1
14419| #define HAVE_SYS_STAT_H 1
14420| #define HAVE_SYS_TIME_H 1
14421| #define HAVE_SYS_TIMES_H 1
14422| #define HAVE_SYS_TYPES_H 1
14423| #define HAVE_SYS_UN_H 1
14424| #define HAVE_SYS_UTSNAME_H 1
14425| #define HAVE_SYS_WAIT_H 1
14426| #define HAVE_SYS_RESOURCE_H 1
14427| #define HAVE_SYSEXITS_H 1
14428| #define HAVE_DIRENT_H 1
14429| #define HAVE_TERM_H 1
14430| #define HAVE_MAKEDEV 1
14431| #define _LARGEFILE_SOURCE 1
14432| #define _FILE_OFFSET_BITS 64
14433| #if defined(SCO_DS)
14434| #undef _OFF_T
14435| #endif
14436| #define RETSIGTYPE void
14437| #define HAVE_SSIZE_T 1
14438| #define SIZEOF_INT 4
14439| #define SIZEOF_LONG 4
14440| #define SIZEOF_VOID_P 4
14441| #define SIZEOF_SHORT 2
14442| #define SIZEOF_FLOAT 4
14443| #define SIZEOF_DOUBLE 8
14444| #define SIZEOF_FPOS_T 8
14445| #define SIZEOF_SIZE_T 4
14446| #define HAVE_LONG_LONG 1
14447| #define SIZEOF_LONG_LONG 8
14448| #define HAVE_UINTPTR_T 1
14449| #define SIZEOF_UINTPTR_T 4
14450| #define SIZEOF_OFF_T 8
14451| #define HAVE_LARGEFILE_SUPPORT 1
14452| #define SIZEOF_TIME_T 4
14453| #define SIZEOF_PTHREAD_T 4
14454| #define USE_TOOLBOX_OBJECT_GLUE 1
14455| #define WITH_NEXT_FRAMEWORK 1
14456| #define WITH_DYLD 1
14457| #define SHLIB_EXT ".so"
14458| #define WITH_THREAD 1
14459| #define _REENTRANT 1
14460| #define WITH_DOC_STRINGS 1
14461| #define WITH_PYMALLOC 1
14462| #define HAVE_CHROOT 1
14463| #define HAVE_LINK 1
14464| #define HAVE_SYMLINK 1
14465| #define HAVE_FCHDIR 1
14466| #define HAVE_FSYNC 1
14467| /* end confdefs.h.  */
14468| #include <unistd.h>
14469| int
14470| main ()
14471| {
14472| void *x=fdatasync
14473|   ;
14474|   return 0;
14475| }
14476configure:15120: result: no
14477configure:15133: checking for ctermid_r
14478configure:15159: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14479configure:15165: $? = 0
14480configure:15175: result: yes
14481configure:15188: checking for flock
14482configure:15214: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14483configure:15220: $? = 0
14484configure:15230: result: yes
14485configure:15243: checking for getpagesize
14486configure:15269: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
14487configure:15275: $? = 0
14488configure:15285: result: yes
14489configure:15302: checking for true
14490configure:15318: found /usr/bin/true
14491configure:15329: result: true
14492configure:15342: checking for inet_aton in -lc
14493configure:15377: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lc   >&5
14494ld: library not found for -lcrt1.10.5.o
14495collect2: ld returned 1 exit status
14496ld: library not found for -lcrt1.10.5.o
14497collect2: ld returned 1 exit status
14498lipo: can't open input file: /var/tmp//ccxQLfJf.out (No such file or directory)
14499configure:15383: $? = 1
14500configure: failed program was:
14501| /* confdefs.h.  */
14502| #define _GNU_SOURCE 1
14503| #define _NETBSD_SOURCE 1
14504| #define __BSD_VISIBLE 1
14505| #define _BSD_TYPES 1
14506| #define Py_ENABLE_SHARED 1
14507| #define STDC_HEADERS 1
14508| #define HAVE_SYS_TYPES_H 1
14509| #define HAVE_SYS_STAT_H 1
14510| #define HAVE_STDLIB_H 1
14511| #define HAVE_STRING_H 1
14512| #define HAVE_MEMORY_H 1
14513| #define HAVE_STRINGS_H 1
14514| #define HAVE_INTTYPES_H 1
14515| #define HAVE_STDINT_H 1
14516| #define HAVE_UNISTD_H 1
14517| #define HAVE_CURSES_H 1
14518| #define HAVE_DLFCN_H 1
14519| #define HAVE_ERRNO_H 1
14520| #define HAVE_FCNTL_H 1
14521| #define HAVE_GRP_H 1
14522| #define HAVE_LANGINFO_H 1
14523| #define HAVE_LIBINTL_H 1
14524| #define HAVE_NCURSES_H 1
14525| #define HAVE_POLL_H 1
14526| #define HAVE_PTHREAD_H 1
14527| #define HAVE_SIGNAL_H 1
14528| #define HAVE_STDINT_H 1
14529| #define HAVE_TERMIOS_H 1
14530| #define HAVE_UNISTD_H 1
14531| #define HAVE_UTIME_H 1
14532| #define HAVE_SYS_FILE_H 1
14533| #define HAVE_SYS_LOCK_H 1
14534| #define HAVE_SYS_PARAM_H 1
14535| #define HAVE_SYS_POLL_H 1
14536| #define HAVE_SYS_SELECT_H 1
14537| #define HAVE_SYS_SOCKET_H 1
14538| #define HAVE_SYS_STATVFS_H 1
14539| #define HAVE_SYS_STAT_H 1
14540| #define HAVE_SYS_TIME_H 1
14541| #define HAVE_SYS_TIMES_H 1
14542| #define HAVE_SYS_TYPES_H 1
14543| #define HAVE_SYS_UN_H 1
14544| #define HAVE_SYS_UTSNAME_H 1
14545| #define HAVE_SYS_WAIT_H 1
14546| #define HAVE_SYS_RESOURCE_H 1
14547| #define HAVE_SYSEXITS_H 1
14548| #define HAVE_DIRENT_H 1
14549| #define HAVE_TERM_H 1
14550| #define HAVE_MAKEDEV 1
14551| #define _LARGEFILE_SOURCE 1
14552| #define _FILE_OFFSET_BITS 64
14553| #if defined(SCO_DS)
14554| #undef _OFF_T
14555| #endif
14556| #define RETSIGTYPE void
14557| #define HAVE_SSIZE_T 1
14558| #define SIZEOF_INT 4
14559| #define SIZEOF_LONG 4
14560| #define SIZEOF_VOID_P 4
14561| #define SIZEOF_SHORT 2
14562| #define SIZEOF_FLOAT 4
14563| #define SIZEOF_DOUBLE 8
14564| #define SIZEOF_FPOS_T 8
14565| #define SIZEOF_SIZE_T 4
14566| #define HAVE_LONG_LONG 1
14567| #define SIZEOF_LONG_LONG 8
14568| #define HAVE_UINTPTR_T 1
14569| #define SIZEOF_UINTPTR_T 4
14570| #define SIZEOF_OFF_T 8
14571| #define HAVE_LARGEFILE_SUPPORT 1
14572| #define SIZEOF_TIME_T 4
14573| #define SIZEOF_PTHREAD_T 4
14574| #define USE_TOOLBOX_OBJECT_GLUE 1
14575| #define WITH_NEXT_FRAMEWORK 1
14576| #define WITH_DYLD 1
14577| #define SHLIB_EXT ".so"
14578| #define WITH_THREAD 1
14579| #define _REENTRANT 1
14580| #define WITH_DOC_STRINGS 1
14581| #define WITH_PYMALLOC 1
14582| #define HAVE_CHROOT 1
14583| #define HAVE_LINK 1
14584| #define HAVE_SYMLINK 1
14585| #define HAVE_FCHDIR 1
14586| #define HAVE_FSYNC 1
14587| #define HAVE_CTERMID_R 1
14588| #define HAVE_FLOCK 1
14589| #define HAVE_GETPAGESIZE 1
14590| /* end confdefs.h.  */
14591|
14592| /* Override any GCC internal prototype to avoid an error.
14593|    Use char because int might match the return type of a GCC
14594|    builtin and then its argument prototype would still apply.  */
14595| #ifdef __cplusplus
14596| extern "C"
14597| #endif
14598| char inet_aton ();
14599| int
14600| main ()
14601| {
14602| return inet_aton ();
14603|   ;
14604|   return 0;
14605| }
14606configure:15401: result: no
14607configure:15407: checking for inet_aton in -lresolv
14608configure:15442: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lresolv   >&5
14609ld: library not found for -lcrt1.10.5.o
14610collect2: ld returned 1 exit status
14611ld: library not found for -lcrt1.10.5.o
14612collect2: ld returned 1 exit status
14613lipo: can't open input file: /var/tmp//ccflmexs.out (No such file or directory)
14614configure:15448: $? = 1
14615configure: failed program was:
14616| /* confdefs.h.  */
14617| #define _GNU_SOURCE 1
14618| #define _NETBSD_SOURCE 1
14619| #define __BSD_VISIBLE 1
14620| #define _BSD_TYPES 1
14621| #define Py_ENABLE_SHARED 1
14622| #define STDC_HEADERS 1
14623| #define HAVE_SYS_TYPES_H 1
14624| #define HAVE_SYS_STAT_H 1
14625| #define HAVE_STDLIB_H 1
14626| #define HAVE_STRING_H 1
14627| #define HAVE_MEMORY_H 1
14628| #define HAVE_STRINGS_H 1
14629| #define HAVE_INTTYPES_H 1
14630| #define HAVE_STDINT_H 1
14631| #define HAVE_UNISTD_H 1
14632| #define HAVE_CURSES_H 1
14633| #define HAVE_DLFCN_H 1
14634| #define HAVE_ERRNO_H 1
14635| #define HAVE_FCNTL_H 1
14636| #define HAVE_GRP_H 1
14637| #define HAVE_LANGINFO_H 1
14638| #define HAVE_LIBINTL_H 1
14639| #define HAVE_NCURSES_H 1
14640| #define HAVE_POLL_H 1
14641| #define HAVE_PTHREAD_H 1
14642| #define HAVE_SIGNAL_H 1
14643| #define HAVE_STDINT_H 1
14644| #define HAVE_TERMIOS_H 1
14645| #define HAVE_UNISTD_H 1
14646| #define HAVE_UTIME_H 1
14647| #define HAVE_SYS_FILE_H 1
14648| #define HAVE_SYS_LOCK_H 1
14649| #define HAVE_SYS_PARAM_H 1
14650| #define HAVE_SYS_POLL_H 1
14651| #define HAVE_SYS_SELECT_H 1
14652| #define HAVE_SYS_SOCKET_H 1
14653| #define HAVE_SYS_STATVFS_H 1
14654| #define HAVE_SYS_STAT_H 1
14655| #define HAVE_SYS_TIME_H 1
14656| #define HAVE_SYS_TIMES_H 1
14657| #define HAVE_SYS_TYPES_H 1
14658| #define HAVE_SYS_UN_H 1
14659| #define HAVE_SYS_UTSNAME_H 1
14660| #define HAVE_SYS_WAIT_H 1
14661| #define HAVE_SYS_RESOURCE_H 1
14662| #define HAVE_SYSEXITS_H 1
14663| #define HAVE_DIRENT_H 1
14664| #define HAVE_TERM_H 1
14665| #define HAVE_MAKEDEV 1
14666| #define _LARGEFILE_SOURCE 1
14667| #define _FILE_OFFSET_BITS 64
14668| #if defined(SCO_DS)
14669| #undef _OFF_T
14670| #endif
14671| #define RETSIGTYPE void
14672| #define HAVE_SSIZE_T 1
14673| #define SIZEOF_INT 4
14674| #define SIZEOF_LONG 4
14675| #define SIZEOF_VOID_P 4
14676| #define SIZEOF_SHORT 2
14677| #define SIZEOF_FLOAT 4
14678| #define SIZEOF_DOUBLE 8
14679| #define SIZEOF_FPOS_T 8
14680| #define SIZEOF_SIZE_T 4
14681| #define HAVE_LONG_LONG 1
14682| #define SIZEOF_LONG_LONG 8
14683| #define HAVE_UINTPTR_T 1
14684| #define SIZEOF_UINTPTR_T 4
14685| #define SIZEOF_OFF_T 8
14686| #define HAVE_LARGEFILE_SUPPORT 1
14687| #define SIZEOF_TIME_T 4
14688| #define SIZEOF_PTHREAD_T 4
14689| #define USE_TOOLBOX_OBJECT_GLUE 1
14690| #define WITH_NEXT_FRAMEWORK 1
14691| #define WITH_DYLD 1
14692| #define SHLIB_EXT ".so"
14693| #define WITH_THREAD 1
14694| #define _REENTRANT 1
14695| #define WITH_DOC_STRINGS 1
14696| #define WITH_PYMALLOC 1
14697| #define HAVE_CHROOT 1
14698| #define HAVE_LINK 1
14699| #define HAVE_SYMLINK 1
14700| #define HAVE_FCHDIR 1
14701| #define HAVE_FSYNC 1
14702| #define HAVE_CTERMID_R 1
14703| #define HAVE_FLOCK 1
14704| #define HAVE_GETPAGESIZE 1
14705| /* end confdefs.h.  */
14706|
14707| /* Override any GCC internal prototype to avoid an error.
14708|    Use char because int might match the return type of a GCC
14709|    builtin and then its argument prototype would still apply.  */
14710| #ifdef __cplusplus
14711| extern "C"
14712| #endif
14713| char inet_aton ();
14714| int
14715| main ()
14716| {
14717| return inet_aton ();
14718|   ;
14719|   return 0;
14720| }
14721configure:15466: result: no
14722configure:15490: checking for inflateCopy in -lz
14723configure:15525: /usr/bin/gcc-4.0 -o conftest -O2 -Wl,-search_paths_first -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib -Wl,-search_paths_first -L/usr/local/lib conftest.c -lz   >&5
14724ld: library not found for -lcrt1.10.5.o
14725collect2: ld returned 1 exit status
14726ld: library not found for -lcrt1.10.5.o
14727collect2: ld returned 1 exit status
14728lipo: can't open input file: /var/tmp//ccRqUxnb.out (No such file or directory)
14729configure:15531: $? = 1
14730configure: failed program was:
14731| /* confdefs.h.  */
14732| #define _GNU_SOURCE 1
14733| #define _NETBSD_SOURCE 1
14734| #define __BSD_VISIBLE 1
14735| #define _BSD_TYPES 1
14736| #define Py_ENABLE_SHARED 1
14737| #define STDC_HEADERS 1
14738| #define HAVE_SYS_TYPES_H 1
14739| #define HAVE_SYS_STAT_H 1
14740| #define HAVE_STDLIB_H 1
14741| #define HAVE_STRING_H 1
14742| #define HAVE_MEMORY_H 1
14743| #define HAVE_STRINGS_H 1
14744| #define HAVE_INTTYPES_H 1
14745| #define HAVE_STDINT_H 1
14746| #define HAVE_UNISTD_H 1
14747| #define HAVE_CURSES_H 1
14748| #define HAVE_DLFCN_H 1
14749| #define HAVE_ERRNO_H 1
14750| #define HAVE_FCNTL_H 1
14751| #define HAVE_GRP_H 1
14752| #define HAVE_LANGINFO_H 1
14753| #define HAVE_LIBINTL_H 1
14754| #define HAVE_NCURSES_H 1
14755| #define HAVE_POLL_H 1
14756| #define HAVE_PTHREAD_H 1
14757| #define HAVE_SIGNAL_H 1
14758| #define HAVE_STDINT_H 1
14759| #define HAVE_TERMIOS_H 1
14760| #define HAVE_UNISTD_H 1
14761| #define HAVE_UTIME_H 1
14762| #define HAVE_SYS_FILE_H 1
14763| #define HAVE_SYS_LOCK_H 1
14764| #define HAVE_SYS_PARAM_H 1
14765| #define HAVE_SYS_POLL_H 1
14766| #define HAVE_SYS_SELECT_H 1
14767| #define HAVE_SYS_SOCKET_H 1
14768| #define HAVE_SYS_STATVFS_H 1
14769| #define HAVE_SYS_STAT_H 1
14770| #define HAVE_SYS_TIME_H 1
14771| #define HAVE_SYS_TIMES_H 1
14772| #define HAVE_SYS_TYPES_H 1
14773| #define HAVE_SYS_UN_H 1
14774| #define HAVE_SYS_UTSNAME_H 1
14775| #define HAVE_SYS_WAIT_H 1
14776| #define HAVE_SYS_RESOURCE_H 1
14777| #define HAVE_SYSEXITS_H 1
14778| #define HAVE_DIRENT_H 1
14779| #define HAVE_TERM_H 1
14780| #define HAVE_MAKEDEV 1
14781| #define _LARGEFILE_SOURCE 1
14782| #define _FILE_OFFSET_BITS 64
14783| #if defined(SCO_DS)
14784| #undef _OFF_T
14785| #endif
14786| #define RETSIGTYPE void
14787| #define HAVE_SSIZE_T 1
14788| #define SIZEOF_INT 4
14789| #define SIZEOF_LONG 4
14790| #define SIZEOF_VOID_P 4
14791| #define SIZEOF_SHORT 2
14792| #define SIZEOF_FLOAT 4
14793| #define SIZEOF_DOUBLE 8
14794| #define SIZEOF_FPOS_T 8
14795| #define SIZEOF_SIZE_T 4
14796| #define HAVE_LONG_LONG 1
14797| #define SIZEOF_LONG_LONG 8
14798| #define HAVE_UINTPTR_T 1
14799| #define SIZEOF_UINTPTR_T 4
14800| #define SIZEOF_OFF_T 8
14801| #define HAVE_LARGEFILE_SUPPORT 1
14802| #define SIZEOF_TIME_T 4
14803| #define SIZEOF_PTHREAD_T 4
14804| #define USE_TOOLBOX_OBJECT_GLUE 1
14805| #define WITH_NEXT_FRAMEWORK 1
14806| #define WITH_DYLD 1
14807| #define SHLIB_EXT ".so"
14808| #define WITH_THREAD 1
14809| #define _REENTRANT 1
14810| #define WITH_DOC_STRINGS 1
14811| #define WITH_PYMALLOC 1
14812| #define HAVE_CHROOT 1
14813| #define HAVE_LINK 1
14814| #define HAVE_SYMLINK 1
14815| #define HAVE_FCHDIR 1
14816| #define HAVE_FSYNC 1
14817| #define HAVE_CTERMID_R 1
14818| #define HAVE_FLOCK 1
14819| #define HAVE_GETPAGESIZE 1
14820| /* end confdefs.h.  */
14821|
14822| /* Override any GCC internal prototype to avoid an error.
14823|    Use char because int might match the return type of a GCC
14824|    builtin and then its argument prototype would still apply.  */
14825| #ifdef __cplusplus
14826| extern "C"
14827| #endif
14828| char inflateCopy ();
14829| int
14830| main ()
14831| {
14832| return inflateCopy ();
14833|   ;
14834|   return 0;
14835| }
14836configure:15549: result: no
14837configure:15567: checking for hstrerror
14838configure:15593: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
14839Binary file conftest.er1 matches
14840configure:15599: $? = 1
14841configure: failed program was:
14842| /* confdefs.h.  */
14843| #define _GNU_SOURCE 1
14844| #define _NETBSD_SOURCE 1
14845| #define __BSD_VISIBLE 1
14846| #define _BSD_TYPES 1
14847| #define Py_ENABLE_SHARED 1
14848| #define STDC_HEADERS 1
14849| #define HAVE_SYS_TYPES_H 1
14850| #define HAVE_SYS_STAT_H 1
14851| #define HAVE_STDLIB_H 1
14852| #define HAVE_STRING_H 1
14853| #define HAVE_MEMORY_H 1
14854| #define HAVE_STRINGS_H 1
14855| #define HAVE_INTTYPES_H 1
14856| #define HAVE_STDINT_H 1
14857| #define HAVE_UNISTD_H 1
14858| #define HAVE_CURSES_H 1
14859| #define HAVE_DLFCN_H 1
14860| #define HAVE_ERRNO_H 1
14861| #define HAVE_FCNTL_H 1
14862| #define HAVE_GRP_H 1
14863| #define HAVE_LANGINFO_H 1
14864| #define HAVE_LIBINTL_H 1
14865| #define HAVE_NCURSES_H 1
14866| #define HAVE_POLL_H 1
14867| #define HAVE_PTHREAD_H 1
14868| #define HAVE_SIGNAL_H 1
14869| #define HAVE_STDINT_H 1
14870| #define HAVE_TERMIOS_H 1
14871| #define HAVE_UNISTD_H 1
14872| #define HAVE_UTIME_H 1
14873| #define HAVE_SYS_FILE_H 1
14874| #define HAVE_SYS_LOCK_H 1
14875| #define HAVE_SYS_PARAM_H 1
14876| #define HAVE_SYS_POLL_H 1
14877| #define HAVE_SYS_SELECT_H 1
14878| #define HAVE_SYS_SOCKET_H 1
14879| #define HAVE_SYS_STATVFS_H 1
14880| #define HAVE_SYS_STAT_H 1
14881| #define HAVE_SYS_TIME_H 1
14882| #define HAVE_SYS_TIMES_H 1
14883| #define HAVE_SYS_TYPES_H 1
14884| #define HAVE_SYS_UN_H 1
14885| #define HAVE_SYS_UTSNAME_H 1
14886| #define HAVE_SYS_WAIT_H 1
14887| #define HAVE_SYS_RESOURCE_H 1
14888| #define HAVE_SYSEXITS_H 1
14889| #define HAVE_DIRENT_H 1
14890| #define HAVE_TERM_H 1
14891| #define HAVE_MAKEDEV 1
14892| #define _LARGEFILE_SOURCE 1
14893| #define _FILE_OFFSET_BITS 64
14894| #if defined(SCO_DS)
14895| #undef _OFF_T
14896| #endif
14897| #define RETSIGTYPE void
14898| #define HAVE_SSIZE_T 1
14899| #define SIZEOF_INT 4
14900| #define SIZEOF_LONG 4
14901| #define SIZEOF_VOID_P 4
14902| #define SIZEOF_SHORT 2
14903| #define SIZEOF_FLOAT 4
14904| #define SIZEOF_DOUBLE 8
14905| #define SIZEOF_FPOS_T 8
14906| #define SIZEOF_SIZE_T 4
14907| #define HAVE_LONG_LONG 1
14908| #define SIZEOF_LONG_LONG 8
14909| #define HAVE_UINTPTR_T 1
14910| #define SIZEOF_UINTPTR_T 4
14911| #define SIZEOF_OFF_T 8
14912| #define HAVE_LARGEFILE_SUPPORT 1
14913| #define SIZEOF_TIME_T 4
14914| #define SIZEOF_PTHREAD_T 4
14915| #define USE_TOOLBOX_OBJECT_GLUE 1
14916| #define WITH_NEXT_FRAMEWORK 1
14917| #define WITH_DYLD 1
14918| #define SHLIB_EXT ".so"
14919| #define WITH_THREAD 1
14920| #define _REENTRANT 1
14921| #define WITH_DOC_STRINGS 1
14922| #define WITH_PYMALLOC 1
14923| #define HAVE_CHROOT 1
14924| #define HAVE_LINK 1
14925| #define HAVE_SYMLINK 1
14926| #define HAVE_FCHDIR 1
14927| #define HAVE_FSYNC 1
14928| #define HAVE_CTERMID_R 1
14929| #define HAVE_FLOCK 1
14930| #define HAVE_GETPAGESIZE 1
14931| /* end confdefs.h.  */
14932|
14933| #include "confdefs.h"
14934| #include <netdb.h>
14935|
14936| int
14937| main ()
14938| {
14939| void* p = hstrerror; hstrerror(0)
14940|   ;
14941|   return 0;
14942| }
14943configure:15616: result: no
14944configure:15624: checking for inet_aton
14945configure:15653: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
14946ld: library not found for -lcrt1.10.5.o
14947collect2: ld returned 1 exit status
14948ld: library not found for -lcrt1.10.5.o
14949collect2: ld returned 1 exit status
14950lipo: can't open input file: /var/tmp//ccDuz9QZ.out (No such file or directory)
14951configure:15659: $? = 1
14952configure: failed program was:
14953| /* confdefs.h.  */
14954| #define _GNU_SOURCE 1
14955| #define _NETBSD_SOURCE 1
14956| #define __BSD_VISIBLE 1
14957| #define _BSD_TYPES 1
14958| #define Py_ENABLE_SHARED 1
14959| #define STDC_HEADERS 1
14960| #define HAVE_SYS_TYPES_H 1
14961| #define HAVE_SYS_STAT_H 1
14962| #define HAVE_STDLIB_H 1
14963| #define HAVE_STRING_H 1
14964| #define HAVE_MEMORY_H 1
14965| #define HAVE_STRINGS_H 1
14966| #define HAVE_INTTYPES_H 1
14967| #define HAVE_STDINT_H 1
14968| #define HAVE_UNISTD_H 1
14969| #define HAVE_CURSES_H 1
14970| #define HAVE_DLFCN_H 1
14971| #define HAVE_ERRNO_H 1
14972| #define HAVE_FCNTL_H 1
14973| #define HAVE_GRP_H 1
14974| #define HAVE_LANGINFO_H 1
14975| #define HAVE_LIBINTL_H 1
14976| #define HAVE_NCURSES_H 1
14977| #define HAVE_POLL_H 1
14978| #define HAVE_PTHREAD_H 1
14979| #define HAVE_SIGNAL_H 1
14980| #define HAVE_STDINT_H 1
14981| #define HAVE_TERMIOS_H 1
14982| #define HAVE_UNISTD_H 1
14983| #define HAVE_UTIME_H 1
14984| #define HAVE_SYS_FILE_H 1
14985| #define HAVE_SYS_LOCK_H 1
14986| #define HAVE_SYS_PARAM_H 1
14987| #define HAVE_SYS_POLL_H 1
14988| #define HAVE_SYS_SELECT_H 1
14989| #define HAVE_SYS_SOCKET_H 1
14990| #define HAVE_SYS_STATVFS_H 1
14991| #define HAVE_SYS_STAT_H 1
14992| #define HAVE_SYS_TIME_H 1
14993| #define HAVE_SYS_TIMES_H 1
14994| #define HAVE_SYS_TYPES_H 1
14995| #define HAVE_SYS_UN_H 1
14996| #define HAVE_SYS_UTSNAME_H 1
14997| #define HAVE_SYS_WAIT_H 1
14998| #define HAVE_SYS_RESOURCE_H 1
14999| #define HAVE_SYSEXITS_H 1
15000| #define HAVE_DIRENT_H 1
15001| #define HAVE_TERM_H 1
15002| #define HAVE_MAKEDEV 1
15003| #define _LARGEFILE_SOURCE 1
15004| #define _FILE_OFFSET_BITS 64
15005| #if defined(SCO_DS)
15006| #undef _OFF_T
15007| #endif
15008| #define RETSIGTYPE void
15009| #define HAVE_SSIZE_T 1
15010| #define SIZEOF_INT 4
15011| #define SIZEOF_LONG 4
15012| #define SIZEOF_VOID_P 4
15013| #define SIZEOF_SHORT 2
15014| #define SIZEOF_FLOAT 4
15015| #define SIZEOF_DOUBLE 8
15016| #define SIZEOF_FPOS_T 8
15017| #define SIZEOF_SIZE_T 4
15018| #define HAVE_LONG_LONG 1
15019| #define SIZEOF_LONG_LONG 8
15020| #define HAVE_UINTPTR_T 1
15021| #define SIZEOF_UINTPTR_T 4
15022| #define SIZEOF_OFF_T 8
15023| #define HAVE_LARGEFILE_SUPPORT 1
15024| #define SIZEOF_TIME_T 4
15025| #define SIZEOF_PTHREAD_T 4
15026| #define USE_TOOLBOX_OBJECT_GLUE 1
15027| #define WITH_NEXT_FRAMEWORK 1
15028| #define WITH_DYLD 1
15029| #define SHLIB_EXT ".so"
15030| #define WITH_THREAD 1
15031| #define _REENTRANT 1
15032| #define WITH_DOC_STRINGS 1
15033| #define WITH_PYMALLOC 1
15034| #define HAVE_CHROOT 1
15035| #define HAVE_LINK 1
15036| #define HAVE_SYMLINK 1
15037| #define HAVE_FCHDIR 1
15038| #define HAVE_FSYNC 1
15039| #define HAVE_CTERMID_R 1
15040| #define HAVE_FLOCK 1
15041| #define HAVE_GETPAGESIZE 1
15042| /* end confdefs.h.  */
15043|
15044| #include "confdefs.h"
15045| #include <sys/types.h>
15046| #include <sys/socket.h>
15047| #include <netinet/in.h>
15048| #include <arpa/inet.h>
15049|
15050| int
15051| main ()
15052| {
15053| void* p = inet_aton;inet_aton(0,0)
15054|   ;
15055|   return 0;
15056| }
15057configure:15676: result: no
15058configure:15684: checking for inet_pton
15059configure:15713: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
15060configure:15719: $? = 0
15061configure:15729: result: yes
15062configure:15743: checking for setgroups
15063configure:15772: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
15064configure:15778: $? = 0
15065configure:15788: result: yes
15066configure:15807: checking for openpty
15067configure:15863: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
15068ld: library not found for -lcrt1.10.5.o
15069collect2: ld returned 1 exit status
15070ld: library not found for -lcrt1.10.5.o
15071collect2: ld returned 1 exit status
15072lipo: can't open input file: /var/tmp//ccld7xy4.out (No such file or directory)
15073configure:15869: $? = 1
15074configure: failed program was:
15075| /* confdefs.h.  */
15076| #define _GNU_SOURCE 1
15077| #define _NETBSD_SOURCE 1
15078| #define __BSD_VISIBLE 1
15079| #define _BSD_TYPES 1
15080| #define Py_ENABLE_SHARED 1
15081| #define STDC_HEADERS 1
15082| #define HAVE_SYS_TYPES_H 1
15083| #define HAVE_SYS_STAT_H 1
15084| #define HAVE_STDLIB_H 1
15085| #define HAVE_STRING_H 1
15086| #define HAVE_MEMORY_H 1
15087| #define HAVE_STRINGS_H 1
15088| #define HAVE_INTTYPES_H 1
15089| #define HAVE_STDINT_H 1
15090| #define HAVE_UNISTD_H 1
15091| #define HAVE_CURSES_H 1
15092| #define HAVE_DLFCN_H 1
15093| #define HAVE_ERRNO_H 1
15094| #define HAVE_FCNTL_H 1
15095| #define HAVE_GRP_H 1
15096| #define HAVE_LANGINFO_H 1
15097| #define HAVE_LIBINTL_H 1
15098| #define HAVE_NCURSES_H 1
15099| #define HAVE_POLL_H 1
15100| #define HAVE_PTHREAD_H 1
15101| #define HAVE_SIGNAL_H 1
15102| #define HAVE_STDINT_H 1
15103| #define HAVE_TERMIOS_H 1
15104| #define HAVE_UNISTD_H 1
15105| #define HAVE_UTIME_H 1
15106| #define HAVE_SYS_FILE_H 1
15107| #define HAVE_SYS_LOCK_H 1
15108| #define HAVE_SYS_PARAM_H 1
15109| #define HAVE_SYS_POLL_H 1
15110| #define HAVE_SYS_SELECT_H 1
15111| #define HAVE_SYS_SOCKET_H 1
15112| #define HAVE_SYS_STATVFS_H 1
15113| #define HAVE_SYS_STAT_H 1
15114| #define HAVE_SYS_TIME_H 1
15115| #define HAVE_SYS_TIMES_H 1
15116| #define HAVE_SYS_TYPES_H 1
15117| #define HAVE_SYS_UN_H 1
15118| #define HAVE_SYS_UTSNAME_H 1
15119| #define HAVE_SYS_WAIT_H 1
15120| #define HAVE_SYS_RESOURCE_H 1
15121| #define HAVE_SYSEXITS_H 1
15122| #define HAVE_DIRENT_H 1
15123| #define HAVE_TERM_H 1
15124| #define HAVE_MAKEDEV 1
15125| #define _LARGEFILE_SOURCE 1
15126| #define _FILE_OFFSET_BITS 64
15127| #if defined(SCO_DS)
15128| #undef _OFF_T
15129| #endif
15130| #define RETSIGTYPE void
15131| #define HAVE_SSIZE_T 1
15132| #define SIZEOF_INT 4
15133| #define SIZEOF_LONG 4
15134| #define SIZEOF_VOID_P 4
15135| #define SIZEOF_SHORT 2
15136| #define SIZEOF_FLOAT 4
15137| #define SIZEOF_DOUBLE 8
15138| #define SIZEOF_FPOS_T 8
15139| #define SIZEOF_SIZE_T 4
15140| #define HAVE_LONG_LONG 1
15141| #define SIZEOF_LONG_LONG 8
15142| #define HAVE_UINTPTR_T 1
15143| #define SIZEOF_UINTPTR_T 4
15144| #define SIZEOF_OFF_T 8
15145| #define HAVE_LARGEFILE_SUPPORT 1
15146| #define SIZEOF_TIME_T 4
15147| #define SIZEOF_PTHREAD_T 4
15148| #define USE_TOOLBOX_OBJECT_GLUE 1
15149| #define WITH_NEXT_FRAMEWORK 1
15150| #define WITH_DYLD 1
15151| #define SHLIB_EXT ".so"
15152| #define WITH_THREAD 1
15153| #define _REENTRANT 1
15154| #define WITH_DOC_STRINGS 1
15155| #define WITH_PYMALLOC 1
15156| #define HAVE_CHROOT 1
15157| #define HAVE_LINK 1
15158| #define HAVE_SYMLINK 1
15159| #define HAVE_FCHDIR 1
15160| #define HAVE_FSYNC 1
15161| #define HAVE_CTERMID_R 1
15162| #define HAVE_FLOCK 1
15163| #define HAVE_GETPAGESIZE 1
15164| #define HAVE_INET_PTON 1
15165| #define HAVE_SETGROUPS 1
15166| /* end confdefs.h.  */
15167| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
15168|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15169| #define openpty innocuous_openpty
15170|
15171| /* System header to define __stub macros and hopefully few prototypes,
15172|     which can conflict with char openpty (); below.
15173|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15174|     <limits.h> exists even on freestanding compilers.  */
15175|
15176| #ifdef __STDC__
15177| # include <limits.h>
15178| #else
15179| # include <assert.h>
15180| #endif
15181|
15182| #undef openpty
15183|
15184| /* Override any GCC internal prototype to avoid an error.
15185|    Use char because int might match the return type of a GCC
15186|    builtin and then its argument prototype would still apply.  */
15187| #ifdef __cplusplus
15188| extern "C"
15189| #endif
15190| char openpty ();
15191| /* The GNU C library defines this for functions which it implements
15192|     to always fail with ENOSYS.  Some functions are actually named
15193|     something starting with __ and the normal name is an alias.  */
15194| #if defined __stub_openpty || defined __stub___openpty
15195| choke me
15196| #endif
15197|
15198| int
15199| main ()
15200| {
15201| return openpty ();
15202|   ;
15203|   return 0;
15204| }
15205configure:15887: result: no
15206configure:15895: checking for openpty in -lutil
15207configure:15930: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lutil   >&5
15208ld: library not found for -lcrt1.10.5.o
15209collect2: ld returned 1 exit status
15210ld: library not found for -lcrt1.10.5.o
15211collect2: ld returned 1 exit status
15212lipo: can't open input file: /var/tmp//ccArmEZ5.out (No such file or directory)
15213configure:15936: $? = 1
15214configure: failed program was:
15215| /* confdefs.h.  */
15216| #define _GNU_SOURCE 1
15217| #define _NETBSD_SOURCE 1
15218| #define __BSD_VISIBLE 1
15219| #define _BSD_TYPES 1
15220| #define Py_ENABLE_SHARED 1
15221| #define STDC_HEADERS 1
15222| #define HAVE_SYS_TYPES_H 1
15223| #define HAVE_SYS_STAT_H 1
15224| #define HAVE_STDLIB_H 1
15225| #define HAVE_STRING_H 1
15226| #define HAVE_MEMORY_H 1
15227| #define HAVE_STRINGS_H 1
15228| #define HAVE_INTTYPES_H 1
15229| #define HAVE_STDINT_H 1
15230| #define HAVE_UNISTD_H 1
15231| #define HAVE_CURSES_H 1
15232| #define HAVE_DLFCN_H 1
15233| #define HAVE_ERRNO_H 1
15234| #define HAVE_FCNTL_H 1
15235| #define HAVE_GRP_H 1
15236| #define HAVE_LANGINFO_H 1
15237| #define HAVE_LIBINTL_H 1
15238| #define HAVE_NCURSES_H 1
15239| #define HAVE_POLL_H 1
15240| #define HAVE_PTHREAD_H 1
15241| #define HAVE_SIGNAL_H 1
15242| #define HAVE_STDINT_H 1
15243| #define HAVE_TERMIOS_H 1
15244| #define HAVE_UNISTD_H 1
15245| #define HAVE_UTIME_H 1
15246| #define HAVE_SYS_FILE_H 1
15247| #define HAVE_SYS_LOCK_H 1
15248| #define HAVE_SYS_PARAM_H 1
15249| #define HAVE_SYS_POLL_H 1
15250| #define HAVE_SYS_SELECT_H 1
15251| #define HAVE_SYS_SOCKET_H 1
15252| #define HAVE_SYS_STATVFS_H 1
15253| #define HAVE_SYS_STAT_H 1
15254| #define HAVE_SYS_TIME_H 1
15255| #define HAVE_SYS_TIMES_H 1
15256| #define HAVE_SYS_TYPES_H 1
15257| #define HAVE_SYS_UN_H 1
15258| #define HAVE_SYS_UTSNAME_H 1
15259| #define HAVE_SYS_WAIT_H 1
15260| #define HAVE_SYS_RESOURCE_H 1
15261| #define HAVE_SYSEXITS_H 1
15262| #define HAVE_DIRENT_H 1
15263| #define HAVE_TERM_H 1
15264| #define HAVE_MAKEDEV 1
15265| #define _LARGEFILE_SOURCE 1
15266| #define _FILE_OFFSET_BITS 64
15267| #if defined(SCO_DS)
15268| #undef _OFF_T
15269| #endif
15270| #define RETSIGTYPE void
15271| #define HAVE_SSIZE_T 1
15272| #define SIZEOF_INT 4
15273| #define SIZEOF_LONG 4
15274| #define SIZEOF_VOID_P 4
15275| #define SIZEOF_SHORT 2
15276| #define SIZEOF_FLOAT 4
15277| #define SIZEOF_DOUBLE 8
15278| #define SIZEOF_FPOS_T 8
15279| #define SIZEOF_SIZE_T 4
15280| #define HAVE_LONG_LONG 1
15281| #define SIZEOF_LONG_LONG 8
15282| #define HAVE_UINTPTR_T 1
15283| #define SIZEOF_UINTPTR_T 4
15284| #define SIZEOF_OFF_T 8
15285| #define HAVE_LARGEFILE_SUPPORT 1
15286| #define SIZEOF_TIME_T 4
15287| #define SIZEOF_PTHREAD_T 4
15288| #define USE_TOOLBOX_OBJECT_GLUE 1
15289| #define WITH_NEXT_FRAMEWORK 1
15290| #define WITH_DYLD 1
15291| #define SHLIB_EXT ".so"
15292| #define WITH_THREAD 1
15293| #define _REENTRANT 1
15294| #define WITH_DOC_STRINGS 1
15295| #define WITH_PYMALLOC 1
15296| #define HAVE_CHROOT 1
15297| #define HAVE_LINK 1
15298| #define HAVE_SYMLINK 1
15299| #define HAVE_FCHDIR 1
15300| #define HAVE_FSYNC 1
15301| #define HAVE_CTERMID_R 1
15302| #define HAVE_FLOCK 1
15303| #define HAVE_GETPAGESIZE 1
15304| #define HAVE_INET_PTON 1
15305| #define HAVE_SETGROUPS 1
15306| /* end confdefs.h.  */
15307|
15308| /* Override any GCC internal prototype to avoid an error.
15309|    Use char because int might match the return type of a GCC
15310|    builtin and then its argument prototype would still apply.  */
15311| #ifdef __cplusplus
15312| extern "C"
15313| #endif
15314| char openpty ();
15315| int
15316| main ()
15317| {
15318| return openpty ();
15319|   ;
15320|   return 0;
15321| }
15322configure:15954: result: no
15323configure:15962: checking for openpty in -lbsd
15324configure:15997: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lbsd   >&5
15325ld: library not found for -lcrt1.10.5.o
15326collect2: ld returned 1 exit status
15327ld: library not found for -lcrt1.10.5.o
15328collect2: ld returned 1 exit status
15329lipo: can't open input file: /var/tmp//ccvGozoU.out (No such file or directory)
15330configure:16003: $? = 1
15331configure: failed program was:
15332| /* confdefs.h.  */
15333| #define _GNU_SOURCE 1
15334| #define _NETBSD_SOURCE 1
15335| #define __BSD_VISIBLE 1
15336| #define _BSD_TYPES 1
15337| #define Py_ENABLE_SHARED 1
15338| #define STDC_HEADERS 1
15339| #define HAVE_SYS_TYPES_H 1
15340| #define HAVE_SYS_STAT_H 1
15341| #define HAVE_STDLIB_H 1
15342| #define HAVE_STRING_H 1
15343| #define HAVE_MEMORY_H 1
15344| #define HAVE_STRINGS_H 1
15345| #define HAVE_INTTYPES_H 1
15346| #define HAVE_STDINT_H 1
15347| #define HAVE_UNISTD_H 1
15348| #define HAVE_CURSES_H 1
15349| #define HAVE_DLFCN_H 1
15350| #define HAVE_ERRNO_H 1
15351| #define HAVE_FCNTL_H 1
15352| #define HAVE_GRP_H 1
15353| #define HAVE_LANGINFO_H 1
15354| #define HAVE_LIBINTL_H 1
15355| #define HAVE_NCURSES_H 1
15356| #define HAVE_POLL_H 1
15357| #define HAVE_PTHREAD_H 1
15358| #define HAVE_SIGNAL_H 1
15359| #define HAVE_STDINT_H 1
15360| #define HAVE_TERMIOS_H 1
15361| #define HAVE_UNISTD_H 1
15362| #define HAVE_UTIME_H 1
15363| #define HAVE_SYS_FILE_H 1
15364| #define HAVE_SYS_LOCK_H 1
15365| #define HAVE_SYS_PARAM_H 1
15366| #define HAVE_SYS_POLL_H 1
15367| #define HAVE_SYS_SELECT_H 1
15368| #define HAVE_SYS_SOCKET_H 1
15369| #define HAVE_SYS_STATVFS_H 1
15370| #define HAVE_SYS_STAT_H 1
15371| #define HAVE_SYS_TIME_H 1
15372| #define HAVE_SYS_TIMES_H 1
15373| #define HAVE_SYS_TYPES_H 1
15374| #define HAVE_SYS_UN_H 1
15375| #define HAVE_SYS_UTSNAME_H 1
15376| #define HAVE_SYS_WAIT_H 1
15377| #define HAVE_SYS_RESOURCE_H 1
15378| #define HAVE_SYSEXITS_H 1
15379| #define HAVE_DIRENT_H 1
15380| #define HAVE_TERM_H 1
15381| #define HAVE_MAKEDEV 1
15382| #define _LARGEFILE_SOURCE 1
15383| #define _FILE_OFFSET_BITS 64
15384| #if defined(SCO_DS)
15385| #undef _OFF_T
15386| #endif
15387| #define RETSIGTYPE void
15388| #define HAVE_SSIZE_T 1
15389| #define SIZEOF_INT 4
15390| #define SIZEOF_LONG 4
15391| #define SIZEOF_VOID_P 4
15392| #define SIZEOF_SHORT 2
15393| #define SIZEOF_FLOAT 4
15394| #define SIZEOF_DOUBLE 8
15395| #define SIZEOF_FPOS_T 8
15396| #define SIZEOF_SIZE_T 4
15397| #define HAVE_LONG_LONG 1
15398| #define SIZEOF_LONG_LONG 8
15399| #define HAVE_UINTPTR_T 1
15400| #define SIZEOF_UINTPTR_T 4
15401| #define SIZEOF_OFF_T 8
15402| #define HAVE_LARGEFILE_SUPPORT 1
15403| #define SIZEOF_TIME_T 4
15404| #define SIZEOF_PTHREAD_T 4
15405| #define USE_TOOLBOX_OBJECT_GLUE 1
15406| #define WITH_NEXT_FRAMEWORK 1
15407| #define WITH_DYLD 1
15408| #define SHLIB_EXT ".so"
15409| #define WITH_THREAD 1
15410| #define _REENTRANT 1
15411| #define WITH_DOC_STRINGS 1
15412| #define WITH_PYMALLOC 1
15413| #define HAVE_CHROOT 1
15414| #define HAVE_LINK 1
15415| #define HAVE_SYMLINK 1
15416| #define HAVE_FCHDIR 1
15417| #define HAVE_FSYNC 1
15418| #define HAVE_CTERMID_R 1
15419| #define HAVE_FLOCK 1
15420| #define HAVE_GETPAGESIZE 1
15421| #define HAVE_INET_PTON 1
15422| #define HAVE_SETGROUPS 1
15423| /* end confdefs.h.  */
15424|
15425| /* Override any GCC internal prototype to avoid an error.
15426|    Use char because int might match the return type of a GCC
15427|    builtin and then its argument prototype would still apply.  */
15428| #ifdef __cplusplus
15429| extern "C"
15430| #endif
15431| char openpty ();
15432| int
15433| main ()
15434| {
15435| return openpty ();
15436|   ;
15437|   return 0;
15438| }
15439configure:16021: result: no
15440configure:16041: checking for forkpty
15441configure:16097: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
15442ld: library not found for -lcrt1.10.5.o
15443collect2: ld returned 1 exit status
15444ld: library not found for -lcrt1.10.5.o
15445collect2: ld returned 1 exit status
15446lipo: can't open input file: /var/tmp//ccIyKw1O.out (No such file or directory)
15447configure:16103: $? = 1
15448configure: failed program was:
15449| /* confdefs.h.  */
15450| #define _GNU_SOURCE 1
15451| #define _NETBSD_SOURCE 1
15452| #define __BSD_VISIBLE 1
15453| #define _BSD_TYPES 1
15454| #define Py_ENABLE_SHARED 1
15455| #define STDC_HEADERS 1
15456| #define HAVE_SYS_TYPES_H 1
15457| #define HAVE_SYS_STAT_H 1
15458| #define HAVE_STDLIB_H 1
15459| #define HAVE_STRING_H 1
15460| #define HAVE_MEMORY_H 1
15461| #define HAVE_STRINGS_H 1
15462| #define HAVE_INTTYPES_H 1
15463| #define HAVE_STDINT_H 1
15464| #define HAVE_UNISTD_H 1
15465| #define HAVE_CURSES_H 1
15466| #define HAVE_DLFCN_H 1
15467| #define HAVE_ERRNO_H 1
15468| #define HAVE_FCNTL_H 1
15469| #define HAVE_GRP_H 1
15470| #define HAVE_LANGINFO_H 1
15471| #define HAVE_LIBINTL_H 1
15472| #define HAVE_NCURSES_H 1
15473| #define HAVE_POLL_H 1
15474| #define HAVE_PTHREAD_H 1
15475| #define HAVE_SIGNAL_H 1
15476| #define HAVE_STDINT_H 1
15477| #define HAVE_TERMIOS_H 1
15478| #define HAVE_UNISTD_H 1
15479| #define HAVE_UTIME_H 1
15480| #define HAVE_SYS_FILE_H 1
15481| #define HAVE_SYS_LOCK_H 1
15482| #define HAVE_SYS_PARAM_H 1
15483| #define HAVE_SYS_POLL_H 1
15484| #define HAVE_SYS_SELECT_H 1
15485| #define HAVE_SYS_SOCKET_H 1
15486| #define HAVE_SYS_STATVFS_H 1
15487| #define HAVE_SYS_STAT_H 1
15488| #define HAVE_SYS_TIME_H 1
15489| #define HAVE_SYS_TIMES_H 1
15490| #define HAVE_SYS_TYPES_H 1
15491| #define HAVE_SYS_UN_H 1
15492| #define HAVE_SYS_UTSNAME_H 1
15493| #define HAVE_SYS_WAIT_H 1
15494| #define HAVE_SYS_RESOURCE_H 1
15495| #define HAVE_SYSEXITS_H 1
15496| #define HAVE_DIRENT_H 1
15497| #define HAVE_TERM_H 1
15498| #define HAVE_MAKEDEV 1
15499| #define _LARGEFILE_SOURCE 1
15500| #define _FILE_OFFSET_BITS 64
15501| #if defined(SCO_DS)
15502| #undef _OFF_T
15503| #endif
15504| #define RETSIGTYPE void
15505| #define HAVE_SSIZE_T 1
15506| #define SIZEOF_INT 4
15507| #define SIZEOF_LONG 4
15508| #define SIZEOF_VOID_P 4
15509| #define SIZEOF_SHORT 2
15510| #define SIZEOF_FLOAT 4
15511| #define SIZEOF_DOUBLE 8
15512| #define SIZEOF_FPOS_T 8
15513| #define SIZEOF_SIZE_T 4
15514| #define HAVE_LONG_LONG 1
15515| #define SIZEOF_LONG_LONG 8
15516| #define HAVE_UINTPTR_T 1
15517| #define SIZEOF_UINTPTR_T 4
15518| #define SIZEOF_OFF_T 8
15519| #define HAVE_LARGEFILE_SUPPORT 1
15520| #define SIZEOF_TIME_T 4
15521| #define SIZEOF_PTHREAD_T 4
15522| #define USE_TOOLBOX_OBJECT_GLUE 1
15523| #define WITH_NEXT_FRAMEWORK 1
15524| #define WITH_DYLD 1
15525| #define SHLIB_EXT ".so"
15526| #define WITH_THREAD 1
15527| #define _REENTRANT 1
15528| #define WITH_DOC_STRINGS 1
15529| #define WITH_PYMALLOC 1
15530| #define HAVE_CHROOT 1
15531| #define HAVE_LINK 1
15532| #define HAVE_SYMLINK 1
15533| #define HAVE_FCHDIR 1
15534| #define HAVE_FSYNC 1
15535| #define HAVE_CTERMID_R 1
15536| #define HAVE_FLOCK 1
15537| #define HAVE_GETPAGESIZE 1
15538| #define HAVE_INET_PTON 1
15539| #define HAVE_SETGROUPS 1
15540| /* end confdefs.h.  */
15541| /* Define forkpty to an innocuous variant, in case <limits.h> declares forkpty.
15542|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15543| #define forkpty innocuous_forkpty
15544|
15545| /* System header to define __stub macros and hopefully few prototypes,
15546|     which can conflict with char forkpty (); below.
15547|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15548|     <limits.h> exists even on freestanding compilers.  */
15549|
15550| #ifdef __STDC__
15551| # include <limits.h>
15552| #else
15553| # include <assert.h>
15554| #endif
15555|
15556| #undef forkpty
15557|
15558| /* Override any GCC internal prototype to avoid an error.
15559|    Use char because int might match the return type of a GCC
15560|    builtin and then its argument prototype would still apply.  */
15561| #ifdef __cplusplus
15562| extern "C"
15563| #endif
15564| char forkpty ();
15565| /* The GNU C library defines this for functions which it implements
15566|     to always fail with ENOSYS.  Some functions are actually named
15567|     something starting with __ and the normal name is an alias.  */
15568| #if defined __stub_forkpty || defined __stub___forkpty
15569| choke me
15570| #endif
15571|
15572| int
15573| main ()
15574| {
15575| return forkpty ();
15576|   ;
15577|   return 0;
15578| }
15579configure:16121: result: no
15580configure:16129: checking for forkpty in -lutil
15581configure:16164: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lutil   >&5
15582ld: library not found for -lcrt1.10.5.o
15583collect2: ld returned 1 exit status
15584ld: library not found for -lcrt1.10.5.o
15585collect2: ld returned 1 exit status
15586lipo: can't open input file: /var/tmp//cc5bbJ0f.out (No such file or directory)
15587configure:16170: $? = 1
15588configure: failed program was:
15589| /* confdefs.h.  */
15590| #define _GNU_SOURCE 1
15591| #define _NETBSD_SOURCE 1
15592| #define __BSD_VISIBLE 1
15593| #define _BSD_TYPES 1
15594| #define Py_ENABLE_SHARED 1
15595| #define STDC_HEADERS 1
15596| #define HAVE_SYS_TYPES_H 1
15597| #define HAVE_SYS_STAT_H 1
15598| #define HAVE_STDLIB_H 1
15599| #define HAVE_STRING_H 1
15600| #define HAVE_MEMORY_H 1
15601| #define HAVE_STRINGS_H 1
15602| #define HAVE_INTTYPES_H 1
15603| #define HAVE_STDINT_H 1
15604| #define HAVE_UNISTD_H 1
15605| #define HAVE_CURSES_H 1
15606| #define HAVE_DLFCN_H 1
15607| #define HAVE_ERRNO_H 1
15608| #define HAVE_FCNTL_H 1
15609| #define HAVE_GRP_H 1
15610| #define HAVE_LANGINFO_H 1
15611| #define HAVE_LIBINTL_H 1
15612| #define HAVE_NCURSES_H 1
15613| #define HAVE_POLL_H 1
15614| #define HAVE_PTHREAD_H 1
15615| #define HAVE_SIGNAL_H 1
15616| #define HAVE_STDINT_H 1
15617| #define HAVE_TERMIOS_H 1
15618| #define HAVE_UNISTD_H 1
15619| #define HAVE_UTIME_H 1
15620| #define HAVE_SYS_FILE_H 1
15621| #define HAVE_SYS_LOCK_H 1
15622| #define HAVE_SYS_PARAM_H 1
15623| #define HAVE_SYS_POLL_H 1
15624| #define HAVE_SYS_SELECT_H 1
15625| #define HAVE_SYS_SOCKET_H 1
15626| #define HAVE_SYS_STATVFS_H 1
15627| #define HAVE_SYS_STAT_H 1
15628| #define HAVE_SYS_TIME_H 1
15629| #define HAVE_SYS_TIMES_H 1
15630| #define HAVE_SYS_TYPES_H 1
15631| #define HAVE_SYS_UN_H 1
15632| #define HAVE_SYS_UTSNAME_H 1
15633| #define HAVE_SYS_WAIT_H 1
15634| #define HAVE_SYS_RESOURCE_H 1
15635| #define HAVE_SYSEXITS_H 1
15636| #define HAVE_DIRENT_H 1
15637| #define HAVE_TERM_H 1
15638| #define HAVE_MAKEDEV 1
15639| #define _LARGEFILE_SOURCE 1
15640| #define _FILE_OFFSET_BITS 64
15641| #if defined(SCO_DS)
15642| #undef _OFF_T
15643| #endif
15644| #define RETSIGTYPE void
15645| #define HAVE_SSIZE_T 1
15646| #define SIZEOF_INT 4
15647| #define SIZEOF_LONG 4
15648| #define SIZEOF_VOID_P 4
15649| #define SIZEOF_SHORT 2
15650| #define SIZEOF_FLOAT 4
15651| #define SIZEOF_DOUBLE 8
15652| #define SIZEOF_FPOS_T 8
15653| #define SIZEOF_SIZE_T 4
15654| #define HAVE_LONG_LONG 1
15655| #define SIZEOF_LONG_LONG 8
15656| #define HAVE_UINTPTR_T 1
15657| #define SIZEOF_UINTPTR_T 4
15658| #define SIZEOF_OFF_T 8
15659| #define HAVE_LARGEFILE_SUPPORT 1
15660| #define SIZEOF_TIME_T 4
15661| #define SIZEOF_PTHREAD_T 4
15662| #define USE_TOOLBOX_OBJECT_GLUE 1
15663| #define WITH_NEXT_FRAMEWORK 1
15664| #define WITH_DYLD 1
15665| #define SHLIB_EXT ".so"
15666| #define WITH_THREAD 1
15667| #define _REENTRANT 1
15668| #define WITH_DOC_STRINGS 1
15669| #define WITH_PYMALLOC 1
15670| #define HAVE_CHROOT 1
15671| #define HAVE_LINK 1
15672| #define HAVE_SYMLINK 1
15673| #define HAVE_FCHDIR 1
15674| #define HAVE_FSYNC 1
15675| #define HAVE_CTERMID_R 1
15676| #define HAVE_FLOCK 1
15677| #define HAVE_GETPAGESIZE 1
15678| #define HAVE_INET_PTON 1
15679| #define HAVE_SETGROUPS 1
15680| /* end confdefs.h.  */
15681|
15682| /* Override any GCC internal prototype to avoid an error.
15683|    Use char because int might match the return type of a GCC
15684|    builtin and then its argument prototype would still apply.  */
15685| #ifdef __cplusplus
15686| extern "C"
15687| #endif
15688| char forkpty ();
15689| int
15690| main ()
15691| {
15692| return forkpty ();
15693|   ;
15694|   return 0;
15695| }
15696configure:16188: result: no
15697configure:16196: checking for forkpty in -lbsd
15698configure:16231: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lbsd   >&5
15699ld: library not found for -lcrt1.10.5.o
15700collect2: ld returned 1 exit status
15701ld: library not found for -lcrt1.10.5.o
15702collect2: ld returned 1 exit status
15703lipo: can't open input file: /var/tmp//ccCbZ0Tm.out (No such file or directory)
15704configure:16237: $? = 1
15705configure: failed program was:
15706| /* confdefs.h.  */
15707| #define _GNU_SOURCE 1
15708| #define _NETBSD_SOURCE 1
15709| #define __BSD_VISIBLE 1
15710| #define _BSD_TYPES 1
15711| #define Py_ENABLE_SHARED 1
15712| #define STDC_HEADERS 1
15713| #define HAVE_SYS_TYPES_H 1
15714| #define HAVE_SYS_STAT_H 1
15715| #define HAVE_STDLIB_H 1
15716| #define HAVE_STRING_H 1
15717| #define HAVE_MEMORY_H 1
15718| #define HAVE_STRINGS_H 1
15719| #define HAVE_INTTYPES_H 1
15720| #define HAVE_STDINT_H 1
15721| #define HAVE_UNISTD_H 1
15722| #define HAVE_CURSES_H 1
15723| #define HAVE_DLFCN_H 1
15724| #define HAVE_ERRNO_H 1
15725| #define HAVE_FCNTL_H 1
15726| #define HAVE_GRP_H 1
15727| #define HAVE_LANGINFO_H 1
15728| #define HAVE_LIBINTL_H 1
15729| #define HAVE_NCURSES_H 1
15730| #define HAVE_POLL_H 1
15731| #define HAVE_PTHREAD_H 1
15732| #define HAVE_SIGNAL_H 1
15733| #define HAVE_STDINT_H 1
15734| #define HAVE_TERMIOS_H 1
15735| #define HAVE_UNISTD_H 1
15736| #define HAVE_UTIME_H 1
15737| #define HAVE_SYS_FILE_H 1
15738| #define HAVE_SYS_LOCK_H 1
15739| #define HAVE_SYS_PARAM_H 1
15740| #define HAVE_SYS_POLL_H 1
15741| #define HAVE_SYS_SELECT_H 1
15742| #define HAVE_SYS_SOCKET_H 1
15743| #define HAVE_SYS_STATVFS_H 1
15744| #define HAVE_SYS_STAT_H 1
15745| #define HAVE_SYS_TIME_H 1
15746| #define HAVE_SYS_TIMES_H 1
15747| #define HAVE_SYS_TYPES_H 1
15748| #define HAVE_SYS_UN_H 1
15749| #define HAVE_SYS_UTSNAME_H 1
15750| #define HAVE_SYS_WAIT_H 1
15751| #define HAVE_SYS_RESOURCE_H 1
15752| #define HAVE_SYSEXITS_H 1
15753| #define HAVE_DIRENT_H 1
15754| #define HAVE_TERM_H 1
15755| #define HAVE_MAKEDEV 1
15756| #define _LARGEFILE_SOURCE 1
15757| #define _FILE_OFFSET_BITS 64
15758| #if defined(SCO_DS)
15759| #undef _OFF_T
15760| #endif
15761| #define RETSIGTYPE void
15762| #define HAVE_SSIZE_T 1
15763| #define SIZEOF_INT 4
15764| #define SIZEOF_LONG 4
15765| #define SIZEOF_VOID_P 4
15766| #define SIZEOF_SHORT 2
15767| #define SIZEOF_FLOAT 4
15768| #define SIZEOF_DOUBLE 8
15769| #define SIZEOF_FPOS_T 8
15770| #define SIZEOF_SIZE_T 4
15771| #define HAVE_LONG_LONG 1
15772| #define SIZEOF_LONG_LONG 8
15773| #define HAVE_UINTPTR_T 1
15774| #define SIZEOF_UINTPTR_T 4
15775| #define SIZEOF_OFF_T 8
15776| #define HAVE_LARGEFILE_SUPPORT 1
15777| #define SIZEOF_TIME_T 4
15778| #define SIZEOF_PTHREAD_T 4
15779| #define USE_TOOLBOX_OBJECT_GLUE 1
15780| #define WITH_NEXT_FRAMEWORK 1
15781| #define WITH_DYLD 1
15782| #define SHLIB_EXT ".so"
15783| #define WITH_THREAD 1
15784| #define _REENTRANT 1
15785| #define WITH_DOC_STRINGS 1
15786| #define WITH_PYMALLOC 1
15787| #define HAVE_CHROOT 1
15788| #define HAVE_LINK 1
15789| #define HAVE_SYMLINK 1
15790| #define HAVE_FCHDIR 1
15791| #define HAVE_FSYNC 1
15792| #define HAVE_CTERMID_R 1
15793| #define HAVE_FLOCK 1
15794| #define HAVE_GETPAGESIZE 1
15795| #define HAVE_INET_PTON 1
15796| #define HAVE_SETGROUPS 1
15797| /* end confdefs.h.  */
15798|
15799| /* Override any GCC internal prototype to avoid an error.
15800|    Use char because int might match the return type of a GCC
15801|    builtin and then its argument prototype would still apply.  */
15802| #ifdef __cplusplus
15803| extern "C"
15804| #endif
15805| char forkpty ();
15806| int
15807| main ()
15808| {
15809| return forkpty ();
15810|   ;
15811|   return 0;
15812| }
15813configure:16255: result: no
15814configure:16282: checking for fseek64
15815configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
15816ld: library not found for -lcrt1.10.5.o
15817collect2: ld returned 1 exit status
15818ld: library not found for -lcrt1.10.5.o
15819collect2: ld returned 1 exit status
15820lipo: can't open input file: /var/tmp//cceszitN.out (No such file or directory)
15821configure:16344: $? = 1
15822configure: failed program was:
15823| /* confdefs.h.  */
15824| #define _GNU_SOURCE 1
15825| #define _NETBSD_SOURCE 1
15826| #define __BSD_VISIBLE 1
15827| #define _BSD_TYPES 1
15828| #define Py_ENABLE_SHARED 1
15829| #define STDC_HEADERS 1
15830| #define HAVE_SYS_TYPES_H 1
15831| #define HAVE_SYS_STAT_H 1
15832| #define HAVE_STDLIB_H 1
15833| #define HAVE_STRING_H 1
15834| #define HAVE_MEMORY_H 1
15835| #define HAVE_STRINGS_H 1
15836| #define HAVE_INTTYPES_H 1
15837| #define HAVE_STDINT_H 1
15838| #define HAVE_UNISTD_H 1
15839| #define HAVE_CURSES_H 1
15840| #define HAVE_DLFCN_H 1
15841| #define HAVE_ERRNO_H 1
15842| #define HAVE_FCNTL_H 1
15843| #define HAVE_GRP_H 1
15844| #define HAVE_LANGINFO_H 1
15845| #define HAVE_LIBINTL_H 1
15846| #define HAVE_NCURSES_H 1
15847| #define HAVE_POLL_H 1
15848| #define HAVE_PTHREAD_H 1
15849| #define HAVE_SIGNAL_H 1
15850| #define HAVE_STDINT_H 1
15851| #define HAVE_TERMIOS_H 1
15852| #define HAVE_UNISTD_H 1
15853| #define HAVE_UTIME_H 1
15854| #define HAVE_SYS_FILE_H 1
15855| #define HAVE_SYS_LOCK_H 1
15856| #define HAVE_SYS_PARAM_H 1
15857| #define HAVE_SYS_POLL_H 1
15858| #define HAVE_SYS_SELECT_H 1
15859| #define HAVE_SYS_SOCKET_H 1
15860| #define HAVE_SYS_STATVFS_H 1
15861| #define HAVE_SYS_STAT_H 1
15862| #define HAVE_SYS_TIME_H 1
15863| #define HAVE_SYS_TIMES_H 1
15864| #define HAVE_SYS_TYPES_H 1
15865| #define HAVE_SYS_UN_H 1
15866| #define HAVE_SYS_UTSNAME_H 1
15867| #define HAVE_SYS_WAIT_H 1
15868| #define HAVE_SYS_RESOURCE_H 1
15869| #define HAVE_SYSEXITS_H 1
15870| #define HAVE_DIRENT_H 1
15871| #define HAVE_TERM_H 1
15872| #define HAVE_MAKEDEV 1
15873| #define _LARGEFILE_SOURCE 1
15874| #define _FILE_OFFSET_BITS 64
15875| #if defined(SCO_DS)
15876| #undef _OFF_T
15877| #endif
15878| #define RETSIGTYPE void
15879| #define HAVE_SSIZE_T 1
15880| #define SIZEOF_INT 4
15881| #define SIZEOF_LONG 4
15882| #define SIZEOF_VOID_P 4
15883| #define SIZEOF_SHORT 2
15884| #define SIZEOF_FLOAT 4
15885| #define SIZEOF_DOUBLE 8
15886| #define SIZEOF_FPOS_T 8
15887| #define SIZEOF_SIZE_T 4
15888| #define HAVE_LONG_LONG 1
15889| #define SIZEOF_LONG_LONG 8
15890| #define HAVE_UINTPTR_T 1
15891| #define SIZEOF_UINTPTR_T 4
15892| #define SIZEOF_OFF_T 8
15893| #define HAVE_LARGEFILE_SUPPORT 1
15894| #define SIZEOF_TIME_T 4
15895| #define SIZEOF_PTHREAD_T 4
15896| #define USE_TOOLBOX_OBJECT_GLUE 1
15897| #define WITH_NEXT_FRAMEWORK 1
15898| #define WITH_DYLD 1
15899| #define SHLIB_EXT ".so"
15900| #define WITH_THREAD 1
15901| #define _REENTRANT 1
15902| #define WITH_DOC_STRINGS 1
15903| #define WITH_PYMALLOC 1
15904| #define HAVE_CHROOT 1
15905| #define HAVE_LINK 1
15906| #define HAVE_SYMLINK 1
15907| #define HAVE_FCHDIR 1
15908| #define HAVE_FSYNC 1
15909| #define HAVE_CTERMID_R 1
15910| #define HAVE_FLOCK 1
15911| #define HAVE_GETPAGESIZE 1
15912| #define HAVE_INET_PTON 1
15913| #define HAVE_SETGROUPS 1
15914| /* end confdefs.h.  */
15915| /* Define fseek64 to an innocuous variant, in case <limits.h> declares fseek64.
15916|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15917| #define fseek64 innocuous_fseek64
15918|
15919| /* System header to define __stub macros and hopefully few prototypes,
15920|     which can conflict with char fseek64 (); below.
15921|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15922|     <limits.h> exists even on freestanding compilers.  */
15923|
15924| #ifdef __STDC__
15925| # include <limits.h>
15926| #else
15927| # include <assert.h>
15928| #endif
15929|
15930| #undef fseek64
15931|
15932| /* Override any GCC internal prototype to avoid an error.
15933|    Use char because int might match the return type of a GCC
15934|    builtin and then its argument prototype would still apply.  */
15935| #ifdef __cplusplus
15936| extern "C"
15937| #endif
15938| char fseek64 ();
15939| /* The GNU C library defines this for functions which it implements
15940|     to always fail with ENOSYS.  Some functions are actually named
15941|     something starting with __ and the normal name is an alias.  */
15942| #if defined __stub_fseek64 || defined __stub___fseek64
15943| choke me
15944| #endif
15945|
15946| int
15947| main ()
15948| {
15949| return fseek64 ();
15950|   ;
15951|   return 0;
15952| }
15953configure:16362: result: no
15954configure:16282: checking for fseeko
15955configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
15956ld: library not found for -lcrt1.10.5.o
15957collect2: ld returned 1 exit status
15958ld: library not found for -lcrt1.10.5.o
15959collect2: ld returned 1 exit status
15960lipo: can't open input file: /var/tmp//cc7WHRYQ.out (No such file or directory)
15961configure:16344: $? = 1
15962configure: failed program was:
15963| /* confdefs.h.  */
15964| #define _GNU_SOURCE 1
15965| #define _NETBSD_SOURCE 1
15966| #define __BSD_VISIBLE 1
15967| #define _BSD_TYPES 1
15968| #define Py_ENABLE_SHARED 1
15969| #define STDC_HEADERS 1
15970| #define HAVE_SYS_TYPES_H 1
15971| #define HAVE_SYS_STAT_H 1
15972| #define HAVE_STDLIB_H 1
15973| #define HAVE_STRING_H 1
15974| #define HAVE_MEMORY_H 1
15975| #define HAVE_STRINGS_H 1
15976| #define HAVE_INTTYPES_H 1
15977| #define HAVE_STDINT_H 1
15978| #define HAVE_UNISTD_H 1
15979| #define HAVE_CURSES_H 1
15980| #define HAVE_DLFCN_H 1
15981| #define HAVE_ERRNO_H 1
15982| #define HAVE_FCNTL_H 1
15983| #define HAVE_GRP_H 1
15984| #define HAVE_LANGINFO_H 1
15985| #define HAVE_LIBINTL_H 1
15986| #define HAVE_NCURSES_H 1
15987| #define HAVE_POLL_H 1
15988| #define HAVE_PTHREAD_H 1
15989| #define HAVE_SIGNAL_H 1
15990| #define HAVE_STDINT_H 1
15991| #define HAVE_TERMIOS_H 1
15992| #define HAVE_UNISTD_H 1
15993| #define HAVE_UTIME_H 1
15994| #define HAVE_SYS_FILE_H 1
15995| #define HAVE_SYS_LOCK_H 1
15996| #define HAVE_SYS_PARAM_H 1
15997| #define HAVE_SYS_POLL_H 1
15998| #define HAVE_SYS_SELECT_H 1
15999| #define HAVE_SYS_SOCKET_H 1
16000| #define HAVE_SYS_STATVFS_H 1
16001| #define HAVE_SYS_STAT_H 1
16002| #define HAVE_SYS_TIME_H 1
16003| #define HAVE_SYS_TIMES_H 1
16004| #define HAVE_SYS_TYPES_H 1
16005| #define HAVE_SYS_UN_H 1
16006| #define HAVE_SYS_UTSNAME_H 1
16007| #define HAVE_SYS_WAIT_H 1
16008| #define HAVE_SYS_RESOURCE_H 1
16009| #define HAVE_SYSEXITS_H 1
16010| #define HAVE_DIRENT_H 1
16011| #define HAVE_TERM_H 1
16012| #define HAVE_MAKEDEV 1
16013| #define _LARGEFILE_SOURCE 1
16014| #define _FILE_OFFSET_BITS 64
16015| #if defined(SCO_DS)
16016| #undef _OFF_T
16017| #endif
16018| #define RETSIGTYPE void
16019| #define HAVE_SSIZE_T 1
16020| #define SIZEOF_INT 4
16021| #define SIZEOF_LONG 4
16022| #define SIZEOF_VOID_P 4
16023| #define SIZEOF_SHORT 2
16024| #define SIZEOF_FLOAT 4
16025| #define SIZEOF_DOUBLE 8
16026| #define SIZEOF_FPOS_T 8
16027| #define SIZEOF_SIZE_T 4
16028| #define HAVE_LONG_LONG 1
16029| #define SIZEOF_LONG_LONG 8
16030| #define HAVE_UINTPTR_T 1
16031| #define SIZEOF_UINTPTR_T 4
16032| #define SIZEOF_OFF_T 8
16033| #define HAVE_LARGEFILE_SUPPORT 1
16034| #define SIZEOF_TIME_T 4
16035| #define SIZEOF_PTHREAD_T 4
16036| #define USE_TOOLBOX_OBJECT_GLUE 1
16037| #define WITH_NEXT_FRAMEWORK 1
16038| #define WITH_DYLD 1
16039| #define SHLIB_EXT ".so"
16040| #define WITH_THREAD 1
16041| #define _REENTRANT 1
16042| #define WITH_DOC_STRINGS 1
16043| #define WITH_PYMALLOC 1
16044| #define HAVE_CHROOT 1
16045| #define HAVE_LINK 1
16046| #define HAVE_SYMLINK 1
16047| #define HAVE_FCHDIR 1
16048| #define HAVE_FSYNC 1
16049| #define HAVE_CTERMID_R 1
16050| #define HAVE_FLOCK 1
16051| #define HAVE_GETPAGESIZE 1
16052| #define HAVE_INET_PTON 1
16053| #define HAVE_SETGROUPS 1
16054| /* end confdefs.h.  */
16055| /* Define fseeko to an innocuous variant, in case <limits.h> declares fseeko.
16056|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16057| #define fseeko innocuous_fseeko
16058|
16059| /* System header to define __stub macros and hopefully few prototypes,
16060|     which can conflict with char fseeko (); below.
16061|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16062|     <limits.h> exists even on freestanding compilers.  */
16063|
16064| #ifdef __STDC__
16065| # include <limits.h>
16066| #else
16067| # include <assert.h>
16068| #endif
16069|
16070| #undef fseeko
16071|
16072| /* Override any GCC internal prototype to avoid an error.
16073|    Use char because int might match the return type of a GCC
16074|    builtin and then its argument prototype would still apply.  */
16075| #ifdef __cplusplus
16076| extern "C"
16077| #endif
16078| char fseeko ();
16079| /* The GNU C library defines this for functions which it implements
16080|     to always fail with ENOSYS.  Some functions are actually named
16081|     something starting with __ and the normal name is an alias.  */
16082| #if defined __stub_fseeko || defined __stub___fseeko
16083| choke me
16084| #endif
16085|
16086| int
16087| main ()
16088| {
16089| return fseeko ();
16090|   ;
16091|   return 0;
16092| }
16093configure:16362: result: no
16094configure:16282: checking for fstatvfs
16095configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16096ld: library not found for -lcrt1.10.5.o
16097collect2: ld returned 1 exit status
16098ld: library not found for -lcrt1.10.5.o
16099collect2: ld returned 1 exit status
16100lipo: can't open input file: /var/tmp//ccfruN16.out (No such file or directory)
16101configure:16344: $? = 1
16102configure: failed program was:
16103| /* confdefs.h.  */
16104| #define _GNU_SOURCE 1
16105| #define _NETBSD_SOURCE 1
16106| #define __BSD_VISIBLE 1
16107| #define _BSD_TYPES 1
16108| #define Py_ENABLE_SHARED 1
16109| #define STDC_HEADERS 1
16110| #define HAVE_SYS_TYPES_H 1
16111| #define HAVE_SYS_STAT_H 1
16112| #define HAVE_STDLIB_H 1
16113| #define HAVE_STRING_H 1
16114| #define HAVE_MEMORY_H 1
16115| #define HAVE_STRINGS_H 1
16116| #define HAVE_INTTYPES_H 1
16117| #define HAVE_STDINT_H 1
16118| #define HAVE_UNISTD_H 1
16119| #define HAVE_CURSES_H 1
16120| #define HAVE_DLFCN_H 1
16121| #define HAVE_ERRNO_H 1
16122| #define HAVE_FCNTL_H 1
16123| #define HAVE_GRP_H 1
16124| #define HAVE_LANGINFO_H 1
16125| #define HAVE_LIBINTL_H 1
16126| #define HAVE_NCURSES_H 1
16127| #define HAVE_POLL_H 1
16128| #define HAVE_PTHREAD_H 1
16129| #define HAVE_SIGNAL_H 1
16130| #define HAVE_STDINT_H 1
16131| #define HAVE_TERMIOS_H 1
16132| #define HAVE_UNISTD_H 1
16133| #define HAVE_UTIME_H 1
16134| #define HAVE_SYS_FILE_H 1
16135| #define HAVE_SYS_LOCK_H 1
16136| #define HAVE_SYS_PARAM_H 1
16137| #define HAVE_SYS_POLL_H 1
16138| #define HAVE_SYS_SELECT_H 1
16139| #define HAVE_SYS_SOCKET_H 1
16140| #define HAVE_SYS_STATVFS_H 1
16141| #define HAVE_SYS_STAT_H 1
16142| #define HAVE_SYS_TIME_H 1
16143| #define HAVE_SYS_TIMES_H 1
16144| #define HAVE_SYS_TYPES_H 1
16145| #define HAVE_SYS_UN_H 1
16146| #define HAVE_SYS_UTSNAME_H 1
16147| #define HAVE_SYS_WAIT_H 1
16148| #define HAVE_SYS_RESOURCE_H 1
16149| #define HAVE_SYSEXITS_H 1
16150| #define HAVE_DIRENT_H 1
16151| #define HAVE_TERM_H 1
16152| #define HAVE_MAKEDEV 1
16153| #define _LARGEFILE_SOURCE 1
16154| #define _FILE_OFFSET_BITS 64
16155| #if defined(SCO_DS)
16156| #undef _OFF_T
16157| #endif
16158| #define RETSIGTYPE void
16159| #define HAVE_SSIZE_T 1
16160| #define SIZEOF_INT 4
16161| #define SIZEOF_LONG 4
16162| #define SIZEOF_VOID_P 4
16163| #define SIZEOF_SHORT 2
16164| #define SIZEOF_FLOAT 4
16165| #define SIZEOF_DOUBLE 8
16166| #define SIZEOF_FPOS_T 8
16167| #define SIZEOF_SIZE_T 4
16168| #define HAVE_LONG_LONG 1
16169| #define SIZEOF_LONG_LONG 8
16170| #define HAVE_UINTPTR_T 1
16171| #define SIZEOF_UINTPTR_T 4
16172| #define SIZEOF_OFF_T 8
16173| #define HAVE_LARGEFILE_SUPPORT 1
16174| #define SIZEOF_TIME_T 4
16175| #define SIZEOF_PTHREAD_T 4
16176| #define USE_TOOLBOX_OBJECT_GLUE 1
16177| #define WITH_NEXT_FRAMEWORK 1
16178| #define WITH_DYLD 1
16179| #define SHLIB_EXT ".so"
16180| #define WITH_THREAD 1
16181| #define _REENTRANT 1
16182| #define WITH_DOC_STRINGS 1
16183| #define WITH_PYMALLOC 1
16184| #define HAVE_CHROOT 1
16185| #define HAVE_LINK 1
16186| #define HAVE_SYMLINK 1
16187| #define HAVE_FCHDIR 1
16188| #define HAVE_FSYNC 1
16189| #define HAVE_CTERMID_R 1
16190| #define HAVE_FLOCK 1
16191| #define HAVE_GETPAGESIZE 1
16192| #define HAVE_INET_PTON 1
16193| #define HAVE_SETGROUPS 1
16194| /* end confdefs.h.  */
16195| /* Define fstatvfs to an innocuous variant, in case <limits.h> declares fstatvfs.
16196|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16197| #define fstatvfs innocuous_fstatvfs
16198|
16199| /* System header to define __stub macros and hopefully few prototypes,
16200|     which can conflict with char fstatvfs (); below.
16201|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16202|     <limits.h> exists even on freestanding compilers.  */
16203|
16204| #ifdef __STDC__
16205| # include <limits.h>
16206| #else
16207| # include <assert.h>
16208| #endif
16209|
16210| #undef fstatvfs
16211|
16212| /* Override any GCC internal prototype to avoid an error.
16213|    Use char because int might match the return type of a GCC
16214|    builtin and then its argument prototype would still apply.  */
16215| #ifdef __cplusplus
16216| extern "C"
16217| #endif
16218| char fstatvfs ();
16219| /* The GNU C library defines this for functions which it implements
16220|     to always fail with ENOSYS.  Some functions are actually named
16221|     something starting with __ and the normal name is an alias.  */
16222| #if defined __stub_fstatvfs || defined __stub___fstatvfs
16223| choke me
16224| #endif
16225|
16226| int
16227| main ()
16228| {
16229| return fstatvfs ();
16230|   ;
16231|   return 0;
16232| }
16233configure:16362: result: no
16234configure:16282: checking for ftell64
16235configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16236ld: library not found for -lcrt1.10.5.o
16237collect2: ld returned 1 exit status
16238ld: library not found for -lcrt1.10.5.o
16239collect2: ld returned 1 exit status
16240lipo: can't open input file: /var/tmp//ccL3XS2B.out (No such file or directory)
16241configure:16344: $? = 1
16242configure: failed program was:
16243| /* confdefs.h.  */
16244| #define _GNU_SOURCE 1
16245| #define _NETBSD_SOURCE 1
16246| #define __BSD_VISIBLE 1
16247| #define _BSD_TYPES 1
16248| #define Py_ENABLE_SHARED 1
16249| #define STDC_HEADERS 1
16250| #define HAVE_SYS_TYPES_H 1
16251| #define HAVE_SYS_STAT_H 1
16252| #define HAVE_STDLIB_H 1
16253| #define HAVE_STRING_H 1
16254| #define HAVE_MEMORY_H 1
16255| #define HAVE_STRINGS_H 1
16256| #define HAVE_INTTYPES_H 1
16257| #define HAVE_STDINT_H 1
16258| #define HAVE_UNISTD_H 1
16259| #define HAVE_CURSES_H 1
16260| #define HAVE_DLFCN_H 1
16261| #define HAVE_ERRNO_H 1
16262| #define HAVE_FCNTL_H 1
16263| #define HAVE_GRP_H 1
16264| #define HAVE_LANGINFO_H 1
16265| #define HAVE_LIBINTL_H 1
16266| #define HAVE_NCURSES_H 1
16267| #define HAVE_POLL_H 1
16268| #define HAVE_PTHREAD_H 1
16269| #define HAVE_SIGNAL_H 1
16270| #define HAVE_STDINT_H 1
16271| #define HAVE_TERMIOS_H 1
16272| #define HAVE_UNISTD_H 1
16273| #define HAVE_UTIME_H 1
16274| #define HAVE_SYS_FILE_H 1
16275| #define HAVE_SYS_LOCK_H 1
16276| #define HAVE_SYS_PARAM_H 1
16277| #define HAVE_SYS_POLL_H 1
16278| #define HAVE_SYS_SELECT_H 1
16279| #define HAVE_SYS_SOCKET_H 1
16280| #define HAVE_SYS_STATVFS_H 1
16281| #define HAVE_SYS_STAT_H 1
16282| #define HAVE_SYS_TIME_H 1
16283| #define HAVE_SYS_TIMES_H 1
16284| #define HAVE_SYS_TYPES_H 1
16285| #define HAVE_SYS_UN_H 1
16286| #define HAVE_SYS_UTSNAME_H 1
16287| #define HAVE_SYS_WAIT_H 1
16288| #define HAVE_SYS_RESOURCE_H 1
16289| #define HAVE_SYSEXITS_H 1
16290| #define HAVE_DIRENT_H 1
16291| #define HAVE_TERM_H 1
16292| #define HAVE_MAKEDEV 1
16293| #define _LARGEFILE_SOURCE 1
16294| #define _FILE_OFFSET_BITS 64
16295| #if defined(SCO_DS)
16296| #undef _OFF_T
16297| #endif
16298| #define RETSIGTYPE void
16299| #define HAVE_SSIZE_T 1
16300| #define SIZEOF_INT 4
16301| #define SIZEOF_LONG 4
16302| #define SIZEOF_VOID_P 4
16303| #define SIZEOF_SHORT 2
16304| #define SIZEOF_FLOAT 4
16305| #define SIZEOF_DOUBLE 8
16306| #define SIZEOF_FPOS_T 8
16307| #define SIZEOF_SIZE_T 4
16308| #define HAVE_LONG_LONG 1
16309| #define SIZEOF_LONG_LONG 8
16310| #define HAVE_UINTPTR_T 1
16311| #define SIZEOF_UINTPTR_T 4
16312| #define SIZEOF_OFF_T 8
16313| #define HAVE_LARGEFILE_SUPPORT 1
16314| #define SIZEOF_TIME_T 4
16315| #define SIZEOF_PTHREAD_T 4
16316| #define USE_TOOLBOX_OBJECT_GLUE 1
16317| #define WITH_NEXT_FRAMEWORK 1
16318| #define WITH_DYLD 1
16319| #define SHLIB_EXT ".so"
16320| #define WITH_THREAD 1
16321| #define _REENTRANT 1
16322| #define WITH_DOC_STRINGS 1
16323| #define WITH_PYMALLOC 1
16324| #define HAVE_CHROOT 1
16325| #define HAVE_LINK 1
16326| #define HAVE_SYMLINK 1
16327| #define HAVE_FCHDIR 1
16328| #define HAVE_FSYNC 1
16329| #define HAVE_CTERMID_R 1
16330| #define HAVE_FLOCK 1
16331| #define HAVE_GETPAGESIZE 1
16332| #define HAVE_INET_PTON 1
16333| #define HAVE_SETGROUPS 1
16334| /* end confdefs.h.  */
16335| /* Define ftell64 to an innocuous variant, in case <limits.h> declares ftell64.
16336|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16337| #define ftell64 innocuous_ftell64
16338|
16339| /* System header to define __stub macros and hopefully few prototypes,
16340|     which can conflict with char ftell64 (); below.
16341|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16342|     <limits.h> exists even on freestanding compilers.  */
16343|
16344| #ifdef __STDC__
16345| # include <limits.h>
16346| #else
16347| # include <assert.h>
16348| #endif
16349|
16350| #undef ftell64
16351|
16352| /* Override any GCC internal prototype to avoid an error.
16353|    Use char because int might match the return type of a GCC
16354|    builtin and then its argument prototype would still apply.  */
16355| #ifdef __cplusplus
16356| extern "C"
16357| #endif
16358| char ftell64 ();
16359| /* The GNU C library defines this for functions which it implements
16360|     to always fail with ENOSYS.  Some functions are actually named
16361|     something starting with __ and the normal name is an alias.  */
16362| #if defined __stub_ftell64 || defined __stub___ftell64
16363| choke me
16364| #endif
16365|
16366| int
16367| main ()
16368| {
16369| return ftell64 ();
16370|   ;
16371|   return 0;
16372| }
16373configure:16362: result: no
16374configure:16282: checking for ftello
16375configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16376ld: library not found for -lcrt1.10.5.o
16377collect2: ld returned 1 exit status
16378ld: library not found for -lcrt1.10.5.o
16379collect2: ld returned 1 exit status
16380lipo: can't open input file: /var/tmp//ccGSKNgz.out (No such file or directory)
16381configure:16344: $? = 1
16382configure: failed program was:
16383| /* confdefs.h.  */
16384| #define _GNU_SOURCE 1
16385| #define _NETBSD_SOURCE 1
16386| #define __BSD_VISIBLE 1
16387| #define _BSD_TYPES 1
16388| #define Py_ENABLE_SHARED 1
16389| #define STDC_HEADERS 1
16390| #define HAVE_SYS_TYPES_H 1
16391| #define HAVE_SYS_STAT_H 1
16392| #define HAVE_STDLIB_H 1
16393| #define HAVE_STRING_H 1
16394| #define HAVE_MEMORY_H 1
16395| #define HAVE_STRINGS_H 1
16396| #define HAVE_INTTYPES_H 1
16397| #define HAVE_STDINT_H 1
16398| #define HAVE_UNISTD_H 1
16399| #define HAVE_CURSES_H 1
16400| #define HAVE_DLFCN_H 1
16401| #define HAVE_ERRNO_H 1
16402| #define HAVE_FCNTL_H 1
16403| #define HAVE_GRP_H 1
16404| #define HAVE_LANGINFO_H 1
16405| #define HAVE_LIBINTL_H 1
16406| #define HAVE_NCURSES_H 1
16407| #define HAVE_POLL_H 1
16408| #define HAVE_PTHREAD_H 1
16409| #define HAVE_SIGNAL_H 1
16410| #define HAVE_STDINT_H 1
16411| #define HAVE_TERMIOS_H 1
16412| #define HAVE_UNISTD_H 1
16413| #define HAVE_UTIME_H 1
16414| #define HAVE_SYS_FILE_H 1
16415| #define HAVE_SYS_LOCK_H 1
16416| #define HAVE_SYS_PARAM_H 1
16417| #define HAVE_SYS_POLL_H 1
16418| #define HAVE_SYS_SELECT_H 1
16419| #define HAVE_SYS_SOCKET_H 1
16420| #define HAVE_SYS_STATVFS_H 1
16421| #define HAVE_SYS_STAT_H 1
16422| #define HAVE_SYS_TIME_H 1
16423| #define HAVE_SYS_TIMES_H 1
16424| #define HAVE_SYS_TYPES_H 1
16425| #define HAVE_SYS_UN_H 1
16426| #define HAVE_SYS_UTSNAME_H 1
16427| #define HAVE_SYS_WAIT_H 1
16428| #define HAVE_SYS_RESOURCE_H 1
16429| #define HAVE_SYSEXITS_H 1
16430| #define HAVE_DIRENT_H 1
16431| #define HAVE_TERM_H 1
16432| #define HAVE_MAKEDEV 1
16433| #define _LARGEFILE_SOURCE 1
16434| #define _FILE_OFFSET_BITS 64
16435| #if defined(SCO_DS)
16436| #undef _OFF_T
16437| #endif
16438| #define RETSIGTYPE void
16439| #define HAVE_SSIZE_T 1
16440| #define SIZEOF_INT 4
16441| #define SIZEOF_LONG 4
16442| #define SIZEOF_VOID_P 4
16443| #define SIZEOF_SHORT 2
16444| #define SIZEOF_FLOAT 4
16445| #define SIZEOF_DOUBLE 8
16446| #define SIZEOF_FPOS_T 8
16447| #define SIZEOF_SIZE_T 4
16448| #define HAVE_LONG_LONG 1
16449| #define SIZEOF_LONG_LONG 8
16450| #define HAVE_UINTPTR_T 1
16451| #define SIZEOF_UINTPTR_T 4
16452| #define SIZEOF_OFF_T 8
16453| #define HAVE_LARGEFILE_SUPPORT 1
16454| #define SIZEOF_TIME_T 4
16455| #define SIZEOF_PTHREAD_T 4
16456| #define USE_TOOLBOX_OBJECT_GLUE 1
16457| #define WITH_NEXT_FRAMEWORK 1
16458| #define WITH_DYLD 1
16459| #define SHLIB_EXT ".so"
16460| #define WITH_THREAD 1
16461| #define _REENTRANT 1
16462| #define WITH_DOC_STRINGS 1
16463| #define WITH_PYMALLOC 1
16464| #define HAVE_CHROOT 1
16465| #define HAVE_LINK 1
16466| #define HAVE_SYMLINK 1
16467| #define HAVE_FCHDIR 1
16468| #define HAVE_FSYNC 1
16469| #define HAVE_CTERMID_R 1
16470| #define HAVE_FLOCK 1
16471| #define HAVE_GETPAGESIZE 1
16472| #define HAVE_INET_PTON 1
16473| #define HAVE_SETGROUPS 1
16474| /* end confdefs.h.  */
16475| /* Define ftello to an innocuous variant, in case <limits.h> declares ftello.
16476|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16477| #define ftello innocuous_ftello
16478|
16479| /* System header to define __stub macros and hopefully few prototypes,
16480|     which can conflict with char ftello (); below.
16481|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16482|     <limits.h> exists even on freestanding compilers.  */
16483|
16484| #ifdef __STDC__
16485| # include <limits.h>
16486| #else
16487| # include <assert.h>
16488| #endif
16489|
16490| #undef ftello
16491|
16492| /* Override any GCC internal prototype to avoid an error.
16493|    Use char because int might match the return type of a GCC
16494|    builtin and then its argument prototype would still apply.  */
16495| #ifdef __cplusplus
16496| extern "C"
16497| #endif
16498| char ftello ();
16499| /* The GNU C library defines this for functions which it implements
16500|     to always fail with ENOSYS.  Some functions are actually named
16501|     something starting with __ and the normal name is an alias.  */
16502| #if defined __stub_ftello || defined __stub___ftello
16503| choke me
16504| #endif
16505|
16506| int
16507| main ()
16508| {
16509| return ftello ();
16510|   ;
16511|   return 0;
16512| }
16513configure:16362: result: no
16514configure:16282: checking for statvfs
16515configure:16338: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16516ld: library not found for -lcrt1.10.5.o
16517collect2: ld returned 1 exit status
16518ld: library not found for -lcrt1.10.5.o
16519collect2: ld returned 1 exit status
16520lipo: can't open input file: /var/tmp//ccx0fzUK.out (No such file or directory)
16521configure:16344: $? = 1
16522configure: failed program was:
16523| /* confdefs.h.  */
16524| #define _GNU_SOURCE 1
16525| #define _NETBSD_SOURCE 1
16526| #define __BSD_VISIBLE 1
16527| #define _BSD_TYPES 1
16528| #define Py_ENABLE_SHARED 1
16529| #define STDC_HEADERS 1
16530| #define HAVE_SYS_TYPES_H 1
16531| #define HAVE_SYS_STAT_H 1
16532| #define HAVE_STDLIB_H 1
16533| #define HAVE_STRING_H 1
16534| #define HAVE_MEMORY_H 1
16535| #define HAVE_STRINGS_H 1
16536| #define HAVE_INTTYPES_H 1
16537| #define HAVE_STDINT_H 1
16538| #define HAVE_UNISTD_H 1
16539| #define HAVE_CURSES_H 1
16540| #define HAVE_DLFCN_H 1
16541| #define HAVE_ERRNO_H 1
16542| #define HAVE_FCNTL_H 1
16543| #define HAVE_GRP_H 1
16544| #define HAVE_LANGINFO_H 1
16545| #define HAVE_LIBINTL_H 1
16546| #define HAVE_NCURSES_H 1
16547| #define HAVE_POLL_H 1
16548| #define HAVE_PTHREAD_H 1
16549| #define HAVE_SIGNAL_H 1
16550| #define HAVE_STDINT_H 1
16551| #define HAVE_TERMIOS_H 1
16552| #define HAVE_UNISTD_H 1
16553| #define HAVE_UTIME_H 1
16554| #define HAVE_SYS_FILE_H 1
16555| #define HAVE_SYS_LOCK_H 1
16556| #define HAVE_SYS_PARAM_H 1
16557| #define HAVE_SYS_POLL_H 1
16558| #define HAVE_SYS_SELECT_H 1
16559| #define HAVE_SYS_SOCKET_H 1
16560| #define HAVE_SYS_STATVFS_H 1
16561| #define HAVE_SYS_STAT_H 1
16562| #define HAVE_SYS_TIME_H 1
16563| #define HAVE_SYS_TIMES_H 1
16564| #define HAVE_SYS_TYPES_H 1
16565| #define HAVE_SYS_UN_H 1
16566| #define HAVE_SYS_UTSNAME_H 1
16567| #define HAVE_SYS_WAIT_H 1
16568| #define HAVE_SYS_RESOURCE_H 1
16569| #define HAVE_SYSEXITS_H 1
16570| #define HAVE_DIRENT_H 1
16571| #define HAVE_TERM_H 1
16572| #define HAVE_MAKEDEV 1
16573| #define _LARGEFILE_SOURCE 1
16574| #define _FILE_OFFSET_BITS 64
16575| #if defined(SCO_DS)
16576| #undef _OFF_T
16577| #endif
16578| #define RETSIGTYPE void
16579| #define HAVE_SSIZE_T 1
16580| #define SIZEOF_INT 4
16581| #define SIZEOF_LONG 4
16582| #define SIZEOF_VOID_P 4
16583| #define SIZEOF_SHORT 2
16584| #define SIZEOF_FLOAT 4
16585| #define SIZEOF_DOUBLE 8
16586| #define SIZEOF_FPOS_T 8
16587| #define SIZEOF_SIZE_T 4
16588| #define HAVE_LONG_LONG 1
16589| #define SIZEOF_LONG_LONG 8
16590| #define HAVE_UINTPTR_T 1
16591| #define SIZEOF_UINTPTR_T 4
16592| #define SIZEOF_OFF_T 8
16593| #define HAVE_LARGEFILE_SUPPORT 1
16594| #define SIZEOF_TIME_T 4
16595| #define SIZEOF_PTHREAD_T 4
16596| #define USE_TOOLBOX_OBJECT_GLUE 1
16597| #define WITH_NEXT_FRAMEWORK 1
16598| #define WITH_DYLD 1
16599| #define SHLIB_EXT ".so"
16600| #define WITH_THREAD 1
16601| #define _REENTRANT 1
16602| #define WITH_DOC_STRINGS 1
16603| #define WITH_PYMALLOC 1
16604| #define HAVE_CHROOT 1
16605| #define HAVE_LINK 1
16606| #define HAVE_SYMLINK 1
16607| #define HAVE_FCHDIR 1
16608| #define HAVE_FSYNC 1
16609| #define HAVE_CTERMID_R 1
16610| #define HAVE_FLOCK 1
16611| #define HAVE_GETPAGESIZE 1
16612| #define HAVE_INET_PTON 1
16613| #define HAVE_SETGROUPS 1
16614| /* end confdefs.h.  */
16615| /* Define statvfs to an innocuous variant, in case <limits.h> declares statvfs.
16616|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16617| #define statvfs innocuous_statvfs
16618|
16619| /* System header to define __stub macros and hopefully few prototypes,
16620|     which can conflict with char statvfs (); below.
16621|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16622|     <limits.h> exists even on freestanding compilers.  */
16623|
16624| #ifdef __STDC__
16625| # include <limits.h>
16626| #else
16627| # include <assert.h>
16628| #endif
16629|
16630| #undef statvfs
16631|
16632| /* Override any GCC internal prototype to avoid an error.
16633|    Use char because int might match the return type of a GCC
16634|    builtin and then its argument prototype would still apply.  */
16635| #ifdef __cplusplus
16636| extern "C"
16637| #endif
16638| char statvfs ();
16639| /* The GNU C library defines this for functions which it implements
16640|     to always fail with ENOSYS.  Some functions are actually named
16641|     something starting with __ and the normal name is an alias.  */
16642| #if defined __stub_statvfs || defined __stub___statvfs
16643| choke me
16644| #endif
16645|
16646| int
16647| main ()
16648| {
16649| return statvfs ();
16650|   ;
16651|   return 0;
16652| }
16653configure:16362: result: no
16654configure:16381: checking for dup2
16655configure:16437: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16656ld: library not found for -lcrt1.10.5.o
16657collect2: ld returned 1 exit status
16658ld: library not found for -lcrt1.10.5.o
16659collect2: ld returned 1 exit status
16660lipo: can't open input file: /var/tmp//ccS7AQdC.out (No such file or directory)
16661configure:16443: $? = 1
16662configure: failed program was:
16663| /* confdefs.h.  */
16664| #define _GNU_SOURCE 1
16665| #define _NETBSD_SOURCE 1
16666| #define __BSD_VISIBLE 1
16667| #define _BSD_TYPES 1
16668| #define Py_ENABLE_SHARED 1
16669| #define STDC_HEADERS 1
16670| #define HAVE_SYS_TYPES_H 1
16671| #define HAVE_SYS_STAT_H 1
16672| #define HAVE_STDLIB_H 1
16673| #define HAVE_STRING_H 1
16674| #define HAVE_MEMORY_H 1
16675| #define HAVE_STRINGS_H 1
16676| #define HAVE_INTTYPES_H 1
16677| #define HAVE_STDINT_H 1
16678| #define HAVE_UNISTD_H 1
16679| #define HAVE_CURSES_H 1
16680| #define HAVE_DLFCN_H 1
16681| #define HAVE_ERRNO_H 1
16682| #define HAVE_FCNTL_H 1
16683| #define HAVE_GRP_H 1
16684| #define HAVE_LANGINFO_H 1
16685| #define HAVE_LIBINTL_H 1
16686| #define HAVE_NCURSES_H 1
16687| #define HAVE_POLL_H 1
16688| #define HAVE_PTHREAD_H 1
16689| #define HAVE_SIGNAL_H 1
16690| #define HAVE_STDINT_H 1
16691| #define HAVE_TERMIOS_H 1
16692| #define HAVE_UNISTD_H 1
16693| #define HAVE_UTIME_H 1
16694| #define HAVE_SYS_FILE_H 1
16695| #define HAVE_SYS_LOCK_H 1
16696| #define HAVE_SYS_PARAM_H 1
16697| #define HAVE_SYS_POLL_H 1
16698| #define HAVE_SYS_SELECT_H 1
16699| #define HAVE_SYS_SOCKET_H 1
16700| #define HAVE_SYS_STATVFS_H 1
16701| #define HAVE_SYS_STAT_H 1
16702| #define HAVE_SYS_TIME_H 1
16703| #define HAVE_SYS_TIMES_H 1
16704| #define HAVE_SYS_TYPES_H 1
16705| #define HAVE_SYS_UN_H 1
16706| #define HAVE_SYS_UTSNAME_H 1
16707| #define HAVE_SYS_WAIT_H 1
16708| #define HAVE_SYS_RESOURCE_H 1
16709| #define HAVE_SYSEXITS_H 1
16710| #define HAVE_DIRENT_H 1
16711| #define HAVE_TERM_H 1
16712| #define HAVE_MAKEDEV 1
16713| #define _LARGEFILE_SOURCE 1
16714| #define _FILE_OFFSET_BITS 64
16715| #if defined(SCO_DS)
16716| #undef _OFF_T
16717| #endif
16718| #define RETSIGTYPE void
16719| #define HAVE_SSIZE_T 1
16720| #define SIZEOF_INT 4
16721| #define SIZEOF_LONG 4
16722| #define SIZEOF_VOID_P 4
16723| #define SIZEOF_SHORT 2
16724| #define SIZEOF_FLOAT 4
16725| #define SIZEOF_DOUBLE 8
16726| #define SIZEOF_FPOS_T 8
16727| #define SIZEOF_SIZE_T 4
16728| #define HAVE_LONG_LONG 1
16729| #define SIZEOF_LONG_LONG 8
16730| #define HAVE_UINTPTR_T 1
16731| #define SIZEOF_UINTPTR_T 4
16732| #define SIZEOF_OFF_T 8
16733| #define HAVE_LARGEFILE_SUPPORT 1
16734| #define SIZEOF_TIME_T 4
16735| #define SIZEOF_PTHREAD_T 4
16736| #define USE_TOOLBOX_OBJECT_GLUE 1
16737| #define WITH_NEXT_FRAMEWORK 1
16738| #define WITH_DYLD 1
16739| #define SHLIB_EXT ".so"
16740| #define WITH_THREAD 1
16741| #define _REENTRANT 1
16742| #define WITH_DOC_STRINGS 1
16743| #define WITH_PYMALLOC 1
16744| #define HAVE_CHROOT 1
16745| #define HAVE_LINK 1
16746| #define HAVE_SYMLINK 1
16747| #define HAVE_FCHDIR 1
16748| #define HAVE_FSYNC 1
16749| #define HAVE_CTERMID_R 1
16750| #define HAVE_FLOCK 1
16751| #define HAVE_GETPAGESIZE 1
16752| #define HAVE_INET_PTON 1
16753| #define HAVE_SETGROUPS 1
16754| /* end confdefs.h.  */
16755| /* Define dup2 to an innocuous variant, in case <limits.h> declares dup2.
16756|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16757| #define dup2 innocuous_dup2
16758|
16759| /* System header to define __stub macros and hopefully few prototypes,
16760|     which can conflict with char dup2 (); below.
16761|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16762|     <limits.h> exists even on freestanding compilers.  */
16763|
16764| #ifdef __STDC__
16765| # include <limits.h>
16766| #else
16767| # include <assert.h>
16768| #endif
16769|
16770| #undef dup2
16771|
16772| /* Override any GCC internal prototype to avoid an error.
16773|    Use char because int might match the return type of a GCC
16774|    builtin and then its argument prototype would still apply.  */
16775| #ifdef __cplusplus
16776| extern "C"
16777| #endif
16778| char dup2 ();
16779| /* The GNU C library defines this for functions which it implements
16780|     to always fail with ENOSYS.  Some functions are actually named
16781|     something starting with __ and the normal name is an alias.  */
16782| #if defined __stub_dup2 || defined __stub___dup2
16783| choke me
16784| #endif
16785|
16786| int
16787| main ()
16788| {
16789| return dup2 ();
16790|   ;
16791|   return 0;
16792| }
16793configure:16461: result: no
16794configure:16381: checking for getcwd
16795configure:16437: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16796ld: library not found for -lcrt1.10.5.o
16797collect2: ld returned 1 exit status
16798ld: library not found for -lcrt1.10.5.o
16799collect2: ld returned 1 exit status
16800lipo: can't open input file: /var/tmp//cc8R3wSL.out (No such file or directory)
16801configure:16443: $? = 1
16802configure: failed program was:
16803| /* confdefs.h.  */
16804| #define _GNU_SOURCE 1
16805| #define _NETBSD_SOURCE 1
16806| #define __BSD_VISIBLE 1
16807| #define _BSD_TYPES 1
16808| #define Py_ENABLE_SHARED 1
16809| #define STDC_HEADERS 1
16810| #define HAVE_SYS_TYPES_H 1
16811| #define HAVE_SYS_STAT_H 1
16812| #define HAVE_STDLIB_H 1
16813| #define HAVE_STRING_H 1
16814| #define HAVE_MEMORY_H 1
16815| #define HAVE_STRINGS_H 1
16816| #define HAVE_INTTYPES_H 1
16817| #define HAVE_STDINT_H 1
16818| #define HAVE_UNISTD_H 1
16819| #define HAVE_CURSES_H 1
16820| #define HAVE_DLFCN_H 1
16821| #define HAVE_ERRNO_H 1
16822| #define HAVE_FCNTL_H 1
16823| #define HAVE_GRP_H 1
16824| #define HAVE_LANGINFO_H 1
16825| #define HAVE_LIBINTL_H 1
16826| #define HAVE_NCURSES_H 1
16827| #define HAVE_POLL_H 1
16828| #define HAVE_PTHREAD_H 1
16829| #define HAVE_SIGNAL_H 1
16830| #define HAVE_STDINT_H 1
16831| #define HAVE_TERMIOS_H 1
16832| #define HAVE_UNISTD_H 1
16833| #define HAVE_UTIME_H 1
16834| #define HAVE_SYS_FILE_H 1
16835| #define HAVE_SYS_LOCK_H 1
16836| #define HAVE_SYS_PARAM_H 1
16837| #define HAVE_SYS_POLL_H 1
16838| #define HAVE_SYS_SELECT_H 1
16839| #define HAVE_SYS_SOCKET_H 1
16840| #define HAVE_SYS_STATVFS_H 1
16841| #define HAVE_SYS_STAT_H 1
16842| #define HAVE_SYS_TIME_H 1
16843| #define HAVE_SYS_TIMES_H 1
16844| #define HAVE_SYS_TYPES_H 1
16845| #define HAVE_SYS_UN_H 1
16846| #define HAVE_SYS_UTSNAME_H 1
16847| #define HAVE_SYS_WAIT_H 1
16848| #define HAVE_SYS_RESOURCE_H 1
16849| #define HAVE_SYSEXITS_H 1
16850| #define HAVE_DIRENT_H 1
16851| #define HAVE_TERM_H 1
16852| #define HAVE_MAKEDEV 1
16853| #define _LARGEFILE_SOURCE 1
16854| #define _FILE_OFFSET_BITS 64
16855| #if defined(SCO_DS)
16856| #undef _OFF_T
16857| #endif
16858| #define RETSIGTYPE void
16859| #define HAVE_SSIZE_T 1
16860| #define SIZEOF_INT 4
16861| #define SIZEOF_LONG 4
16862| #define SIZEOF_VOID_P 4
16863| #define SIZEOF_SHORT 2
16864| #define SIZEOF_FLOAT 4
16865| #define SIZEOF_DOUBLE 8
16866| #define SIZEOF_FPOS_T 8
16867| #define SIZEOF_SIZE_T 4
16868| #define HAVE_LONG_LONG 1
16869| #define SIZEOF_LONG_LONG 8
16870| #define HAVE_UINTPTR_T 1
16871| #define SIZEOF_UINTPTR_T 4
16872| #define SIZEOF_OFF_T 8
16873| #define HAVE_LARGEFILE_SUPPORT 1
16874| #define SIZEOF_TIME_T 4
16875| #define SIZEOF_PTHREAD_T 4
16876| #define USE_TOOLBOX_OBJECT_GLUE 1
16877| #define WITH_NEXT_FRAMEWORK 1
16878| #define WITH_DYLD 1
16879| #define SHLIB_EXT ".so"
16880| #define WITH_THREAD 1
16881| #define _REENTRANT 1
16882| #define WITH_DOC_STRINGS 1
16883| #define WITH_PYMALLOC 1
16884| #define HAVE_CHROOT 1
16885| #define HAVE_LINK 1
16886| #define HAVE_SYMLINK 1
16887| #define HAVE_FCHDIR 1
16888| #define HAVE_FSYNC 1
16889| #define HAVE_CTERMID_R 1
16890| #define HAVE_FLOCK 1
16891| #define HAVE_GETPAGESIZE 1
16892| #define HAVE_INET_PTON 1
16893| #define HAVE_SETGROUPS 1
16894| /* end confdefs.h.  */
16895| /* Define getcwd to an innocuous variant, in case <limits.h> declares getcwd.
16896|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16897| #define getcwd innocuous_getcwd
16898|
16899| /* System header to define __stub macros and hopefully few prototypes,
16900|     which can conflict with char getcwd (); below.
16901|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16902|     <limits.h> exists even on freestanding compilers.  */
16903|
16904| #ifdef __STDC__
16905| # include <limits.h>
16906| #else
16907| # include <assert.h>
16908| #endif
16909|
16910| #undef getcwd
16911|
16912| /* Override any GCC internal prototype to avoid an error.
16913|    Use char because int might match the return type of a GCC
16914|    builtin and then its argument prototype would still apply.  */
16915| #ifdef __cplusplus
16916| extern "C"
16917| #endif
16918| char getcwd ();
16919| /* The GNU C library defines this for functions which it implements
16920|     to always fail with ENOSYS.  Some functions are actually named
16921|     something starting with __ and the normal name is an alias.  */
16922| #if defined __stub_getcwd || defined __stub___getcwd
16923| choke me
16924| #endif
16925|
16926| int
16927| main ()
16928| {
16929| return getcwd ();
16930|   ;
16931|   return 0;
16932| }
16933configure:16461: result: no
16934configure:16381: checking for strdup
16935configure:16437: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
16936conftest.c:116: warning: conflicting types for built-in function 'strdup'
16937conftest.c:116: warning: conflicting types for built-in function 'strdup'
16938ld: library not found for -lcrt1.10.5.o
16939collect2: ld returned 1 exit status
16940ld: library not found for -lcrt1.10.5.o
16941collect2: ld returned 1 exit status
16942lipo: can't open input file: /var/tmp//ccgPlNu6.out (No such file or directory)
16943configure:16443: $? = 1
16944configure: failed program was:
16945| /* confdefs.h.  */
16946| #define _GNU_SOURCE 1
16947| #define _NETBSD_SOURCE 1
16948| #define __BSD_VISIBLE 1
16949| #define _BSD_TYPES 1
16950| #define Py_ENABLE_SHARED 1
16951| #define STDC_HEADERS 1
16952| #define HAVE_SYS_TYPES_H 1
16953| #define HAVE_SYS_STAT_H 1
16954| #define HAVE_STDLIB_H 1
16955| #define HAVE_STRING_H 1
16956| #define HAVE_MEMORY_H 1
16957| #define HAVE_STRINGS_H 1
16958| #define HAVE_INTTYPES_H 1
16959| #define HAVE_STDINT_H 1
16960| #define HAVE_UNISTD_H 1
16961| #define HAVE_CURSES_H 1
16962| #define HAVE_DLFCN_H 1
16963| #define HAVE_ERRNO_H 1
16964| #define HAVE_FCNTL_H 1
16965| #define HAVE_GRP_H 1
16966| #define HAVE_LANGINFO_H 1
16967| #define HAVE_LIBINTL_H 1
16968| #define HAVE_NCURSES_H 1
16969| #define HAVE_POLL_H 1
16970| #define HAVE_PTHREAD_H 1
16971| #define HAVE_SIGNAL_H 1
16972| #define HAVE_STDINT_H 1
16973| #define HAVE_TERMIOS_H 1
16974| #define HAVE_UNISTD_H 1
16975| #define HAVE_UTIME_H 1
16976| #define HAVE_SYS_FILE_H 1
16977| #define HAVE_SYS_LOCK_H 1
16978| #define HAVE_SYS_PARAM_H 1
16979| #define HAVE_SYS_POLL_H 1
16980| #define HAVE_SYS_SELECT_H 1
16981| #define HAVE_SYS_SOCKET_H 1
16982| #define HAVE_SYS_STATVFS_H 1
16983| #define HAVE_SYS_STAT_H 1
16984| #define HAVE_SYS_TIME_H 1
16985| #define HAVE_SYS_TIMES_H 1
16986| #define HAVE_SYS_TYPES_H 1
16987| #define HAVE_SYS_UN_H 1
16988| #define HAVE_SYS_UTSNAME_H 1
16989| #define HAVE_SYS_WAIT_H 1
16990| #define HAVE_SYS_RESOURCE_H 1
16991| #define HAVE_SYSEXITS_H 1
16992| #define HAVE_DIRENT_H 1
16993| #define HAVE_TERM_H 1
16994| #define HAVE_MAKEDEV 1
16995| #define _LARGEFILE_SOURCE 1
16996| #define _FILE_OFFSET_BITS 64
16997| #if defined(SCO_DS)
16998| #undef _OFF_T
16999| #endif
17000| #define RETSIGTYPE void
17001| #define HAVE_SSIZE_T 1
17002| #define SIZEOF_INT 4
17003| #define SIZEOF_LONG 4
17004| #define SIZEOF_VOID_P 4
17005| #define SIZEOF_SHORT 2
17006| #define SIZEOF_FLOAT 4
17007| #define SIZEOF_DOUBLE 8
17008| #define SIZEOF_FPOS_T 8
17009| #define SIZEOF_SIZE_T 4
17010| #define HAVE_LONG_LONG 1
17011| #define SIZEOF_LONG_LONG 8
17012| #define HAVE_UINTPTR_T 1
17013| #define SIZEOF_UINTPTR_T 4
17014| #define SIZEOF_OFF_T 8
17015| #define HAVE_LARGEFILE_SUPPORT 1
17016| #define SIZEOF_TIME_T 4
17017| #define SIZEOF_PTHREAD_T 4
17018| #define USE_TOOLBOX_OBJECT_GLUE 1
17019| #define WITH_NEXT_FRAMEWORK 1
17020| #define WITH_DYLD 1
17021| #define SHLIB_EXT ".so"
17022| #define WITH_THREAD 1
17023| #define _REENTRANT 1
17024| #define WITH_DOC_STRINGS 1
17025| #define WITH_PYMALLOC 1
17026| #define HAVE_CHROOT 1
17027| #define HAVE_LINK 1
17028| #define HAVE_SYMLINK 1
17029| #define HAVE_FCHDIR 1
17030| #define HAVE_FSYNC 1
17031| #define HAVE_CTERMID_R 1
17032| #define HAVE_FLOCK 1
17033| #define HAVE_GETPAGESIZE 1
17034| #define HAVE_INET_PTON 1
17035| #define HAVE_SETGROUPS 1
17036| /* end confdefs.h.  */
17037| /* Define strdup to an innocuous variant, in case <limits.h> declares strdup.
17038|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17039| #define strdup innocuous_strdup
17040|
17041| /* System header to define __stub macros and hopefully few prototypes,
17042|     which can conflict with char strdup (); below.
17043|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17044|     <limits.h> exists even on freestanding compilers.  */
17045|
17046| #ifdef __STDC__
17047| # include <limits.h>
17048| #else
17049| # include <assert.h>
17050| #endif
17051|
17052| #undef strdup
17053|
17054| /* Override any GCC internal prototype to avoid an error.
17055|    Use char because int might match the return type of a GCC
17056|    builtin and then its argument prototype would still apply.  */
17057| #ifdef __cplusplus
17058| extern "C"
17059| #endif
17060| char strdup ();
17061| /* The GNU C library defines this for functions which it implements
17062|     to always fail with ENOSYS.  Some functions are actually named
17063|     something starting with __ and the normal name is an alias.  */
17064| #if defined __stub_strdup || defined __stub___strdup
17065| choke me
17066| #endif
17067|
17068| int
17069| main ()
17070| {
17071| return strdup ();
17072|   ;
17073|   return 0;
17074| }
17075configure:16461: result: no
17076configure:16381: checking for strerror
17077configure:16437: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17078ld: library not found for -lcrt1.10.5.o
17079collect2: ld returned 1 exit status
17080ld: library not found for -lcrt1.10.5.o
17081collect2: ld returned 1 exit status
17082lipo: can't open input file: /var/tmp//ccp5tx2Z.out (No such file or directory)
17083configure:16443: $? = 1
17084configure: failed program was:
17085| /* confdefs.h.  */
17086| #define _GNU_SOURCE 1
17087| #define _NETBSD_SOURCE 1
17088| #define __BSD_VISIBLE 1
17089| #define _BSD_TYPES 1
17090| #define Py_ENABLE_SHARED 1
17091| #define STDC_HEADERS 1
17092| #define HAVE_SYS_TYPES_H 1
17093| #define HAVE_SYS_STAT_H 1
17094| #define HAVE_STDLIB_H 1
17095| #define HAVE_STRING_H 1
17096| #define HAVE_MEMORY_H 1
17097| #define HAVE_STRINGS_H 1
17098| #define HAVE_INTTYPES_H 1
17099| #define HAVE_STDINT_H 1
17100| #define HAVE_UNISTD_H 1
17101| #define HAVE_CURSES_H 1
17102| #define HAVE_DLFCN_H 1
17103| #define HAVE_ERRNO_H 1
17104| #define HAVE_FCNTL_H 1
17105| #define HAVE_GRP_H 1
17106| #define HAVE_LANGINFO_H 1
17107| #define HAVE_LIBINTL_H 1
17108| #define HAVE_NCURSES_H 1
17109| #define HAVE_POLL_H 1
17110| #define HAVE_PTHREAD_H 1
17111| #define HAVE_SIGNAL_H 1
17112| #define HAVE_STDINT_H 1
17113| #define HAVE_TERMIOS_H 1
17114| #define HAVE_UNISTD_H 1
17115| #define HAVE_UTIME_H 1
17116| #define HAVE_SYS_FILE_H 1
17117| #define HAVE_SYS_LOCK_H 1
17118| #define HAVE_SYS_PARAM_H 1
17119| #define HAVE_SYS_POLL_H 1
17120| #define HAVE_SYS_SELECT_H 1
17121| #define HAVE_SYS_SOCKET_H 1
17122| #define HAVE_SYS_STATVFS_H 1
17123| #define HAVE_SYS_STAT_H 1
17124| #define HAVE_SYS_TIME_H 1
17125| #define HAVE_SYS_TIMES_H 1
17126| #define HAVE_SYS_TYPES_H 1
17127| #define HAVE_SYS_UN_H 1
17128| #define HAVE_SYS_UTSNAME_H 1
17129| #define HAVE_SYS_WAIT_H 1
17130| #define HAVE_SYS_RESOURCE_H 1
17131| #define HAVE_SYSEXITS_H 1
17132| #define HAVE_DIRENT_H 1
17133| #define HAVE_TERM_H 1
17134| #define HAVE_MAKEDEV 1
17135| #define _LARGEFILE_SOURCE 1
17136| #define _FILE_OFFSET_BITS 64
17137| #if defined(SCO_DS)
17138| #undef _OFF_T
17139| #endif
17140| #define RETSIGTYPE void
17141| #define HAVE_SSIZE_T 1
17142| #define SIZEOF_INT 4
17143| #define SIZEOF_LONG 4
17144| #define SIZEOF_VOID_P 4
17145| #define SIZEOF_SHORT 2
17146| #define SIZEOF_FLOAT 4
17147| #define SIZEOF_DOUBLE 8
17148| #define SIZEOF_FPOS_T 8
17149| #define SIZEOF_SIZE_T 4
17150| #define HAVE_LONG_LONG 1
17151| #define SIZEOF_LONG_LONG 8
17152| #define HAVE_UINTPTR_T 1
17153| #define SIZEOF_UINTPTR_T 4
17154| #define SIZEOF_OFF_T 8
17155| #define HAVE_LARGEFILE_SUPPORT 1
17156| #define SIZEOF_TIME_T 4
17157| #define SIZEOF_PTHREAD_T 4
17158| #define USE_TOOLBOX_OBJECT_GLUE 1
17159| #define WITH_NEXT_FRAMEWORK 1
17160| #define WITH_DYLD 1
17161| #define SHLIB_EXT ".so"
17162| #define WITH_THREAD 1
17163| #define _REENTRANT 1
17164| #define WITH_DOC_STRINGS 1
17165| #define WITH_PYMALLOC 1
17166| #define HAVE_CHROOT 1
17167| #define HAVE_LINK 1
17168| #define HAVE_SYMLINK 1
17169| #define HAVE_FCHDIR 1
17170| #define HAVE_FSYNC 1
17171| #define HAVE_CTERMID_R 1
17172| #define HAVE_FLOCK 1
17173| #define HAVE_GETPAGESIZE 1
17174| #define HAVE_INET_PTON 1
17175| #define HAVE_SETGROUPS 1
17176| /* end confdefs.h.  */
17177| /* Define strerror to an innocuous variant, in case <limits.h> declares strerror.
17178|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17179| #define strerror innocuous_strerror
17180|
17181| /* System header to define __stub macros and hopefully few prototypes,
17182|     which can conflict with char strerror (); below.
17183|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17184|     <limits.h> exists even on freestanding compilers.  */
17185|
17186| #ifdef __STDC__
17187| # include <limits.h>
17188| #else
17189| # include <assert.h>
17190| #endif
17191|
17192| #undef strerror
17193|
17194| /* Override any GCC internal prototype to avoid an error.
17195|    Use char because int might match the return type of a GCC
17196|    builtin and then its argument prototype would still apply.  */
17197| #ifdef __cplusplus
17198| extern "C"
17199| #endif
17200| char strerror ();
17201| /* The GNU C library defines this for functions which it implements
17202|     to always fail with ENOSYS.  Some functions are actually named
17203|     something starting with __ and the normal name is an alias.  */
17204| #if defined __stub_strerror || defined __stub___strerror
17205| choke me
17206| #endif
17207|
17208| int
17209| main ()
17210| {
17211| return strerror ();
17212|   ;
17213|   return 0;
17214| }
17215configure:16461: result: no
17216configure:16381: checking for memmove
17217configure:16437: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17218conftest.c:116: warning: conflicting types for built-in function 'memmove'
17219conftest.c:116: warning: conflicting types for built-in function 'memmove'
17220ld: library not found for -lcrt1.10.5.o
17221collect2: ld returned 1 exit status
17222ld: library not found for -lcrt1.10.5.o
17223collect2: ld returned 1 exit status
17224lipo: can't open input file: /var/tmp//ccGPtHFE.out (No such file or directory)
17225configure:16443: $? = 1
17226configure: failed program was:
17227| /* confdefs.h.  */
17228| #define _GNU_SOURCE 1
17229| #define _NETBSD_SOURCE 1
17230| #define __BSD_VISIBLE 1
17231| #define _BSD_TYPES 1
17232| #define Py_ENABLE_SHARED 1
17233| #define STDC_HEADERS 1
17234| #define HAVE_SYS_TYPES_H 1
17235| #define HAVE_SYS_STAT_H 1
17236| #define HAVE_STDLIB_H 1
17237| #define HAVE_STRING_H 1
17238| #define HAVE_MEMORY_H 1
17239| #define HAVE_STRINGS_H 1
17240| #define HAVE_INTTYPES_H 1
17241| #define HAVE_STDINT_H 1
17242| #define HAVE_UNISTD_H 1
17243| #define HAVE_CURSES_H 1
17244| #define HAVE_DLFCN_H 1
17245| #define HAVE_ERRNO_H 1
17246| #define HAVE_FCNTL_H 1
17247| #define HAVE_GRP_H 1
17248| #define HAVE_LANGINFO_H 1
17249| #define HAVE_LIBINTL_H 1
17250| #define HAVE_NCURSES_H 1
17251| #define HAVE_POLL_H 1
17252| #define HAVE_PTHREAD_H 1
17253| #define HAVE_SIGNAL_H 1
17254| #define HAVE_STDINT_H 1
17255| #define HAVE_TERMIOS_H 1
17256| #define HAVE_UNISTD_H 1
17257| #define HAVE_UTIME_H 1
17258| #define HAVE_SYS_FILE_H 1
17259| #define HAVE_SYS_LOCK_H 1
17260| #define HAVE_SYS_PARAM_H 1
17261| #define HAVE_SYS_POLL_H 1
17262| #define HAVE_SYS_SELECT_H 1
17263| #define HAVE_SYS_SOCKET_H 1
17264| #define HAVE_SYS_STATVFS_H 1
17265| #define HAVE_SYS_STAT_H 1
17266| #define HAVE_SYS_TIME_H 1
17267| #define HAVE_SYS_TIMES_H 1
17268| #define HAVE_SYS_TYPES_H 1
17269| #define HAVE_SYS_UN_H 1
17270| #define HAVE_SYS_UTSNAME_H 1
17271| #define HAVE_SYS_WAIT_H 1
17272| #define HAVE_SYS_RESOURCE_H 1
17273| #define HAVE_SYSEXITS_H 1
17274| #define HAVE_DIRENT_H 1
17275| #define HAVE_TERM_H 1
17276| #define HAVE_MAKEDEV 1
17277| #define _LARGEFILE_SOURCE 1
17278| #define _FILE_OFFSET_BITS 64
17279| #if defined(SCO_DS)
17280| #undef _OFF_T
17281| #endif
17282| #define RETSIGTYPE void
17283| #define HAVE_SSIZE_T 1
17284| #define SIZEOF_INT 4
17285| #define SIZEOF_LONG 4
17286| #define SIZEOF_VOID_P 4
17287| #define SIZEOF_SHORT 2
17288| #define SIZEOF_FLOAT 4
17289| #define SIZEOF_DOUBLE 8
17290| #define SIZEOF_FPOS_T 8
17291| #define SIZEOF_SIZE_T 4
17292| #define HAVE_LONG_LONG 1
17293| #define SIZEOF_LONG_LONG 8
17294| #define HAVE_UINTPTR_T 1
17295| #define SIZEOF_UINTPTR_T 4
17296| #define SIZEOF_OFF_T 8
17297| #define HAVE_LARGEFILE_SUPPORT 1
17298| #define SIZEOF_TIME_T 4
17299| #define SIZEOF_PTHREAD_T 4
17300| #define USE_TOOLBOX_OBJECT_GLUE 1
17301| #define WITH_NEXT_FRAMEWORK 1
17302| #define WITH_DYLD 1
17303| #define SHLIB_EXT ".so"
17304| #define WITH_THREAD 1
17305| #define _REENTRANT 1
17306| #define WITH_DOC_STRINGS 1
17307| #define WITH_PYMALLOC 1
17308| #define HAVE_CHROOT 1
17309| #define HAVE_LINK 1
17310| #define HAVE_SYMLINK 1
17311| #define HAVE_FCHDIR 1
17312| #define HAVE_FSYNC 1
17313| #define HAVE_CTERMID_R 1
17314| #define HAVE_FLOCK 1
17315| #define HAVE_GETPAGESIZE 1
17316| #define HAVE_INET_PTON 1
17317| #define HAVE_SETGROUPS 1
17318| /* end confdefs.h.  */
17319| /* Define memmove to an innocuous variant, in case <limits.h> declares memmove.
17320|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17321| #define memmove innocuous_memmove
17322|
17323| /* System header to define __stub macros and hopefully few prototypes,
17324|     which can conflict with char memmove (); below.
17325|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17326|     <limits.h> exists even on freestanding compilers.  */
17327|
17328| #ifdef __STDC__
17329| # include <limits.h>
17330| #else
17331| # include <assert.h>
17332| #endif
17333|
17334| #undef memmove
17335|
17336| /* Override any GCC internal prototype to avoid an error.
17337|    Use char because int might match the return type of a GCC
17338|    builtin and then its argument prototype would still apply.  */
17339| #ifdef __cplusplus
17340| extern "C"
17341| #endif
17342| char memmove ();
17343| /* The GNU C library defines this for functions which it implements
17344|     to always fail with ENOSYS.  Some functions are actually named
17345|     something starting with __ and the normal name is an alias.  */
17346| #if defined __stub_memmove || defined __stub___memmove
17347| choke me
17348| #endif
17349|
17350| int
17351| main ()
17352| {
17353| return memmove ();
17354|   ;
17355|   return 0;
17356| }
17357configure:16461: result: no
17358configure:16483: checking for getpgrp
17359configure:16539: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17360ld: library not found for -lcrt1.10.5.o
17361collect2: ld returned 1 exit status
17362ld: library not found for -lcrt1.10.5.o
17363collect2: ld returned 1 exit status
17364lipo: can't open input file: /var/tmp//cc1Q0Dor.out (No such file or directory)
17365configure:16545: $? = 1
17366configure: failed program was:
17367| /* confdefs.h.  */
17368| #define _GNU_SOURCE 1
17369| #define _NETBSD_SOURCE 1
17370| #define __BSD_VISIBLE 1
17371| #define _BSD_TYPES 1
17372| #define Py_ENABLE_SHARED 1
17373| #define STDC_HEADERS 1
17374| #define HAVE_SYS_TYPES_H 1
17375| #define HAVE_SYS_STAT_H 1
17376| #define HAVE_STDLIB_H 1
17377| #define HAVE_STRING_H 1
17378| #define HAVE_MEMORY_H 1
17379| #define HAVE_STRINGS_H 1
17380| #define HAVE_INTTYPES_H 1
17381| #define HAVE_STDINT_H 1
17382| #define HAVE_UNISTD_H 1
17383| #define HAVE_CURSES_H 1
17384| #define HAVE_DLFCN_H 1
17385| #define HAVE_ERRNO_H 1
17386| #define HAVE_FCNTL_H 1
17387| #define HAVE_GRP_H 1
17388| #define HAVE_LANGINFO_H 1
17389| #define HAVE_LIBINTL_H 1
17390| #define HAVE_NCURSES_H 1
17391| #define HAVE_POLL_H 1
17392| #define HAVE_PTHREAD_H 1
17393| #define HAVE_SIGNAL_H 1
17394| #define HAVE_STDINT_H 1
17395| #define HAVE_TERMIOS_H 1
17396| #define HAVE_UNISTD_H 1
17397| #define HAVE_UTIME_H 1
17398| #define HAVE_SYS_FILE_H 1
17399| #define HAVE_SYS_LOCK_H 1
17400| #define HAVE_SYS_PARAM_H 1
17401| #define HAVE_SYS_POLL_H 1
17402| #define HAVE_SYS_SELECT_H 1
17403| #define HAVE_SYS_SOCKET_H 1
17404| #define HAVE_SYS_STATVFS_H 1
17405| #define HAVE_SYS_STAT_H 1
17406| #define HAVE_SYS_TIME_H 1
17407| #define HAVE_SYS_TIMES_H 1
17408| #define HAVE_SYS_TYPES_H 1
17409| #define HAVE_SYS_UN_H 1
17410| #define HAVE_SYS_UTSNAME_H 1
17411| #define HAVE_SYS_WAIT_H 1
17412| #define HAVE_SYS_RESOURCE_H 1
17413| #define HAVE_SYSEXITS_H 1
17414| #define HAVE_DIRENT_H 1
17415| #define HAVE_TERM_H 1
17416| #define HAVE_MAKEDEV 1
17417| #define _LARGEFILE_SOURCE 1
17418| #define _FILE_OFFSET_BITS 64
17419| #if defined(SCO_DS)
17420| #undef _OFF_T
17421| #endif
17422| #define RETSIGTYPE void
17423| #define HAVE_SSIZE_T 1
17424| #define SIZEOF_INT 4
17425| #define SIZEOF_LONG 4
17426| #define SIZEOF_VOID_P 4
17427| #define SIZEOF_SHORT 2
17428| #define SIZEOF_FLOAT 4
17429| #define SIZEOF_DOUBLE 8
17430| #define SIZEOF_FPOS_T 8
17431| #define SIZEOF_SIZE_T 4
17432| #define HAVE_LONG_LONG 1
17433| #define SIZEOF_LONG_LONG 8
17434| #define HAVE_UINTPTR_T 1
17435| #define SIZEOF_UINTPTR_T 4
17436| #define SIZEOF_OFF_T 8
17437| #define HAVE_LARGEFILE_SUPPORT 1
17438| #define SIZEOF_TIME_T 4
17439| #define SIZEOF_PTHREAD_T 4
17440| #define USE_TOOLBOX_OBJECT_GLUE 1
17441| #define WITH_NEXT_FRAMEWORK 1
17442| #define WITH_DYLD 1
17443| #define SHLIB_EXT ".so"
17444| #define WITH_THREAD 1
17445| #define _REENTRANT 1
17446| #define WITH_DOC_STRINGS 1
17447| #define WITH_PYMALLOC 1
17448| #define HAVE_CHROOT 1
17449| #define HAVE_LINK 1
17450| #define HAVE_SYMLINK 1
17451| #define HAVE_FCHDIR 1
17452| #define HAVE_FSYNC 1
17453| #define HAVE_CTERMID_R 1
17454| #define HAVE_FLOCK 1
17455| #define HAVE_GETPAGESIZE 1
17456| #define HAVE_INET_PTON 1
17457| #define HAVE_SETGROUPS 1
17458| /* end confdefs.h.  */
17459| /* Define getpgrp to an innocuous variant, in case <limits.h> declares getpgrp.
17460|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17461| #define getpgrp innocuous_getpgrp
17462|
17463| /* System header to define __stub macros and hopefully few prototypes,
17464|     which can conflict with char getpgrp (); below.
17465|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17466|     <limits.h> exists even on freestanding compilers.  */
17467|
17468| #ifdef __STDC__
17469| # include <limits.h>
17470| #else
17471| # include <assert.h>
17472| #endif
17473|
17474| #undef getpgrp
17475|
17476| /* Override any GCC internal prototype to avoid an error.
17477|    Use char because int might match the return type of a GCC
17478|    builtin and then its argument prototype would still apply.  */
17479| #ifdef __cplusplus
17480| extern "C"
17481| #endif
17482| char getpgrp ();
17483| /* The GNU C library defines this for functions which it implements
17484|     to always fail with ENOSYS.  Some functions are actually named
17485|     something starting with __ and the normal name is an alias.  */
17486| #if defined __stub_getpgrp || defined __stub___getpgrp
17487| choke me
17488| #endif
17489|
17490| int
17491| main ()
17492| {
17493| return getpgrp ();
17494|   ;
17495|   return 0;
17496| }
17497configure:16563: result: no
17498configure:16623: checking for setpgrp
17499configure:16703: result: no
17500configure:16763: checking for gettimeofday
17501configure:16819: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17502ld: library not found for -lcrt1.10.5.o
17503collect2: ld returned 1 exit status
17504ld: library not found for -lcrt1.10.5.o
17505collect2: ld returned 1 exit status
17506lipo: can't open input file: /var/tmp//ccKSTxKj.out (No such file or directory)
17507configure:16825: $? = 1
17508configure: failed program was:
17509| /* confdefs.h.  */
17510| #define _GNU_SOURCE 1
17511| #define _NETBSD_SOURCE 1
17512| #define __BSD_VISIBLE 1
17513| #define _BSD_TYPES 1
17514| #define Py_ENABLE_SHARED 1
17515| #define STDC_HEADERS 1
17516| #define HAVE_SYS_TYPES_H 1
17517| #define HAVE_SYS_STAT_H 1
17518| #define HAVE_STDLIB_H 1
17519| #define HAVE_STRING_H 1
17520| #define HAVE_MEMORY_H 1
17521| #define HAVE_STRINGS_H 1
17522| #define HAVE_INTTYPES_H 1
17523| #define HAVE_STDINT_H 1
17524| #define HAVE_UNISTD_H 1
17525| #define HAVE_CURSES_H 1
17526| #define HAVE_DLFCN_H 1
17527| #define HAVE_ERRNO_H 1
17528| #define HAVE_FCNTL_H 1
17529| #define HAVE_GRP_H 1
17530| #define HAVE_LANGINFO_H 1
17531| #define HAVE_LIBINTL_H 1
17532| #define HAVE_NCURSES_H 1
17533| #define HAVE_POLL_H 1
17534| #define HAVE_PTHREAD_H 1
17535| #define HAVE_SIGNAL_H 1
17536| #define HAVE_STDINT_H 1
17537| #define HAVE_TERMIOS_H 1
17538| #define HAVE_UNISTD_H 1
17539| #define HAVE_UTIME_H 1
17540| #define HAVE_SYS_FILE_H 1
17541| #define HAVE_SYS_LOCK_H 1
17542| #define HAVE_SYS_PARAM_H 1
17543| #define HAVE_SYS_POLL_H 1
17544| #define HAVE_SYS_SELECT_H 1
17545| #define HAVE_SYS_SOCKET_H 1
17546| #define HAVE_SYS_STATVFS_H 1
17547| #define HAVE_SYS_STAT_H 1
17548| #define HAVE_SYS_TIME_H 1
17549| #define HAVE_SYS_TIMES_H 1
17550| #define HAVE_SYS_TYPES_H 1
17551| #define HAVE_SYS_UN_H 1
17552| #define HAVE_SYS_UTSNAME_H 1
17553| #define HAVE_SYS_WAIT_H 1
17554| #define HAVE_SYS_RESOURCE_H 1
17555| #define HAVE_SYSEXITS_H 1
17556| #define HAVE_DIRENT_H 1
17557| #define HAVE_TERM_H 1
17558| #define HAVE_MAKEDEV 1
17559| #define _LARGEFILE_SOURCE 1
17560| #define _FILE_OFFSET_BITS 64
17561| #if defined(SCO_DS)
17562| #undef _OFF_T
17563| #endif
17564| #define RETSIGTYPE void
17565| #define HAVE_SSIZE_T 1
17566| #define SIZEOF_INT 4
17567| #define SIZEOF_LONG 4
17568| #define SIZEOF_VOID_P 4
17569| #define SIZEOF_SHORT 2
17570| #define SIZEOF_FLOAT 4
17571| #define SIZEOF_DOUBLE 8
17572| #define SIZEOF_FPOS_T 8
17573| #define SIZEOF_SIZE_T 4
17574| #define HAVE_LONG_LONG 1
17575| #define SIZEOF_LONG_LONG 8
17576| #define HAVE_UINTPTR_T 1
17577| #define SIZEOF_UINTPTR_T 4
17578| #define SIZEOF_OFF_T 8
17579| #define HAVE_LARGEFILE_SUPPORT 1
17580| #define SIZEOF_TIME_T 4
17581| #define SIZEOF_PTHREAD_T 4
17582| #define USE_TOOLBOX_OBJECT_GLUE 1
17583| #define WITH_NEXT_FRAMEWORK 1
17584| #define WITH_DYLD 1
17585| #define SHLIB_EXT ".so"
17586| #define WITH_THREAD 1
17587| #define _REENTRANT 1
17588| #define WITH_DOC_STRINGS 1
17589| #define WITH_PYMALLOC 1
17590| #define HAVE_CHROOT 1
17591| #define HAVE_LINK 1
17592| #define HAVE_SYMLINK 1
17593| #define HAVE_FCHDIR 1
17594| #define HAVE_FSYNC 1
17595| #define HAVE_CTERMID_R 1
17596| #define HAVE_FLOCK 1
17597| #define HAVE_GETPAGESIZE 1
17598| #define HAVE_INET_PTON 1
17599| #define HAVE_SETGROUPS 1
17600| /* end confdefs.h.  */
17601| /* Define gettimeofday to an innocuous variant, in case <limits.h> declares gettimeofday.
17602|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17603| #define gettimeofday innocuous_gettimeofday
17604|
17605| /* System header to define __stub macros and hopefully few prototypes,
17606|     which can conflict with char gettimeofday (); below.
17607|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17608|     <limits.h> exists even on freestanding compilers.  */
17609|
17610| #ifdef __STDC__
17611| # include <limits.h>
17612| #else
17613| # include <assert.h>
17614| #endif
17615|
17616| #undef gettimeofday
17617|
17618| /* Override any GCC internal prototype to avoid an error.
17619|    Use char because int might match the return type of a GCC
17620|    builtin and then its argument prototype would still apply.  */
17621| #ifdef __cplusplus
17622| extern "C"
17623| #endif
17624| char gettimeofday ();
17625| /* The GNU C library defines this for functions which it implements
17626|     to always fail with ENOSYS.  Some functions are actually named
17627|     something starting with __ and the normal name is an alias.  */
17628| #if defined __stub_gettimeofday || defined __stub___gettimeofday
17629| choke me
17630| #endif
17631|
17632| int
17633| main ()
17634| {
17635| return gettimeofday ();
17636|   ;
17637|   return 0;
17638| }
17639configure:16843: result: no
17640configure:16900: checking for major
17641configure:16933: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17642ld: library not found for -lcrt1.10.5.o
17643collect2: ld returned 1 exit status
17644ld: library not found for -lcrt1.10.5.o
17645collect2: ld returned 1 exit status
17646lipo: can't open input file: /var/tmp//cc3RZ6h7.out (No such file or directory)
17647configure:16939: $? = 1
17648configure: failed program was:
17649| /* confdefs.h.  */
17650| #define _GNU_SOURCE 1
17651| #define _NETBSD_SOURCE 1
17652| #define __BSD_VISIBLE 1
17653| #define _BSD_TYPES 1
17654| #define Py_ENABLE_SHARED 1
17655| #define STDC_HEADERS 1
17656| #define HAVE_SYS_TYPES_H 1
17657| #define HAVE_SYS_STAT_H 1
17658| #define HAVE_STDLIB_H 1
17659| #define HAVE_STRING_H 1
17660| #define HAVE_MEMORY_H 1
17661| #define HAVE_STRINGS_H 1
17662| #define HAVE_INTTYPES_H 1
17663| #define HAVE_STDINT_H 1
17664| #define HAVE_UNISTD_H 1
17665| #define HAVE_CURSES_H 1
17666| #define HAVE_DLFCN_H 1
17667| #define HAVE_ERRNO_H 1
17668| #define HAVE_FCNTL_H 1
17669| #define HAVE_GRP_H 1
17670| #define HAVE_LANGINFO_H 1
17671| #define HAVE_LIBINTL_H 1
17672| #define HAVE_NCURSES_H 1
17673| #define HAVE_POLL_H 1
17674| #define HAVE_PTHREAD_H 1
17675| #define HAVE_SIGNAL_H 1
17676| #define HAVE_STDINT_H 1
17677| #define HAVE_TERMIOS_H 1
17678| #define HAVE_UNISTD_H 1
17679| #define HAVE_UTIME_H 1
17680| #define HAVE_SYS_FILE_H 1
17681| #define HAVE_SYS_LOCK_H 1
17682| #define HAVE_SYS_PARAM_H 1
17683| #define HAVE_SYS_POLL_H 1
17684| #define HAVE_SYS_SELECT_H 1
17685| #define HAVE_SYS_SOCKET_H 1
17686| #define HAVE_SYS_STATVFS_H 1
17687| #define HAVE_SYS_STAT_H 1
17688| #define HAVE_SYS_TIME_H 1
17689| #define HAVE_SYS_TIMES_H 1
17690| #define HAVE_SYS_TYPES_H 1
17691| #define HAVE_SYS_UN_H 1
17692| #define HAVE_SYS_UTSNAME_H 1
17693| #define HAVE_SYS_WAIT_H 1
17694| #define HAVE_SYS_RESOURCE_H 1
17695| #define HAVE_SYSEXITS_H 1
17696| #define HAVE_DIRENT_H 1
17697| #define HAVE_TERM_H 1
17698| #define HAVE_MAKEDEV 1
17699| #define _LARGEFILE_SOURCE 1
17700| #define _FILE_OFFSET_BITS 64
17701| #if defined(SCO_DS)
17702| #undef _OFF_T
17703| #endif
17704| #define RETSIGTYPE void
17705| #define HAVE_SSIZE_T 1
17706| #define SIZEOF_INT 4
17707| #define SIZEOF_LONG 4
17708| #define SIZEOF_VOID_P 4
17709| #define SIZEOF_SHORT 2
17710| #define SIZEOF_FLOAT 4
17711| #define SIZEOF_DOUBLE 8
17712| #define SIZEOF_FPOS_T 8
17713| #define SIZEOF_SIZE_T 4
17714| #define HAVE_LONG_LONG 1
17715| #define SIZEOF_LONG_LONG 8
17716| #define HAVE_UINTPTR_T 1
17717| #define SIZEOF_UINTPTR_T 4
17718| #define SIZEOF_OFF_T 8
17719| #define HAVE_LARGEFILE_SUPPORT 1
17720| #define SIZEOF_TIME_T 4
17721| #define SIZEOF_PTHREAD_T 4
17722| #define USE_TOOLBOX_OBJECT_GLUE 1
17723| #define WITH_NEXT_FRAMEWORK 1
17724| #define WITH_DYLD 1
17725| #define SHLIB_EXT ".so"
17726| #define WITH_THREAD 1
17727| #define _REENTRANT 1
17728| #define WITH_DOC_STRINGS 1
17729| #define WITH_PYMALLOC 1
17730| #define HAVE_CHROOT 1
17731| #define HAVE_LINK 1
17732| #define HAVE_SYMLINK 1
17733| #define HAVE_FCHDIR 1
17734| #define HAVE_FSYNC 1
17735| #define HAVE_CTERMID_R 1
17736| #define HAVE_FLOCK 1
17737| #define HAVE_GETPAGESIZE 1
17738| #define HAVE_INET_PTON 1
17739| #define HAVE_SETGROUPS 1
17740| /* end confdefs.h.  */
17741|
17742| #if defined(MAJOR_IN_MKDEV)
17743| #include <sys/mkdev.h>
17744| #elif defined(MAJOR_IN_SYSMACROS)
17745| #include <sys/sysmacros.h>
17746| #else
17747| #include <sys/types.h>
17748| #endif
17749|
17750| int
17751| main ()
17752| {
17753|
17754|   makedev(major(0),minor(0));
17755|
17756|   ;
17757|   return 0;
17758| }
17759configure:16959: result: no
17760configure:16969: checking for getaddrinfo
17761configure:16999: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17762ld: library not found for -lcrt1.10.5.o
17763collect2: ld returned 1 exit status
17764ld: library not found for -lcrt1.10.5.o
17765collect2: ld returned 1 exit status
17766lipo: can't open input file: /var/tmp//ccKSo4yT.out (No such file or directory)
17767configure:17005: $? = 1
17768configure: failed program was:
17769| /* confdefs.h.  */
17770| #define _GNU_SOURCE 1
17771| #define _NETBSD_SOURCE 1
17772| #define __BSD_VISIBLE 1
17773| #define _BSD_TYPES 1
17774| #define Py_ENABLE_SHARED 1
17775| #define STDC_HEADERS 1
17776| #define HAVE_SYS_TYPES_H 1
17777| #define HAVE_SYS_STAT_H 1
17778| #define HAVE_STDLIB_H 1
17779| #define HAVE_STRING_H 1
17780| #define HAVE_MEMORY_H 1
17781| #define HAVE_STRINGS_H 1
17782| #define HAVE_INTTYPES_H 1
17783| #define HAVE_STDINT_H 1
17784| #define HAVE_UNISTD_H 1
17785| #define HAVE_CURSES_H 1
17786| #define HAVE_DLFCN_H 1
17787| #define HAVE_ERRNO_H 1
17788| #define HAVE_FCNTL_H 1
17789| #define HAVE_GRP_H 1
17790| #define HAVE_LANGINFO_H 1
17791| #define HAVE_LIBINTL_H 1
17792| #define HAVE_NCURSES_H 1
17793| #define HAVE_POLL_H 1
17794| #define HAVE_PTHREAD_H 1
17795| #define HAVE_SIGNAL_H 1
17796| #define HAVE_STDINT_H 1
17797| #define HAVE_TERMIOS_H 1
17798| #define HAVE_UNISTD_H 1
17799| #define HAVE_UTIME_H 1
17800| #define HAVE_SYS_FILE_H 1
17801| #define HAVE_SYS_LOCK_H 1
17802| #define HAVE_SYS_PARAM_H 1
17803| #define HAVE_SYS_POLL_H 1
17804| #define HAVE_SYS_SELECT_H 1
17805| #define HAVE_SYS_SOCKET_H 1
17806| #define HAVE_SYS_STATVFS_H 1
17807| #define HAVE_SYS_STAT_H 1
17808| #define HAVE_SYS_TIME_H 1
17809| #define HAVE_SYS_TIMES_H 1
17810| #define HAVE_SYS_TYPES_H 1
17811| #define HAVE_SYS_UN_H 1
17812| #define HAVE_SYS_UTSNAME_H 1
17813| #define HAVE_SYS_WAIT_H 1
17814| #define HAVE_SYS_RESOURCE_H 1
17815| #define HAVE_SYSEXITS_H 1
17816| #define HAVE_DIRENT_H 1
17817| #define HAVE_TERM_H 1
17818| #define HAVE_MAKEDEV 1
17819| #define _LARGEFILE_SOURCE 1
17820| #define _FILE_OFFSET_BITS 64
17821| #if defined(SCO_DS)
17822| #undef _OFF_T
17823| #endif
17824| #define RETSIGTYPE void
17825| #define HAVE_SSIZE_T 1
17826| #define SIZEOF_INT 4
17827| #define SIZEOF_LONG 4
17828| #define SIZEOF_VOID_P 4
17829| #define SIZEOF_SHORT 2
17830| #define SIZEOF_FLOAT 4
17831| #define SIZEOF_DOUBLE 8
17832| #define SIZEOF_FPOS_T 8
17833| #define SIZEOF_SIZE_T 4
17834| #define HAVE_LONG_LONG 1
17835| #define SIZEOF_LONG_LONG 8
17836| #define HAVE_UINTPTR_T 1
17837| #define SIZEOF_UINTPTR_T 4
17838| #define SIZEOF_OFF_T 8
17839| #define HAVE_LARGEFILE_SUPPORT 1
17840| #define SIZEOF_TIME_T 4
17841| #define SIZEOF_PTHREAD_T 4
17842| #define USE_TOOLBOX_OBJECT_GLUE 1
17843| #define WITH_NEXT_FRAMEWORK 1
17844| #define WITH_DYLD 1
17845| #define SHLIB_EXT ".so"
17846| #define WITH_THREAD 1
17847| #define _REENTRANT 1
17848| #define WITH_DOC_STRINGS 1
17849| #define WITH_PYMALLOC 1
17850| #define HAVE_CHROOT 1
17851| #define HAVE_LINK 1
17852| #define HAVE_SYMLINK 1
17853| #define HAVE_FCHDIR 1
17854| #define HAVE_FSYNC 1
17855| #define HAVE_CTERMID_R 1
17856| #define HAVE_FLOCK 1
17857| #define HAVE_GETPAGESIZE 1
17858| #define HAVE_INET_PTON 1
17859| #define HAVE_SETGROUPS 1
17860| /* end confdefs.h.  */
17861|
17862| #include <sys/types.h>
17863| #include <sys/socket.h>
17864| #include <netdb.h>
17865| #include <stdio.h>
17866|
17867| int
17868| main ()
17869| {
17870|
17871| getaddrinfo(NULL, NULL, NULL, NULL);
17872|
17873|   ;
17874|   return 0;
17875| }
17876configure:17157: result: no
17877configure:17183: checking for getnameinfo
17878configure:17239: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
17879ld: library not found for -lcrt1.10.5.o
17880collect2: ld returned 1 exit status
17881ld: library not found for -lcrt1.10.5.o
17882collect2: ld returned 1 exit status
17883lipo: can't open input file: /var/tmp//ccQAFuhK.out (No such file or directory)
17884configure:17245: $? = 1
17885configure: failed program was:
17886| /* confdefs.h.  */
17887| #define _GNU_SOURCE 1
17888| #define _NETBSD_SOURCE 1
17889| #define __BSD_VISIBLE 1
17890| #define _BSD_TYPES 1
17891| #define Py_ENABLE_SHARED 1
17892| #define STDC_HEADERS 1
17893| #define HAVE_SYS_TYPES_H 1
17894| #define HAVE_SYS_STAT_H 1
17895| #define HAVE_STDLIB_H 1
17896| #define HAVE_STRING_H 1
17897| #define HAVE_MEMORY_H 1
17898| #define HAVE_STRINGS_H 1
17899| #define HAVE_INTTYPES_H 1
17900| #define HAVE_STDINT_H 1
17901| #define HAVE_UNISTD_H 1
17902| #define HAVE_CURSES_H 1
17903| #define HAVE_DLFCN_H 1
17904| #define HAVE_ERRNO_H 1
17905| #define HAVE_FCNTL_H 1
17906| #define HAVE_GRP_H 1
17907| #define HAVE_LANGINFO_H 1
17908| #define HAVE_LIBINTL_H 1
17909| #define HAVE_NCURSES_H 1
17910| #define HAVE_POLL_H 1
17911| #define HAVE_PTHREAD_H 1
17912| #define HAVE_SIGNAL_H 1
17913| #define HAVE_STDINT_H 1
17914| #define HAVE_TERMIOS_H 1
17915| #define HAVE_UNISTD_H 1
17916| #define HAVE_UTIME_H 1
17917| #define HAVE_SYS_FILE_H 1
17918| #define HAVE_SYS_LOCK_H 1
17919| #define HAVE_SYS_PARAM_H 1
17920| #define HAVE_SYS_POLL_H 1
17921| #define HAVE_SYS_SELECT_H 1
17922| #define HAVE_SYS_SOCKET_H 1
17923| #define HAVE_SYS_STATVFS_H 1
17924| #define HAVE_SYS_STAT_H 1
17925| #define HAVE_SYS_TIME_H 1
17926| #define HAVE_SYS_TIMES_H 1
17927| #define HAVE_SYS_TYPES_H 1
17928| #define HAVE_SYS_UN_H 1
17929| #define HAVE_SYS_UTSNAME_H 1
17930| #define HAVE_SYS_WAIT_H 1
17931| #define HAVE_SYS_RESOURCE_H 1
17932| #define HAVE_SYSEXITS_H 1
17933| #define HAVE_DIRENT_H 1
17934| #define HAVE_TERM_H 1
17935| #define HAVE_MAKEDEV 1
17936| #define _LARGEFILE_SOURCE 1
17937| #define _FILE_OFFSET_BITS 64
17938| #if defined(SCO_DS)
17939| #undef _OFF_T
17940| #endif
17941| #define RETSIGTYPE void
17942| #define HAVE_SSIZE_T 1
17943| #define SIZEOF_INT 4
17944| #define SIZEOF_LONG 4
17945| #define SIZEOF_VOID_P 4
17946| #define SIZEOF_SHORT 2
17947| #define SIZEOF_FLOAT 4
17948| #define SIZEOF_DOUBLE 8
17949| #define SIZEOF_FPOS_T 8
17950| #define SIZEOF_SIZE_T 4
17951| #define HAVE_LONG_LONG 1
17952| #define SIZEOF_LONG_LONG 8
17953| #define HAVE_UINTPTR_T 1
17954| #define SIZEOF_UINTPTR_T 4
17955| #define SIZEOF_OFF_T 8
17956| #define HAVE_LARGEFILE_SUPPORT 1
17957| #define SIZEOF_TIME_T 4
17958| #define SIZEOF_PTHREAD_T 4
17959| #define USE_TOOLBOX_OBJECT_GLUE 1
17960| #define WITH_NEXT_FRAMEWORK 1
17961| #define WITH_DYLD 1
17962| #define SHLIB_EXT ".so"
17963| #define WITH_THREAD 1
17964| #define _REENTRANT 1
17965| #define WITH_DOC_STRINGS 1
17966| #define WITH_PYMALLOC 1
17967| #define HAVE_CHROOT 1
17968| #define HAVE_LINK 1
17969| #define HAVE_SYMLINK 1
17970| #define HAVE_FCHDIR 1
17971| #define HAVE_FSYNC 1
17972| #define HAVE_CTERMID_R 1
17973| #define HAVE_FLOCK 1
17974| #define HAVE_GETPAGESIZE 1
17975| #define HAVE_INET_PTON 1
17976| #define HAVE_SETGROUPS 1
17977| /* end confdefs.h.  */
17978| /* Define getnameinfo to an innocuous variant, in case <limits.h> declares getnameinfo.
17979|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17980| #define getnameinfo innocuous_getnameinfo
17981|
17982| /* System header to define __stub macros and hopefully few prototypes,
17983|     which can conflict with char getnameinfo (); below.
17984|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17985|     <limits.h> exists even on freestanding compilers.  */
17986|
17987| #ifdef __STDC__
17988| # include <limits.h>
17989| #else
17990| # include <assert.h>
17991| #endif
17992|
17993| #undef getnameinfo
17994|
17995| /* Override any GCC internal prototype to avoid an error.
17996|    Use char because int might match the return type of a GCC
17997|    builtin and then its argument prototype would still apply.  */
17998| #ifdef __cplusplus
17999| extern "C"
18000| #endif
18001| char getnameinfo ();
18002| /* The GNU C library defines this for functions which it implements
18003|     to always fail with ENOSYS.  Some functions are actually named
18004|     something starting with __ and the normal name is an alias.  */
18005| #if defined __stub_getnameinfo || defined __stub___getnameinfo
18006| choke me
18007| #endif
18008|
18009| int
18010| main ()
18011| {
18012| return getnameinfo ();
18013|   ;
18014|   return 0;
18015| }
18016configure:17263: result: no
18017configure:17275: checking whether time.h and sys/time.h may both be included
18018configure:17305: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18019configure:17311: $? = 0
18020configure:17326: result: yes
18021configure:17336: checking whether struct tm is in sys/time.h or time.h
18022configure:17366: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18023configure:17372: $? = 0
18024configure:17387: result: time.h
18025configure:17397: checking for struct tm.tm_zone
18026configure:17428: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18027configure:17434: $? = 0
18028configure:17494: result: yes
18029configure:17645: checking for struct stat.st_rdev
18030configure:17673: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18031configure:17679: $? = 0
18032configure:17736: result: yes
18033configure:17747: checking for struct stat.st_blksize
18034configure:17775: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18035configure:17781: $? = 0
18036configure:17838: result: yes
18037configure:17849: checking for struct stat.st_flags
18038configure:17877: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18039configure:17883: $? = 0
18040configure:17940: result: yes
18041configure:17951: checking for struct stat.st_gen
18042configure:17979: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18043configure:17985: $? = 0
18044configure:18042: result: yes
18045configure:18053: checking for struct stat.st_birthtime
18046configure:18081: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18047conftest.c: In function 'main':
18048conftest.c:137: error: 'struct stat' has no member named 'st_birthtimespec'
18049configure:18087: $? = 1
18050configure: failed program was:
18051| /* confdefs.h.  */
18052| #define _GNU_SOURCE 1
18053| #define _NETBSD_SOURCE 1
18054| #define __BSD_VISIBLE 1
18055| #define _BSD_TYPES 1
18056| #define Py_ENABLE_SHARED 1
18057| #define STDC_HEADERS 1
18058| #define HAVE_SYS_TYPES_H 1
18059| #define HAVE_SYS_STAT_H 1
18060| #define HAVE_STDLIB_H 1
18061| #define HAVE_STRING_H 1
18062| #define HAVE_MEMORY_H 1
18063| #define HAVE_STRINGS_H 1
18064| #define HAVE_INTTYPES_H 1
18065| #define HAVE_STDINT_H 1
18066| #define HAVE_UNISTD_H 1
18067| #define HAVE_CURSES_H 1
18068| #define HAVE_DLFCN_H 1
18069| #define HAVE_ERRNO_H 1
18070| #define HAVE_FCNTL_H 1
18071| #define HAVE_GRP_H 1
18072| #define HAVE_LANGINFO_H 1
18073| #define HAVE_LIBINTL_H 1
18074| #define HAVE_NCURSES_H 1
18075| #define HAVE_POLL_H 1
18076| #define HAVE_PTHREAD_H 1
18077| #define HAVE_SIGNAL_H 1
18078| #define HAVE_STDINT_H 1
18079| #define HAVE_TERMIOS_H 1
18080| #define HAVE_UNISTD_H 1
18081| #define HAVE_UTIME_H 1
18082| #define HAVE_SYS_FILE_H 1
18083| #define HAVE_SYS_LOCK_H 1
18084| #define HAVE_SYS_PARAM_H 1
18085| #define HAVE_SYS_POLL_H 1
18086| #define HAVE_SYS_SELECT_H 1
18087| #define HAVE_SYS_SOCKET_H 1
18088| #define HAVE_SYS_STATVFS_H 1
18089| #define HAVE_SYS_STAT_H 1
18090| #define HAVE_SYS_TIME_H 1
18091| #define HAVE_SYS_TIMES_H 1
18092| #define HAVE_SYS_TYPES_H 1
18093| #define HAVE_SYS_UN_H 1
18094| #define HAVE_SYS_UTSNAME_H 1
18095| #define HAVE_SYS_WAIT_H 1
18096| #define HAVE_SYS_RESOURCE_H 1
18097| #define HAVE_SYSEXITS_H 1
18098| #define HAVE_DIRENT_H 1
18099| #define HAVE_TERM_H 1
18100| #define HAVE_MAKEDEV 1
18101| #define _LARGEFILE_SOURCE 1
18102| #define _FILE_OFFSET_BITS 64
18103| #if defined(SCO_DS)
18104| #undef _OFF_T
18105| #endif
18106| #define RETSIGTYPE void
18107| #define HAVE_SSIZE_T 1
18108| #define SIZEOF_INT 4
18109| #define SIZEOF_LONG 4
18110| #define SIZEOF_VOID_P 4
18111| #define SIZEOF_SHORT 2
18112| #define SIZEOF_FLOAT 4
18113| #define SIZEOF_DOUBLE 8
18114| #define SIZEOF_FPOS_T 8
18115| #define SIZEOF_SIZE_T 4
18116| #define HAVE_LONG_LONG 1
18117| #define SIZEOF_LONG_LONG 8
18118| #define HAVE_UINTPTR_T 1
18119| #define SIZEOF_UINTPTR_T 4
18120| #define SIZEOF_OFF_T 8
18121| #define HAVE_LARGEFILE_SUPPORT 1
18122| #define SIZEOF_TIME_T 4
18123| #define SIZEOF_PTHREAD_T 4
18124| #define USE_TOOLBOX_OBJECT_GLUE 1
18125| #define WITH_NEXT_FRAMEWORK 1
18126| #define WITH_DYLD 1
18127| #define SHLIB_EXT ".so"
18128| #define WITH_THREAD 1
18129| #define _REENTRANT 1
18130| #define WITH_DOC_STRINGS 1
18131| #define WITH_PYMALLOC 1
18132| #define HAVE_CHROOT 1
18133| #define HAVE_LINK 1
18134| #define HAVE_SYMLINK 1
18135| #define HAVE_FCHDIR 1
18136| #define HAVE_FSYNC 1
18137| #define HAVE_CTERMID_R 1
18138| #define HAVE_FLOCK 1
18139| #define HAVE_GETPAGESIZE 1
18140| #define HAVE_INET_PTON 1
18141| #define HAVE_SETGROUPS 1
18142| #define TIME_WITH_SYS_TIME 1
18143| #define HAVE_STRUCT_TM_TM_ZONE 1
18144| #define HAVE_TM_ZONE 1
18145| #define HAVE_STRUCT_STAT_ST_RDEV 1
18146| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18147| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18148| #define HAVE_STRUCT_STAT_ST_GEN 1
18149| /* end confdefs.h.  */
18150| #include <stdio.h>
18151| #ifdef HAVE_SYS_TYPES_H
18152| # include <sys/types.h>
18153| #endif
18154| #ifdef HAVE_SYS_STAT_H
18155| # include <sys/stat.h>
18156| #endif
18157| #ifdef STDC_HEADERS
18158| # include <stdlib.h>
18159| # include <stddef.h>
18160| #else
18161| # ifdef HAVE_STDLIB_H
18162| #  include <stdlib.h>
18163| # endif
18164| #endif
18165| #ifdef HAVE_STRING_H
18166| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
18167| #  include <memory.h>
18168| # endif
18169| # include <string.h>
18170| #endif
18171| #ifdef HAVE_STRINGS_H
18172| # include <strings.h>
18173| #endif
18174| #ifdef HAVE_INTTYPES_H
18175| # include <inttypes.h>
18176| #endif
18177| #ifdef HAVE_STDINT_H
18178| # include <stdint.h>
18179| #endif
18180| #ifdef HAVE_UNISTD_H
18181| # include <unistd.h>
18182| #endif
18183| int
18184| main ()
18185| {
18186| static struct stat ac_aggr;
18187| if (ac_aggr.st_birthtime)
18188| return 0;
18189|   ;
18190|   return 0;
18191| }
18192configure:18120: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18193conftest.c: In function 'main':
18194conftest.c:137: error: 'struct stat' has no member named 'st_birthtimespec'
18195configure:18126: $? = 1
18196configure: failed program was:
18197| /* confdefs.h.  */
18198| #define _GNU_SOURCE 1
18199| #define _NETBSD_SOURCE 1
18200| #define __BSD_VISIBLE 1
18201| #define _BSD_TYPES 1
18202| #define Py_ENABLE_SHARED 1
18203| #define STDC_HEADERS 1
18204| #define HAVE_SYS_TYPES_H 1
18205| #define HAVE_SYS_STAT_H 1
18206| #define HAVE_STDLIB_H 1
18207| #define HAVE_STRING_H 1
18208| #define HAVE_MEMORY_H 1
18209| #define HAVE_STRINGS_H 1
18210| #define HAVE_INTTYPES_H 1
18211| #define HAVE_STDINT_H 1
18212| #define HAVE_UNISTD_H 1
18213| #define HAVE_CURSES_H 1
18214| #define HAVE_DLFCN_H 1
18215| #define HAVE_ERRNO_H 1
18216| #define HAVE_FCNTL_H 1
18217| #define HAVE_GRP_H 1
18218| #define HAVE_LANGINFO_H 1
18219| #define HAVE_LIBINTL_H 1
18220| #define HAVE_NCURSES_H 1
18221| #define HAVE_POLL_H 1
18222| #define HAVE_PTHREAD_H 1
18223| #define HAVE_SIGNAL_H 1
18224| #define HAVE_STDINT_H 1
18225| #define HAVE_TERMIOS_H 1
18226| #define HAVE_UNISTD_H 1
18227| #define HAVE_UTIME_H 1
18228| #define HAVE_SYS_FILE_H 1
18229| #define HAVE_SYS_LOCK_H 1
18230| #define HAVE_SYS_PARAM_H 1
18231| #define HAVE_SYS_POLL_H 1
18232| #define HAVE_SYS_SELECT_H 1
18233| #define HAVE_SYS_SOCKET_H 1
18234| #define HAVE_SYS_STATVFS_H 1
18235| #define HAVE_SYS_STAT_H 1
18236| #define HAVE_SYS_TIME_H 1
18237| #define HAVE_SYS_TIMES_H 1
18238| #define HAVE_SYS_TYPES_H 1
18239| #define HAVE_SYS_UN_H 1
18240| #define HAVE_SYS_UTSNAME_H 1
18241| #define HAVE_SYS_WAIT_H 1
18242| #define HAVE_SYS_RESOURCE_H 1
18243| #define HAVE_SYSEXITS_H 1
18244| #define HAVE_DIRENT_H 1
18245| #define HAVE_TERM_H 1
18246| #define HAVE_MAKEDEV 1
18247| #define _LARGEFILE_SOURCE 1
18248| #define _FILE_OFFSET_BITS 64
18249| #if defined(SCO_DS)
18250| #undef _OFF_T
18251| #endif
18252| #define RETSIGTYPE void
18253| #define HAVE_SSIZE_T 1
18254| #define SIZEOF_INT 4
18255| #define SIZEOF_LONG 4
18256| #define SIZEOF_VOID_P 4
18257| #define SIZEOF_SHORT 2
18258| #define SIZEOF_FLOAT 4
18259| #define SIZEOF_DOUBLE 8
18260| #define SIZEOF_FPOS_T 8
18261| #define SIZEOF_SIZE_T 4
18262| #define HAVE_LONG_LONG 1
18263| #define SIZEOF_LONG_LONG 8
18264| #define HAVE_UINTPTR_T 1
18265| #define SIZEOF_UINTPTR_T 4
18266| #define SIZEOF_OFF_T 8
18267| #define HAVE_LARGEFILE_SUPPORT 1
18268| #define SIZEOF_TIME_T 4
18269| #define SIZEOF_PTHREAD_T 4
18270| #define USE_TOOLBOX_OBJECT_GLUE 1
18271| #define WITH_NEXT_FRAMEWORK 1
18272| #define WITH_DYLD 1
18273| #define SHLIB_EXT ".so"
18274| #define WITH_THREAD 1
18275| #define _REENTRANT 1
18276| #define WITH_DOC_STRINGS 1
18277| #define WITH_PYMALLOC 1
18278| #define HAVE_CHROOT 1
18279| #define HAVE_LINK 1
18280| #define HAVE_SYMLINK 1
18281| #define HAVE_FCHDIR 1
18282| #define HAVE_FSYNC 1
18283| #define HAVE_CTERMID_R 1
18284| #define HAVE_FLOCK 1
18285| #define HAVE_GETPAGESIZE 1
18286| #define HAVE_INET_PTON 1
18287| #define HAVE_SETGROUPS 1
18288| #define TIME_WITH_SYS_TIME 1
18289| #define HAVE_STRUCT_TM_TM_ZONE 1
18290| #define HAVE_TM_ZONE 1
18291| #define HAVE_STRUCT_STAT_ST_RDEV 1
18292| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18293| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18294| #define HAVE_STRUCT_STAT_ST_GEN 1
18295| /* end confdefs.h.  */
18296| #include <stdio.h>
18297| #ifdef HAVE_SYS_TYPES_H
18298| # include <sys/types.h>
18299| #endif
18300| #ifdef HAVE_SYS_STAT_H
18301| # include <sys/stat.h>
18302| #endif
18303| #ifdef STDC_HEADERS
18304| # include <stdlib.h>
18305| # include <stddef.h>
18306| #else
18307| # ifdef HAVE_STDLIB_H
18308| #  include <stdlib.h>
18309| # endif
18310| #endif
18311| #ifdef HAVE_STRING_H
18312| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
18313| #  include <memory.h>
18314| # endif
18315| # include <string.h>
18316| #endif
18317| #ifdef HAVE_STRINGS_H
18318| # include <strings.h>
18319| #endif
18320| #ifdef HAVE_INTTYPES_H
18321| # include <inttypes.h>
18322| #endif
18323| #ifdef HAVE_STDINT_H
18324| # include <stdint.h>
18325| #endif
18326| #ifdef HAVE_UNISTD_H
18327| # include <unistd.h>
18328| #endif
18329| int
18330| main ()
18331| {
18332| static struct stat ac_aggr;
18333| if (sizeof ac_aggr.st_birthtime)
18334| return 0;
18335|   ;
18336|   return 0;
18337| }
18338configure:18144: result: no
18339configure:18155: checking for struct stat.st_blocks
18340configure:18183: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18341configure:18189: $? = 0
18342configure:18246: result: yes
18343configure:18270: checking for time.h that defines altzone
18344configure:18296: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18345conftest.c: In function 'main':
18346conftest.c:106: error: 'altzone' undeclared (first use in this function)
18347conftest.c:106: error: (Each undeclared identifier is reported only once
18348conftest.c:106: error: for each function it appears in.)
18349configure:18302: $? = 1
18350configure: failed program was:
18351| /* confdefs.h.  */
18352| #define _GNU_SOURCE 1
18353| #define _NETBSD_SOURCE 1
18354| #define __BSD_VISIBLE 1
18355| #define _BSD_TYPES 1
18356| #define Py_ENABLE_SHARED 1
18357| #define STDC_HEADERS 1
18358| #define HAVE_SYS_TYPES_H 1
18359| #define HAVE_SYS_STAT_H 1
18360| #define HAVE_STDLIB_H 1
18361| #define HAVE_STRING_H 1
18362| #define HAVE_MEMORY_H 1
18363| #define HAVE_STRINGS_H 1
18364| #define HAVE_INTTYPES_H 1
18365| #define HAVE_STDINT_H 1
18366| #define HAVE_UNISTD_H 1
18367| #define HAVE_CURSES_H 1
18368| #define HAVE_DLFCN_H 1
18369| #define HAVE_ERRNO_H 1
18370| #define HAVE_FCNTL_H 1
18371| #define HAVE_GRP_H 1
18372| #define HAVE_LANGINFO_H 1
18373| #define HAVE_LIBINTL_H 1
18374| #define HAVE_NCURSES_H 1
18375| #define HAVE_POLL_H 1
18376| #define HAVE_PTHREAD_H 1
18377| #define HAVE_SIGNAL_H 1
18378| #define HAVE_STDINT_H 1
18379| #define HAVE_TERMIOS_H 1
18380| #define HAVE_UNISTD_H 1
18381| #define HAVE_UTIME_H 1
18382| #define HAVE_SYS_FILE_H 1
18383| #define HAVE_SYS_LOCK_H 1
18384| #define HAVE_SYS_PARAM_H 1
18385| #define HAVE_SYS_POLL_H 1
18386| #define HAVE_SYS_SELECT_H 1
18387| #define HAVE_SYS_SOCKET_H 1
18388| #define HAVE_SYS_STATVFS_H 1
18389| #define HAVE_SYS_STAT_H 1
18390| #define HAVE_SYS_TIME_H 1
18391| #define HAVE_SYS_TIMES_H 1
18392| #define HAVE_SYS_TYPES_H 1
18393| #define HAVE_SYS_UN_H 1
18394| #define HAVE_SYS_UTSNAME_H 1
18395| #define HAVE_SYS_WAIT_H 1
18396| #define HAVE_SYS_RESOURCE_H 1
18397| #define HAVE_SYSEXITS_H 1
18398| #define HAVE_DIRENT_H 1
18399| #define HAVE_TERM_H 1
18400| #define HAVE_MAKEDEV 1
18401| #define _LARGEFILE_SOURCE 1
18402| #define _FILE_OFFSET_BITS 64
18403| #if defined(SCO_DS)
18404| #undef _OFF_T
18405| #endif
18406| #define RETSIGTYPE void
18407| #define HAVE_SSIZE_T 1
18408| #define SIZEOF_INT 4
18409| #define SIZEOF_LONG 4
18410| #define SIZEOF_VOID_P 4
18411| #define SIZEOF_SHORT 2
18412| #define SIZEOF_FLOAT 4
18413| #define SIZEOF_DOUBLE 8
18414| #define SIZEOF_FPOS_T 8
18415| #define SIZEOF_SIZE_T 4
18416| #define HAVE_LONG_LONG 1
18417| #define SIZEOF_LONG_LONG 8
18418| #define HAVE_UINTPTR_T 1
18419| #define SIZEOF_UINTPTR_T 4
18420| #define SIZEOF_OFF_T 8
18421| #define HAVE_LARGEFILE_SUPPORT 1
18422| #define SIZEOF_TIME_T 4
18423| #define SIZEOF_PTHREAD_T 4
18424| #define USE_TOOLBOX_OBJECT_GLUE 1
18425| #define WITH_NEXT_FRAMEWORK 1
18426| #define WITH_DYLD 1
18427| #define SHLIB_EXT ".so"
18428| #define WITH_THREAD 1
18429| #define _REENTRANT 1
18430| #define WITH_DOC_STRINGS 1
18431| #define WITH_PYMALLOC 1
18432| #define HAVE_CHROOT 1
18433| #define HAVE_LINK 1
18434| #define HAVE_SYMLINK 1
18435| #define HAVE_FCHDIR 1
18436| #define HAVE_FSYNC 1
18437| #define HAVE_CTERMID_R 1
18438| #define HAVE_FLOCK 1
18439| #define HAVE_GETPAGESIZE 1
18440| #define HAVE_INET_PTON 1
18441| #define HAVE_SETGROUPS 1
18442| #define TIME_WITH_SYS_TIME 1
18443| #define HAVE_STRUCT_TM_TM_ZONE 1
18444| #define HAVE_TM_ZONE 1
18445| #define HAVE_STRUCT_STAT_ST_RDEV 1
18446| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18447| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18448| #define HAVE_STRUCT_STAT_ST_GEN 1
18449| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18450| #define HAVE_ST_BLOCKS 1
18451| /* end confdefs.h.  */
18452| #include <time.h>
18453| int
18454| main ()
18455| {
18456| return altzone;
18457|   ;
18458|   return 0;
18459| }
18460configure:18318: result: no
18461configure:18329: checking whether sys/select.h and sys/time.h may both be included
18462configure:18356: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18463configure:18362: $? = 0
18464configure:18383: result: yes
18465configure:18386: checking for addrinfo
18466configure:18413: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18467configure:18419: $? = 0
18468configure:18435: result: yes
18469configure:18445: checking for sockaddr_storage
18470configure:18473: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18471configure:18479: $? = 0
18472configure:18495: result: yes
18473configure:18508: checking whether char is unsigned
18474configure:18536: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18475configure:18542: $? = 0
18476configure:18557: result: no
18477configure:18566: checking for an ANSI C-conforming const
18478configure:18641: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18479configure:18647: $? = 0
18480configure:18662: result: yes
18481configure:18674: checking for working volatile
18482configure:18697: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18483configure:18703: $? = 0
18484configure:18722: result: yes
18485configure:18726: checking for working signed char
18486configure:18749: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18487configure:18755: $? = 0
18488configure:18774: result: yes
18489configure:18778: checking for prototypes
18490configure:18801: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18491configure:18807: $? = 0
18492configure:18828: result: yes
18493configure:18832: checking for variable length prototypes and stdarg.h
18494configure:18865: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18495configure:18871: $? = 0
18496configure:18892: result: yes
18497configure:18896: checking for socketpair
18498configure:18922: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18499configure:18928: $? = 0
18500configure:18938: result: yes
18501configure:18952: checking if sockaddr has sa_len member
18502configure:18977: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18503configure:18983: $? = 0
18504configure:18988: result: yes
18505configure:19006: checking whether va_list is an array
18506configure:19035: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
18507configure:19041: $? = 0
18508configure:19062: result: no
18509configure:19069: checking for gethostbyname_r
18510configure:19125: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
18511ld: library not found for -lcrt1.10.5.o
18512collect2: ld returned 1 exit status
18513ld: library not found for -lcrt1.10.5.o
18514collect2: ld returned 1 exit status
18515lipo: can't open input file: /var/tmp//ccGPrUqM.out (No such file or directory)
18516configure:19131: $? = 1
18517configure: failed program was:
18518| /* confdefs.h.  */
18519| #define _GNU_SOURCE 1
18520| #define _NETBSD_SOURCE 1
18521| #define __BSD_VISIBLE 1
18522| #define _BSD_TYPES 1
18523| #define Py_ENABLE_SHARED 1
18524| #define STDC_HEADERS 1
18525| #define HAVE_SYS_TYPES_H 1
18526| #define HAVE_SYS_STAT_H 1
18527| #define HAVE_STDLIB_H 1
18528| #define HAVE_STRING_H 1
18529| #define HAVE_MEMORY_H 1
18530| #define HAVE_STRINGS_H 1
18531| #define HAVE_INTTYPES_H 1
18532| #define HAVE_STDINT_H 1
18533| #define HAVE_UNISTD_H 1
18534| #define HAVE_CURSES_H 1
18535| #define HAVE_DLFCN_H 1
18536| #define HAVE_ERRNO_H 1
18537| #define HAVE_FCNTL_H 1
18538| #define HAVE_GRP_H 1
18539| #define HAVE_LANGINFO_H 1
18540| #define HAVE_LIBINTL_H 1
18541| #define HAVE_NCURSES_H 1
18542| #define HAVE_POLL_H 1
18543| #define HAVE_PTHREAD_H 1
18544| #define HAVE_SIGNAL_H 1
18545| #define HAVE_STDINT_H 1
18546| #define HAVE_TERMIOS_H 1
18547| #define HAVE_UNISTD_H 1
18548| #define HAVE_UTIME_H 1
18549| #define HAVE_SYS_FILE_H 1
18550| #define HAVE_SYS_LOCK_H 1
18551| #define HAVE_SYS_PARAM_H 1
18552| #define HAVE_SYS_POLL_H 1
18553| #define HAVE_SYS_SELECT_H 1
18554| #define HAVE_SYS_SOCKET_H 1
18555| #define HAVE_SYS_STATVFS_H 1
18556| #define HAVE_SYS_STAT_H 1
18557| #define HAVE_SYS_TIME_H 1
18558| #define HAVE_SYS_TIMES_H 1
18559| #define HAVE_SYS_TYPES_H 1
18560| #define HAVE_SYS_UN_H 1
18561| #define HAVE_SYS_UTSNAME_H 1
18562| #define HAVE_SYS_WAIT_H 1
18563| #define HAVE_SYS_RESOURCE_H 1
18564| #define HAVE_SYSEXITS_H 1
18565| #define HAVE_DIRENT_H 1
18566| #define HAVE_TERM_H 1
18567| #define HAVE_MAKEDEV 1
18568| #define _LARGEFILE_SOURCE 1
18569| #define _FILE_OFFSET_BITS 64
18570| #if defined(SCO_DS)
18571| #undef _OFF_T
18572| #endif
18573| #define RETSIGTYPE void
18574| #define HAVE_SSIZE_T 1
18575| #define SIZEOF_INT 4
18576| #define SIZEOF_LONG 4
18577| #define SIZEOF_VOID_P 4
18578| #define SIZEOF_SHORT 2
18579| #define SIZEOF_FLOAT 4
18580| #define SIZEOF_DOUBLE 8
18581| #define SIZEOF_FPOS_T 8
18582| #define SIZEOF_SIZE_T 4
18583| #define HAVE_LONG_LONG 1
18584| #define SIZEOF_LONG_LONG 8
18585| #define HAVE_UINTPTR_T 1
18586| #define SIZEOF_UINTPTR_T 4
18587| #define SIZEOF_OFF_T 8
18588| #define HAVE_LARGEFILE_SUPPORT 1
18589| #define SIZEOF_TIME_T 4
18590| #define SIZEOF_PTHREAD_T 4
18591| #define USE_TOOLBOX_OBJECT_GLUE 1
18592| #define WITH_NEXT_FRAMEWORK 1
18593| #define WITH_DYLD 1
18594| #define SHLIB_EXT ".so"
18595| #define WITH_THREAD 1
18596| #define _REENTRANT 1
18597| #define WITH_DOC_STRINGS 1
18598| #define WITH_PYMALLOC 1
18599| #define HAVE_CHROOT 1
18600| #define HAVE_LINK 1
18601| #define HAVE_SYMLINK 1
18602| #define HAVE_FCHDIR 1
18603| #define HAVE_FSYNC 1
18604| #define HAVE_CTERMID_R 1
18605| #define HAVE_FLOCK 1
18606| #define HAVE_GETPAGESIZE 1
18607| #define HAVE_INET_PTON 1
18608| #define HAVE_SETGROUPS 1
18609| #define TIME_WITH_SYS_TIME 1
18610| #define HAVE_STRUCT_TM_TM_ZONE 1
18611| #define HAVE_TM_ZONE 1
18612| #define HAVE_STRUCT_STAT_ST_RDEV 1
18613| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18614| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18615| #define HAVE_STRUCT_STAT_ST_GEN 1
18616| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18617| #define HAVE_ST_BLOCKS 1
18618| #define SYS_SELECT_WITH_SYS_TIME 1
18619| #define HAVE_ADDRINFO 1
18620| #define HAVE_SOCKADDR_STORAGE 1
18621| #define HAVE_PROTOTYPES 1
18622| #define HAVE_STDARG_PROTOTYPES 1
18623| #define HAVE_SOCKETPAIR 1
18624| #define HAVE_SOCKADDR_SA_LEN 1
18625| /* end confdefs.h.  */
18626| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
18627|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18628| #define gethostbyname_r innocuous_gethostbyname_r
18629|
18630| /* System header to define __stub macros and hopefully few prototypes,
18631|     which can conflict with char gethostbyname_r (); below.
18632|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18633|     <limits.h> exists even on freestanding compilers.  */
18634|
18635| #ifdef __STDC__
18636| # include <limits.h>
18637| #else
18638| # include <assert.h>
18639| #endif
18640|
18641| #undef gethostbyname_r
18642|
18643| /* Override any GCC internal prototype to avoid an error.
18644|    Use char because int might match the return type of a GCC
18645|    builtin and then its argument prototype would still apply.  */
18646| #ifdef __cplusplus
18647| extern "C"
18648| #endif
18649| char gethostbyname_r ();
18650| /* The GNU C library defines this for functions which it implements
18651|     to always fail with ENOSYS.  Some functions are actually named
18652|     something starting with __ and the normal name is an alias.  */
18653| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
18654| choke me
18655| #endif
18656|
18657| int
18658| main ()
18659| {
18660| return gethostbyname_r ();
18661|   ;
18662|   return 0;
18663| }
18664configure:19148: result: no
18665configure:19368: checking for gethostbyname
18666configure:19424: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
18667ld: library not found for -lcrt1.10.5.o
18668collect2: ld returned 1 exit status
18669ld: library not found for -lcrt1.10.5.o
18670collect2: ld returned 1 exit status
18671lipo: can't open input file: /var/tmp//cc6KgvUQ.out (No such file or directory)
18672configure:19430: $? = 1
18673configure: failed program was:
18674| /* confdefs.h.  */
18675| #define _GNU_SOURCE 1
18676| #define _NETBSD_SOURCE 1
18677| #define __BSD_VISIBLE 1
18678| #define _BSD_TYPES 1
18679| #define Py_ENABLE_SHARED 1
18680| #define STDC_HEADERS 1
18681| #define HAVE_SYS_TYPES_H 1
18682| #define HAVE_SYS_STAT_H 1
18683| #define HAVE_STDLIB_H 1
18684| #define HAVE_STRING_H 1
18685| #define HAVE_MEMORY_H 1
18686| #define HAVE_STRINGS_H 1
18687| #define HAVE_INTTYPES_H 1
18688| #define HAVE_STDINT_H 1
18689| #define HAVE_UNISTD_H 1
18690| #define HAVE_CURSES_H 1
18691| #define HAVE_DLFCN_H 1
18692| #define HAVE_ERRNO_H 1
18693| #define HAVE_FCNTL_H 1
18694| #define HAVE_GRP_H 1
18695| #define HAVE_LANGINFO_H 1
18696| #define HAVE_LIBINTL_H 1
18697| #define HAVE_NCURSES_H 1
18698| #define HAVE_POLL_H 1
18699| #define HAVE_PTHREAD_H 1
18700| #define HAVE_SIGNAL_H 1
18701| #define HAVE_STDINT_H 1
18702| #define HAVE_TERMIOS_H 1
18703| #define HAVE_UNISTD_H 1
18704| #define HAVE_UTIME_H 1
18705| #define HAVE_SYS_FILE_H 1
18706| #define HAVE_SYS_LOCK_H 1
18707| #define HAVE_SYS_PARAM_H 1
18708| #define HAVE_SYS_POLL_H 1
18709| #define HAVE_SYS_SELECT_H 1
18710| #define HAVE_SYS_SOCKET_H 1
18711| #define HAVE_SYS_STATVFS_H 1
18712| #define HAVE_SYS_STAT_H 1
18713| #define HAVE_SYS_TIME_H 1
18714| #define HAVE_SYS_TIMES_H 1
18715| #define HAVE_SYS_TYPES_H 1
18716| #define HAVE_SYS_UN_H 1
18717| #define HAVE_SYS_UTSNAME_H 1
18718| #define HAVE_SYS_WAIT_H 1
18719| #define HAVE_SYS_RESOURCE_H 1
18720| #define HAVE_SYSEXITS_H 1
18721| #define HAVE_DIRENT_H 1
18722| #define HAVE_TERM_H 1
18723| #define HAVE_MAKEDEV 1
18724| #define _LARGEFILE_SOURCE 1
18725| #define _FILE_OFFSET_BITS 64
18726| #if defined(SCO_DS)
18727| #undef _OFF_T
18728| #endif
18729| #define RETSIGTYPE void
18730| #define HAVE_SSIZE_T 1
18731| #define SIZEOF_INT 4
18732| #define SIZEOF_LONG 4
18733| #define SIZEOF_VOID_P 4
18734| #define SIZEOF_SHORT 2
18735| #define SIZEOF_FLOAT 4
18736| #define SIZEOF_DOUBLE 8
18737| #define SIZEOF_FPOS_T 8
18738| #define SIZEOF_SIZE_T 4
18739| #define HAVE_LONG_LONG 1
18740| #define SIZEOF_LONG_LONG 8
18741| #define HAVE_UINTPTR_T 1
18742| #define SIZEOF_UINTPTR_T 4
18743| #define SIZEOF_OFF_T 8
18744| #define HAVE_LARGEFILE_SUPPORT 1
18745| #define SIZEOF_TIME_T 4
18746| #define SIZEOF_PTHREAD_T 4
18747| #define USE_TOOLBOX_OBJECT_GLUE 1
18748| #define WITH_NEXT_FRAMEWORK 1
18749| #define WITH_DYLD 1
18750| #define SHLIB_EXT ".so"
18751| #define WITH_THREAD 1
18752| #define _REENTRANT 1
18753| #define WITH_DOC_STRINGS 1
18754| #define WITH_PYMALLOC 1
18755| #define HAVE_CHROOT 1
18756| #define HAVE_LINK 1
18757| #define HAVE_SYMLINK 1
18758| #define HAVE_FCHDIR 1
18759| #define HAVE_FSYNC 1
18760| #define HAVE_CTERMID_R 1
18761| #define HAVE_FLOCK 1
18762| #define HAVE_GETPAGESIZE 1
18763| #define HAVE_INET_PTON 1
18764| #define HAVE_SETGROUPS 1
18765| #define TIME_WITH_SYS_TIME 1
18766| #define HAVE_STRUCT_TM_TM_ZONE 1
18767| #define HAVE_TM_ZONE 1
18768| #define HAVE_STRUCT_STAT_ST_RDEV 1
18769| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18770| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18771| #define HAVE_STRUCT_STAT_ST_GEN 1
18772| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18773| #define HAVE_ST_BLOCKS 1
18774| #define SYS_SELECT_WITH_SYS_TIME 1
18775| #define HAVE_ADDRINFO 1
18776| #define HAVE_SOCKADDR_STORAGE 1
18777| #define HAVE_PROTOTYPES 1
18778| #define HAVE_STDARG_PROTOTYPES 1
18779| #define HAVE_SOCKETPAIR 1
18780| #define HAVE_SOCKADDR_SA_LEN 1
18781| /* end confdefs.h.  */
18782| /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
18783|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18784| #define gethostbyname innocuous_gethostbyname
18785|
18786| /* System header to define __stub macros and hopefully few prototypes,
18787|     which can conflict with char gethostbyname (); below.
18788|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18789|     <limits.h> exists even on freestanding compilers.  */
18790|
18791| #ifdef __STDC__
18792| # include <limits.h>
18793| #else
18794| # include <assert.h>
18795| #endif
18796|
18797| #undef gethostbyname
18798|
18799| /* Override any GCC internal prototype to avoid an error.
18800|    Use char because int might match the return type of a GCC
18801|    builtin and then its argument prototype would still apply.  */
18802| #ifdef __cplusplus
18803| extern "C"
18804| #endif
18805| char gethostbyname ();
18806| /* The GNU C library defines this for functions which it implements
18807|     to always fail with ENOSYS.  Some functions are actually named
18808|     something starting with __ and the normal name is an alias.  */
18809| #if defined __stub_gethostbyname || defined __stub___gethostbyname
18810| choke me
18811| #endif
18812|
18813| int
18814| main ()
18815| {
18816| return gethostbyname ();
18817|   ;
18818|   return 0;
18819| }
18820configure:19448: result: no
18821configure:19471: checking for __fpu_control
18822configure:19527: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
18823ld: library not found for -lcrt1.10.5.o
18824collect2: ld returned 1 exit status
18825ld: library not found for -lcrt1.10.5.o
18826collect2: ld returned 1 exit status
18827lipo: can't open input file: /var/tmp//ccmk4tHQ.out (No such file or directory)
18828configure:19533: $? = 1
18829configure: failed program was:
18830| /* confdefs.h.  */
18831| #define _GNU_SOURCE 1
18832| #define _NETBSD_SOURCE 1
18833| #define __BSD_VISIBLE 1
18834| #define _BSD_TYPES 1
18835| #define Py_ENABLE_SHARED 1
18836| #define STDC_HEADERS 1
18837| #define HAVE_SYS_TYPES_H 1
18838| #define HAVE_SYS_STAT_H 1
18839| #define HAVE_STDLIB_H 1
18840| #define HAVE_STRING_H 1
18841| #define HAVE_MEMORY_H 1
18842| #define HAVE_STRINGS_H 1
18843| #define HAVE_INTTYPES_H 1
18844| #define HAVE_STDINT_H 1
18845| #define HAVE_UNISTD_H 1
18846| #define HAVE_CURSES_H 1
18847| #define HAVE_DLFCN_H 1
18848| #define HAVE_ERRNO_H 1
18849| #define HAVE_FCNTL_H 1
18850| #define HAVE_GRP_H 1
18851| #define HAVE_LANGINFO_H 1
18852| #define HAVE_LIBINTL_H 1
18853| #define HAVE_NCURSES_H 1
18854| #define HAVE_POLL_H 1
18855| #define HAVE_PTHREAD_H 1
18856| #define HAVE_SIGNAL_H 1
18857| #define HAVE_STDINT_H 1
18858| #define HAVE_TERMIOS_H 1
18859| #define HAVE_UNISTD_H 1
18860| #define HAVE_UTIME_H 1
18861| #define HAVE_SYS_FILE_H 1
18862| #define HAVE_SYS_LOCK_H 1
18863| #define HAVE_SYS_PARAM_H 1
18864| #define HAVE_SYS_POLL_H 1
18865| #define HAVE_SYS_SELECT_H 1
18866| #define HAVE_SYS_SOCKET_H 1
18867| #define HAVE_SYS_STATVFS_H 1
18868| #define HAVE_SYS_STAT_H 1
18869| #define HAVE_SYS_TIME_H 1
18870| #define HAVE_SYS_TIMES_H 1
18871| #define HAVE_SYS_TYPES_H 1
18872| #define HAVE_SYS_UN_H 1
18873| #define HAVE_SYS_UTSNAME_H 1
18874| #define HAVE_SYS_WAIT_H 1
18875| #define HAVE_SYS_RESOURCE_H 1
18876| #define HAVE_SYSEXITS_H 1
18877| #define HAVE_DIRENT_H 1
18878| #define HAVE_TERM_H 1
18879| #define HAVE_MAKEDEV 1
18880| #define _LARGEFILE_SOURCE 1
18881| #define _FILE_OFFSET_BITS 64
18882| #if defined(SCO_DS)
18883| #undef _OFF_T
18884| #endif
18885| #define RETSIGTYPE void
18886| #define HAVE_SSIZE_T 1
18887| #define SIZEOF_INT 4
18888| #define SIZEOF_LONG 4
18889| #define SIZEOF_VOID_P 4
18890| #define SIZEOF_SHORT 2
18891| #define SIZEOF_FLOAT 4
18892| #define SIZEOF_DOUBLE 8
18893| #define SIZEOF_FPOS_T 8
18894| #define SIZEOF_SIZE_T 4
18895| #define HAVE_LONG_LONG 1
18896| #define SIZEOF_LONG_LONG 8
18897| #define HAVE_UINTPTR_T 1
18898| #define SIZEOF_UINTPTR_T 4
18899| #define SIZEOF_OFF_T 8
18900| #define HAVE_LARGEFILE_SUPPORT 1
18901| #define SIZEOF_TIME_T 4
18902| #define SIZEOF_PTHREAD_T 4
18903| #define USE_TOOLBOX_OBJECT_GLUE 1
18904| #define WITH_NEXT_FRAMEWORK 1
18905| #define WITH_DYLD 1
18906| #define SHLIB_EXT ".so"
18907| #define WITH_THREAD 1
18908| #define _REENTRANT 1
18909| #define WITH_DOC_STRINGS 1
18910| #define WITH_PYMALLOC 1
18911| #define HAVE_CHROOT 1
18912| #define HAVE_LINK 1
18913| #define HAVE_SYMLINK 1
18914| #define HAVE_FCHDIR 1
18915| #define HAVE_FSYNC 1
18916| #define HAVE_CTERMID_R 1
18917| #define HAVE_FLOCK 1
18918| #define HAVE_GETPAGESIZE 1
18919| #define HAVE_INET_PTON 1
18920| #define HAVE_SETGROUPS 1
18921| #define TIME_WITH_SYS_TIME 1
18922| #define HAVE_STRUCT_TM_TM_ZONE 1
18923| #define HAVE_TM_ZONE 1
18924| #define HAVE_STRUCT_STAT_ST_RDEV 1
18925| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18926| #define HAVE_STRUCT_STAT_ST_FLAGS 1
18927| #define HAVE_STRUCT_STAT_ST_GEN 1
18928| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18929| #define HAVE_ST_BLOCKS 1
18930| #define SYS_SELECT_WITH_SYS_TIME 1
18931| #define HAVE_ADDRINFO 1
18932| #define HAVE_SOCKADDR_STORAGE 1
18933| #define HAVE_PROTOTYPES 1
18934| #define HAVE_STDARG_PROTOTYPES 1
18935| #define HAVE_SOCKETPAIR 1
18936| #define HAVE_SOCKADDR_SA_LEN 1
18937| /* end confdefs.h.  */
18938| /* Define __fpu_control to an innocuous variant, in case <limits.h> declares __fpu_control.
18939|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18940| #define __fpu_control innocuous___fpu_control
18941|
18942| /* System header to define __stub macros and hopefully few prototypes,
18943|     which can conflict with char __fpu_control (); below.
18944|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18945|     <limits.h> exists even on freestanding compilers.  */
18946|
18947| #ifdef __STDC__
18948| # include <limits.h>
18949| #else
18950| # include <assert.h>
18951| #endif
18952|
18953| #undef __fpu_control
18954|
18955| /* Override any GCC internal prototype to avoid an error.
18956|    Use char because int might match the return type of a GCC
18957|    builtin and then its argument prototype would still apply.  */
18958| #ifdef __cplusplus
18959| extern "C"
18960| #endif
18961| char __fpu_control ();
18962| /* The GNU C library defines this for functions which it implements
18963|     to always fail with ENOSYS.  Some functions are actually named
18964|     something starting with __ and the normal name is an alias.  */
18965| #if defined __stub___fpu_control || defined __stub_____fpu_control
18966| choke me
18967| #endif
18968|
18969| int
18970| main ()
18971| {
18972| return __fpu_control ();
18973|   ;
18974|   return 0;
18975| }
18976configure:19550: result: no
18977configure:19556: checking for __fpu_control in -lieee
18978configure:19591: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c -lieee   >&5
18979ld: library not found for -lcrt1.10.5.o
18980collect2: ld returned 1 exit status
18981ld: library not found for -lcrt1.10.5.o
18982collect2: ld returned 1 exit status
18983lipo: can't open input file: /var/tmp//cco6ri3z.out (No such file or directory)
18984configure:19597: $? = 1
18985configure: failed program was:
18986| /* confdefs.h.  */
18987| #define _GNU_SOURCE 1
18988| #define _NETBSD_SOURCE 1
18989| #define __BSD_VISIBLE 1
18990| #define _BSD_TYPES 1
18991| #define Py_ENABLE_SHARED 1
18992| #define STDC_HEADERS 1
18993| #define HAVE_SYS_TYPES_H 1
18994| #define HAVE_SYS_STAT_H 1
18995| #define HAVE_STDLIB_H 1
18996| #define HAVE_STRING_H 1
18997| #define HAVE_MEMORY_H 1
18998| #define HAVE_STRINGS_H 1
18999| #define HAVE_INTTYPES_H 1
19000| #define HAVE_STDINT_H 1
19001| #define HAVE_UNISTD_H 1
19002| #define HAVE_CURSES_H 1
19003| #define HAVE_DLFCN_H 1
19004| #define HAVE_ERRNO_H 1
19005| #define HAVE_FCNTL_H 1
19006| #define HAVE_GRP_H 1
19007| #define HAVE_LANGINFO_H 1
19008| #define HAVE_LIBINTL_H 1
19009| #define HAVE_NCURSES_H 1
19010| #define HAVE_POLL_H 1
19011| #define HAVE_PTHREAD_H 1
19012| #define HAVE_SIGNAL_H 1
19013| #define HAVE_STDINT_H 1
19014| #define HAVE_TERMIOS_H 1
19015| #define HAVE_UNISTD_H 1
19016| #define HAVE_UTIME_H 1
19017| #define HAVE_SYS_FILE_H 1
19018| #define HAVE_SYS_LOCK_H 1
19019| #define HAVE_SYS_PARAM_H 1
19020| #define HAVE_SYS_POLL_H 1
19021| #define HAVE_SYS_SELECT_H 1
19022| #define HAVE_SYS_SOCKET_H 1
19023| #define HAVE_SYS_STATVFS_H 1
19024| #define HAVE_SYS_STAT_H 1
19025| #define HAVE_SYS_TIME_H 1
19026| #define HAVE_SYS_TIMES_H 1
19027| #define HAVE_SYS_TYPES_H 1
19028| #define HAVE_SYS_UN_H 1
19029| #define HAVE_SYS_UTSNAME_H 1
19030| #define HAVE_SYS_WAIT_H 1
19031| #define HAVE_SYS_RESOURCE_H 1
19032| #define HAVE_SYSEXITS_H 1
19033| #define HAVE_DIRENT_H 1
19034| #define HAVE_TERM_H 1
19035| #define HAVE_MAKEDEV 1
19036| #define _LARGEFILE_SOURCE 1
19037| #define _FILE_OFFSET_BITS 64
19038| #if defined(SCO_DS)
19039| #undef _OFF_T
19040| #endif
19041| #define RETSIGTYPE void
19042| #define HAVE_SSIZE_T 1
19043| #define SIZEOF_INT 4
19044| #define SIZEOF_LONG 4
19045| #define SIZEOF_VOID_P 4
19046| #define SIZEOF_SHORT 2
19047| #define SIZEOF_FLOAT 4
19048| #define SIZEOF_DOUBLE 8
19049| #define SIZEOF_FPOS_T 8
19050| #define SIZEOF_SIZE_T 4
19051| #define HAVE_LONG_LONG 1
19052| #define SIZEOF_LONG_LONG 8
19053| #define HAVE_UINTPTR_T 1
19054| #define SIZEOF_UINTPTR_T 4
19055| #define SIZEOF_OFF_T 8
19056| #define HAVE_LARGEFILE_SUPPORT 1
19057| #define SIZEOF_TIME_T 4
19058| #define SIZEOF_PTHREAD_T 4
19059| #define USE_TOOLBOX_OBJECT_GLUE 1
19060| #define WITH_NEXT_FRAMEWORK 1
19061| #define WITH_DYLD 1
19062| #define SHLIB_EXT ".so"
19063| #define WITH_THREAD 1
19064| #define _REENTRANT 1
19065| #define WITH_DOC_STRINGS 1
19066| #define WITH_PYMALLOC 1
19067| #define HAVE_CHROOT 1
19068| #define HAVE_LINK 1
19069| #define HAVE_SYMLINK 1
19070| #define HAVE_FCHDIR 1
19071| #define HAVE_FSYNC 1
19072| #define HAVE_CTERMID_R 1
19073| #define HAVE_FLOCK 1
19074| #define HAVE_GETPAGESIZE 1
19075| #define HAVE_INET_PTON 1
19076| #define HAVE_SETGROUPS 1
19077| #define TIME_WITH_SYS_TIME 1
19078| #define HAVE_STRUCT_TM_TM_ZONE 1
19079| #define HAVE_TM_ZONE 1
19080| #define HAVE_STRUCT_STAT_ST_RDEV 1
19081| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
19082| #define HAVE_STRUCT_STAT_ST_FLAGS 1
19083| #define HAVE_STRUCT_STAT_ST_GEN 1
19084| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19085| #define HAVE_ST_BLOCKS 1
19086| #define SYS_SELECT_WITH_SYS_TIME 1
19087| #define HAVE_ADDRINFO 1
19088| #define HAVE_SOCKADDR_STORAGE 1
19089| #define HAVE_PROTOTYPES 1
19090| #define HAVE_STDARG_PROTOTYPES 1
19091| #define HAVE_SOCKETPAIR 1
19092| #define HAVE_SOCKADDR_SA_LEN 1
19093| /* end confdefs.h.  */
19094|
19095| /* Override any GCC internal prototype to avoid an error.
19096|    Use char because int might match the return type of a GCC
19097|    builtin and then its argument prototype would still apply.  */
19098| #ifdef __cplusplus
19099| extern "C"
19100| #endif
19101| char __fpu_control ();
19102| int
19103| main ()
19104| {
19105| return __fpu_control ();
19106|   ;
19107|   return 0;
19108| }
19109configure:19615: result: no
19110configure:19631: checking for --with-fpectl
19111configure:19650: result: no
19112configure:19662: checking for --with-libm=STRING
19113configure:19681: result: default LIBM=""
19114configure:19688: checking for --with-libc=STRING
19115configure:19707: result: default LIBC=""
19116configure:19719: checking for hypot
19117configure:19775: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c   >&5
19118Binary file conftest.er1 matches
19119configure:19781: $? = 1
19120configure: failed program was:
19121| /* confdefs.h.  */
19122| #define _GNU_SOURCE 1
19123| #define _NETBSD_SOURCE 1
19124| #define __BSD_VISIBLE 1
19125| #define _BSD_TYPES 1
19126| #define Py_ENABLE_SHARED 1
19127| #define STDC_HEADERS 1
19128| #define HAVE_SYS_TYPES_H 1
19129| #define HAVE_SYS_STAT_H 1
19130| #define HAVE_STDLIB_H 1
19131| #define HAVE_STRING_H 1
19132| #define HAVE_MEMORY_H 1
19133| #define HAVE_STRINGS_H 1
19134| #define HAVE_INTTYPES_H 1
19135| #define HAVE_STDINT_H 1
19136| #define HAVE_UNISTD_H 1
19137| #define HAVE_CURSES_H 1
19138| #define HAVE_DLFCN_H 1
19139| #define HAVE_ERRNO_H 1
19140| #define HAVE_FCNTL_H 1
19141| #define HAVE_GRP_H 1
19142| #define HAVE_LANGINFO_H 1
19143| #define HAVE_LIBINTL_H 1
19144| #define HAVE_NCURSES_H 1
19145| #define HAVE_POLL_H 1
19146| #define HAVE_PTHREAD_H 1
19147| #define HAVE_SIGNAL_H 1
19148| #define HAVE_STDINT_H 1
19149| #define HAVE_TERMIOS_H 1
19150| #define HAVE_UNISTD_H 1
19151| #define HAVE_UTIME_H 1
19152| #define HAVE_SYS_FILE_H 1
19153| #define HAVE_SYS_LOCK_H 1
19154| #define HAVE_SYS_PARAM_H 1
19155| #define HAVE_SYS_POLL_H 1
19156| #define HAVE_SYS_SELECT_H 1
19157| #define HAVE_SYS_SOCKET_H 1
19158| #define HAVE_SYS_STATVFS_H 1
19159| #define HAVE_SYS_STAT_H 1
19160| #define HAVE_SYS_TIME_H 1
19161| #define HAVE_SYS_TIMES_H 1
19162| #define HAVE_SYS_TYPES_H 1
19163| #define HAVE_SYS_UN_H 1
19164| #define HAVE_SYS_UTSNAME_H 1
19165| #define HAVE_SYS_WAIT_H 1
19166| #define HAVE_SYS_RESOURCE_H 1
19167| #define HAVE_SYSEXITS_H 1
19168| #define HAVE_DIRENT_H 1
19169| #define HAVE_TERM_H 1
19170| #define HAVE_MAKEDEV 1
19171| #define _LARGEFILE_SOURCE 1
19172| #define _FILE_OFFSET_BITS 64
19173| #if defined(SCO_DS)
19174| #undef _OFF_T
19175| #endif
19176| #define RETSIGTYPE void
19177| #define HAVE_SSIZE_T 1
19178| #define SIZEOF_INT 4
19179| #define SIZEOF_LONG 4
19180| #define SIZEOF_VOID_P 4
19181| #define SIZEOF_SHORT 2
19182| #define SIZEOF_FLOAT 4
19183| #define SIZEOF_DOUBLE 8
19184| #define SIZEOF_FPOS_T 8
19185| #define SIZEOF_SIZE_T 4
19186| #define HAVE_LONG_LONG 1
19187| #define SIZEOF_LONG_LONG 8
19188| #define HAVE_UINTPTR_T 1
19189| #define SIZEOF_UINTPTR_T 4
19190| #define SIZEOF_OFF_T 8
19191| #define HAVE_LARGEFILE_SUPPORT 1
19192| #define SIZEOF_TIME_T 4
19193| #define SIZEOF_PTHREAD_T 4
19194| #define USE_TOOLBOX_OBJECT_GLUE 1
19195| #define WITH_NEXT_FRAMEWORK 1
19196| #define WITH_DYLD 1
19197| #define SHLIB_EXT ".so"
19198| #define WITH_THREAD 1
19199| #define _REENTRANT 1
19200| #define WITH_DOC_STRINGS 1
19201| #define WITH_PYMALLOC 1
19202| #define HAVE_CHROOT 1
19203| #define HAVE_LINK 1
19204| #define HAVE_SYMLINK 1
19205| #define HAVE_FCHDIR 1
19206| #define HAVE_FSYNC 1
19207| #define HAVE_CTERMID_R 1
19208| #define HAVE_FLOCK 1
19209| #define HAVE_GETPAGESIZE 1
19210| #define HAVE_INET_PTON 1
19211| #define HAVE_SETGROUPS 1
19212| #define TIME_WITH_SYS_TIME 1
19213| #define HAVE_STRUCT_TM_TM_ZONE 1
19214| #define HAVE_TM_ZONE 1
19215| #define HAVE_STRUCT_STAT_ST_RDEV 1
19216| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
19217| #define HAVE_STRUCT_STAT_ST_FLAGS 1
19218| #define HAVE_STRUCT_STAT_ST_GEN 1
19219| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19220| #define HAVE_ST_BLOCKS 1
19221| #define SYS_SELECT_WITH_SYS_TIME 1
19222| #define HAVE_ADDRINFO 1
19223| #define HAVE_SOCKADDR_STORAGE 1
19224| #define HAVE_PROTOTYPES 1
19225| #define HAVE_STDARG_PROTOTYPES 1
19226| #define HAVE_SOCKETPAIR 1
19227| #define HAVE_SOCKADDR_SA_LEN 1
19228| /* end confdefs.h.  */
19229| /* Define hypot to an innocuous variant, in case <limits.h> declares hypot.
19230|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19231| #define hypot innocuous_hypot
19232|
19233| /* System header to define __stub macros and hopefully few prototypes,
19234|     which can conflict with char hypot (); below.
19235|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19236|     <limits.h> exists even on freestanding compilers.  */
19237|
19238| #ifdef __STDC__
19239| # include <limits.h>
19240| #else
19241| # include <assert.h>
19242| #endif
19243|
19244| #undef hypot
19245|
19246| /* Override any GCC internal prototype to avoid an error.
19247|    Use char because int might match the return type of a GCC
19248|    builtin and then its argument prototype would still apply.  */
19249| #ifdef __cplusplus
19250| extern "C"
19251| #endif
19252| char hypot ();
19253| /* The GNU C library defines this for functions which it implements
19254|     to always fail with ENOSYS.  Some functions are actually named
19255|     something starting with __ and the normal name is an alias.  */
19256| #if defined __stub_hypot || defined __stub___hypot
19257| choke me
19258| #endif
19259|
19260| int
19261| main ()
19262| {
19263| return hypot ();
19264|   ;
19265|   return 0;
19266| }
19267configure:19799: result: no
19268configure:19830: checking wchar.h usability
19269configure:19847: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
19270configure:19853: $? = 0
19271configure:19867: result: yes
19272configure:19871: checking wchar.h presence
19273configure:19886: /usr/bin/cpp-4.0 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c
19274configure:19892: $? = 0
19275configure:19906: result: yes
19276configure:19939: checking for wchar.h
19277configure:19946: result: yes
19278configure:19969: checking for wchar_t
19279configure:20000: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__DARWIN_UNIX03 conftest.c >&5
19280configure:20006: $? = 0
19281configure:20021: result: yes
19282configure:20028: checking size of wchar_t
19283configure:20336: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__DARWIN_UNIX03 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib conftest.c  >&5
19284ld: library not found for -lcrt1.10.5.o
19285collect2: ld returned 1 exit status
19286ld: library not found for -lcrt1.10.5.o
19287collect2: ld returned 1 exit status
19288lipo: can't open input file: /var/tmp//ccObyN4t.out (No such file or directory)
19289configure:20339: $? = 1
19290configure: program exited with status 1
19291configure: failed program was:
19292| /* confdefs.h.  */
19293| #define _GNU_SOURCE 1
19294| #define _NETBSD_SOURCE 1
19295| #define __BSD_VISIBLE 1
19296| #define _BSD_TYPES 1
19297| #define Py_ENABLE_SHARED 1
19298| #define STDC_HEADERS 1
19299| #define HAVE_SYS_TYPES_H 1
19300| #define HAVE_SYS_STAT_H 1
19301| #define HAVE_STDLIB_H 1
19302| #define HAVE_STRING_H 1
19303| #define HAVE_MEMORY_H 1
19304| #define HAVE_STRINGS_H 1
19305| #define HAVE_INTTYPES_H 1
19306| #define HAVE_STDINT_H 1
19307| #define HAVE_UNISTD_H 1
19308| #define HAVE_CURSES_H 1
19309| #define HAVE_DLFCN_H 1
19310| #define HAVE_ERRNO_H 1
19311| #define HAVE_FCNTL_H 1
19312| #define HAVE_GRP_H 1
19313| #define HAVE_LANGINFO_H 1
19314| #define HAVE_LIBINTL_H 1
19315| #define HAVE_NCURSES_H 1
19316| #define HAVE_POLL_H 1
19317| #define HAVE_PTHREAD_H 1
19318| #define HAVE_SIGNAL_H 1
19319| #define HAVE_STDINT_H 1
19320| #define HAVE_TERMIOS_H 1
19321| #define HAVE_UNISTD_H 1
19322| #define HAVE_UTIME_H 1
19323| #define HAVE_SYS_FILE_H 1
19324| #define HAVE_SYS_LOCK_H 1
19325| #define HAVE_SYS_PARAM_H 1
19326| #define HAVE_SYS_POLL_H 1
19327| #define HAVE_SYS_SELECT_H 1
19328| #define HAVE_SYS_SOCKET_H 1
19329| #define HAVE_SYS_STATVFS_H 1
19330| #define HAVE_SYS_STAT_H 1
19331| #define HAVE_SYS_TIME_H 1
19332| #define HAVE_SYS_TIMES_H 1
19333| #define HAVE_SYS_TYPES_H 1
19334| #define HAVE_SYS_UN_H 1
19335| #define HAVE_SYS_UTSNAME_H 1
19336| #define HAVE_SYS_WAIT_H 1
19337| #define HAVE_SYS_RESOURCE_H 1
19338| #define HAVE_SYSEXITS_H 1
19339| #define HAVE_DIRENT_H 1
19340| #define HAVE_TERM_H 1
19341| #define HAVE_MAKEDEV 1
19342| #define _LARGEFILE_SOURCE 1
19343| #define _FILE_OFFSET_BITS 64
19344| #if defined(SCO_DS)
19345| #undef _OFF_T
19346| #endif
19347| #define RETSIGTYPE void
19348| #define HAVE_SSIZE_T 1
19349| #define SIZEOF_INT 4
19350| #define SIZEOF_LONG 4
19351| #define SIZEOF_VOID_P 4
19352| #define SIZEOF_SHORT 2
19353| #define SIZEOF_FLOAT 4
19354| #define SIZEOF_DOUBLE 8
19355| #define SIZEOF_FPOS_T 8
19356| #define SIZEOF_SIZE_T 4
19357| #define HAVE_LONG_LONG 1
19358| #define SIZEOF_LONG_LONG 8
19359| #define HAVE_UINTPTR_T 1
19360| #define SIZEOF_UINTPTR_T 4
19361| #define SIZEOF_OFF_T 8
19362| #define HAVE_LARGEFILE_SUPPORT 1
19363| #define SIZEOF_TIME_T 4
19364| #define SIZEOF_PTHREAD_T 4
19365| #define USE_TOOLBOX_OBJECT_GLUE 1
19366| #define WITH_NEXT_FRAMEWORK 1
19367| #define WITH_DYLD 1
19368| #define SHLIB_EXT ".so"
19369| #define WITH_THREAD 1
19370| #define _REENTRANT 1
19371| #define WITH_DOC_STRINGS 1
19372| #define WITH_PYMALLOC 1
19373| #define HAVE_CHROOT 1
19374| #define HAVE_LINK 1
19375| #define HAVE_SYMLINK 1
19376| #define HAVE_FCHDIR 1
19377| #define HAVE_FSYNC 1
19378| #define HAVE_CTERMID_R 1
19379| #define HAVE_FLOCK 1
19380| #define HAVE_GETPAGESIZE 1
19381| #define HAVE_INET_PTON 1
19382| #define HAVE_SETGROUPS 1
19383| #define TIME_WITH_SYS_TIME 1
19384| #define HAVE_STRUCT_TM_TM_ZONE 1
19385| #define HAVE_TM_ZONE 1
19386| #define HAVE_STRUCT_STAT_ST_RDEV 1
19387| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
19388| #define HAVE_STRUCT_STAT_ST_FLAGS 1
19389| #define HAVE_STRUCT_STAT_ST_GEN 1
19390| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19391| #define HAVE_ST_BLOCKS 1
19392| #define SYS_SELECT_WITH_SYS_TIME 1
19393| #define HAVE_ADDRINFO 1
19394| #define HAVE_SOCKADDR_STORAGE 1
19395| #define HAVE_PROTOTYPES 1
19396| #define HAVE_STDARG_PROTOTYPES 1
19397| #define HAVE_SOCKETPAIR 1
19398| #define HAVE_SOCKADDR_SA_LEN 1
19399| #define HAVE_WCHAR_H 1
19400| /* end confdefs.h.  */
19401| #include <wchar.h>
19402|
19403|    typedef wchar_t ac__type_sizeof_;
19404| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
19405| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
19406| #include <stdio.h>
19407| #include <stdlib.h>
19408| int
19409| main ()
19410| {
19411|
19412|   FILE *f = fopen ("conftest.val", "w");
19413|   if (! f)
19414|     return 1;
19415|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
19416|     {
19417|       long int i = longval ();
19418|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
19419|       return 1;
19420|       fprintf (f, "%ld\n", i);
19421|     }
19422|   else
19423|     {
19424|       unsigned long int i = ulongval ();
19425|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
19426|       return 1;
19427|       fprintf (f, "%lu\n", i);
19428|     }
19429|   return ferror (f) || fclose (f) != 0;
19430|
19431|   ;
19432|   return 0;
19433| }
19434configure:20359: error: cannot compute sizeof (wchar_t)
19435See `config.log' for more details.
19436
19437## ---------------- ##
19438## Cache variables. ##
19439## ---------------- ##
19440
19441ac_cv_c_char_unsigned=no
19442ac_cv_c_compiler_gnu=yes
19443ac_cv_c_const=yes
19444ac_cv_cxx_thread=no
19445ac_cv_env_CC_set=set
19446ac_cv_env_CC_value=/usr/bin/gcc-4.0
19447ac_cv_env_CFLAGS_set=set
19448ac_cv_env_CFLAGS_value=-O2
19449ac_cv_env_CPPFLAGS_set=set
19450ac_cv_env_CPPFLAGS_value='-I/opt/local/include -D__DARWIN_UNIX03'
19451ac_cv_env_CPP_set=set
19452ac_cv_env_CPP_value=/usr/bin/cpp-4.0
19453ac_cv_env_LDFLAGS_set=set
19454ac_cv_env_LDFLAGS_value=-L/opt/local/lib
19455ac_cv_env_LIBS_set=
19456ac_cv_env_LIBS_value=
19457ac_cv_env_build_alias_set=
19458ac_cv_env_build_alias_value=
19459ac_cv_env_host_alias_set=
19460ac_cv_env_host_alias_value=
19461ac_cv_env_target_alias_set=
19462ac_cv_env_target_alias_value=
19463ac_cv_func___fpu_control=no
19464ac_cv_func__getpty=no
19465ac_cv_func_alarm=no
19466ac_cv_func_bind_textdomain_codeset=no
19467ac_cv_func_chown=no
19468ac_cv_func_clock=no
19469ac_cv_func_confstr=no
19470ac_cv_func_ctermid=no
19471ac_cv_func_dlopen=no
19472ac_cv_func_dup2=no
19473ac_cv_func_execv=no
19474ac_cv_func_fork=no
19475ac_cv_func_forkpty=no
19476ac_cv_func_fpathconf=no
19477ac_cv_func_fseek64=no
19478ac_cv_func_fseeko=no
19479ac_cv_func_fstatvfs=no
19480ac_cv_func_ftell64=no
19481ac_cv_func_ftello=no
19482ac_cv_func_ftime=no
19483ac_cv_func_ftruncate=no
19484ac_cv_func_gai_strerror=no
19485ac_cv_func_getcwd=no
19486ac_cv_func_getgroups=no
19487ac_cv_func_gethostbyname=no
19488ac_cv_func_gethostbyname_r=no
19489ac_cv_func_getloadavg=no
19490ac_cv_func_getlogin=no
19491ac_cv_func_getnameinfo=no
19492ac_cv_func_getpeername=no
19493ac_cv_func_getpgid=no
19494ac_cv_func_getpgrp=no
19495ac_cv_func_getpid=no
19496ac_cv_func_getpriority=no
19497ac_cv_func_getpwent=no
19498ac_cv_func_getsid=no
19499ac_cv_func_getspent=no
19500ac_cv_func_getspnam=no
19501ac_cv_func_gettimeofday=no
19502ac_cv_func_getwd=no
19503ac_cv_func_hypot=no
19504ac_cv_func_kill=no
19505ac_cv_func_killpg=no
19506ac_cv_func_lchown=no
19507ac_cv_func_lstat=no
19508ac_cv_func_memmove=no
19509ac_cv_func_mkfifo=no
19510ac_cv_func_mknod=no
19511ac_cv_func_mktime=no
19512ac_cv_func_mremap=no
19513ac_cv_func_nice=no
19514ac_cv_func_openpty=no
19515ac_cv_func_pathconf=no
19516ac_cv_func_pause=no
19517ac_cv_func_plock=no
19518ac_cv_func_poll=no
19519ac_cv_func_pthread_init=no
19520ac_cv_func_pthread_sigmask=no
19521ac_cv_func_putenv=no
19522ac_cv_func_readlink=no
19523ac_cv_func_realpath=no
19524ac_cv_func_select=no
19525ac_cv_func_setegid=no
19526ac_cv_func_seteuid=no
19527ac_cv_func_setgid=no
19528ac_cv_func_setlocale=no
19529ac_cv_func_setpgid=no
19530ac_cv_func_setpgrp=no
19531ac_cv_func_setregid=no
19532ac_cv_func_setreuid=no
19533ac_cv_func_setsid=no
19534ac_cv_func_setuid=no
19535ac_cv_func_setvbuf=no
19536ac_cv_func_sigaction=no
19537ac_cv_func_siginterrupt=no
19538ac_cv_func_sigrelse=no
19539ac_cv_func_snprintf=no
19540ac_cv_func_statvfs=no
19541ac_cv_func_strdup=no
19542ac_cv_func_strerror=no
19543ac_cv_func_strftime=no
19544ac_cv_func_sysconf=no
19545ac_cv_func_tcgetpgrp=no
19546ac_cv_func_tcsetpgrp=no
19547ac_cv_func_tempnam=no
19548ac_cv_func_timegm=no
19549ac_cv_func_times=no
19550ac_cv_func_tmpfile=no
19551ac_cv_func_tmpnam=no
19552ac_cv_func_tmpnam_r=no
19553ac_cv_func_truncate=no
19554ac_cv_func_uname=no
19555ac_cv_func_unsetenv=no
19556ac_cv_func_utimes=no
19557ac_cv_func_wait3=no
19558ac_cv_func_wait4=no
19559ac_cv_func_waitpid=no
19560ac_cv_func_wcscoll=no
19561ac_cv_has_makedev=yes
19562ac_cv_header_asm_types_h=no
19563ac_cv_header_bluetooth_bluetooth_h=no
19564ac_cv_header_bluetooth_h=no
19565ac_cv_header_conio_h=no
19566ac_cv_header_curses_h=yes
19567ac_cv_header_direct_h=no
19568ac_cv_header_dirent_dirent_h=yes
19569ac_cv_header_dlfcn_h=yes
19570ac_cv_header_errno_h=yes
19571ac_cv_header_fcntl_h=yes
19572ac_cv_header_ffi_h=no
19573ac_cv_header_grp_h=yes
19574ac_cv_header_inttypes_h=yes
19575ac_cv_header_io_h=no
19576ac_cv_header_langinfo_h=yes
19577ac_cv_header_libintl_h=yes
19578ac_cv_header_libutil_h=no
19579ac_cv_header_linux_netlink_h=no
19580ac_cv_header_memory_h=yes
19581ac_cv_header_ncurses_h=yes
19582ac_cv_header_netpacket_packet_h=no
19583ac_cv_header_poll_h=yes
19584ac_cv_header_process_h=no
19585ac_cv_header_pthread_h=yes
19586ac_cv_header_pty_h=no
19587ac_cv_header_shadow_h=no
19588ac_cv_header_signal_h=yes
19589ac_cv_header_stdc=yes
19590ac_cv_header_stdint_h=yes
19591ac_cv_header_stdlib_h=yes
19592ac_cv_header_string_h=yes
19593ac_cv_header_strings_h=yes
19594ac_cv_header_stropts_h=no
19595ac_cv_header_sys_audioio_h=no
19596ac_cv_header_sys_bsdtty_h=no
19597ac_cv_header_sys_file_h=yes
19598ac_cv_header_sys_loadavg_h=no
19599ac_cv_header_sys_lock_h=yes
19600ac_cv_header_sys_mkdev_h=no
19601ac_cv_header_sys_modem_h=no
19602ac_cv_header_sys_param_h=yes
19603ac_cv_header_sys_poll_h=yes
19604ac_cv_header_sys_resource_h=yes
19605ac_cv_header_sys_select_h=yes
19606ac_cv_header_sys_socket_h=yes
19607ac_cv_header_sys_stat_h=yes
19608ac_cv_header_sys_statvfs_h=yes
19609ac_cv_header_sys_time_h=yes
19610ac_cv_header_sys_times_h=yes
19611ac_cv_header_sys_types_h=yes
19612ac_cv_header_sys_types_h_makedev=yes
19613ac_cv_header_sys_un_h=yes
19614ac_cv_header_sys_utsname_h=yes
19615ac_cv_header_sys_wait_h=yes
19616ac_cv_header_sysexits_h=yes
19617ac_cv_header_term_h=yes
19618ac_cv_header_termios_h=yes
19619ac_cv_header_thread_h=no
19620ac_cv_header_time=yes
19621ac_cv_header_time_altzone=no
19622ac_cv_header_unistd_h=yes
19623ac_cv_header_utime_h=yes
19624ac_cv_header_wchar_h=yes
19625ac_cv_kpthread=no
19626ac_cv_kthread=no
19627ac_cv_lib_bsd_forkpty=no
19628ac_cv_lib_bsd_openpty=no
19629ac_cv_lib_c_inet_aton=no
19630ac_cv_lib_dl_dlopen=no
19631ac_cv_lib_dld_shl_load=no
19632ac_cv_lib_ieee___fpu_control=no
19633ac_cv_lib_intl_textdomain=no
19634ac_cv_lib_nsl_t_open=no
19635ac_cv_lib_resolv_inet_aton=no
19636ac_cv_lib_socket_socket=no
19637ac_cv_lib_util_forkpty=no
19638ac_cv_lib_util_openpty=no
19639ac_cv_lib_z_inflateCopy=no
19640ac_cv_member_struct_stat_st_birthtime=no
19641ac_cv_member_struct_stat_st_blksize=yes
19642ac_cv_member_struct_stat_st_blocks=yes
19643ac_cv_member_struct_stat_st_flags=yes
19644ac_cv_member_struct_stat_st_gen=yes
19645ac_cv_member_struct_stat_st_rdev=yes
19646ac_cv_member_struct_tm_tm_zone=yes
19647ac_cv_no_strict_aliasing_ok=yes
19648ac_cv_objext=o
19649ac_cv_olimit_ok=no
19650ac_cv_opt_olimit_ok=no
19651ac_cv_path_EGREP='/usr/bin/grep -E'
19652ac_cv_path_GREP=/usr/bin/grep
19653ac_cv_prog_AR=ar
19654ac_cv_prog_CPP=/usr/bin/cpp-4.0
19655ac_cv_prog_SVNVERSION=found
19656ac_cv_prog_TRUE=true
19657ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
19658ac_cv_prog_ac_ct_RANLIB=ranlib
19659ac_cv_prog_cc_c89=
19660ac_cv_prog_cc_g=yes
19661ac_cv_pthread=no
19662ac_cv_pthread_is_default=yes
19663ac_cv_pthread_system_supported=no
19664ac_cv_search_opendir='none required'
19665ac_cv_search_sem_init=no
19666ac_cv_sizeof_double=8
19667ac_cv_sizeof_float=4
19668ac_cv_sizeof_fpos_t=8
19669ac_cv_sizeof_int=4
19670ac_cv_sizeof_long=4
19671ac_cv_sizeof_long_long=8
19672ac_cv_sizeof_off_t=8
19673ac_cv_sizeof_pthread_t=4
19674ac_cv_sizeof_short=2
19675ac_cv_sizeof_size_t=4
19676ac_cv_sizeof_time_t=4
19677ac_cv_sizeof_uintptr_t=4
19678ac_cv_sizeof_void_p=4
19679ac_cv_struct_addrinfo=yes
19680ac_cv_struct_sockaddr_storage=yes
19681ac_cv_struct_tm=time.h
19682ac_cv_type_double=yes
19683ac_cv_type_float=yes
19684ac_cv_type_fpos_t=yes
19685ac_cv_type_int=yes
19686ac_cv_type_long=yes
19687ac_cv_type_long_long=yes
19688ac_cv_type_mode_t=yes
19689ac_cv_type_off_t=yes
19690ac_cv_type_pid_t=yes
19691ac_cv_type_short=yes
19692ac_cv_type_signal=void
19693ac_cv_type_size_t=yes
19694ac_cv_type_ssize_t=yes
19695ac_cv_type_uid_t=yes
19696ac_cv_type_uintptr_t=yes
19697ac_cv_type_void_p=yes
19698ac_cv_type_wchar_t=yes
19699
19700## ----------------- ##
19701## Output variables. ##
19702## ----------------- ##
19703
19704AR='ar'
19705BASECFLAGS='-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk  -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic'
19706BLDLIBRARY=''
19707BLDSHARED='$(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup'
19708BUILDEXEEXT='.exe'
19709CC='/usr/bin/gcc-4.0'
19710CCSHARED=''
19711CFLAGS='-O2'
19712CFLAGSFORSHARED='$(CCSHARED)'
19713CONFIGURE_MACOSX_DEPLOYMENT_TARGET='10.5'
19714CONFIG_ARGS=' '\''--prefix=/opt/local'\'' '\''--enable-shared'\'' '\''--enable-framework=/opt/local/Library/Frameworks'\'' '\''--mandir=/opt/local/share/man'\'' '\''--without-readline'\'' '\''--disable-tk'\'' '\''--enable-universalsdk'\'' '\''CC=/usr/bin/gcc-4.0'\'' '\''CFLAGS=-O2'\'' '\''LDFLAGS=-L/opt/local/lib'\'' '\''CPPFLAGS=-I/opt/local/include -D__DARWIN_UNIX03'\'' '\''CPP=/usr/bin/cpp-4.0'\'''
19715CPP='/usr/bin/cpp-4.0'
19716CPPFLAGS='-I/opt/local/include -D__DARWIN_UNIX03'
19717CXX='/usr/bin/g++-4.0'
19718DEFS=''
19719DLINCLDIR='.'
19720DLLLIBRARY=''
19721DYNLOADFILE='dynload_stub.o'
19722ECHO_C='ECHO_N=''
19723ECHO_T=''
19724EGREP='/usr/bin/grep -E'
19725EXEEXT=''
19726EXPORT_MACOSX_DEPLOYMENT_TARGET=''
19727EXTRAMACHDEPPATH='$(PLATMACPATH)'
19728EXTRAPLATDIR='$(PLATMACDIRS)'
19729FRAMEWORKALTINSTALLFIRST='frameworkinstallstructure bininstall maninstall'
19730FRAMEWORKALTINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools'
19731FRAMEWORKINSTALLFIRST='frameworkinstallstructure'
19732FRAMEWORKINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools'
19733FRAMEWORKUNIXTOOLSPREFIX='/opt/local'
19734GREP='/usr/bin/grep'
19735HAVE_GETHOSTBYNAME=''
19736HAVE_GETHOSTBYNAME_R=''
19737HAVE_GETHOSTBYNAME_R_3_ARG=''
19738HAVE_GETHOSTBYNAME_R_5_ARG=''
19739HAVE_GETHOSTBYNAME_R_6_ARG=''
19740INSTALL_DATA='${INSTALL} -m 644'
19741INSTALL_PROGRAM='${INSTALL}'
19742INSTALL_SCRIPT='${INSTALL}'
19743INSTSONAME='$(LDLIBRARY)'
19744LDFLAGS='-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib'
19745LDLAST=''
19746LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
19747LDLIBRARYDIR=''
19748LDSHARED='$(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup'
19749LIBC=''
19750LIBM=''
19751LIBOBJS=' dup2.o getcwd.o strdup.o strerror.o memmove.o hypot.o'
19752LIBRARY='libpython$(VERSION).a'
19753LIBS=''
19754LIBTOOL_CRUFT=' -lSystem -lSystemStubs -arch_only i386 -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) -compatibility_version $(VERSION) -current_version $(VERSION)'
19755LINKCC='$(PURIFY) $(MAINCC)'
19756LINKFORSHARED='-u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
19757LN='ln'
19758LTLIBOBJS=''
19759MACHDEP='darwin'
19760MACHDEP_OBJS='Python/mactoolboxglue.o'
19761MAINCC='$(CC)'
19762OBJEXT='o'
19763OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes'
19764OTHER_LIBTOOL_OPT=''
19765PACKAGE_BUGREPORT='http://www.python.org/python-bugs'
19766PACKAGE_NAME='python'
19767PACKAGE_STRING='python 2.5'
19768PACKAGE_TARNAME='python'
19769PACKAGE_VERSION='2.5'
19770PATH_SEPARATOR=':'
19771PYTHONFRAMEWORK='Python'
19772PYTHONFRAMEWORKDIR='Python.framework'
19773PYTHONFRAMEWORKINSTALLDIR='/opt/local/Library/Frameworks/Python.framework'
19774PYTHONFRAMEWORKPREFIX='/opt/local/Library/Frameworks'
19775RANLIB='ranlib'
19776RUNSHARED='DYLD_FRAMEWORK_PATH=/opt/local/var/macports/build/_opt_mports_migports_lang_python25/work/Python-2.5.2:'
19777SGI_ABI=''
19778SHELL='/bin/sh'
19779SHLIBS='$(LIBS)'
19780SIGNAL_OBJS=''
19781SO='.so'
19782SOVERSION='1.0'
19783SRCDIRS=''
19784SVNVERSION='svnversion $(srcdir)'
19785THREADHEADERS=''
19786THREADOBJ='Python/thread.o'
19787TRUE='true'
19788UNICODE_OBJS=''
19789UNIVERSALSDK='/Developer/SDKs/MacOSX10.4u.sdk'
19790USE_SIGNAL_MODULE=''
19791USE_THREAD_MODULE=''
19792VERSION='2.5'
19793ac_ct_CC='/usr/bin/gcc-4.0'
19794bindir='${exec_prefix}/bin'
19795build_alias=''
19796datadir='${datarootdir}'
19797datarootdir='${prefix}/share'
19798docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
19799dvidir='${docdir}'
19800exec_prefix='NONE'
19801host_alias=''
19802htmldir='${docdir}'
19803includedir='${prefix}/include'
19804infodir='${datarootdir}/info'
19805libdir='${exec_prefix}/lib'
19806libexecdir='${exec_prefix}/libexec'
19807localedir='${datarootdir}/locale'
19808localstatedir='${prefix}/var'
19809mandir='/opt/local/share/man'
19810oldincludedir='/usr/include'
19811pdfdir='${docdir}'
19812prefix='/opt/local/Library/Frameworks/Python.framework/Versions/2.5'
19813program_transform_name='s,x,x,'
19814psdir='${docdir}'
19815sbindir='${exec_prefix}/sbin'
19816sharedstatedir='${prefix}/com'
19817sysconfdir='${prefix}/etc'
19818target_alias=''
19819
19820## ----------- ##
19821## confdefs.h. ##
19822## ----------- ##
19823
19824#define _GNU_SOURCE 1
19825#define _NETBSD_SOURCE 1
19826#define __BSD_VISIBLE 1
19827#define _BSD_TYPES 1
19828#define Py_ENABLE_SHARED 1
19829#define STDC_HEADERS 1
19830#define HAVE_SYS_TYPES_H 1
19831#define HAVE_SYS_STAT_H 1
19832#define HAVE_STDLIB_H 1
19833#define HAVE_STRING_H 1
19834#define HAVE_MEMORY_H 1
19835#define HAVE_STRINGS_H 1
19836#define HAVE_INTTYPES_H 1
19837#define HAVE_STDINT_H 1
19838#define HAVE_UNISTD_H 1
19839#define HAVE_CURSES_H 1
19840#define HAVE_DLFCN_H 1
19841#define HAVE_ERRNO_H 1
19842#define HAVE_FCNTL_H 1
19843#define HAVE_GRP_H 1
19844#define HAVE_LANGINFO_H 1
19845#define HAVE_LIBINTL_H 1
19846#define HAVE_NCURSES_H 1
19847#define HAVE_POLL_H 1
19848#define HAVE_PTHREAD_H 1
19849#define HAVE_SIGNAL_H 1
19850#define HAVE_STDINT_H 1
19851#define HAVE_TERMIOS_H 1
19852#define HAVE_UNISTD_H 1
19853#define HAVE_UTIME_H 1
19854#define HAVE_SYS_FILE_H 1
19855#define HAVE_SYS_LOCK_H 1
19856#define HAVE_SYS_PARAM_H 1
19857#define HAVE_SYS_POLL_H 1
19858#define HAVE_SYS_SELECT_H 1
19859#define HAVE_SYS_SOCKET_H 1
19860#define HAVE_SYS_STATVFS_H 1
19861#define HAVE_SYS_STAT_H 1
19862#define HAVE_SYS_TIME_H 1
19863#define HAVE_SYS_TIMES_H 1
19864#define HAVE_SYS_TYPES_H 1
19865#define HAVE_SYS_UN_H 1
19866#define HAVE_SYS_UTSNAME_H 1
19867#define HAVE_SYS_WAIT_H 1
19868#define HAVE_SYS_RESOURCE_H 1
19869#define HAVE_SYSEXITS_H 1
19870#define HAVE_DIRENT_H 1
19871#define HAVE_TERM_H 1
19872#define HAVE_MAKEDEV 1
19873#define _LARGEFILE_SOURCE 1
19874#define _FILE_OFFSET_BITS 64
19875#if defined(SCO_DS)
19876#undef _OFF_T
19877#endif
19878#define RETSIGTYPE void
19879#define HAVE_SSIZE_T 1
19880#define SIZEOF_INT 4
19881#define SIZEOF_LONG 4
19882#define SIZEOF_VOID_P 4
19883#define SIZEOF_SHORT 2
19884#define SIZEOF_FLOAT 4
19885#define SIZEOF_DOUBLE 8
19886#define SIZEOF_FPOS_T 8
19887#define SIZEOF_SIZE_T 4
19888#define HAVE_LONG_LONG 1
19889#define SIZEOF_LONG_LONG 8
19890#define HAVE_UINTPTR_T 1
19891#define SIZEOF_UINTPTR_T 4
19892#define SIZEOF_OFF_T 8
19893#define HAVE_LARGEFILE_SUPPORT 1
19894#define SIZEOF_TIME_T 4
19895#define SIZEOF_PTHREAD_T 4
19896#define USE_TOOLBOX_OBJECT_GLUE 1
19897#define WITH_NEXT_FRAMEWORK 1
19898#define WITH_DYLD 1
19899#define SHLIB_EXT ".so"
19900#define WITH_THREAD 1
19901#define _REENTRANT 1
19902#define WITH_DOC_STRINGS 1
19903#define WITH_PYMALLOC 1
19904#define HAVE_CHROOT 1
19905#define HAVE_LINK 1
19906#define HAVE_SYMLINK 1
19907#define HAVE_FCHDIR 1
19908#define HAVE_FSYNC 1
19909#define HAVE_CTERMID_R 1
19910#define HAVE_FLOCK 1
19911#define HAVE_GETPAGESIZE 1
19912#define HAVE_INET_PTON 1
19913#define HAVE_SETGROUPS 1
19914#define TIME_WITH_SYS_TIME 1
19915#define HAVE_STRUCT_TM_TM_ZONE 1
19916#define HAVE_TM_ZONE 1
19917#define HAVE_STRUCT_STAT_ST_RDEV 1
19918#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
19919#define HAVE_STRUCT_STAT_ST_FLAGS 1
19920#define HAVE_STRUCT_STAT_ST_GEN 1
19921#define HAVE_STRUCT_STAT_ST_BLOCKS 1
19922#define HAVE_ST_BLOCKS 1
19923#define SYS_SELECT_WITH_SYS_TIME 1
19924#define HAVE_ADDRINFO 1
19925#define HAVE_SOCKADDR_STORAGE 1
19926#define HAVE_PROTOTYPES 1
19927#define HAVE_STDARG_PROTOTYPES 1
19928#define HAVE_SOCKETPAIR 1
19929#define HAVE_SOCKADDR_SA_LEN 1
19930#define HAVE_WCHAR_H 1
19931
19932configure: exit 77