Ticket #35419: gcc48_config.log

File gcc48_config.log, 30.1 KB (added by brandon@…, 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.64.  Invocation command line was
6
7  $ ../gcc-4.8-20120722/configure --prefix=/opt/local --build=x86_64-apple-darwin12 --enable-languages=c,c++,objc,obj-c++,fortran,java --libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --enable-stage1-checking --disable-multilib --enable-lto --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion=MacPorts gcc48 4.8-20120722_0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = paradox.local
14uname -m = x86_64
15uname -r = 12.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/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: 95 tasks, 396 threads, 2 processors
34Load average: 2.15, Mach factor: 0.88
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:2276: checking build system type
52configure:2290: result: x86_64-apple-darwin12
53configure:2337: checking host system type
54configure:2350: result: x86_64-apple-darwin12
55configure:2370: checking target system type
56configure:2383: result: x86_64-apple-darwin12
57configure:2437: checking for a BSD-compatible install
58configure:2505: result: /usr/bin/install -c
59configure:2516: checking whether ln works
60configure:2538: result: yes
61configure:2542: checking whether ln -s works
62configure:2546: result: yes
63configure:2553: checking for a sed that does not truncate output
64configure:2617: result: /usr/bin/sed
65configure:2626: checking for gawk
66configure:2656: result: no
67configure:2626: checking for mawk
68configure:2656: result: no
69configure:2626: checking for nawk
70configure:2656: result: no
71configure:2626: checking for awk
72configure:2642: found /usr/bin/awk
73configure:2653: result: awk
74configure:3110: checking for libatomic support
75configure:3120: result: yes
76configure:3129: checking for libitm support
77configure:3139: result: yes
78configure:3821: checking for gcc
79configure:3848: result: /usr/bin/clang -arch x86_64
80configure:4077: checking for C compiler version
81configure:4086: /usr/bin/clang -arch x86_64 --version >&5
82Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
83Target: x86_64-apple-darwin12.0.0
84Thread model: posix
85configure:4097: $? = 0
86configure:4086: /usr/bin/clang -arch x86_64 -v >&5
87Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
88Target: x86_64-apple-darwin12.0.0
89Thread model: posix
90configure:4097: $? = 0
91configure:4086: /usr/bin/clang -arch x86_64 -V >&5
92clang: error: argument to '-V' is missing (expected 1 value)
93clang: error: no input files
94configure:4097: $? = 1
95configure:4086: /usr/bin/clang -arch x86_64 -qversion >&5
96clang: error: no input files
97configure:4097: $? = 1
98configure:4117: checking for C compiler default output file name
99configure:4139: /usr/bin/clang -arch x86_64 -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
100configure:4143: $? = 0
101configure:4180: result: a.out
102configure:4196: checking whether the C compiler works
103configure:4205: ./a.out
104configure:4209: $? = 0
105configure:4224: result: yes
106configure:4231: checking whether we are cross compiling
107configure:4233: result: no
108configure:4236: checking for suffix of executables
109configure:4243: /usr/bin/clang -arch x86_64 -o conftest -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
110configure:4247: $? = 0
111configure:4269: result:
112configure:4275: checking for suffix of object files
113configure:4297: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include conftest.c >&5
114configure:4301: $? = 0
115configure:4322: result: o
116configure:4326: checking whether we are using the GNU C compiler
117configure:4345: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include conftest.c >&5
118configure:4345: $? = 0
119configure:4354: result: yes
120configure:4363: checking whether /usr/bin/clang -arch x86_64 accepts -g
121configure:4383: /usr/bin/clang -arch x86_64 -c -g -I/opt/local/include conftest.c >&5
122configure:4383: $? = 0
123configure:4424: result: yes
124configure:4441: checking for /usr/bin/clang -arch x86_64 option to accept ISO C89
125configure:4505: /usr/bin/clang -arch x86_64  -c -pipe -O2 -I/opt/local/include conftest.c >&5
126configure:4505: $? = 0
127configure:4518: result: none needed
128configure:4650: checking for C++ compiler version
129configure:4659: /usr/bin/clang++ --version >&5
130Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
131Target: x86_64-apple-darwin12.0.0
132Thread model: posix
133configure:4670: $? = 0
134configure:4659: /usr/bin/clang++ -v >&5
135Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
136Target: x86_64-apple-darwin12.0.0
137Thread model: posix
138configure:4670: $? = 0
139configure:4659: /usr/bin/clang++ -V >&5
140clang: error: argument to '-V' is missing (expected 1 value)
141clang: error: no input files
142configure:4670: $? = 1
143configure:4659: /usr/bin/clang++ -qversion >&5
144clang: error: no input files
145configure:4670: $? = 1
146configure:4674: checking whether we are using the GNU C++ compiler
147configure:4693: /usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cpp >&5
148configure:4693: $? = 0
149configure:4702: result: yes
150configure:4711: checking whether /usr/bin/clang++ accepts -g
151configure:4731: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
152configure:4731: $? = 0
153configure:4772: result: yes
154configure:4861: checking for gnatbind
155configure:4891: result: no
156configure:4953: checking for gnatmake
157configure:4983: result: no
158configure:5002: checking whether compiler driver understands Ada
159configure:5025: result: no
160configure:5034: checking how to compare bootstrapped objects
161configure:5059: result: cmp --ignore-initial=16 $$f1 $$f2
162configure:5131: checking for objdir
163configure:5146: result: .libs
164configure:5320: checking for the correct version of gmp.h
165configure:5340: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
166configure:5340: $? = 0
167configure:5358: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
168configure:5358: $? = 0
169configure:5359: result: yes
170configure:5375: checking for the correct version of mpfr.h
171configure:5393: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
172configure:5393: $? = 0
173configure:5410: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
174configure:5410: $? = 0
175configure:5411: result: yes
176configure:5428: checking for the correct version of mpc.h
177configure:5445: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
178configure:5445: $? = 0
179configure:5461: /usr/bin/clang -arch x86_64 -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
180configure:5461: $? = 0
181configure:5462: result: yes
182configure:5480: checking for the correct version of the gmp/mpfr/mpc libraries
183configure:5511: /usr/bin/clang -arch x86_64 -o conftest -pipe -O2 -I/opt/local/include -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 -L/opt/local/lib -lmpc -lmpfr -lgmp >&5
184configure:5511: $? = 0
185configure:5512: result: yes
186configure:5702: checking for version 0.10 of ISL
187configure:5724: /usr/bin/clang -arch x86_64 -o conftest -pipe -O2  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -L/opt/local/lib  -lisl conftest.c  -lisl >&5
188configure:5724: $? = 0
189configure:5724: ./conftest
190configure:5724: $? = 1
191configure: program exited with status 1
192configure: failed program was:
193| /* confdefs.h */
194| #define PACKAGE_NAME ""
195| #define PACKAGE_TARNAME ""
196| #define PACKAGE_VERSION ""
197| #define PACKAGE_STRING ""
198| #define PACKAGE_BUGREPORT ""
199| #define PACKAGE_URL ""
200| #define LT_OBJDIR ".libs/"
201| /* end confdefs.h.  */
202| #include <isl/version.h>
203|    #include <string.h>
204| int
205| main ()
206| {
207| if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
208|      return 1;
209|
210|   ;
211|   return 0;
212| }
213configure:5734: result: no
214configure:6849: checking for default BUILD_CONFIG
215configure:6881: result: bootstrap-debug
216configure:7370: checking for bison
217configure:7386: found /usr/bin/bison
218configure:7397: result: bison -y
219configure:7417: checking for bison
220configure:7433: found /usr/bin/bison
221configure:7444: result: bison
222configure:7464: checking for gm4
223configure:7480: found /opt/local/bin/gm4
224configure:7491: result: gm4
225configure:7511: checking for flex
226configure:7527: found /usr/bin/flex
227configure:7538: result: flex
228configure:7559: checking for flex
229configure:7575: found /usr/bin/flex
230configure:7586: result: flex
231configure:7606: checking for makeinfo
232configure:7622: found /usr/bin/makeinfo
233configure:7633: result: makeinfo
234configure:7667: checking for expect
235configure:7683: found /usr/bin/expect
236configure:7694: result: expect
237configure:7716: checking for runtest
238configure:7746: result: no
239configure:7861: checking for ar
240configure:7877: found /opt/local/bin/ar
241configure:7888: result: ar
242configure:8002: checking for as
243configure:8018: found /opt/local/bin/as
244configure:8029: result: as
245configure:8143: checking for dlltool
246configure:8173: result: no
247configure:8203: checking for ld
248configure:8230: result: /usr/bin/ld
249configure:8425: checking for lipo
250configure:8441: found /opt/local/bin/lipo
251configure:8452: result: lipo
252configure:8566: checking for nm
253configure:8582: found /opt/local/bin/nm
254configure:8593: result: nm
255configure:8707: checking for ranlib
256configure:8723: found /opt/local/bin/ranlib
257configure:8734: result: ranlib
258configure:8843: checking for strip
259configure:8859: found /opt/local/bin/strip
260configure:8870: result: strip
261configure:8979: checking for windres
262configure:9009: result: no
263configure:9120: checking for windmc
264configure:9150: result: no
265configure:9261: checking for objcopy
266configure:9291: result: no
267configure:9402: checking for objdump
268configure:9432: result: no
269configure:9543: checking for readelf
270configure:9573: result: no
271configure:9723: checking for cc
272configure:9739: found /usr/bin/cc
273configure:9750: result: cc
274configure:9884: checking for c++
275configure:9900: found /usr/bin/c++
276configure:9911: result: c++
277configure:10045: checking for gcc
278configure:10061: found /usr/bin/gcc
279configure:10072: result: gcc
280configure:10201: checking for gcj
281configure:10231: result: no
282configure:10362: checking for gfortran
283configure:10392: result: no
284configure:10523: checking for gccgo
285configure:10553: result: no
286configure:10614: checking for ar
287configure:10644: result: /opt/local/bin/ar
288configure:10844: checking for as
289configure:10874: result: /opt/local/bin/as
290configure:11074: checking for dlltool
291configure:11107: result: no
292configure:11224: checking for dlltool
293configure:11254: result: no
294configure:11304: checking for ld
295configure:11334: result: /opt/local/bin/ld
296configure:11534: checking for lipo
297configure:11567: result: no
298configure:11684: checking for lipo
299configure:11700: found /opt/local/bin/lipo
300configure:11711: result: lipo
301configure:11764: checking for nm
302configure:11794: result: /opt/local/bin/nm
303configure:11994: checking for objdump
304configure:12024: result: /opt/local/bin/objdump
305configure:12224: checking for ranlib
306configure:12254: result: /opt/local/bin/ranlib
307configure:12454: checking for readelf
308configure:12487: result: no
309configure:12604: checking for readelf
310configure:12634: result: no
311configure:12684: checking for strip
312configure:12714: result: /opt/local/bin/strip
313configure:12914: checking for windres
314configure:12947: result: no
315configure:13064: checking for windres
316configure:13094: result: no
317configure:13144: checking for windmc
318configure:13177: result: no
319configure:13294: checking for windmc
320configure:13324: result: no
321configure:13352: checking where to find the target ar
322configure:13380: result: pre-installed in /opt/local/bin
323configure:13394: checking where to find the target as
324configure:13422: result: pre-installed in /opt/local/bin
325configure:13436: checking where to find the target cc
326configure:13459: result: just compiled
327configure:13478: checking where to find the target c++
328configure:13504: result: just compiled
329configure:13523: checking where to find the target c++ for libstdc++
330configure:13549: result: just compiled
331configure:13568: checking where to find the target dlltool
332configure:13601: result: host tool
333configure:13610: checking where to find the target gcc
334configure:13633: result: just compiled
335configure:13652: checking where to find the target gcj
336configure:13678: result: just compiled
337configure:13697: checking where to find the target gfortran
338configure:13723: result: just compiled
339configure:13742: checking where to find the target gccgo
340configure:13778: result: host tool
341configure:13787: checking where to find the target ld
342configure:13815: result: pre-installed in /opt/local/bin
343configure:13829: checking where to find the target lipo
344configure:13851: result: host tool
345configure:13860: checking where to find the target nm
346configure:13888: result: pre-installed in /opt/local/bin
347configure:13902: checking where to find the target objdump
348configure:13930: result: pre-installed in /opt/local/bin
349configure:13944: checking where to find the target ranlib
350configure:13972: result: pre-installed in /opt/local/bin
351configure:13986: checking where to find the target readelf
352configure:14019: result: host tool
353configure:14028: checking where to find the target strip
354configure:14056: result: pre-installed in /opt/local/bin
355configure:14070: checking where to find the target windres
356configure:14103: result: host tool
357configure:14112: checking where to find the target windmc
358configure:14145: result: host tool
359configure:14182: checking whether to enable maintainer-specific portions of Makefiles
360configure:14191: result: no
361configure:14224: checking whether -fkeep-inline-functions is supported
362configure:14243: /usr/bin/clang -arch x86_64 -c -pipe -O2 -fkeep-inline-functions -I/opt/local/include conftest.c >&5
363configure:14243: $? = 0
364configure:14244: result: yes
365configure:14447: creating ./config.status
366
367## ---------------------- ##
368## Running config.status. ##
369## ---------------------- ##
370
371This file was extended by config.status, which was
372generated by GNU Autoconf 2.64.  Invocation command line was
373
374  CONFIG_FILES    =
375  CONFIG_HEADERS  =
376  CONFIG_LINKS    =
377  CONFIG_COMMANDS =
378  $ ./config.status
379
380on paradox.local
381
382config.status:1003: creating Makefile
383
384## ---------------- ##
385## Cache variables. ##
386## ---------------- ##
387
388ac_cv_build=x86_64-apple-darwin12
389ac_cv_c_compiler_gnu=yes
390ac_cv_cxx_compiler_gnu=yes
391ac_cv_env_AR_FOR_TARGET_set=set
392ac_cv_env_AR_FOR_TARGET_value=/opt/local/bin/ar
393ac_cv_env_AR_set=
394ac_cv_env_AR_value=
395ac_cv_env_AS_FOR_TARGET_set=set
396ac_cv_env_AS_FOR_TARGET_value=/opt/local/bin/as
397ac_cv_env_AS_set=
398ac_cv_env_AS_value=
399ac_cv_env_CCC_set=
400ac_cv_env_CCC_value=
401ac_cv_env_CC_FOR_TARGET_set=
402ac_cv_env_CC_FOR_TARGET_value=
403ac_cv_env_CC_set=set
404ac_cv_env_CC_value='/usr/bin/clang -arch x86_64'
405ac_cv_env_CFLAGS_set=set
406ac_cv_env_CFLAGS_value='-pipe -O2'
407ac_cv_env_CPPFLAGS_set=set
408ac_cv_env_CPPFLAGS_value=-I/opt/local/include
409ac_cv_env_CXXFLAGS_set=set
410ac_cv_env_CXXFLAGS_value='-pipe -O2'
411ac_cv_env_CXX_FOR_TARGET_set=
412ac_cv_env_CXX_FOR_TARGET_value=
413ac_cv_env_CXX_set=set
414ac_cv_env_CXX_value=/usr/bin/clang++
415ac_cv_env_DLLTOOL_FOR_TARGET_set=
416ac_cv_env_DLLTOOL_FOR_TARGET_value=
417ac_cv_env_DLLTOOL_set=
418ac_cv_env_DLLTOOL_value=
419ac_cv_env_GCC_FOR_TARGET_set=
420ac_cv_env_GCC_FOR_TARGET_value=
421ac_cv_env_GCJ_FOR_TARGET_set=
422ac_cv_env_GCJ_FOR_TARGET_value=
423ac_cv_env_GFORTRAN_FOR_TARGET_set=
424ac_cv_env_GFORTRAN_FOR_TARGET_value=
425ac_cv_env_GOC_FOR_TARGET_set=
426ac_cv_env_GOC_FOR_TARGET_value=
427ac_cv_env_LDFLAGS_set=set
428ac_cv_env_LDFLAGS_value=-L/opt/local/lib
429ac_cv_env_LD_FOR_TARGET_set=set
430ac_cv_env_LD_FOR_TARGET_value=/opt/local/bin/ld
431ac_cv_env_LD_set=
432ac_cv_env_LD_value=
433ac_cv_env_LIBS_set=
434ac_cv_env_LIBS_value=
435ac_cv_env_LIPO_FOR_TARGET_set=
436ac_cv_env_LIPO_FOR_TARGET_value=
437ac_cv_env_LIPO_set=
438ac_cv_env_LIPO_value=
439ac_cv_env_NM_FOR_TARGET_set=set
440ac_cv_env_NM_FOR_TARGET_value=/opt/local/bin/nm
441ac_cv_env_NM_set=
442ac_cv_env_NM_value=
443ac_cv_env_OBJCOPY_set=
444ac_cv_env_OBJCOPY_value=
445ac_cv_env_OBJDUMP_FOR_TARGET_set=set
446ac_cv_env_OBJDUMP_FOR_TARGET_value=/opt/local/bin/objdump
447ac_cv_env_OBJDUMP_set=
448ac_cv_env_OBJDUMP_value=
449ac_cv_env_RANLIB_FOR_TARGET_set=set
450ac_cv_env_RANLIB_FOR_TARGET_value=/opt/local/bin/ranlib
451ac_cv_env_RANLIB_set=
452ac_cv_env_RANLIB_value=
453ac_cv_env_READELF_FOR_TARGET_set=
454ac_cv_env_READELF_FOR_TARGET_value=
455ac_cv_env_READELF_set=
456ac_cv_env_READELF_value=
457ac_cv_env_STRIP_FOR_TARGET_set=set
458ac_cv_env_STRIP_FOR_TARGET_value=/opt/local/bin/strip
459ac_cv_env_STRIP_set=
460ac_cv_env_STRIP_value=
461ac_cv_env_WINDMC_FOR_TARGET_set=
462ac_cv_env_WINDMC_FOR_TARGET_value=
463ac_cv_env_WINDMC_set=
464ac_cv_env_WINDMC_value=
465ac_cv_env_WINDRES_FOR_TARGET_set=
466ac_cv_env_WINDRES_FOR_TARGET_value=
467ac_cv_env_WINDRES_set=
468ac_cv_env_WINDRES_value=
469ac_cv_env_build_alias_set=set
470ac_cv_env_build_alias_value=x86_64-apple-darwin12
471ac_cv_env_build_configargs_set=
472ac_cv_env_build_configargs_value=
473ac_cv_env_host_alias_set=
474ac_cv_env_host_alias_value=
475ac_cv_env_host_configargs_set=
476ac_cv_env_host_configargs_value=
477ac_cv_env_target_alias_set=
478ac_cv_env_target_alias_value=
479ac_cv_env_target_configargs_set=
480ac_cv_env_target_configargs_value=
481ac_cv_host=x86_64-apple-darwin12
482ac_cv_objext=o
483ac_cv_path_AR_FOR_TARGET=/opt/local/bin/ar
484ac_cv_path_AS_FOR_TARGET=/opt/local/bin/as
485ac_cv_path_LD_FOR_TARGET=/opt/local/bin/ld
486ac_cv_path_NM_FOR_TARGET=/opt/local/bin/nm
487ac_cv_path_OBJDUMP_FOR_TARGET=/opt/local/bin/objdump
488ac_cv_path_RANLIB_FOR_TARGET=/opt/local/bin/ranlib
489ac_cv_path_SED=/usr/bin/sed
490ac_cv_path_STRIP_FOR_TARGET=/opt/local/bin/strip
491ac_cv_prog_AR=ar
492ac_cv_prog_AS=as
493ac_cv_prog_AWK=awk
494ac_cv_prog_BISON=bison
495ac_cv_prog_CC_FOR_TARGET=cc
496ac_cv_prog_CXX_FOR_TARGET=c++
497ac_cv_prog_EXPECT=expect
498ac_cv_prog_FLEX=flex
499ac_cv_prog_GCC_FOR_TARGET=gcc
500ac_cv_prog_LD=/usr/bin/ld
501ac_cv_prog_LEX=flex
502ac_cv_prog_LIPO=lipo
503ac_cv_prog_LIPO_FOR_TARGET=lipo
504ac_cv_prog_M4=gm4
505ac_cv_prog_MAKEINFO=makeinfo
506ac_cv_prog_NM=nm
507ac_cv_prog_RANLIB=ranlib
508ac_cv_prog_STRIP=strip
509ac_cv_prog_YACC='bison -y'
510ac_cv_prog_ac_ct_CC='/usr/bin/clang -arch x86_64'
511ac_cv_prog_cc_c89=
512ac_cv_prog_cc_g=yes
513ac_cv_prog_cxx_g=yes
514ac_cv_target=x86_64-apple-darwin12
515acx_cv_cc_gcc_supports_ada=no
516acx_cv_prog_LN=ln
517gcc_cv_isl=no
518gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
519gcc_cv_tool_dirs=/opt/local/libexec/gcc/x86_64-apple-darwin12/4.8.0:/opt/local/libexec/gcc/x86_64-apple-darwin12:/usr/lib/gcc/x86_64-apple-darwin12/4.8.0:/usr/lib/gcc/x86_64-apple-darwin12:/opt/local/x86_64-apple-darwin12/bin/x86_64-apple-darwin12/4.8.0:/opt/local/x86_64-apple-darwin12/bin:
520gcc_cv_tool_prefix=/opt/local
521lt_cv_objdir=.libs
522
523## ----------------- ##
524## Output variables. ##
525## ----------------- ##
526
527AR='ar'
528AR_FOR_BUILD='$(AR)'
529AR_FOR_TARGET='/opt/local/bin/ar'
530AS='as'
531AS_FOR_BUILD='$(AS)'
532AS_FOR_TARGET='/opt/local/bin/as'
533AWK='awk'
534BISON='bison'
535BUILD_CONFIG='bootstrap-debug'
536CC='/usr/bin/clang -arch x86_64'
537CC_FOR_BUILD='$(CC)'
538CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
539CFLAGS='-pipe -O2'
540CFLAGS_FOR_BUILD='-pipe -O2'
541CFLAGS_FOR_TARGET='-g -pipe -O2'
542COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
543COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
544COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
545CONFIGURE_GDB_TK=''
546CPPFLAGS='-I/opt/local/include'
547CXX='/usr/bin/clang++'
548CXXFLAGS='-pipe -O2'
549CXXFLAGS_FOR_BUILD='-pipe -O2'
550CXXFLAGS_FOR_TARGET='-g -pipe -O2'
551CXX_FOR_BUILD='$(CXX)'
552CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
553DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
554DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
555DLLTOOL='dlltool'
556DLLTOOL_FOR_BUILD='$(DLLTOOL)'
557DLLTOOL_FOR_TARGET='$(DLLTOOL)'
558ECHO_C='\c'
559ECHO_N=''
560ECHO_T=''
561EXEEXT=''
562EXPECT='expect'
563EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
564FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
565FLEX='flex'
566GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
567GCC_SHLIB_SUBDIR=''
568GCJ_FOR_BUILD='$(GCJ)'
569GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
570GDB_TK=''
571GFORTRAN_FOR_BUILD='$(GFORTRAN)'
572GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
573GNATBIND='no'
574GNATMAKE='no'
575GOC_FOR_BUILD='$(GOC)'
576GOC_FOR_TARGET='$(GOC)'
577INSTALL_DATA='${INSTALL} -m 644'
578INSTALL_GDB_TK=''
579INSTALL_PROGRAM='${INSTALL}'
580INSTALL_SCRIPT='${INSTALL}'
581LD='/usr/bin/ld'
582LDFLAGS='-L/opt/local/lib'
583LDFLAGS_FOR_BUILD='-L/opt/local/lib'
584LDFLAGS_FOR_TARGET=''
585LD_FOR_BUILD='$(LD)'
586LD_FOR_TARGET='/opt/local/bin/ld'
587LEX='flex'
588LIBOBJS=''
589LIBS=''
590LIPO='lipo'
591LIPO_FOR_TARGET='$(LIPO)'
592LN='ln'
593LN_S='ln -s'
594LTLIBOBJS=''
595M4='gm4'
596MAINT='#'
597MAINTAINER_MODE_FALSE=''
598MAINTAINER_MODE_TRUE='#'
599MAKEINFO='makeinfo'
600NM='nm'
601NM_FOR_BUILD='$(NM)'
602NM_FOR_TARGET='/opt/local/bin/nm'
603OBJCOPY='objcopy'
604OBJDUMP='objdump'
605OBJDUMP_FOR_TARGET='/opt/local/bin/objdump'
606OBJEXT='o'
607PACKAGE_BUGREPORT=''
608PACKAGE_NAME=''
609PACKAGE_STRING=''
610PACKAGE_TARNAME=''
611PACKAGE_URL=''
612PACKAGE_VERSION=''
613PATH_SEPARATOR=':'
614POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
615RANLIB='ranlib'
616RANLIB_FOR_BUILD='$(RANLIB)'
617RANLIB_FOR_TARGET='/opt/local/bin/ranlib'
618RAW_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'
619READELF='readelf'
620READELF_FOR_TARGET='$(READELF)'
621RPATH_ENVVAR='DYLD_LIBRARY_PATH'
622RUNTEST='runtest'
623SED='/usr/bin/sed'
624SHELL='/bin/sh'
625STRIP='strip'
626STRIP_FOR_TARGET='/opt/local/bin/strip'
627SYSROOT_CFLAGS_FOR_TARGET=''
628TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.8-20120722/configure --prefix=/opt/local --build=x86_64-apple-darwin12 --enable-languages=c,c++,objc,obj-c++,fortran,java --libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --enable-stage1-checking --disable-multilib --enable-lto --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='\''MacPorts gcc48 4.8-20120722_0'\'''
629WINDMC='windmc'
630WINDMC_FOR_BUILD='$(WINDMC)'
631WINDMC_FOR_TARGET='$(WINDMC)'
632WINDRES='windres'
633WINDRES_FOR_BUILD='$(WINDRES)'
634WINDRES_FOR_TARGET='$(WINDRES)'
635YACC='bison -y'
636ac_ct_CC='/usr/bin/clang -arch x86_64'
637ac_ct_CXX=''
638bindir='${exec_prefix}/bin'
639build='x86_64-apple-darwin12'
640build_alias='x86_64-apple-darwin12'
641build_configargs=' --cache-file=../config.cache '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc48'\'' '\''--includedir=/opt/local/include/gcc48'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.8'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc48/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--with-cloog=/opt/local'\'' '\''--enable-cloog-backend=isl'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-lto'\'' '\''--with-as=/opt/local/bin/as'\'' '\''--with-ld=/opt/local/bin/ld'\'' '\''--with-ar=/opt/local/bin/ar'\'' '\''--with-bugurl=https://trac.macports.org/newticket'\'' '\''--with-pkgversion=MacPorts gcc48 4.8-20120722_0'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.8&'\'' --disable-option-checking'
642build_configdirs=' libiberty fixincludes'
643build_cpu='x86_64'
644build_libsubdir='build-x86_64-apple-darwin12'
645build_noncanonical='x86_64-apple-darwin12'
646build_os='darwin12'
647build_subdir='build-x86_64-apple-darwin12'
648build_tooldir='${exec_prefix}/x86_64-apple-darwin12'
649build_vendor='apple'
650clooginc=''
651clooglibs=''
652compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
653configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc'
654datadir='${datarootdir}'
655datarootdir='/opt/local/share/gcc-4.8'
656do_compare='cmp --ignore-initial=16 $$f1 $$f2'
657docdir='${datarootdir}/doc/${PACKAGE}'
658dvidir='${docdir}'
659exec_prefix='${prefix}'
660extra_host_libiberty_configure_flags=''
661extra_isl_gmp_configure_flags=''
662extra_mpc_gmp_configure_flags=''
663extra_mpc_mpfr_configure_flags=''
664extra_mpfr_configure_flags=''
665gmpinc='-I/opt/local/include -I/opt/local/include -I/opt/local/include '
666gmplibs='-L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp'
667host='x86_64-apple-darwin12'
668host_alias=''
669host_configargs=' --cache-file=./config.cache  --with-system-zlib '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc48'\'' '\''--includedir=/opt/local/include/gcc48'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.8'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc48/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--with-cloog=/opt/local'\'' '\''--enable-cloog-backend=isl'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-lto'\'' '\''--with-as=/opt/local/bin/as'\'' '\''--with-ld=/opt/local/bin/ld'\'' '\''--with-ar=/opt/local/bin/ar'\'' '\''--with-bugurl=https://trac.macports.org/newticket'\'' '\''--with-pkgversion=MacPorts gcc48 4.8-20120722_0'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.8&'\'' --disable-option-checking'
670host_cpu='x86_64'
671host_noncanonical='x86_64-apple-darwin12'
672host_os='darwin12'
673host_subdir='.'
674host_vendor='apple'
675htmldir='${docdir}'
676includedir='/opt/local/include/gcc48'
677infodir='/opt/local/share/info'
678islinc=''
679isllibs=''
680libdir='/opt/local/lib/gcc48'
681libexecdir='${exec_prefix}/libexec'
682localedir='${datarootdir}/locale'
683localstatedir='${prefix}/var'
684mandir='/opt/local/share/man'
685oldincludedir='/usr/include'
686pdfdir='${docdir}'
687poststage1_ldflags='-static-libstdc++ -static-libgcc'
688poststage1_libs=''
689prefix='/opt/local'
690program_transform_name='s&$$&-mp-4.8&'
691psdir='${docdir}'
692sbindir='${exec_prefix}/sbin'
693sharedstatedir='${prefix}/com'
694stage1_cflags='-g -fkeep-inline-functions'
695stage1_checking='--enable-checking=yes'
696stage1_languages='c,c++,lto'
697stage1_ldflags=''
698stage1_libs=''
699stage2_werror_flag='--enable-werror-always'
700sysconfdir='${prefix}/etc'
701target='x86_64-apple-darwin12'
702target_alias=''
703target_configargs='--cache-file=./config.cache   '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc48'\'' '\''--includedir=/opt/local/include/gcc48'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.8'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc48/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--with-cloog=/opt/local'\'' '\''--enable-cloog-backend=isl'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-lto'\'' '\''--with-as=/opt/local/bin/as'\'' '\''--with-ld=/opt/local/bin/ld'\'' '\''--with-ar=/opt/local/bin/ar'\'' '\''--with-bugurl=https://trac.macports.org/newticket'\'' '\''--with-pkgversion=MacPorts gcc48 4.8-20120722_0'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.8&'\'' --disable-option-checking'
704target_configdirs=' libgcc libgomp libatomic libitm libstdc++-v3 libssp libquadmath libgfortran boehm-gc libffi zlib libjava libobjc'
705target_cpu='x86_64'
706target_noncanonical='x86_64-apple-darwin12'
707target_os='darwin12'
708target_subdir='x86_64-apple-darwin12'
709target_vendor='apple'
710tooldir='${exec_prefix}/x86_64-apple-darwin12'
711
712## ------------------- ##
713## File substitutions. ##
714## ------------------- ##
715
716alphaieee_frag='/dev/null'
717host_makefile_frag='../gcc-4.8-20120722/config/mh-darwin'
718ospace_frag='/dev/null'
719serialization_dependencies='serdep.tmp'
720target_makefile_frag='/dev/null'
721
722## ----------- ##
723## confdefs.h. ##
724## ----------- ##
725
726/* confdefs.h */
727#define PACKAGE_NAME ""
728#define PACKAGE_TARNAME ""
729#define PACKAGE_VERSION ""
730#define PACKAGE_STRING ""
731#define PACKAGE_BUGREPORT ""
732#define PACKAGE_URL ""
733#define LT_OBJDIR ".libs/"
734
735configure: exit 0