Ticket #33151: config.log

File config.log, 28.1 KB (added by hackdefendr (HackDefendr), 12 years ago)

config.log requested by ryan...

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  $ ../gcc-4.3.6/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datadir=/opt/local/share/gcc43 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = media.hackdefendr.com
14uname -m = i386
15uname -r = 11.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:48:32 PST 2012; root:xnu-1699.24.23~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
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 11.3.0: Thu Jan 12 18:48:32 PST 2012; root:xnu-1699.24.23~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: 8.00 gigabytes
33Default processor set: 93 tasks, 385 threads, 2 processors
34Load average: 3.87, Mach factor: 0.33
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:1505: checking build system type
52configure:1523: result: x86_64-apple-darwin11
53configure:1558: checking host system type
54configure:1572: result: x86_64-apple-darwin11
55configure:1580: checking target system type
56configure:1594: result: x86_64-apple-darwin11
57configure:1637: checking for a BSD-compatible install
58configure:1692: result: /usr/bin/install -c
59configure:1703: checking whether ln works
60configure:1725: result: yes
61configure:1729: checking whether ln -s works
62configure:1733: result: yes
63configure:2885: checking for gcc
64configure:2911: result: /Developer/usr/bin/clang -arch i386 -arch x86_64
65configure:3155: checking for C compiler version
66configure:3158: /Developer/usr/bin/clang -arch i386 -arch x86_64 --version </dev/null >&5
67Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
68Target: x86_64-apple-darwin11.3.0
69Thread model: posix
70configure:3161: $? = 0
71configure:3163: /Developer/usr/bin/clang -arch i386 -arch x86_64 -v </dev/null >&5
72Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
73Target: x86_64-apple-darwin11.3.0
74Thread model: posix
75configure:3166: $? = 0
76configure:3168: /Developer/usr/bin/clang -arch i386 -arch x86_64 -V </dev/null >&5
77clang: error: argument to '-V' is missing (expected 1 value)
78clang: error: no input files
79configure:3171: $? = 1
80configure:3194: checking for C compiler default output file name
81configure:3197: /Developer/usr/bin/clang -arch i386 -arch x86_64 -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
82configure:3200: $? = 0
83configure:3246: result: a.out
84configure:3251: checking whether the C compiler works
85configure:3257: ./a.out
86configure:3260: $? = 0
87configure:3277: result: yes
88configure:3284: checking whether we are cross compiling
89configure:3286: result: no
90configure:3289: checking for suffix of executables
91configure:3291: /Developer/usr/bin/clang -arch i386 -arch x86_64 -o conftest -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
92configure:3294: $? = 0
93configure:3319: result:
94configure:3325: checking for suffix of object files
95configure:3346: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2 -I/opt/local/include conftest.c >&5
96configure:3349: $? = 0
97configure:3371: result: o
98configure:3375: checking whether we are using the GNU C compiler
99configure:3399: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2 -I/opt/local/include conftest.c >&5
100configure:3405: $? = 0
101configure:3409: test -z
102                         || test ! -s conftest.err
103configure:3412: $? = 0
104configure:3415: test -s conftest.o
105configure:3418: $? = 0
106configure:3431: result: yes
107configure:3437: checking whether /Developer/usr/bin/clang -arch i386 -arch x86_64 accepts -g
108configure:3458: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -g -I/opt/local/include conftest.c >&5
109configure:3464: $? = 0
110configure:3468: test -z
111                         || test ! -s conftest.err
112configure:3471: $? = 0
113configure:3474: test -s conftest.o
114configure:3477: $? = 0
115configure:3488: result: yes
116configure:3505: checking for /Developer/usr/bin/clang -arch i386 -arch x86_64 option to accept ANSI C
117configure:3575: /Developer/usr/bin/clang -arch i386 -arch x86_64  -c -pipe -O2 -I/opt/local/include conftest.c >&5
118configure:3581: $? = 0
119configure:3585: test -z
120                         || test ! -s conftest.err
121configure:3588: $? = 0
122configure:3591: test -s conftest.o
123configure:3594: $? = 0
124configure:3612: result: none needed
125configure:3630: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2 -I/opt/local/include conftest.c >&5
126conftest.c:2:3: error: unknown type name 'choke'
127  choke me
128  ^
129conftest.c:2:11: error: expected ';' after top level declarator
130  choke me
131          ^
132          ;
1332 errors generated.
134configure:3636: $? = 1
135configure: failed program was:
136| #ifndef __cplusplus
137|   choke me
138| #endif
139configure:3863: checking for C++ compiler version
140configure:3866: /Developer/usr/bin/clang++ --version </dev/null >&5
141Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
142Target: x86_64-apple-darwin11.3.0
143Thread model: posix
144configure:3869: $? = 0
145configure:3871: /Developer/usr/bin/clang++ -v </dev/null >&5
146Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
147Target: x86_64-apple-darwin11.3.0
148Thread model: posix
149configure:3874: $? = 0
150configure:3876: /Developer/usr/bin/clang++ -V </dev/null >&5
151clang: error: argument to '-V' is missing (expected 1 value)
152clang: error: no input files
153configure:3879: $? = 1
154configure:3882: checking whether we are using the GNU C++ compiler
155configure:3906: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
156configure:3912: $? = 0
157configure:3916: test -z
158                         || test ! -s conftest.err
159configure:3919: $? = 0
160configure:3922: test -s conftest.o
161configure:3925: $? = 0
162configure:3938: result: yes
163configure:3944: checking whether /Developer/usr/bin/clang++ accepts -g
164configure:3965: /Developer/usr/bin/clang++ -c -g -I/opt/local/include conftest.cc >&5
165configure:3971: $? = 0
166configure:3975: test -z
167                         || test ! -s conftest.err
168configure:3978: $? = 0
169configure:3981: test -s conftest.o
170configure:3984: $? = 0
171configure:3995: result: yes
172configure:4037: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
173configure:4043: $? = 0
174configure:4047: test -z
175                         || test ! -s conftest.err
176configure:4050: $? = 0
177configure:4053: test -s conftest.o
178configure:4056: $? = 0
179configure:4082: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
180conftest.cc:13:1: error: use of undeclared identifier 'exit'
181exit (42);
182^
1831 error generated.
184configure:4088: $? = 1
185configure: failed program was:
186| /* confdefs.h.  */
187|
188| #define PACKAGE_NAME ""
189| #define PACKAGE_TARNAME ""
190| #define PACKAGE_VERSION ""
191| #define PACKAGE_STRING ""
192| #define PACKAGE_BUGREPORT ""
193| /* end confdefs.h.  */
194|
195| int
196| main ()
197| {
198| exit (42);
199|   ;
200|   return 0;
201| }
202configure:4037: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
203conftest.cc:9:17: error: use of undeclared identifier 'std'
204extern "C" void std::exit (int) throw (); using std::exit;
205                ^
206conftest.cc:9:49: error: use of undeclared identifier 'std'
207extern "C" void std::exit (int) throw (); using std::exit;
208                                                ^
2092 errors generated.
210configure:4043: $? = 1
211configure: failed program was:
212| /* confdefs.h.  */
213|
214| #define PACKAGE_NAME ""
215| #define PACKAGE_TARNAME ""
216| #define PACKAGE_VERSION ""
217| #define PACKAGE_STRING ""
218| #define PACKAGE_BUGREPORT ""
219| /* end confdefs.h.  */
220| extern "C" void std::exit (int) throw (); using std::exit;
221| #include <stdlib.h>
222| int
223| main ()
224| {
225| exit (42);
226|   ;
227|   return 0;
228| }
229configure:4037: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
230conftest.cc:9:17: error: use of undeclared identifier 'std'
231extern "C" void std::exit (int); using std::exit;
232                ^
233conftest.cc:9:40: error: use of undeclared identifier 'std'
234extern "C" void std::exit (int); using std::exit;
235                                       ^
2362 errors generated.
237configure:4043: $? = 1
238configure: failed program was:
239| /* confdefs.h.  */
240|
241| #define PACKAGE_NAME ""
242| #define PACKAGE_TARNAME ""
243| #define PACKAGE_VERSION ""
244| #define PACKAGE_STRING ""
245| #define PACKAGE_BUGREPORT ""
246| /* end confdefs.h.  */
247| extern "C" void std::exit (int); using std::exit;
248| #include <stdlib.h>
249| int
250| main ()
251| {
252| exit (42);
253|   ;
254|   return 0;
255| }
256configure:4037: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
257configure:4043: $? = 0
258configure:4047: test -z
259                         || test ! -s conftest.err
260configure:4050: $? = 0
261configure:4053: test -s conftest.o
262configure:4056: $? = 0
263configure:4082: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cc >&5
264configure:4088: $? = 0
265configure:4092: test -z
266                         || test ! -s conftest.err
267configure:4095: $? = 0
268configure:4098: test -s conftest.o
269configure:4101: $? = 0
270configure:4188: checking for gnatbind
271configure:4215: result: no
272configure:4268: checking for gnatmake
273configure:4295: result: no
274configure:4307: checking whether compiler driver understands Ada
275configure:4330: result: no
276configure:4339: checking how to compare bootstrapped objects
277configure:4364: result: cmp --ignore-initial=16 $$f1 $$f2
278configure:4485: checking for correct version of gmp.h
279configure:4508: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include conftest.c >&5
280configure:4514: $? = 0
281configure:4518: test -z
282                         || test ! -s conftest.err
283configure:4521: $? = 0
284configure:4524: test -s conftest.o
285configure:4527: $? = 0
286configure:4529: result: yes
287configure:4543: checking for correct version of mpfr.h
288configure:4574: /Developer/usr/bin/clang -arch i386 -arch x86_64 -o conftest -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.c  -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp >&5
289configure:4580: $? = 0
290configure:4584: test -z
291                         || test ! -s conftest.err
292configure:4587: $? = 0
293configure:4590: test -s conftest
294configure:4593: $? = 0
295configure:4617: /Developer/usr/bin/clang -arch i386 -arch x86_64 -o conftest -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.c  -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp >&5
296configure:4623: $? = 0
297configure:4627: test -z
298                         || test ! -s conftest.err
299configure:4630: $? = 0
300configure:4633: test -s conftest
301configure:4636: $? = 0
302configure:4638: result: yes
303configure:5973: checking for bison
304configure:5989: found /opt/local/bin/bison
305configure:5999: result: bison -y
306configure:6019: checking for bison
307configure:6035: found /opt/local/bin/bison
308configure:6045: result: bison
309configure:6064: checking for gm4
310configure:6080: found /opt/local/bin/gm4
311configure:6090: result: gm4
312configure:6109: checking for flex
313configure:6125: found /usr/bin/flex
314configure:6135: result: flex
315configure:6155: checking for flex
316configure:6171: found /usr/bin/flex
317configure:6181: result: flex
318configure:6200: checking for makeinfo
319configure:6216: found /usr/bin/makeinfo
320configure:6226: result: makeinfo
321configure:6259: checking for expect
322configure:6275: found /usr/bin/expect
323configure:6285: result: expect
324configure:6306: checking for runtest
325configure:6335: result: no
326configure:6445: checking for ar
327configure:6461: found /usr/bin/ar
328configure:6471: result: ar
329configure:6580: checking for as
330configure:6596: found /usr/bin/as
331configure:6606: result: as
332configure:6715: checking for dlltool
333configure:6744: result: no
334configure:6773: checking for ld
335configure:6799: result: /Developer/usr/bin/ld
336configure:6985: checking for lipo
337configure:7001: found /usr/bin/lipo
338configure:7011: result: lipo
339configure:7120: checking for nm
340configure:7136: found /usr/bin/nm
341configure:7146: result: nm
342configure:7255: checking for ranlib
343configure:7271: found /usr/bin/ranlib
344configure:7281: result: ranlib
345configure:7385: checking for strip
346configure:7401: found /usr/bin/strip
347configure:7411: result: strip
348configure:7515: checking for windres
349configure:7544: result: no
350configure:7650: checking for windmc
351configure:7679: result: no
352configure:7785: checking for objcopy
353configure:7814: result: no
354configure:7920: checking for objdump
355configure:7949: result: no
356configure:8094: checking for cc
357configure:8110: found /usr/bin/cc
358configure:8120: result: cc
359configure:8249: checking for c++
360configure:8265: found /opt/local/bin/c++
361configure:8275: result: c++
362configure:8404: checking for gcc
363configure:8420: found /opt/local/bin/gcc
364configure:8430: result: gcc
365configure:8554: checking for gcj
366configure:8583: result: no
367configure:8709: checking for gfortran
368configure:8725: found /opt/local/bin/gfortran
369configure:8735: result: gfortran
370configure:8798: checking for ar
371configure:8828: result: /usr/bin/ar
372configure:9021: checking for as
373configure:9051: result: /usr/bin/as
374configure:9244: checking for dlltool
375configure:9277: result: no
376configure:9389: checking for dlltool
377configure:9418: result: no
378configure:9467: checking for ld
379configure:9497: result: /usr/bin/ld
380configure:9690: checking for lipo
381configure:9723: result: no
382configure:9835: checking for lipo
383configure:9851: found /usr/bin/lipo
384configure:9861: result: lipo
385configure:9913: checking for nm
386configure:9943: result: /usr/bin/nm
387configure:10136: checking for objdump
388configure:10166: result: /usr/bin/objdump
389configure:10359: checking for ranlib
390configure:10389: result: /usr/bin/ranlib
391configure:10582: checking for strip
392configure:10612: result: /usr/bin/strip
393configure:10805: checking for windres
394configure:10838: result: no
395configure:10950: checking for windres
396configure:10979: result: no
397configure:11028: checking for windmc
398configure:11061: result: no
399configure:11173: checking for windmc
400configure:11202: result: no
401configure:11229: checking where to find the target ar
402configure:11257: result: pre-installed in /usr/bin
403configure:11271: checking where to find the target as
404configure:11299: result: pre-installed in /usr/bin
405configure:11313: checking where to find the target cc
406configure:11336: result: just compiled
407configure:11355: checking where to find the target c++
408configure:11381: result: just compiled
409configure:11400: checking where to find the target c++ for libstdc++
410configure:11426: result: just compiled
411configure:11445: checking where to find the target dlltool
412configure:11478: result: host tool
413configure:11487: checking where to find the target gcc
414configure:11510: result: just compiled
415configure:11529: checking where to find the target gcj
416configure:11555: result: just compiled
417configure:11574: checking where to find the target gfortran
418configure:11600: result: just compiled
419configure:11619: checking where to find the target ld
420configure:11647: result: pre-installed in /usr/bin
421configure:11661: checking where to find the target lipo
422configure:11683: result: host tool
423configure:11692: checking where to find the target nm
424configure:11720: result: pre-installed in /usr/bin
425configure:11734: checking where to find the target objdump
426configure:11762: result: pre-installed in /usr/bin
427configure:11776: checking where to find the target ranlib
428configure:11804: result: pre-installed in /usr/bin
429configure:11818: checking where to find the target strip
430configure:11846: result: pre-installed in /usr/bin
431configure:11860: checking where to find the target windres
432configure:11893: result: host tool
433configure:11902: checking where to find the target windmc
434configure:11935: result: host tool
435configure:11972: checking whether to enable maintainer-specific portions of Makefiles
436configure:11981: result: no
437configure:12014: checking whether -fkeep-inline-functions is supported
438configure:12038: /Developer/usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2 -fkeep-inline-functions -I/opt/local/include conftest.c >&5
439configure:12044: $? = 0
440configure:12048: test -z
441                         || test ! -s conftest.err
442configure:12051: $? = 0
443configure:12054: test -s conftest.o
444configure:12057: $? = 0
445configure:12059: result: yes
446configure:12276: creating ./config.status
447
448## ---------------------- ##
449## Running config.status. ##
450## ---------------------- ##
451
452This file was extended by config.status, which was
453generated by GNU Autoconf 2.59.  Invocation command line was
454
455  CONFIG_FILES    =
456  CONFIG_HEADERS  =
457  CONFIG_LINKS    =
458  CONFIG_COMMANDS =
459  $ ./config.status
460
461on media.hackdefendr.com
462
463config.status:763: creating Makefile
464
465## ---------------- ##
466## Cache variables. ##
467## ---------------- ##
468
469ac_cv_build=x86_64-apple-darwin11
470ac_cv_build_alias=x86_64-apple-darwin11
471ac_cv_c_compiler_gnu=yes
472ac_cv_cxx_compiler_gnu=yes
473ac_cv_env_AR_FOR_TARGET_set=set
474ac_cv_env_AR_FOR_TARGET_value=/usr/bin/ar
475ac_cv_env_AR_set=
476ac_cv_env_AR_value=
477ac_cv_env_AS_FOR_TARGET_set=set
478ac_cv_env_AS_FOR_TARGET_value=/usr/bin/as
479ac_cv_env_AS_set=
480ac_cv_env_AS_value=
481ac_cv_env_CC_FOR_TARGET_set=
482ac_cv_env_CC_FOR_TARGET_value=
483ac_cv_env_CC_set=set
484ac_cv_env_CC_value='/Developer/usr/bin/clang -arch i386 -arch x86_64'
485ac_cv_env_CFLAGS_set=set
486ac_cv_env_CFLAGS_value='-pipe -O2'
487ac_cv_env_CPPFLAGS_set=set
488ac_cv_env_CPPFLAGS_value=-I/opt/local/include
489ac_cv_env_CXXFLAGS_set=set
490ac_cv_env_CXXFLAGS_value='-pipe -O2'
491ac_cv_env_CXX_FOR_TARGET_set=
492ac_cv_env_CXX_FOR_TARGET_value=
493ac_cv_env_CXX_set=set
494ac_cv_env_CXX_value=/Developer/usr/bin/clang++
495ac_cv_env_DLLTOOL_FOR_TARGET_set=
496ac_cv_env_DLLTOOL_FOR_TARGET_value=
497ac_cv_env_DLLTOOL_set=
498ac_cv_env_DLLTOOL_value=
499ac_cv_env_GCC_FOR_TARGET_set=
500ac_cv_env_GCC_FOR_TARGET_value=
501ac_cv_env_GCJ_FOR_TARGET_set=
502ac_cv_env_GCJ_FOR_TARGET_value=
503ac_cv_env_GFORTRAN_FOR_TARGET_set=
504ac_cv_env_GFORTRAN_FOR_TARGET_value=
505ac_cv_env_LDFLAGS_set=set
506ac_cv_env_LDFLAGS_value=-L/opt/local/lib
507ac_cv_env_LD_FOR_TARGET_set=set
508ac_cv_env_LD_FOR_TARGET_value=/usr/bin/ld
509ac_cv_env_LD_set=
510ac_cv_env_LD_value=
511ac_cv_env_LIPO_FOR_TARGET_set=
512ac_cv_env_LIPO_FOR_TARGET_value=
513ac_cv_env_LIPO_set=
514ac_cv_env_LIPO_value=
515ac_cv_env_NM_FOR_TARGET_set=set
516ac_cv_env_NM_FOR_TARGET_value=/usr/bin/nm
517ac_cv_env_NM_set=
518ac_cv_env_NM_value=
519ac_cv_env_OBJCOPY_set=
520ac_cv_env_OBJCOPY_value=
521ac_cv_env_OBJDUMP_FOR_TARGET_set=set
522ac_cv_env_OBJDUMP_FOR_TARGET_value=/usr/bin/objdump
523ac_cv_env_OBJDUMP_set=
524ac_cv_env_OBJDUMP_value=
525ac_cv_env_RANLIB_FOR_TARGET_set=set
526ac_cv_env_RANLIB_FOR_TARGET_value=/usr/bin/ranlib
527ac_cv_env_RANLIB_set=
528ac_cv_env_RANLIB_value=
529ac_cv_env_STRIP_FOR_TARGET_set=set
530ac_cv_env_STRIP_FOR_TARGET_value=/usr/bin/strip
531ac_cv_env_STRIP_set=
532ac_cv_env_STRIP_value=
533ac_cv_env_WINDMC_FOR_TARGET_set=
534ac_cv_env_WINDMC_FOR_TARGET_value=
535ac_cv_env_WINDMC_set=
536ac_cv_env_WINDMC_value=
537ac_cv_env_WINDRES_FOR_TARGET_set=
538ac_cv_env_WINDRES_FOR_TARGET_value=
539ac_cv_env_WINDRES_set=
540ac_cv_env_WINDRES_value=
541ac_cv_env_build_alias_set=set
542ac_cv_env_build_alias_value=x86_64-apple-darwin11
543ac_cv_env_host_alias_set=
544ac_cv_env_host_alias_value=
545ac_cv_env_target_alias_set=
546ac_cv_env_target_alias_value=
547ac_cv_exeext=
548ac_cv_host=x86_64-apple-darwin11
549ac_cv_host_alias=x86_64-apple-darwin11
550ac_cv_objext=o
551ac_cv_path_AR_FOR_TARGET=/usr/bin/ar
552ac_cv_path_AS_FOR_TARGET=/usr/bin/as
553ac_cv_path_LD_FOR_TARGET=/usr/bin/ld
554ac_cv_path_NM_FOR_TARGET=/usr/bin/nm
555ac_cv_path_OBJDUMP_FOR_TARGET=/usr/bin/objdump
556ac_cv_path_RANLIB_FOR_TARGET=/usr/bin/ranlib
557ac_cv_path_STRIP_FOR_TARGET=/usr/bin/strip
558ac_cv_prog_AR=ar
559ac_cv_prog_AS=as
560ac_cv_prog_BISON=bison
561ac_cv_prog_CC_FOR_TARGET=cc
562ac_cv_prog_CXX_FOR_TARGET=c++
563ac_cv_prog_EXPECT=expect
564ac_cv_prog_FLEX=flex
565ac_cv_prog_GCC_FOR_TARGET=gcc
566ac_cv_prog_GFORTRAN_FOR_TARGET=gfortran
567ac_cv_prog_LD=/Developer/usr/bin/ld
568ac_cv_prog_LEX=flex
569ac_cv_prog_LIPO=lipo
570ac_cv_prog_LIPO_FOR_TARGET=lipo
571ac_cv_prog_M4=gm4
572ac_cv_prog_MAKEINFO=makeinfo
573ac_cv_prog_NM=nm
574ac_cv_prog_RANLIB=ranlib
575ac_cv_prog_STRIP=strip
576ac_cv_prog_YACC='bison -y'
577ac_cv_prog_ac_ct_CC='/Developer/usr/bin/clang -arch i386 -arch x86_64'
578ac_cv_prog_ac_ct_GNATBIND=no
579ac_cv_prog_ac_ct_GNATMAKE=no
580ac_cv_prog_cc_g=yes
581ac_cv_prog_cc_stdc=
582ac_cv_prog_cxx_g=yes
583ac_cv_target=x86_64-apple-darwin11
584ac_cv_target_alias=x86_64-apple-darwin11
585acx_cv_cc_gcc_supports_ada=no
586acx_cv_prog_LN=ln
587gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
588gcc_cv_tool_dirs=/opt/local/libexec/gcc/x86_64-apple-darwin11/4.3.6:/opt/local/libexec/gcc/x86_64-apple-darwin11:/usr/lib/gcc/x86_64-apple-darwin11/4.3.6:/usr/lib/gcc/x86_64-apple-darwin11:/opt/local/x86_64-apple-darwin11/bin/x86_64-apple-darwin11/4.3.6:/opt/local/x86_64-apple-darwin11/bin:
589gcc_cv_tool_prefix=/opt/local
590
591## ----------------- ##
592## Output variables. ##
593## ----------------- ##
594
595AR='ar'
596AR_FOR_BUILD='$(AR)'
597AR_FOR_TARGET='/usr/bin/ar'
598AS='as'
599AS_FOR_BUILD='$(AS)'
600AS_FOR_TARGET='/usr/bin/as'
601BISON='bison'
602CC='/Developer/usr/bin/clang -arch i386 -arch x86_64'
603CC_FOR_BUILD='$(CC)'
604CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
605CFLAGS='-pipe -O2'
606CFLAGS_FOR_BUILD='-pipe -O2'
607COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
608COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
609COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
610CONFIGURE_GDB_TK=''
611CPPFLAGS='-I/opt/local/include'
612CXX='/Developer/usr/bin/clang++'
613CXXFLAGS='-pipe -O2'
614CXXFLAGS_FOR_BUILD='-pipe -O2'
615CXX_FOR_BUILD='$(CXX)'
616CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
617DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
618DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
619DLLTOOL='dlltool'
620DLLTOOL_FOR_BUILD='$(DLLTOOL)'
621DLLTOOL_FOR_TARGET='$(DLLTOOL)'
622ECHO_C='ECHO_N=''
623ECHO_T=''
624EXEEXT=''
625EXPECT='expect'
626FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
627FLEX='flex'
628GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
629GCJ_FOR_BUILD='$(GCJ)'
630GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
631GDB_TK=''
632GFORTRAN_FOR_BUILD='$(GFORTRAN)'
633GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
634GNATBIND='no'
635GNATMAKE='no'
636INSTALL_DATA='${INSTALL} -m 644'
637INSTALL_GDB_TK=''
638INSTALL_PROGRAM='${INSTALL}'
639INSTALL_SCRIPT='${INSTALL}'
640LD='/Developer/usr/bin/ld'
641LDFLAGS='-L/opt/local/lib'
642LDFLAGS_FOR_BUILD='-L/opt/local/lib'
643LD_FOR_BUILD='$(LD)'
644LD_FOR_TARGET='/usr/bin/ld'
645LEX='flex'
646LIBOBJS=''
647LIBS=''
648LIPO='lipo'
649LIPO_FOR_TARGET='$(LIPO)'
650LN='ln'
651LN_S='ln -s'
652LTLIBOBJS=''
653M4='gm4'
654MAINT='#'
655MAINTAINER_MODE_FALSE=''
656MAINTAINER_MODE_TRUE='#'
657MAKEINFO='makeinfo'
658NM='nm'
659NM_FOR_BUILD='$(NM)'
660NM_FOR_TARGET='/usr/bin/nm'
661OBJCOPY='objcopy'
662OBJDUMP='objdump'
663OBJDUMP_FOR_TARGET='/usr/bin/objdump'
664OBJEXT='o'
665PACKAGE_BUGREPORT=''
666PACKAGE_NAME=''
667PACKAGE_STRING=''
668PACKAGE_TARNAME=''
669PACKAGE_VERSION=''
670PATH_SEPARATOR=':'
671RANLIB='ranlib'
672RANLIB_FOR_BUILD='$(RANLIB)'
673RANLIB_FOR_TARGET='/usr/bin/ranlib -c'
674RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
675RPATH_ENVVAR='DYLD_LIBRARY_PATH'
676RUNTEST='runtest'
677SHELL='/bin/sh'
678STRIP='strip'
679STRIP_FOR_TARGET='/usr/bin/strip'
680SYSROOT_CFLAGS_FOR_TARGET=''
681TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.3.6/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datadir=/opt/local/share/gcc43 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local'
682WINDMC='windmc'
683WINDMC_FOR_BUILD='$(WINDMC)'
684WINDMC_FOR_TARGET='$(WINDMC)'
685WINDRES='windres'
686WINDRES_FOR_BUILD='$(WINDRES)'
687WINDRES_FOR_TARGET='$(WINDRES)'
688YACC='bison -y'
689ac_ct_CC='/Developer/usr/bin/clang -arch i386 -arch x86_64'
690ac_ct_CXX=''
691ac_ct_GNATBIND='no'
692ac_ct_GNATMAKE='no'
693bindir='${exec_prefix}/bin'
694build='x86_64-apple-darwin11'
695build_alias='x86_64-apple-darwin11'
696build_configargs='--cache-file=../config.cache '--prefix=/opt/local' '--libdir=/opt/local/lib/gcc43' '--includedir=/opt/local/include/gcc43' '--infodir=/opt/local/share/info' '--mandir=/opt/local/share/man' '--datadir=/opt/local/share/gcc43' '--with-local-prefix=/opt/local' '--with-system-zlib' '--disable-nls' '--with-gxx-include-dir=/opt/local/include/gcc43/c++/' '--with-gmp=/opt/local' '--with-mpfr=/opt/local' '--enable-languages=c,c++,fortran,java,objc,obj-c++' --program-transform-name='s,$$,-mp-4.3,''
697build_configdirs=' libiberty fixincludes'
698build_cpu='x86_64'
699build_libsubdir='build-x86_64-apple-darwin11'
700build_noncanonical='x86_64-apple-darwin11'
701build_os='darwin11'
702build_subdir='build-x86_64-apple-darwin11'
703build_tooldir='${exec_prefix}/x86_64-apple-darwin11'
704build_vendor='apple'
705config_shell='/bin/sh'
706configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
707datadir='/opt/local/share/gcc43'
708datarootdir='${prefix}/share'
709do_compare='cmp --ignore-initial=16 $$f1 $$f2'
710docdir='${datarootdir}/doc'
711exec_prefix='${prefix}'
712extra_mpfr_configure_flags=''
713gmpinc='-I/opt/local/include -I/opt/local/include'
714gmplibs='-L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp'
715host='x86_64-apple-darwin11'
716host_alias=''
717host_configargs='--cache-file=./config.cache  '--prefix=/opt/local' '--libdir=/opt/local/lib/gcc43' '--includedir=/opt/local/include/gcc43' '--infodir=/opt/local/share/info' '--mandir=/opt/local/share/man' '--datadir=/opt/local/share/gcc43' '--with-local-prefix=/opt/local' '--with-system-zlib' '--disable-nls' '--with-gxx-include-dir=/opt/local/include/gcc43/c++/' '--with-gmp=/opt/local' '--with-mpfr=/opt/local' '--enable-languages=c,c++,fortran,java,objc,obj-c++' --program-transform-name='s,$$,-mp-4.3,''
718host_cpu='x86_64'
719host_noncanonical='x86_64-apple-darwin11'
720host_os='darwin11'
721host_subdir='.'
722host_vendor='apple'
723htmldir='${docdir}'
724includedir='/opt/local/include/gcc43'
725infodir='/opt/local/share/info'
726libdir='/opt/local/lib/gcc43'
727libexecdir='${exec_prefix}/libexec'
728localstatedir='${prefix}/var'
729mandir='/opt/local/share/man'
730oldincludedir='/usr/include'
731pdfdir='${docdir}'
732prefix='/opt/local'
733program_transform_name='s,$$,-mp-4.3,'
734sbindir='${exec_prefix}/sbin'
735sharedstatedir='${prefix}/com'
736stage1_cflags='-g -fkeep-inline-functions'
737stage1_checking='--enable-checking=yes,types'
738stage1_languages='c'
739stage2_werror_flag=''
740sysconfdir='${prefix}/etc'
741target='x86_64-apple-darwin11'
742target_alias=''
743target_configargs='--cache-file=./config.cache --enable-multilib '--prefix=/opt/local' '--libdir=/opt/local/lib/gcc43' '--includedir=/opt/local/include/gcc43' '--infodir=/opt/local/share/info' '--mandir=/opt/local/share/man' '--datadir=/opt/local/share/gcc43' '--with-local-prefix=/opt/local' '--with-system-zlib' '--disable-nls' '--with-gxx-include-dir=/opt/local/include/gcc43/c++/' '--with-gmp=/opt/local' '--with-mpfr=/opt/local' '--enable-languages=c,c++,fortran,java,objc,obj-c++' --program-transform-name='s,$$,-mp-4.3,''
744target_cpu='x86_64'
745target_noncanonical='x86_64-apple-darwin11'
746target_os='darwin11'
747target_subdir='x86_64-apple-darwin11'
748target_vendor='apple'
749tooldir='${exec_prefix}/x86_64-apple-darwin11'
750
751## ------------- ##
752## Output files. ##
753## ------------- ##
754
755alphaieee_frag='/dev/null'
756host_makefile_frag='/dev/null'
757ospace_frag='/dev/null'
758serialization_dependencies='serdep.tmp'
759target_makefile_frag='/dev/null'
760
761## ----------- ##
762## confdefs.h. ##
763## ----------- ##
764
765#define PACKAGE_BUGREPORT ""
766#define PACKAGE_NAME ""
767#define PACKAGE_STRING ""
768#define PACKAGE_TARNAME ""
769#define PACKAGE_VERSION ""
770#endif
771#ifdef __cplusplus
772extern "C" void exit (int) throw ();
773
774configure: exit 0