Ticket #29104: config.log

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