Ticket #32934: magic_config.log

File magic_config.log, 45.0 KB (added by yannick.heinrich@…, 12 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MacBook-Pro-de-HEINRICH.local
14uname -m = x86_64
15uname -r = 11.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 98 tasks, 423 threads, 4 processors
34Load average: 1.34, Mach factor: 2.93
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1373: checking build system type
52configure:1391: result: i386-apple-darwin11.2.0
53configure:1399: checking host system type
54configure:1413: result: i386-apple-darwin11.2.0
55configure:1421: checking target system type
56configure:1435: result: i386-apple-darwin11.2.0
57configure:1512: checking for gcc
58configure:1538: result: /Developer/usr/bin/clang
59configure:1782: checking for C compiler version
60configure:1785: /Developer/usr/bin/clang --version </dev/null >&5
61Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
62Target: x86_64-apple-darwin11.2.0
63Thread model: posix
64configure:1788: $? = 0
65configure:1790: /Developer/usr/bin/clang -v </dev/null >&5
66Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
67Target: x86_64-apple-darwin11.2.0
68Thread model: posix
69configure:1793: $? = 0
70configure:1795: /Developer/usr/bin/clang -V </dev/null >&5
71clang: error: argument to '-V' is missing (expected 1 value)
72clang: error: no input files
73configure:1798: $? = 1
74configure:1821: checking for C compiler default output file name
75configure:1824: /Developer/usr/bin/clang -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
76configure:1827: $? = 0
77configure:1873: result: a.out
78configure:1878: checking whether the C compiler works
79configure:1884: ./a.out
80configure:1887: $? = 0
81configure:1904: result: yes
82configure:1911: checking whether we are cross compiling
83configure:1913: result: no
84configure:1916: checking for suffix of executables
85configure:1918: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
86configure:1921: $? = 0
87configure:1946: result:
88configure:1952: checking for suffix of object files
89configure:1973: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
90configure:1976: $? = 0
91configure:1998: result: o
92configure:2002: checking whether we are using the GNU C compiler
93configure:2026: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
94configure:2032: $? = 0
95configure:2036: test -z
96                         || test ! -s conftest.err
97configure:2039: $? = 0
98configure:2042: test -s conftest.o
99configure:2045: $? = 0
100configure:2058: result: yes
101configure:2064: checking whether /Developer/usr/bin/clang accepts -g
102configure:2085: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
103configure:2091: $? = 0
104configure:2095: test -z
105                         || test ! -s conftest.err
106configure:2098: $? = 0
107configure:2101: test -s conftest.o
108configure:2104: $? = 0
109configure:2115: result: yes
110configure:2132: checking for /Developer/usr/bin/clang option to accept ANSI C
111configure:2202: /Developer/usr/bin/clang  -c -g -I/opt/local/include conftest.c >&5
112configure:2208: $? = 0
113configure:2212: test -z
114                         || test ! -s conftest.err
115configure:2215: $? = 0
116configure:2218: test -s conftest.o
117configure:2221: $? = 0
118configure:2239: result: none needed
119configure:2257: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
120conftest.c:2:3: error: unknown type name 'choke'
121  choke me
122  ^
123conftest.c:2:11: error: expected ';' after top level declarator
124  choke me
125          ^
126          ;
1272 errors generated.
128configure:2263: $? = 1
129configure: failed program was:
130| #ifndef __cplusplus
131|   choke me
132| #endif
133configure:2401: checking how to run the C preprocessor
134configure:2436: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
135configure:2442: $? = 0
136configure:2474: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
137conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
138#include <ac_nonexistent.h>
139         ^
1401 error generated.
141configure:2480: $? = 1
142configure: failed program was:
143| /* confdefs.h.  */
144|
145| #define PACKAGE_NAME ""
146| #define PACKAGE_TARNAME ""
147| #define PACKAGE_VERSION ""
148| #define PACKAGE_STRING ""
149| #define PACKAGE_BUGREPORT ""
150| #define MAGIC_VERSION "7.5"
151| #define MAGIC_REVISION "180"
152| /* end confdefs.h.  */
153| #include <ac_nonexistent.h>
154configure:2519: result: /Developer/usr/bin/clang -E
155configure:2543: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
156configure:2549: $? = 0
157configure:2581: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
158conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
159#include <ac_nonexistent.h>
160         ^
1611 error generated.
162configure:2587: $? = 1
163configure: failed program was:
164| /* confdefs.h.  */
165|
166| #define PACKAGE_NAME ""
167| #define PACKAGE_TARNAME ""
168| #define PACKAGE_VERSION ""
169| #define PACKAGE_STRING ""
170| #define PACKAGE_BUGREPORT ""
171| #define MAGIC_VERSION "7.5"
172| #define MAGIC_REVISION "180"
173| /* end confdefs.h.  */
174| #include <ac_nonexistent.h>
175configure:2631: checking for library containing strerror
176configure:2661: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
177conftest.c:18:6: warning: incompatible redeclaration of library function 'strerror'
178char strerror ();
179     ^
180conftest.c:18:6: note: 'strerror' is a builtin with type 'char *(int)'
1811 warning generated.
182configure:2667: $? = 0
183configure:2671: test -z
184                         || test ! -s conftest.err
185configure:2674: $? = 0
186configure:2677: test -s conftest
187configure:2680: $? = 0
188configure:2750: result: none required
189configure:2770: checking for a BSD-compatible install
190configure:2825: result: /usr/bin/install -c
191configure:2877: checking for ranlib
192configure:2893: found /usr/bin/ranlib
193configure:2904: result: ranlib
194configure:2921: checking for gm4
195configure:2939: found /opt/local/bin/gm4
196configure:2951: result: /opt/local/bin/gm4
197configure:2993: checking for ld used by GCC
198configure:3056: result: /Developer/usr/bin/ld
199configure:3065: checking if the linker (/Developer/usr/bin/ld) is GNU ld
200configure:3077: result: no
201configure:3084: checking for egrep
202configure:3094: result: grep -E
203configure:3099: checking for ANSI C header files
204configure:3124: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
205configure:3130: $? = 0
206configure:3134: test -z
207                         || test ! -s conftest.err
208configure:3137: $? = 0
209configure:3140: test -s conftest.o
210configure:3143: $? = 0
211configure:3232: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
212conftest.c:28:7: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))'
213      exit(2);
214      ^
215conftest.c:28:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2161 warning generated.
217configure:3235: $? = 0
218configure:3237: ./conftest
219configure:3240: $? = 0
220configure:3255: result: yes
221configure:3279: checking for sys/types.h
222configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
223configure:3301: $? = 0
224configure:3305: test -z
225                         || test ! -s conftest.err
226configure:3308: $? = 0
227configure:3311: test -s conftest.o
228configure:3314: $? = 0
229configure:3325: result: yes
230configure:3279: checking for sys/stat.h
231configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
232configure:3301: $? = 0
233configure:3305: test -z
234                         || test ! -s conftest.err
235configure:3308: $? = 0
236configure:3311: test -s conftest.o
237configure:3314: $? = 0
238configure:3325: result: yes
239configure:3279: checking for stdlib.h
240configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
241configure:3301: $? = 0
242configure:3305: test -z
243                         || test ! -s conftest.err
244configure:3308: $? = 0
245configure:3311: test -s conftest.o
246configure:3314: $? = 0
247configure:3325: result: yes
248configure:3279: checking for string.h
249configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
250configure:3301: $? = 0
251configure:3305: test -z
252                         || test ! -s conftest.err
253configure:3308: $? = 0
254configure:3311: test -s conftest.o
255configure:3314: $? = 0
256configure:3325: result: yes
257configure:3279: checking for memory.h
258configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
259configure:3301: $? = 0
260configure:3305: test -z
261                         || test ! -s conftest.err
262configure:3308: $? = 0
263configure:3311: test -s conftest.o
264configure:3314: $? = 0
265configure:3325: result: yes
266configure:3279: checking for strings.h
267configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
268configure:3301: $? = 0
269configure:3305: test -z
270                         || test ! -s conftest.err
271configure:3308: $? = 0
272configure:3311: test -s conftest.o
273configure:3314: $? = 0
274configure:3325: result: yes
275configure:3279: checking for inttypes.h
276configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
277configure:3301: $? = 0
278configure:3305: test -z
279                         || test ! -s conftest.err
280configure:3308: $? = 0
281configure:3311: test -s conftest.o
282configure:3314: $? = 0
283configure:3325: result: yes
284configure:3279: checking for stdint.h
285configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
286configure:3301: $? = 0
287configure:3305: test -z
288                         || test ! -s conftest.err
289configure:3308: $? = 0
290configure:3311: test -s conftest.o
291configure:3314: $? = 0
292configure:3325: result: yes
293configure:3279: checking for unistd.h
294configure:3295: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
295configure:3301: $? = 0
296configure:3305: test -z
297                         || test ! -s conftest.err
298configure:3308: $? = 0
299configure:3311: test -s conftest.o
300configure:3314: $? = 0
301configure:3325: result: yes
302configure:3337: checking for void *
303configure:3361: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
304configure:3367: $? = 0
305configure:3371: test -z
306                         || test ! -s conftest.err
307configure:3374: $? = 0
308configure:3377: test -s conftest.o
309configure:3380: $? = 0
310configure:3391: result: yes
311configure:3394: checking size of void *
312configure:3713: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
313configure:3716: $? = 0
314configure:3718: ./conftest
315configure:3721: $? = 0
316configure:3744: result: 8
317configure:3751: checking for unsigned int
318configure:3775: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
319configure:3781: $? = 0
320configure:3785: test -z
321                         || test ! -s conftest.err
322configure:3788: $? = 0
323configure:3791: test -s conftest.o
324configure:3794: $? = 0
325configure:3805: result: yes
326configure:3808: checking size of unsigned int
327configure:4127: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
328configure:4130: $? = 0
329configure:4132: ./conftest
330configure:4135: $? = 0
331configure:4158: result: 4
332configure:4165: checking for unsigned long
333configure:4189: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
334configure:4195: $? = 0
335configure:4199: test -z
336                         || test ! -s conftest.err
337configure:4202: $? = 0
338configure:4205: test -s conftest.o
339configure:4208: $? = 0
340configure:4219: result: yes
341configure:4222: checking size of unsigned long
342configure:4541: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
343configure:4544: $? = 0
344configure:4546: ./conftest
345configure:4549: $? = 0
346configure:4572: result: 8
347configure:4579: checking for unsigned long long
348configure:4603: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
349configure:4609: $? = 0
350configure:4613: test -z
351                         || test ! -s conftest.err
352configure:4616: $? = 0
353configure:4619: test -s conftest.o
354configure:4622: $? = 0
355configure:4633: result: yes
356configure:4636: checking size of unsigned long long
357configure:4955: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
358configure:4958: $? = 0
359configure:4960: ./conftest
360configure:4963: $? = 0
361configure:4986: result: 8
362configure:4994: checking whether byte ordering is bigendian
363configure:5021: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
364configure:5027: $? = 0
365configure:5031: test -z
366                         || test ! -s conftest.err
367configure:5034: $? = 0
368configure:5037: test -s conftest.o
369configure:5040: $? = 0
370configure:5064: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
371conftest.c:32:2: error: use of undeclared identifier 'not'
372 not big endian
373 ^
3741 error generated.
375configure:5070: $? = 1
376configure: failed program was:
377| /* confdefs.h.  */
378|
379| #define PACKAGE_NAME ""
380| #define PACKAGE_TARNAME ""
381| #define PACKAGE_VERSION ""
382| #define PACKAGE_STRING ""
383| #define PACKAGE_BUGREPORT ""
384| #define MAGIC_VERSION "7.5"
385| #define MAGIC_REVISION "180"
386| #define STDC_HEADERS 1
387| #define HAVE_SYS_TYPES_H 1
388| #define HAVE_SYS_STAT_H 1
389| #define HAVE_STDLIB_H 1
390| #define HAVE_STRING_H 1
391| #define HAVE_MEMORY_H 1
392| #define HAVE_STRINGS_H 1
393| #define HAVE_INTTYPES_H 1
394| #define HAVE_STDINT_H 1
395| #define HAVE_UNISTD_H 1
396| #define SIZEOF_VOID_P 8
397| #define SIZEOF_UNSIGNED_INT 4
398| #define SIZEOF_UNSIGNED_LONG 8
399| #define SIZEOF_UNSIGNED_LONG_LONG 8
400| /* end confdefs.h.  */
401| #include <sys/types.h>
402| #include <sys/param.h>
403|
404| int
405| main ()
406| {
407| #if BYTE_ORDER != BIG_ENDIAN
408|  not big endian
409| #endif
410|
411|   ;
412|   return 0;
413| }
414configure:5205: result: no
415configure:5225: checking for ANSI C header files
416configure:5381: result: yes
417configure:5397: checking for setenv
418configure:5454: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
419configure:5460: $? = 0
420configure:5464: test -z
421                         || test ! -s conftest.err
422configure:5467: $? = 0
423configure:5470: test -s conftest
424configure:5473: $? = 0
425configure:5485: result: yes
426configure:5397: checking for putenv
427configure:5454: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
428configure:5460: $? = 0
429configure:5464: test -z
430                         || test ! -s conftest.err
431configure:5467: $? = 0
432configure:5470: test -s conftest
433configure:5473: $? = 0
434configure:5485: result: yes
435configure:5496: checking for vfork
436configure:5553: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
437configure:5559: $? = 0
438configure:5563: test -z
439                         || test ! -s conftest.err
440configure:5566: $? = 0
441configure:5569: test -s conftest
442configure:5572: $? = 0
443configure:5584: result: yes
444configure:5602: checking sys/mman.h usability
445configure:5614: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
446configure:5620: $? = 0
447configure:5624: test -z
448                         || test ! -s conftest.err
449configure:5627: $? = 0
450configure:5630: test -s conftest.o
451configure:5633: $? = 0
452configure:5643: result: yes
453configure:5647: checking sys/mman.h presence
454configure:5657: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
455configure:5663: $? = 0
456configure:5683: result: yes
457configure:5718: checking for sys/mman.h
458configure:5725: result: yes
459configure:5753: checking dirent.h usability
460configure:5765: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
461configure:5771: $? = 0
462configure:5775: test -z
463                         || test ! -s conftest.err
464configure:5778: $? = 0
465configure:5781: test -s conftest.o
466configure:5784: $? = 0
467configure:5794: result: yes
468configure:5798: checking dirent.h presence
469configure:5808: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
470configure:5814: $? = 0
471configure:5834: result: yes
472configure:5869: checking for dirent.h
473configure:5876: result: yes
474configure:5904: checking limits.h usability
475configure:5916: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
476configure:5922: $? = 0
477configure:5926: test -z
478                         || test ! -s conftest.err
479configure:5929: $? = 0
480configure:5932: test -s conftest.o
481configure:5935: $? = 0
482configure:5945: result: yes
483configure:5949: checking limits.h presence
484configure:5959: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
485configure:5965: $? = 0
486configure:5985: result: yes
487configure:6020: checking for limits.h
488configure:6027: result: yes
489configure:6055: checking param.h usability
490configure:6067: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
491conftest.c:65:10: fatal error: 'param.h' file not found
492#include <param.h>
493         ^
4941 error generated.
495configure:6073: $? = 1
496configure: failed program was:
497| /* confdefs.h.  */
498|
499| #define PACKAGE_NAME ""
500| #define PACKAGE_TARNAME ""
501| #define PACKAGE_VERSION ""
502| #define PACKAGE_STRING ""
503| #define PACKAGE_BUGREPORT ""
504| #define MAGIC_VERSION "7.5"
505| #define MAGIC_REVISION "180"
506| #define STDC_HEADERS 1
507| #define HAVE_SYS_TYPES_H 1
508| #define HAVE_SYS_STAT_H 1
509| #define HAVE_STDLIB_H 1
510| #define HAVE_STRING_H 1
511| #define HAVE_MEMORY_H 1
512| #define HAVE_STRINGS_H 1
513| #define HAVE_INTTYPES_H 1
514| #define HAVE_STDINT_H 1
515| #define HAVE_UNISTD_H 1
516| #define SIZEOF_VOID_P 8
517| #define SIZEOF_UNSIGNED_INT 4
518| #define SIZEOF_UNSIGNED_LONG 8
519| #define SIZEOF_UNSIGNED_LONG_LONG 8
520| #define STDC_HEADERS 1
521| #define HAVE_SETENV 1
522| #define HAVE_PUTENV 1
523| #define HAVE_SYS_MMAN_H 1
524| #define HAVE_DIRENT_H 1
525| #define HAVE_LIMITS_H 1
526| /* end confdefs.h.  */
527| #include <stdio.h>
528| #if HAVE_SYS_TYPES_H
529| # include <sys/types.h>
530| #endif
531| #if HAVE_SYS_STAT_H
532| # include <sys/stat.h>
533| #endif
534| #if STDC_HEADERS
535| # include <stdlib.h>
536| # include <stddef.h>
537| #else
538| # if HAVE_STDLIB_H
539| #  include <stdlib.h>
540| # endif
541| #endif
542| #if HAVE_STRING_H
543| # if !STDC_HEADERS && HAVE_MEMORY_H
544| #  include <memory.h>
545| # endif
546| # include <string.h>
547| #endif
548| #if HAVE_STRINGS_H
549| # include <strings.h>
550| #endif
551| #if HAVE_INTTYPES_H
552| # include <inttypes.h>
553| #else
554| # if HAVE_STDINT_H
555| #  include <stdint.h>
556| # endif
557| #endif
558| #if HAVE_UNISTD_H
559| # include <unistd.h>
560| #endif
561| #include <param.h>
562configure:6096: result: no
563configure:6100: checking param.h presence
564configure:6110: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
565conftest.c:31:10: fatal error: 'param.h' file not found
566#include <param.h>
567         ^
5681 error generated.
569configure:6116: $? = 1
570configure: failed program was:
571| /* confdefs.h.  */
572|
573| #define PACKAGE_NAME ""
574| #define PACKAGE_TARNAME ""
575| #define PACKAGE_VERSION ""
576| #define PACKAGE_STRING ""
577| #define PACKAGE_BUGREPORT ""
578| #define MAGIC_VERSION "7.5"
579| #define MAGIC_REVISION "180"
580| #define STDC_HEADERS 1
581| #define HAVE_SYS_TYPES_H 1
582| #define HAVE_SYS_STAT_H 1
583| #define HAVE_STDLIB_H 1
584| #define HAVE_STRING_H 1
585| #define HAVE_MEMORY_H 1
586| #define HAVE_STRINGS_H 1
587| #define HAVE_INTTYPES_H 1
588| #define HAVE_STDINT_H 1
589| #define HAVE_UNISTD_H 1
590| #define SIZEOF_VOID_P 8
591| #define SIZEOF_UNSIGNED_INT 4
592| #define SIZEOF_UNSIGNED_LONG 8
593| #define SIZEOF_UNSIGNED_LONG_LONG 8
594| #define STDC_HEADERS 1
595| #define HAVE_SETENV 1
596| #define HAVE_PUTENV 1
597| #define HAVE_SYS_MMAN_H 1
598| #define HAVE_DIRENT_H 1
599| #define HAVE_LIMITS_H 1
600| /* end confdefs.h.  */
601| #include <param.h>
602configure:6136: result: no
603configure:6171: checking for param.h
604configure:6178: result: no
605configure:6206: checking paths.h usability
606configure:6218: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
607configure:6224: $? = 0
608configure:6228: test -z
609                         || test ! -s conftest.err
610configure:6231: $? = 0
611configure:6234: test -s conftest.o
612configure:6237: $? = 0
613configure:6247: result: yes
614configure:6251: checking paths.h presence
615configure:6261: /Developer/usr/bin/clang -E -I/opt/local/include conftest.c
616configure:6267: $? = 0
617configure:6287: result: yes
618configure:6322: checking for paths.h
619configure:6329: result: yes
620configure:6343: checking for va_copy
621configure:6366: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
622configure:6372: $? = 0
623configure:6376: test -z
624                         || test ! -s conftest.err
625configure:6379: $? = 0
626configure:6382: test -s conftest
627configure:6385: $? = 0
628configure:6398: result: yes
629configure:6408: checking for __va_copy
630configure:6431: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
631configure:6437: $? = 0
632configure:6441: test -z
633                         || test ! -s conftest.err
634configure:6444: $? = 0
635configure:6447: test -s conftest
636configure:6450: $? = 0
637configure:6463: result: yes
638configure:6480: checking for built-in roundf
639configure:6503: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
640configure:6509: $? = 0
641configure:6513: test -z
642                         || test ! -s conftest.err
643configure:6516: $? = 0
644configure:6519: test -s conftest
645configure:6522: $? = 0
646configure:6535: result: yes
647configure:6614: checking for built-in round
648configure:6637: /Developer/usr/bin/clang -o conftest -g -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
649configure:6643: $? = 0
650configure:6647: test -z
651                         || test ! -s conftest.err
652configure:6650: $? = 0
653configure:6653: test -s conftest
654configure:6656: $? = 0
655configure:6669: result: yes
656configure:6795: checking for gcore
657configure:6826: result: no
658configure:6837: checking for csh
659configure:6855: found /bin/csh
660configure:6868: result: /bin/csh
661configure:6883: checking for X
662configure:6988: /Developer/usr/bin/clang -E  conftest.c
663configure:6994: $? = 0
664configure:7044: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c -lXt  >&5
665configure:7050: $? = 0
666configure:7054: test -z
667                         || test ! -s conftest.err
668configure:7057: $? = 0
669configure:7060: test -s conftest
670configure:7063: $? = 0
671configure:7113: result: libraries , headers
672configure:7285: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c   -lX11 >&5
673configure:7291: $? = 0
674configure:7295: test -z
675                         || test ! -s conftest.err
676configure:7298: $? = 0
677configure:7301: test -s conftest
678configure:7304: $? = 0
679configure:7462: checking for gethostbyname
680configure:7519: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c  >&5
681configure:7525: $? = 0
682configure:7529: test -z
683                         || test ! -s conftest.err
684configure:7532: $? = 0
685configure:7535: test -s conftest
686configure:7538: $? = 0
687configure:7550: result: yes
688configure:7701: checking for connect
689configure:7758: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c  >&5
690configure:7764: $? = 0
691configure:7768: test -z
692                         || test ! -s conftest.err
693configure:7771: $? = 0
694configure:7774: test -s conftest
695configure:7777: $? = 0
696configure:7789: result: yes
697configure:7864: checking for remove
698configure:7921: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c  >&5
699configure:7927: $? = 0
700configure:7931: test -z
701                         || test ! -s conftest.err
702configure:7934: $? = 0
703configure:7937: test -s conftest
704configure:7940: $? = 0
705configure:7952: result: yes
706configure:8027: checking for shmat
707configure:8084: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c  >&5
708configure:8090: $? = 0
709configure:8094: test -z
710                         || test ! -s conftest.err
711configure:8097: $? = 0
712configure:8100: test -s conftest
713configure:8103: $? = 0
714configure:8115: result: yes
715configure:8199: checking for IceConnectionNumber in -lICE
716configure:8229: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c -lICE   >&5
717configure:8235: $? = 0
718configure:8239: test -z
719                         || test ! -s conftest.err
720configure:8242: $? = 0
721configure:8245: test -s conftest
722configure:8248: $? = 0
723configure:8261: result: yes
724configure:8295: checking for XOpenDevice in -lXi
725configure:8325: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c -lXi   >&5
726configure:8331: $? = 0
727configure:8335: test -z
728                         || test ! -s conftest.err
729configure:8338: $? = 0
730configure:8341: test -s conftest
731configure:8344: $? = 0
732configure:8357: result: yes
733configure:8363: checking for XmuInternAtom in -lXmu
734configure:8393: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c -lXmu   >&5
735configure:8399: $? = 0
736configure:8403: test -z
737                         || test ! -s conftest.err
738configure:8406: $? = 0
739configure:8409: test -s conftest
740configure:8412: $? = 0
741configure:8425: result: yes
742configure:8431: checking for XextFindDisplay in -lXext
743configure:8461: /Developer/usr/bin/clang -o conftest -g  -L/opt/local/lib -arch x86_64 conftest.c -lXext   >&5
744configure:8467: $? = 0
745configure:8471: test -z
746                         || test ! -s conftest.err
747configure:8474: $? = 0
748configure:8477: test -s conftest
749configure:8480: $? = 0
750configure:8493: result: yes
751configure:8573: checking for tclConfig.sh
752configure:8652: result: /opt/local/lib/tclConfig.sh
753configure:8668: checking for tkConfig.sh
754configure:8744: result: /opt/local/lib/tkConfig.sh
755configure:8852: checking for wish executable
756configure:8880: result: /opt/local/bin/wish8.5
757configure:8886: checking for tclsh executable
758configure:8912: result: /opt/local/bin/tclsh8.5
759configure:9734: checking GL/gl.h usability
760configure:9746: /Developer/usr/bin/clang -c -g   conftest.c >&5
761conftest.c:76:10: fatal error: 'GL/gl.h' file not found
762#include <GL/gl.h>
763         ^
7641 error generated.
765configure:9752: $? = 1
766configure: failed program was:
767| /* confdefs.h.  */
768|
769| #define PACKAGE_NAME ""
770| #define PACKAGE_TARNAME ""
771| #define PACKAGE_VERSION ""
772| #define PACKAGE_STRING ""
773| #define PACKAGE_BUGREPORT ""
774| #define MAGIC_VERSION "7.5"
775| #define MAGIC_REVISION "180"
776| #define STDC_HEADERS 1
777| #define HAVE_SYS_TYPES_H 1
778| #define HAVE_SYS_STAT_H 1
779| #define HAVE_STDLIB_H 1
780| #define HAVE_STRING_H 1
781| #define HAVE_MEMORY_H 1
782| #define HAVE_STRINGS_H 1
783| #define HAVE_INTTYPES_H 1
784| #define HAVE_STDINT_H 1
785| #define HAVE_UNISTD_H 1
786| #define SIZEOF_VOID_P 8
787| #define SIZEOF_UNSIGNED_INT 4
788| #define SIZEOF_UNSIGNED_LONG 8
789| #define SIZEOF_UNSIGNED_LONG_LONG 8
790| #define STDC_HEADERS 1
791| #define HAVE_SETENV 1
792| #define HAVE_PUTENV 1
793| #define HAVE_SYS_MMAN_H 1
794| #define HAVE_DIRENT_H 1
795| #define HAVE_LIMITS_H 1
796| #define HAVE_PATHS_H 1
797| #define HAVE_VA_COPY 1
798| #define HAVE___VA_COPY 1
799| #define FILE_LOCKS 1
800| #define CALMA_MODULE 1
801| #define CIF_MODULE 1
802| #define PLOT_MODULE 1
803| #define LEF_MODULE 1
804| #define NONMANHATTAN 1
805| #define ROUTE_MODULE 1
806| #define USE_NEW_MACROS 1
807| /* end confdefs.h.  */
808| #include <stdio.h>
809| #if HAVE_SYS_TYPES_H
810| # include <sys/types.h>
811| #endif
812| #if HAVE_SYS_STAT_H
813| # include <sys/stat.h>
814| #endif
815| #if STDC_HEADERS
816| # include <stdlib.h>
817| # include <stddef.h>
818| #else
819| # if HAVE_STDLIB_H
820| #  include <stdlib.h>
821| # endif
822| #endif
823| #if HAVE_STRING_H
824| # if !STDC_HEADERS && HAVE_MEMORY_H
825| #  include <memory.h>
826| # endif
827| # include <string.h>
828| #endif
829| #if HAVE_STRINGS_H
830| # include <strings.h>
831| #endif
832| #if HAVE_INTTYPES_H
833| # include <inttypes.h>
834| #else
835| # if HAVE_STDINT_H
836| #  include <stdint.h>
837| # endif
838| #endif
839| #if HAVE_UNISTD_H
840| # include <unistd.h>
841| #endif
842| #include <GL/gl.h>
843configure:9775: result: no
844configure:9779: checking GL/gl.h presence
845configure:9789: /Developer/usr/bin/clang -E   conftest.c
846conftest.c:42:10: fatal error: 'GL/gl.h' file not found
847#include <GL/gl.h>
848         ^
8491 error generated.
850configure:9795: $? = 1
851configure: failed program was:
852| /* confdefs.h.  */
853|
854| #define PACKAGE_NAME ""
855| #define PACKAGE_TARNAME ""
856| #define PACKAGE_VERSION ""
857| #define PACKAGE_STRING ""
858| #define PACKAGE_BUGREPORT ""
859| #define MAGIC_VERSION "7.5"
860| #define MAGIC_REVISION "180"
861| #define STDC_HEADERS 1
862| #define HAVE_SYS_TYPES_H 1
863| #define HAVE_SYS_STAT_H 1
864| #define HAVE_STDLIB_H 1
865| #define HAVE_STRING_H 1
866| #define HAVE_MEMORY_H 1
867| #define HAVE_STRINGS_H 1
868| #define HAVE_INTTYPES_H 1
869| #define HAVE_STDINT_H 1
870| #define HAVE_UNISTD_H 1
871| #define SIZEOF_VOID_P 8
872| #define SIZEOF_UNSIGNED_INT 4
873| #define SIZEOF_UNSIGNED_LONG 8
874| #define SIZEOF_UNSIGNED_LONG_LONG 8
875| #define STDC_HEADERS 1
876| #define HAVE_SETENV 1
877| #define HAVE_PUTENV 1
878| #define HAVE_SYS_MMAN_H 1
879| #define HAVE_DIRENT_H 1
880| #define HAVE_LIMITS_H 1
881| #define HAVE_PATHS_H 1
882| #define HAVE_VA_COPY 1
883| #define HAVE___VA_COPY 1
884| #define FILE_LOCKS 1
885| #define CALMA_MODULE 1
886| #define CIF_MODULE 1
887| #define PLOT_MODULE 1
888| #define LEF_MODULE 1
889| #define NONMANHATTAN 1
890| #define ROUTE_MODULE 1
891| #define USE_NEW_MACROS 1
892| /* end confdefs.h.  */
893| #include <GL/gl.h>
894configure:9815: result: no
895configure:9850: checking for GL/gl.h
896configure:9857: result: no
897configure:10768: checking for g++
898configure:10784: found /usr/bin/g++
899configure:10794: result: g++
900configure:10810: checking for C++ compiler version
901configure:10813: g++ --version </dev/null >&5
902i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
903Copyright (C) 2007 Free Software Foundation, Inc.
904This is free software; see the source for copying conditions.  There is NO
905warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
906
907configure:10816: $? = 0
908configure:10818: g++ -v </dev/null >&5
909Using built-in specs.
910Target: i686-apple-darwin11
911Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
912Thread model: posix
913gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
914configure:10821: $? = 0
915configure:10823: g++ -V </dev/null >&5
916llvm-g++-4.2: argument to `-V' is missing
917configure:10826: $? = 1
918configure:10829: checking whether we are using the GNU C++ compiler
919configure:10853: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
920configure:10859: $? = 0
921configure:10863: test -z
922                         || test ! -s conftest.err
923configure:10866: $? = 0
924configure:10869: test -s conftest.o
925configure:10872: $? = 0
926configure:10885: result: yes
927configure:10891: checking whether g++ accepts -g
928configure:10912: g++ -c -g  conftest.cc >&5
929configure:10918: $? = 0
930configure:10922: test -z
931                         || test ! -s conftest.err
932configure:10925: $? = 0
933configure:10928: test -s conftest.o
934configure:10931: $? = 0
935configure:10942: result: yes
936configure:10984: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
937configure:10990: $? = 0
938configure:10994: test -z
939                         || test ! -s conftest.err
940configure:10997: $? = 0
941configure:11000: test -s conftest.o
942configure:11003: $? = 0
943configure:11029: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
944conftest.cc: In function 'int main()':
945conftest.cc:48: error: 'exit' was not declared in this scope
946configure:11035: $? = 1
947configure: failed program was:
948| /* confdefs.h.  */
949|
950| #define PACKAGE_NAME ""
951| #define PACKAGE_TARNAME ""
952| #define PACKAGE_VERSION ""
953| #define PACKAGE_STRING ""
954| #define PACKAGE_BUGREPORT ""
955| #define MAGIC_VERSION "7.5"
956| #define MAGIC_REVISION "180"
957| #define STDC_HEADERS 1
958| #define HAVE_SYS_TYPES_H 1
959| #define HAVE_SYS_STAT_H 1
960| #define HAVE_STDLIB_H 1
961| #define HAVE_STRING_H 1
962| #define HAVE_MEMORY_H 1
963| #define HAVE_STRINGS_H 1
964| #define HAVE_INTTYPES_H 1
965| #define HAVE_STDINT_H 1
966| #define HAVE_UNISTD_H 1
967| #define SIZEOF_VOID_P 8
968| #define SIZEOF_UNSIGNED_INT 4
969| #define SIZEOF_UNSIGNED_LONG 8
970| #define SIZEOF_UNSIGNED_LONG_LONG 8
971| #define STDC_HEADERS 1
972| #define HAVE_SETENV 1
973| #define HAVE_PUTENV 1
974| #define HAVE_SYS_MMAN_H 1
975| #define HAVE_DIRENT_H 1
976| #define HAVE_LIMITS_H 1
977| #define HAVE_PATHS_H 1
978| #define HAVE_VA_COPY 1
979| #define HAVE___VA_COPY 1
980| #define FILE_LOCKS 1
981| #define CALMA_MODULE 1
982| #define CIF_MODULE 1
983| #define PLOT_MODULE 1
984| #define LEF_MODULE 1
985| #define NONMANHATTAN 1
986| #define ROUTE_MODULE 1
987| #define USE_NEW_MACROS 1
988| #define MAGIC_WRAPPER 1
989| #define macosx 1
990| /* end confdefs.h.  */
991|
992| int
993| main ()
994| {
995| exit (42);
996|   ;
997|   return 0;
998| }
999configure:10984: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
1000conftest.cc:44: error: 'void std::exit(int)' should have been declared inside 'std'
1001In file included from conftest.cc:45:
1002/usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions
1003conftest.cc:44: error: from previous declaration 'void std::exit(int) throw ()'
1004configure:10990: $? = 1
1005configure: failed program was:
1006| /* confdefs.h.  */
1007|
1008| #define PACKAGE_NAME ""
1009| #define PACKAGE_TARNAME ""
1010| #define PACKAGE_VERSION ""
1011| #define PACKAGE_STRING ""
1012| #define PACKAGE_BUGREPORT ""
1013| #define MAGIC_VERSION "7.5"
1014| #define MAGIC_REVISION "180"
1015| #define STDC_HEADERS 1
1016| #define HAVE_SYS_TYPES_H 1
1017| #define HAVE_SYS_STAT_H 1
1018| #define HAVE_STDLIB_H 1
1019| #define HAVE_STRING_H 1
1020| #define HAVE_MEMORY_H 1
1021| #define HAVE_STRINGS_H 1
1022| #define HAVE_INTTYPES_H 1
1023| #define HAVE_STDINT_H 1
1024| #define HAVE_UNISTD_H 1
1025| #define SIZEOF_VOID_P 8
1026| #define SIZEOF_UNSIGNED_INT 4
1027| #define SIZEOF_UNSIGNED_LONG 8
1028| #define SIZEOF_UNSIGNED_LONG_LONG 8
1029| #define STDC_HEADERS 1
1030| #define HAVE_SETENV 1
1031| #define HAVE_PUTENV 1
1032| #define HAVE_SYS_MMAN_H 1
1033| #define HAVE_DIRENT_H 1
1034| #define HAVE_LIMITS_H 1
1035| #define HAVE_PATHS_H 1
1036| #define HAVE_VA_COPY 1
1037| #define HAVE___VA_COPY 1
1038| #define FILE_LOCKS 1
1039| #define CALMA_MODULE 1
1040| #define CIF_MODULE 1
1041| #define PLOT_MODULE 1
1042| #define LEF_MODULE 1
1043| #define NONMANHATTAN 1
1044| #define ROUTE_MODULE 1
1045| #define USE_NEW_MACROS 1
1046| #define MAGIC_WRAPPER 1
1047| #define macosx 1
1048| /* end confdefs.h.  */
1049| extern "C" void std::exit (int) throw (); using std::exit;
1050| #include <stdlib.h>
1051| int
1052| main ()
1053| {
1054| exit (42);
1055|   ;
1056|   return 0;
1057| }
1058configure:10984: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
1059conftest.cc:44: error: 'void std::exit(int)' should have been declared inside 'std'
1060configure:10990: $? = 1
1061configure: failed program was:
1062| /* confdefs.h.  */
1063|
1064| #define PACKAGE_NAME ""
1065| #define PACKAGE_TARNAME ""
1066| #define PACKAGE_VERSION ""
1067| #define PACKAGE_STRING ""
1068| #define PACKAGE_BUGREPORT ""
1069| #define MAGIC_VERSION "7.5"
1070| #define MAGIC_REVISION "180"
1071| #define STDC_HEADERS 1
1072| #define HAVE_SYS_TYPES_H 1
1073| #define HAVE_SYS_STAT_H 1
1074| #define HAVE_STDLIB_H 1
1075| #define HAVE_STRING_H 1
1076| #define HAVE_MEMORY_H 1
1077| #define HAVE_STRINGS_H 1
1078| #define HAVE_INTTYPES_H 1
1079| #define HAVE_STDINT_H 1
1080| #define HAVE_UNISTD_H 1
1081| #define SIZEOF_VOID_P 8
1082| #define SIZEOF_UNSIGNED_INT 4
1083| #define SIZEOF_UNSIGNED_LONG 8
1084| #define SIZEOF_UNSIGNED_LONG_LONG 8
1085| #define STDC_HEADERS 1
1086| #define HAVE_SETENV 1
1087| #define HAVE_PUTENV 1
1088| #define HAVE_SYS_MMAN_H 1
1089| #define HAVE_DIRENT_H 1
1090| #define HAVE_LIMITS_H 1
1091| #define HAVE_PATHS_H 1
1092| #define HAVE_VA_COPY 1
1093| #define HAVE___VA_COPY 1
1094| #define FILE_LOCKS 1
1095| #define CALMA_MODULE 1
1096| #define CIF_MODULE 1
1097| #define PLOT_MODULE 1
1098| #define LEF_MODULE 1
1099| #define NONMANHATTAN 1
1100| #define ROUTE_MODULE 1
1101| #define USE_NEW_MACROS 1
1102| #define MAGIC_WRAPPER 1
1103| #define macosx 1
1104| /* end confdefs.h.  */
1105| extern "C" void std::exit (int); using std::exit;
1106| #include <stdlib.h>
1107| int
1108| main ()
1109| {
1110| exit (42);
1111|   ;
1112|   return 0;
1113| }
1114configure:10984: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
1115In file included from conftest.cc:45:
1116/usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions
1117conftest.cc:44: error: from previous declaration 'void exit(int) throw ()'
1118configure:10990: $? = 1
1119configure: failed program was:
1120| /* confdefs.h.  */
1121|
1122| #define PACKAGE_NAME ""
1123| #define PACKAGE_TARNAME ""
1124| #define PACKAGE_VERSION ""
1125| #define PACKAGE_STRING ""
1126| #define PACKAGE_BUGREPORT ""
1127| #define MAGIC_VERSION "7.5"
1128| #define MAGIC_REVISION "180"
1129| #define STDC_HEADERS 1
1130| #define HAVE_SYS_TYPES_H 1
1131| #define HAVE_SYS_STAT_H 1
1132| #define HAVE_STDLIB_H 1
1133| #define HAVE_STRING_H 1
1134| #define HAVE_MEMORY_H 1
1135| #define HAVE_STRINGS_H 1
1136| #define HAVE_INTTYPES_H 1
1137| #define HAVE_STDINT_H 1
1138| #define HAVE_UNISTD_H 1
1139| #define SIZEOF_VOID_P 8
1140| #define SIZEOF_UNSIGNED_INT 4
1141| #define SIZEOF_UNSIGNED_LONG 8
1142| #define SIZEOF_UNSIGNED_LONG_LONG 8
1143| #define STDC_HEADERS 1
1144| #define HAVE_SETENV 1
1145| #define HAVE_PUTENV 1
1146| #define HAVE_SYS_MMAN_H 1
1147| #define HAVE_DIRENT_H 1
1148| #define HAVE_LIMITS_H 1
1149| #define HAVE_PATHS_H 1
1150| #define HAVE_VA_COPY 1
1151| #define HAVE___VA_COPY 1
1152| #define FILE_LOCKS 1
1153| #define CALMA_MODULE 1
1154| #define CIF_MODULE 1
1155| #define PLOT_MODULE 1
1156| #define LEF_MODULE 1
1157| #define NONMANHATTAN 1
1158| #define ROUTE_MODULE 1
1159| #define USE_NEW_MACROS 1
1160| #define MAGIC_WRAPPER 1
1161| #define macosx 1
1162| /* end confdefs.h.  */
1163| extern "C" void exit (int) throw ();
1164| #include <stdlib.h>
1165| int
1166| main ()
1167| {
1168| exit (42);
1169|   ;
1170|   return 0;
1171| }
1172configure:10984: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
1173configure:10990: $? = 0
1174configure:10994: test -z
1175                         || test ! -s conftest.err
1176configure:10997: $? = 0
1177configure:11000: test -s conftest.o
1178configure:11003: $? = 0
1179configure:11029: g++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
1180configure:11035: $? = 0
1181configure:11039: test -z
1182                         || test ! -s conftest.err
1183configure:11042: $? = 0
1184configure:11045: test -s conftest.o
1185configure:11048: $? = 0
1186configure:11239: creating ./config.status
1187
1188## ---------------------- ##
1189## Running config.status. ##
1190## ---------------------- ##
1191
1192This file was extended by config.status, which was
1193generated by GNU Autoconf 2.59.  Invocation command line was
1194
1195  CONFIG_FILES    =
1196  CONFIG_HEADERS  =
1197  CONFIG_LINKS    =
1198  CONFIG_COMMANDS =
1199  $ ./config.status
1200
1201on MacBook-Pro-de-HEINRICH.local
1202
1203config.status:703: creating defs.mak
1204
1205## ---------------- ##
1206## Cache variables. ##
1207## ---------------- ##
1208
1209ac_cv_build=i386-apple-darwin11.2.0
1210ac_cv_build_alias=i386-apple-darwin11.2.0
1211ac_cv_c___va_copy=yes
1212ac_cv_c_bigendian=no
1213ac_cv_c_compiler_gnu=yes
1214ac_cv_c_round=yes
1215ac_cv_c_roundf=yes
1216ac_cv_c_va_copy=yes
1217ac_cv_cxx_compiler_gnu=yes
1218ac_cv_env_CC_set=set
1219ac_cv_env_CC_value=/Developer/usr/bin/clang
1220ac_cv_env_CFLAGS_set=set
1221ac_cv_env_CFLAGS_value=-g
1222ac_cv_env_CPPFLAGS_set=set
1223ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1224ac_cv_env_CPP_set=
1225ac_cv_env_CPP_value=
1226ac_cv_env_CXXFLAGS_set=set
1227ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
1228ac_cv_env_CXX_set=set
1229ac_cv_env_CXX_value=/Developer/usr/bin/clang++
1230ac_cv_env_LDFLAGS_set=set
1231ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
1232ac_cv_env_build_alias_set=
1233ac_cv_env_build_alias_value=
1234ac_cv_env_host_alias_set=
1235ac_cv_env_host_alias_value=
1236ac_cv_env_target_alias_set=
1237ac_cv_env_target_alias_value=
1238ac_cv_exeext=
1239ac_cv_func_connect=yes
1240ac_cv_func_gethostbyname=yes
1241ac_cv_func_putenv=yes
1242ac_cv_func_remove=yes
1243ac_cv_func_setenv=yes
1244ac_cv_func_shmat=yes
1245ac_cv_func_vfork=yes
1246ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries='
1247ac_cv_header_GL_gl_h=no
1248ac_cv_header_dirent_h=yes
1249ac_cv_header_inttypes_h=yes
1250ac_cv_header_limits_h=yes
1251ac_cv_header_memory_h=yes
1252ac_cv_header_param_h=no
1253ac_cv_header_paths_h=yes
1254ac_cv_header_stdc=yes
1255ac_cv_header_stdint_h=yes
1256ac_cv_header_stdlib_h=yes
1257ac_cv_header_string_h=yes
1258ac_cv_header_strings_h=yes
1259ac_cv_header_sys_mman_h=yes
1260ac_cv_header_sys_stat_h=yes
1261ac_cv_header_sys_types_h=yes
1262ac_cv_header_unistd_h=yes
1263ac_cv_host=i386-apple-darwin11.2.0
1264ac_cv_host_alias=i386-apple-darwin11.2.0
1265ac_cv_lib_ICE_IceConnectionNumber=yes
1266ac_cv_lib_Xext_XextFindDisplay=yes
1267ac_cv_lib_Xi_XOpenDevice=yes
1268ac_cv_lib_Xmu_XmuInternAtom=yes
1269ac_cv_objext=o
1270ac_cv_path_CSH=/bin/csh
1271ac_cv_path_GCORE=no
1272ac_cv_path_LD=/Developer/usr/bin/ld
1273ac_cv_path_M4=/opt/local/bin/gm4
1274ac_cv_prog_CPP='/Developer/usr/bin/clang -E'
1275ac_cv_prog_ac_ct_CC=/Developer/usr/bin/clang
1276ac_cv_prog_ac_ct_CXX=g++
1277ac_cv_prog_ac_ct_RANLIB=ranlib
1278ac_cv_prog_cc_g=yes
1279ac_cv_prog_cc_stdc=
1280ac_cv_prog_cxx_g=yes
1281ac_cv_prog_egrep='grep -E'
1282ac_cv_prog_gnu_ld=no
1283ac_cv_search_strerror='none required'
1284ac_cv_sizeof_unsigned_int=4
1285ac_cv_sizeof_unsigned_long=8
1286ac_cv_sizeof_unsigned_long_long=8
1287ac_cv_sizeof_void_p=8
1288ac_cv_target=i386-apple-darwin11.2.0
1289ac_cv_target_alias=i386-apple-darwin11.2.0
1290ac_cv_type_unsigned_int=yes
1291ac_cv_type_unsigned_long=yes
1292ac_cv_type_unsigned_long_long=yes
1293ac_cv_type_void_p=yes
1294
1295## ----------------- ##
1296## Output variables. ##
1297## ----------------- ##
1298
1299ALL_TARGET='tcl'
1300CC='/Developer/usr/bin/clang'
1301CFLAGS='-g   -I/opt/local/include -I/sw/include -fno-common'
1302CPP='/Developer/usr/bin/clang -E'
1303CPPFLAGS=''
1304CSH='/bin/csh'
1305CXX='g++'
1306CXXFLAGS='-pipe -O2 -arch x86_64'
1307DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DMAGIC_VERSION=\"7.5\" -DMAGIC_REVISION=\"180\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DNONMANHATTAN=1 -DROUTE_MODULE=1 -DUSE_NEW_MACROS=1 -DMAGIC_WRAPPER=1 -Dmacosx=1 '
1308DEPEND_FLAG='-MM'
1309ECHO_C='ECHO_N=''
1310ECHO_T=''
1311EGREP='grep -E'
1312EXEEXT=''
1313EXTRA_LIB_SPECS=''
1314GCORE='no'
1315INC_SPECS=' -I/opt/local/include'
1316INSTALL_DATA='${INSTALL} -m 644'
1317INSTALL_PROGRAM='${INSTALL}'
1318INSTALL_SCRIPT='${INSTALL}'
1319INSTALL_TARGET='install-tcl'
1320LD='/Developer/usr/bin/ld'
1321LDDL_FLAGS='-dynamiclib -flat_namespace -undefined suppress -noprebind'
1322LDFLAGS='-L/opt/local/lib -arch x86_64  -L/opt/local/lib -ltk8.5 -ltcl8.5'
1323LD_RUN_PATH=''
1324LIBOBJS=''
1325LIBS=''
1326LIB_SPECS=' -L/opt/local/lib -ltk8.5 -ltcl8.5'
1327LTLIBOBJS=''
1328M4='/opt/local/bin/gm4'
1329OA=''
1330OA_LIBS=''
1331OBJEXT='o'
1332PACKAGE='magic'
1333PACKAGE_BUGREPORT=''
1334PACKAGE_NAME=''
1335PACKAGE_STRING=''
1336PACKAGE_TARNAME=''
1337PACKAGE_VERSION=''
1338PATH_SEPARATOR=':'
1339RANLIB='ranlib'
1340SCRIPTS=''
1341SHDLIB_EXT='.dylib'
1342SHELL='/bin/sh'
1343SHLIB_CFLAGS='-fPIC'
1344SHLIB_LD=''
1345SHLIB_LIB_SPECS=''
1346TCLSH_EXE='/opt/local/bin/tclsh8.5'
1347TCL_LIB_DIR='/opt/local/lib'
1348WISH_EXE='/opt/local/bin/wish8.5'
1349X_CFLAGS=''
1350X_EXTRA_LIBS=''
1351X_LIBS=''
1352X_PRE_LIBS=' -lSM -lICE'
1353ac_ct_CC='/Developer/usr/bin/clang'
1354ac_ct_CXX='g++'
1355ac_ct_RANLIB='ranlib'
1356bindir='${exec_prefix}/bin'
1357build='i386-apple-darwin11.2.0'
1358build_alias=''
1359build_cpu='i386'
1360build_os='darwin11.2.0'
1361build_vendor='apple'
1362cadinstall=' graphics tcltk'
1363datadir='${prefix}/share'
1364exec_prefix='${prefix}'
1365extra_defs=' -DCAD_DIR=\"${LIBDIR}\" -DBIN_DIR=\"${BINDIR}\" -DTCL_DIR=\"${TCLDIR}\"'
1366extra_libs=' ${MAGICDIR}/calma/libcalma.o ${MAGICDIR}/cif/libcif.o ${MAGICDIR}/plot/libplot.o ${MAGICDIR}/lef/liblef.o ${MAGICDIR}/extflat/libextflat.o ${MAGICDIR}/garouter/libgarouter.o      ${MAGICDIR}/mzrouter/libmzrouter.o ${MAGICDIR}/router/librouter.o       ${MAGICDIR}/irouter/libirouter.o ${MAGICDIR}/grouter/libgrouter.o       ${MAGICDIR}/gcr/libgcr.o ${MAGICDIR}/tcltk/libtcltk.o'
1367gr_cflags=''
1368gr_dflags=' -DX11 -DXLIB'
1369gr_hprog=''
1370gr_hsrcs=''
1371gr_libs=' -lX11'
1372gr_srcs=' ${TK_SRCS} ${TKCOMMON_SRCS}'
1373host='i386-apple-darwin11.2.0'
1374host_alias=''
1375host_cpu='i386'
1376host_os='darwin11.2.0'
1377host_vendor='apple'
1378includedir='${prefix}/include'
1379infodir='/opt/local/share/info'
1380ld_extra_libs=''
1381ld_extra_objs=''
1382libdir='${exec_prefix}/lib'
1383libexecdir='${exec_prefix}/libexec'
1384localstatedir='${prefix}/var'
1385mandir='/opt/local/share/man'
1386modules=' calma cif plot lef garouter grouter irouter mzrouter router gcr tcltk'
1387oldincludedir='/usr/include'
1388prefix='/opt/local'
1389program_transform_name='s,x,x,'
1390programs=' net2ir tcltk'
1391rl_defs=''
1392rl_libs=''
1393sbindir='${exec_prefix}/sbin'
1394sharedstatedir='${prefix}/com'
1395sub_extra_libs=''
1396sysconfdir='${prefix}/etc'
1397target='i386-apple-darwin11.2.0'
1398target_alias=''
1399target_cpu='i386'
1400target_os='darwin11.2.0'
1401target_vendor='apple'
1402top_extra_libs=''
1403unused=' readline lisp'
1404
1405## ----------- ##
1406## confdefs.h. ##
1407## ----------- ##
1408
1409#define CALMA_MODULE 1
1410#define CIF_MODULE 1
1411#define FILE_LOCKS 1
1412#define HAVE_DIRENT_H 1
1413#define HAVE_INTTYPES_H 1
1414#define HAVE_LIMITS_H 1
1415#define HAVE_MEMORY_H 1
1416#define HAVE_PATHS_H 1
1417#define HAVE_PUTENV 1
1418#define HAVE_SETENV 1
1419#define HAVE_STDINT_H 1
1420#define HAVE_STDLIB_H 1
1421#define HAVE_STRINGS_H 1
1422#define HAVE_STRING_H 1
1423#define HAVE_SYS_MMAN_H 1
1424#define HAVE_SYS_STAT_H 1
1425#define HAVE_SYS_TYPES_H 1
1426#define HAVE_UNISTD_H 1
1427#define HAVE_VA_COPY 1
1428#define HAVE___VA_COPY 1
1429#define LEF_MODULE 1
1430#define MAGIC_REVISION "180"
1431#define MAGIC_VERSION "7.5"
1432#define MAGIC_WRAPPER 1
1433#define NONMANHATTAN 1
1434#define PACKAGE_BUGREPORT ""
1435#define PACKAGE_NAME ""
1436#define PACKAGE_STRING ""
1437#define PACKAGE_TARNAME ""
1438#define PACKAGE_VERSION ""
1439#define PLOT_MODULE 1
1440#define ROUTE_MODULE 1
1441#define SIZEOF_UNSIGNED_INT 4
1442#define SIZEOF_UNSIGNED_LONG 8
1443#define SIZEOF_UNSIGNED_LONG_LONG 8
1444#define SIZEOF_VOID_P 8
1445#define STDC_HEADERS 1
1446#define STDC_HEADERS 1
1447#define USE_NEW_MACROS 1
1448#define macosx 1
1449#endif
1450#ifdef __cplusplus
1451extern "C" void exit (int);
1452
1453configure: exit 0