Ticket #31174: config.log

File config.log, 28.8 KB (added by fleason (Fred Leason), 13 years ago)

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc46/gcc46/work/build/config.log

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.6.1/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc46 --includedir=/opt/local/include/gcc46 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.6 --with-local-prefix=/opt/local --with-libiconv-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.6 --with-gxx-include-dir=/opt/local/include/gcc46/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local --enable-stage1-checking --disable-multilib --enable-fully-dynamic-string
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = freds-i7-860.local
14uname -m = x86_64
15uname -r = 11.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~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 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 109 tasks, 488 threads, 8 processors
34Load average: 0.62, Mach factor: 7.37
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:2222: checking build system type
52configure:2236: result: x86_64-apple-darwin11
53configure:2283: checking host system type
54configure:2296: result: x86_64-apple-darwin11
55configure:2316: checking target system type
56configure:2329: result: x86_64-apple-darwin11
57configure:2383: checking for a BSD-compatible install
58configure:2451: result: /usr/bin/install -c
59configure:2462: checking whether ln works
60configure:2484: result: yes
61configure:2488: checking whether ln -s works
62configure:2492: result: yes
63configure:2499: checking for a sed that does not truncate output
64configure:2563: result: /opt/local/bin/gsed
65configure:2572: checking for gawk
66configure:2602: result: no
67configure:2572: checking for mawk
68configure:2602: result: no
69configure:2572: checking for nawk
70configure:2602: result: no
71configure:2572: checking for awk
72configure:2588: found /usr/bin/awk
73configure:2599: result: awk
74configure:3919: checking for gcc
75configure:3946: result: /Developer/usr/bin/clang
76configure:4175: checking for C compiler version
77configure:4184: /Developer/usr/bin/clang --version >&5
78Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
79Target: x86_64-apple-darwin11.1.0
80Thread model: posix
81configure:4195: $? = 0
82configure:4184: /Developer/usr/bin/clang -v >&5
83Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
84Target: x86_64-apple-darwin11.1.0
85Thread model: posix
86configure:4195: $? = 0
87configure:4184: /Developer/usr/bin/clang -V >&5
88clang: error: argument to '-V' is missing (expected 1 value)
89clang: error: no input files
90configure:4195: $? = 1
91configure:4184: /Developer/usr/bin/clang -qversion >&5
92clang: error: no input files
93configure:4195: $? = 1
94configure:4215: checking for C compiler default output file name
95configure:4237: /Developer/usr/bin/clang -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
96configure:4241: $? = 0
97configure:4278: result: a.out
98configure:4294: checking whether the C compiler works
99configure:4303: ./a.out
100configure:4307: $? = 0
101configure:4322: result: yes
102configure:4329: checking whether we are cross compiling
103configure:4331: result: no
104configure:4334: checking for suffix of executables
105configure:4341: /Developer/usr/bin/clang -o conftest -pipe -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
106configure:4345: $? = 0
107configure:4367: result:
108configure:4373: checking for suffix of object files
109configure:4395: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include conftest.c >&5
110configure:4399: $? = 0
111configure:4420: result: o
112configure:4424: checking whether we are using the GNU C compiler
113configure:4443: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include conftest.c >&5
114configure:4443: $? = 0
115configure:4452: result: yes
116configure:4461: checking whether /Developer/usr/bin/clang accepts -g
117configure:4481: /Developer/usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
118configure:4481: $? = 0
119configure:4522: result: yes
120configure:4539: checking for /Developer/usr/bin/clang option to accept ISO C89
121configure:4603: /Developer/usr/bin/clang  -c -pipe -O2 -I/opt/local/include conftest.c >&5
122configure:4603: $? = 0
123configure:4616: result: none needed
124configure:4748: checking for C++ compiler version
125configure:4757: /Developer/usr/bin/clang++ --version >&5
126Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
127Target: x86_64-apple-darwin11.1.0
128Thread model: posix
129configure:4768: $? = 0
130configure:4757: /Developer/usr/bin/clang++ -v >&5
131Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
132Target: x86_64-apple-darwin11.1.0
133Thread model: posix
134configure:4768: $? = 0
135configure:4757: /Developer/usr/bin/clang++ -V >&5
136clang: error: argument to '-V' is missing (expected 1 value)
137clang: error: no input files
138configure:4768: $? = 1
139configure:4757: /Developer/usr/bin/clang++ -qversion >&5
140clang: error: no input files
141configure:4768: $? = 1
142configure:4772: checking whether we are using the GNU C++ compiler
143configure:4791: /Developer/usr/bin/clang++ -c -pipe -O2 -I/opt/local/include conftest.cpp >&5
144configure:4791: $? = 0
145configure:4800: result: yes
146configure:4809: checking whether /Developer/usr/bin/clang++ accepts -g
147configure:4829: /Developer/usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
148configure:4829: $? = 0
149configure:4870: result: yes
150configure:4959: checking for gnatbind
151configure:4989: result: no
152configure:5051: checking for gnatmake
153configure:5081: result: no
154configure:5100: checking whether compiler driver understands Ada
155configure:5123: result: no
156configure:5132: checking how to compare bootstrapped objects
157configure:5157: result: cmp --ignore-initial=16 $$f1 $$f2
158configure:5173: checking for objdir
159configure:5188: result: .libs
160configure:5354: checking for the correct version of gmp.h
161configure:5374: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
162configure:5374: $? = 0
163configure:5392: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
164configure:5392: $? = 0
165configure:5393: result: yes
166configure:5409: checking for the correct version of mpfr.h
167configure:5427: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
168configure:5427: $? = 0
169configure:5444: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
170configure:5444: $? = 0
171configure:5445: result: yes
172configure:5462: checking for the correct version of mpc.h
173configure:5479: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
174configure:5479: $? = 0
175configure:5495: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
176configure:5495: $? = 0
177configure:5496: result: yes
178configure:5514: checking for the correct version of the gmp/mpfr/mpc libraries
179configure:5545: /Developer/usr/bin/clang -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
180configure:5545: $? = 0
181configure:5546: result: yes
182configure:5730: checking for PWL_handle_timeout in -lpwl
183configure:5755: /Developer/usr/bin/clang -o conftest -pipe -O2 -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -lpwl   >&5
184configure:5755: $? = 0
185configure:5764: result: yes
186configure:5778: checking for version 0.11 (revision 0 or later) of PPL
187configure:5795: /Developer/usr/bin/clang -c -pipe -O2 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include conftest.c >&5
188configure:5795: $? = 0
189configure:5796: result: yes
190configure:5923: checking for installed CLooG PPL Legacy
191configure:5942: /Developer/usr/bin/clang -o conftest -pipe -O2  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include  -I/opt/local/include -DCLOOG_INT_GMP -DCLOOG_ORG -L/opt/local/lib  -L/opt/local/lib -lppl_c -lppl -lpwl -lgmpxx conftest.c -lcloog  >&5
192conftest.c:10:10: fatal error: 'cloog/cloog.h' file not found
193#include "cloog/cloog.h"
194         ^
1951 error generated.
196configure:5942: $? = 1
197configure: failed program was:
198| /* confdefs.h */
199| #define PACKAGE_NAME ""
200| #define PACKAGE_TARNAME ""
201| #define PACKAGE_VERSION ""
202| #define PACKAGE_STRING ""
203| #define PACKAGE_BUGREPORT ""
204| #define PACKAGE_URL ""
205| #define LT_OBJDIR ".libs/"
206| /* end confdefs.h.  */
207| #include "cloog/cloog.h"
208| int
209| main ()
210| {
211| #ifndef CLOOG_PPL_BACKEND
212|     choke me
213|    #endif
214|   ;
215|   return 0;
216| }
217configure:5950: result: no
218configure:7245: checking for default BUILD_CONFIG
219configure:7277: result: bootstrap-debug
220configure:7767: checking for bison
221configure:7783: found /opt/local/bin/bison
222configure:7794: result: bison -y
223configure:7815: checking for bison
224configure:7831: found /opt/local/bin/bison
225configure:7842: result: bison
226configure:7862: checking for gm4
227configure:7878: found /opt/local/bin/gm4
228configure:7889: result: gm4
229configure:7909: checking for flex
230configure:7925: found /opt/local/bin/flex
231configure:7936: result: flex
232configure:7957: checking for flex
233configure:7973: found /opt/local/bin/flex
234configure:7984: result: flex
235configure:8004: checking for makeinfo
236configure:8020: found /opt/local/bin/makeinfo
237configure:8031: result: makeinfo
238configure:8065: checking for expect
239configure:8081: found /usr/bin/expect
240configure:8092: result: expect
241configure:8114: checking for runtest
242configure:8144: result: no
243configure:8259: checking for ar
244configure:8275: found /usr/bin/ar
245configure:8286: result: ar
246configure:8400: checking for as
247configure:8416: found /usr/bin/as
248configure:8427: result: as
249configure:8541: checking for dlltool
250configure:8571: result: no
251configure:8601: checking for ld
252configure:8628: result: /Developer/usr/bin/ld
253configure:8823: checking for lipo
254configure:8839: found /usr/bin/lipo
255configure:8850: result: lipo
256configure:8964: checking for nm
257configure:8980: found /usr/bin/nm
258configure:8991: result: nm
259configure:9105: checking for ranlib
260configure:9121: found /usr/bin/ranlib
261configure:9132: result: ranlib
262configure:9241: checking for strip
263configure:9257: found /usr/bin/strip
264configure:9268: result: strip
265configure:9377: checking for windres
266configure:9407: result: no
267configure:9518: checking for windmc
268configure:9548: result: no
269configure:9659: checking for objcopy
270configure:9689: result: no
271configure:9800: checking for objdump
272configure:9830: result: no
273configure:9980: checking for cc
274configure:9996: found /usr/bin/cc
275configure:10007: result: cc
276configure:10141: checking for c++
277configure:10157: found /usr/bin/c++
278configure:10168: result: c++
279configure:10302: checking for gcc
280configure:10318: found /usr/bin/gcc
281configure:10329: result: gcc
282configure:10458: checking for gcj
283configure:10488: result: no
284configure:10619: checking for gfortran
285configure:10649: result: no
286configure:10780: checking for gccgo
287configure:10810: result: no
288configure:10871: checking for ar
289configure:10901: result: /usr/bin/ar
290configure:11101: checking for as
291configure:11131: result: /usr/bin/as
292configure:11331: checking for dlltool
293configure:11364: result: no
294configure:11481: checking for dlltool
295configure:11511: result: no
296configure:11561: checking for ld
297configure:11591: result: /usr/bin/ld
298configure:11791: checking for lipo
299configure:11824: result: no
300configure:11941: checking for lipo
301configure:11957: found /usr/bin/lipo
302configure:11968: result: lipo
303configure:12021: checking for nm
304configure:12051: result: /usr/bin/nm
305configure:12251: checking for objdump
306configure:12281: result: /usr/bin/objdump
307configure:12481: checking for ranlib
308configure:12511: result: /usr/bin/ranlib
309configure:12711: checking for strip
310configure:12741: result: /usr/bin/strip
311configure:12941: checking for windres
312configure:12974: result: no
313configure:13091: checking for windres
314configure:13121: result: no
315configure:13171: checking for windmc
316configure:13204: result: no
317configure:13321: checking for windmc
318configure:13351: result: no
319configure:13379: checking where to find the target ar
320configure:13407: result: pre-installed in /usr/bin
321configure:13421: checking where to find the target as
322configure:13449: result: pre-installed in /usr/bin
323configure:13463: checking where to find the target cc
324configure:13486: result: just compiled
325configure:13505: checking where to find the target c++
326configure:13531: result: just compiled
327configure:13550: checking where to find the target c++ for libstdc++
328configure:13576: result: just compiled
329configure:13595: checking where to find the target dlltool
330configure:13628: result: host tool
331configure:13637: checking where to find the target gcc
332configure:13660: result: just compiled
333configure:13679: checking where to find the target gcj
334configure:13715: result: host tool
335configure:13724: checking where to find the target gfortran
336configure:13750: result: just compiled
337configure:13769: checking where to find the target gccgo
338configure:13805: result: host tool
339configure:13814: checking where to find the target ld
340configure:13842: result: pre-installed in /usr/bin
341configure:13856: checking where to find the target lipo
342configure:13878: result: host tool
343configure:13887: checking where to find the target nm
344configure:13915: result: pre-installed in /usr/bin
345configure:13929: checking where to find the target objdump
346configure:13957: result: pre-installed in /usr/bin
347configure:13971: checking where to find the target ranlib
348configure:13999: result: pre-installed in /usr/bin
349configure:14013: checking where to find the target strip
350configure:14041: result: pre-installed in /usr/bin
351configure:14055: checking where to find the target windres
352configure:14088: result: host tool
353configure:14097: checking where to find the target windmc
354configure:14130: result: host tool
355configure:14167: checking whether to enable maintainer-specific portions of Makefiles
356configure:14176: result: no
357configure:14209: checking whether -fkeep-inline-functions is supported
358configure:14228: /Developer/usr/bin/clang -c -pipe -O2 -fkeep-inline-functions -I/opt/local/include conftest.c >&5
359configure:14228: $? = 0
360configure:14229: result: yes
361configure:14426: creating ./config.status
362
363## ---------------------- ##
364## Running config.status. ##
365## ---------------------- ##
366
367This file was extended by config.status, which was
368generated by GNU Autoconf 2.64.  Invocation command line was
369
370  CONFIG_FILES    =
371  CONFIG_HEADERS  =
372  CONFIG_LINKS    =
373  CONFIG_COMMANDS =
374  $ ./config.status
375
376on freds-i7-860.local
377
378config.status:973: creating Makefile
379
380## ---------------- ##
381## Cache variables. ##
382## ---------------- ##
383
384ac_cv_build=x86_64-apple-darwin11
385ac_cv_c_compiler_gnu=yes
386ac_cv_cxx_compiler_gnu=yes
387ac_cv_env_AR_FOR_TARGET_set=set
388ac_cv_env_AR_FOR_TARGET_value=/usr/bin/ar
389ac_cv_env_AR_set=
390ac_cv_env_AR_value=
391ac_cv_env_AS_FOR_TARGET_set=set
392ac_cv_env_AS_FOR_TARGET_value=/usr/bin/as
393ac_cv_env_AS_set=
394ac_cv_env_AS_value=
395ac_cv_env_CCC_set=
396ac_cv_env_CCC_value=
397ac_cv_env_CC_FOR_TARGET_set=
398ac_cv_env_CC_FOR_TARGET_value=
399ac_cv_env_CC_set=set
400ac_cv_env_CC_value=/Developer/usr/bin/clang
401ac_cv_env_CFLAGS_set=set
402ac_cv_env_CFLAGS_value='-pipe -O2'
403ac_cv_env_CPPFLAGS_set=set
404ac_cv_env_CPPFLAGS_value=-I/opt/local/include
405ac_cv_env_CXXFLAGS_set=set
406ac_cv_env_CXXFLAGS_value='-pipe -O2'
407ac_cv_env_CXX_FOR_TARGET_set=
408ac_cv_env_CXX_FOR_TARGET_value=
409ac_cv_env_CXX_set=set
410ac_cv_env_CXX_value=/Developer/usr/bin/clang++
411ac_cv_env_DLLTOOL_FOR_TARGET_set=
412ac_cv_env_DLLTOOL_FOR_TARGET_value=
413ac_cv_env_DLLTOOL_set=
414ac_cv_env_DLLTOOL_value=
415ac_cv_env_GCC_FOR_TARGET_set=
416ac_cv_env_GCC_FOR_TARGET_value=
417ac_cv_env_GCJ_FOR_TARGET_set=
418ac_cv_env_GCJ_FOR_TARGET_value=
419ac_cv_env_GFORTRAN_FOR_TARGET_set=
420ac_cv_env_GFORTRAN_FOR_TARGET_value=
421ac_cv_env_GOC_FOR_TARGET_set=
422ac_cv_env_GOC_FOR_TARGET_value=
423ac_cv_env_LDFLAGS_set=set
424ac_cv_env_LDFLAGS_value=-L/opt/local/lib
425ac_cv_env_LD_FOR_TARGET_set=set
426ac_cv_env_LD_FOR_TARGET_value=/usr/bin/ld
427ac_cv_env_LD_set=
428ac_cv_env_LD_value=
429ac_cv_env_LIBS_set=
430ac_cv_env_LIBS_value=
431ac_cv_env_LIPO_FOR_TARGET_set=
432ac_cv_env_LIPO_FOR_TARGET_value=
433ac_cv_env_LIPO_set=
434ac_cv_env_LIPO_value=
435ac_cv_env_NM_FOR_TARGET_set=set
436ac_cv_env_NM_FOR_TARGET_value=/usr/bin/nm
437ac_cv_env_NM_set=
438ac_cv_env_NM_value=
439ac_cv_env_OBJCOPY_set=
440ac_cv_env_OBJCOPY_value=
441ac_cv_env_OBJDUMP_FOR_TARGET_set=set
442ac_cv_env_OBJDUMP_FOR_TARGET_value=/usr/bin/objdump
443ac_cv_env_OBJDUMP_set=
444ac_cv_env_OBJDUMP_value=
445ac_cv_env_RANLIB_FOR_TARGET_set=set
446ac_cv_env_RANLIB_FOR_TARGET_value=/usr/bin/ranlib
447ac_cv_env_RANLIB_set=
448ac_cv_env_RANLIB_value=
449ac_cv_env_STRIP_FOR_TARGET_set=set
450ac_cv_env_STRIP_FOR_TARGET_value=/usr/bin/strip
451ac_cv_env_STRIP_set=
452ac_cv_env_STRIP_value=
453ac_cv_env_WINDMC_FOR_TARGET_set=
454ac_cv_env_WINDMC_FOR_TARGET_value=
455ac_cv_env_WINDMC_set=
456ac_cv_env_WINDMC_value=
457ac_cv_env_WINDRES_FOR_TARGET_set=
458ac_cv_env_WINDRES_FOR_TARGET_value=
459ac_cv_env_WINDRES_set=
460ac_cv_env_WINDRES_value=
461ac_cv_env_build_alias_set=set
462ac_cv_env_build_alias_value=x86_64-apple-darwin11
463ac_cv_env_build_configargs_set=
464ac_cv_env_build_configargs_value=
465ac_cv_env_host_alias_set=
466ac_cv_env_host_alias_value=
467ac_cv_env_host_configargs_set=
468ac_cv_env_host_configargs_value=
469ac_cv_env_target_alias_set=
470ac_cv_env_target_alias_value=
471ac_cv_env_target_configargs_set=
472ac_cv_env_target_configargs_value=
473ac_cv_host=x86_64-apple-darwin11
474ac_cv_lib_pwl_PWL_handle_timeout=yes
475ac_cv_objext=o
476ac_cv_path_AR_FOR_TARGET=/usr/bin/ar
477ac_cv_path_AS_FOR_TARGET=/usr/bin/as
478ac_cv_path_LD_FOR_TARGET=/usr/bin/ld
479ac_cv_path_NM_FOR_TARGET=/usr/bin/nm
480ac_cv_path_OBJDUMP_FOR_TARGET=/usr/bin/objdump
481ac_cv_path_RANLIB_FOR_TARGET=/usr/bin/ranlib
482ac_cv_path_SED=/opt/local/bin/gsed
483ac_cv_path_STRIP_FOR_TARGET=/usr/bin/strip
484ac_cv_prog_AR=ar
485ac_cv_prog_AS=as
486ac_cv_prog_AWK=awk
487ac_cv_prog_BISON=bison
488ac_cv_prog_CC_FOR_TARGET=cc
489ac_cv_prog_CXX_FOR_TARGET=c++
490ac_cv_prog_EXPECT=expect
491ac_cv_prog_FLEX=flex
492ac_cv_prog_GCC_FOR_TARGET=gcc
493ac_cv_prog_LD=/Developer/usr/bin/ld
494ac_cv_prog_LEX=flex
495ac_cv_prog_LIPO=lipo
496ac_cv_prog_LIPO_FOR_TARGET=lipo
497ac_cv_prog_M4=gm4
498ac_cv_prog_MAKEINFO=makeinfo
499ac_cv_prog_NM=nm
500ac_cv_prog_RANLIB=ranlib
501ac_cv_prog_STRIP=strip
502ac_cv_prog_YACC='bison -y'
503ac_cv_prog_ac_ct_CC=/Developer/usr/bin/clang
504ac_cv_prog_cc_c89=
505ac_cv_prog_cc_g=yes
506ac_cv_prog_cxx_g=yes
507ac_cv_target=x86_64-apple-darwin11
508acx_cv_cc_gcc_supports_ada=no
509acx_cv_prog_LN=ln
510gcc_cv_cloog_type=no
511gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
512gcc_cv_tool_dirs=/opt/local/libexec/gcc/x86_64-apple-darwin11/4.6.1:/opt/local/libexec/gcc/x86_64-apple-darwin11:/usr/lib/gcc/x86_64-apple-darwin11/4.6.1:/usr/lib/gcc/x86_64-apple-darwin11:/opt/local/x86_64-apple-darwin11/bin/x86_64-apple-darwin11/4.6.1:/opt/local/x86_64-apple-darwin11/bin:
513gcc_cv_tool_prefix=/opt/local
514lt_cv_objdir=.libs
515
516## ----------------- ##
517## Output variables. ##
518## ----------------- ##
519
520AR='ar'
521AR_FOR_BUILD='$(AR)'
522AR_FOR_TARGET='/usr/bin/ar'
523AS='as'
524AS_FOR_BUILD='$(AS)'
525AS_FOR_TARGET='/usr/bin/as'
526AWK='awk'
527BISON='bison'
528BUILD_CONFIG='bootstrap-debug'
529CC='/Developer/usr/bin/clang'
530CC_FOR_BUILD='$(CC)'
531CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
532CFLAGS='-pipe -O2'
533CFLAGS_FOR_BUILD='-pipe -O2'
534CFLAGS_FOR_TARGET='-g -pipe -O2'
535COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
536COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
537COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
538CONFIGURE_GDB_TK=''
539CPPFLAGS='-I/opt/local/include'
540CXX='/Developer/usr/bin/clang++'
541CXXFLAGS='-pipe -O2'
542CXXFLAGS_FOR_BUILD='-pipe -O2'
543CXXFLAGS_FOR_TARGET='-g -pipe -O2'
544CXX_FOR_BUILD='$(CXX)'
545CXX_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'
546DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
547DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
548DLLTOOL='dlltool'
549DLLTOOL_FOR_BUILD='$(DLLTOOL)'
550DLLTOOL_FOR_TARGET='$(DLLTOOL)'
551ECHO_C='\c'
552ECHO_N=''
553ECHO_T=''
554EXEEXT=''
555EXPECT='expect'
556FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
557FLEX='flex'
558GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
559GCC_SHLIB_SUBDIR=''
560GCJ_FOR_BUILD='$(GCJ)'
561GCJ_FOR_TARGET='$(GCJ)'
562GDB_TK=''
563GFORTRAN_FOR_BUILD='$(GFORTRAN)'
564GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
565GNATBIND='no'
566GNATMAKE='no'
567GOC_FOR_BUILD='$(GOC)'
568GOC_FOR_TARGET='$(GOC)'
569INSTALL_DATA='${INSTALL} -m 644'
570INSTALL_GDB_TK=''
571INSTALL_PROGRAM='${INSTALL}'
572INSTALL_SCRIPT='${INSTALL}'
573LD='/Developer/usr/bin/ld'
574LDFLAGS='-L/opt/local/lib'
575LDFLAGS_FOR_BUILD='-L/opt/local/lib'
576LD_FOR_BUILD='$(LD)'
577LD_FOR_TARGET='/usr/bin/ld'
578LEX='flex'
579LIBOBJS=''
580LIBS=''
581LIPO='lipo'
582LIPO_FOR_TARGET='$(LIPO)'
583LN='ln'
584LN_S='ln -s'
585LTLIBOBJS=''
586M4='gm4'
587MAINT='#'
588MAINTAINER_MODE_FALSE=''
589MAINTAINER_MODE_TRUE='#'
590MAKEINFO='makeinfo'
591NM='nm'
592NM_FOR_BUILD='$(NM)'
593NM_FOR_TARGET='/usr/bin/nm'
594OBJCOPY='objcopy'
595OBJDUMP='objdump'
596OBJDUMP_FOR_TARGET='/usr/bin/objdump'
597OBJEXT='o'
598PACKAGE_BUGREPORT=''
599PACKAGE_NAME=''
600PACKAGE_STRING=''
601PACKAGE_TARNAME=''
602PACKAGE_URL=''
603PACKAGE_VERSION=''
604PATH_SEPARATOR=':'
605RANLIB='ranlib'
606RANLIB_FOR_BUILD='$(RANLIB)'
607RANLIB_FOR_TARGET='/usr/bin/ranlib'
608RAW_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'
609RPATH_ENVVAR='DYLD_LIBRARY_PATH'
610RUNTEST='runtest'
611SED='/opt/local/bin/gsed'
612SHELL='/bin/sh'
613STRIP='strip'
614STRIP_FOR_TARGET='/usr/bin/strip'
615SYSROOT_CFLAGS_FOR_TARGET=''
616TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.6.1/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc46 --includedir=/opt/local/include/gcc46 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.6 --with-local-prefix=/opt/local --with-libiconv-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.6 --with-gxx-include-dir=/opt/local/include/gcc46/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local --enable-stage1-checking --disable-multilib --enable-fully-dynamic-string'
617WINDMC='windmc'
618WINDMC_FOR_BUILD='$(WINDMC)'
619WINDMC_FOR_TARGET='$(WINDMC)'
620WINDRES='windres'
621WINDRES_FOR_BUILD='$(WINDRES)'
622WINDRES_FOR_TARGET='$(WINDRES)'
623YACC='bison -y'
624ac_ct_CC='/Developer/usr/bin/clang'
625ac_ct_CXX=''
626bindir='${exec_prefix}/bin'
627build='x86_64-apple-darwin11'
628build_alias='x86_64-apple-darwin11'
629build_configargs=' --cache-file=../config.cache '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc46'\'' '\''--includedir=/opt/local/include/gcc46'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.6'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-libiconv-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc46/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.6&'\'' --disable-option-checking'
630build_configdirs=' libiberty fixincludes'
631build_cpu='x86_64'
632build_libsubdir='build-x86_64-apple-darwin11'
633build_noncanonical='x86_64-apple-darwin11'
634build_os='darwin11'
635build_subdir='build-x86_64-apple-darwin11'
636build_tooldir='${exec_prefix}/x86_64-apple-darwin11'
637build_vendor='apple'
638clooginc=''
639clooglibs=''
640compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
641config_shell='/bin/sh'
642configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc'
643datadir='${datarootdir}'
644datarootdir='/opt/local/share/gcc-4.6'
645do_compare='cmp --ignore-initial=16 $$f1 $$f2'
646docdir='${datarootdir}/doc/${PACKAGE}'
647dvidir='${docdir}'
648exec_prefix='${prefix}'
649extra_host_libiberty_configure_flags=''
650extra_mpc_gmp_configure_flags=''
651extra_mpc_mpfr_configure_flags=''
652extra_mpfr_configure_flags=''
653gmpinc='-I/opt/local/include -I/opt/local/include -I/opt/local/include '
654gmplibs='-L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp'
655host='x86_64-apple-darwin11'
656host_alias=''
657host_configargs=' --cache-file=./config.cache  --with-system-zlib '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc46'\'' '\''--includedir=/opt/local/include/gcc46'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.6'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-libiconv-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc46/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.6&'\'' --disable-option-checking'
658host_cpu='x86_64'
659host_noncanonical='x86_64-apple-darwin11'
660host_os='darwin11'
661host_subdir='.'
662host_vendor='apple'
663htmldir='${docdir}'
664includedir='/opt/local/include/gcc46'
665infodir='/opt/local/share/info'
666libdir='/opt/local/lib/gcc46'
667libexecdir='${exec_prefix}/libexec'
668localedir='${datarootdir}/locale'
669localstatedir='${prefix}/var'
670mandir='/opt/local/share/man'
671oldincludedir='/usr/include'
672pdfdir='${docdir}'
673poststage1_ldflags='-static-libstdc++ -static-libgcc'
674poststage1_libs=''
675pplinc='-I/opt/local/include '
676ppllibs='-L/opt/local/lib -lppl_c -lppl -lpwl -lgmpxx'
677prefix='/opt/local'
678program_transform_name='s&$$&-mp-4.6&'
679psdir='${docdir}'
680sbindir='${exec_prefix}/sbin'
681sharedstatedir='${prefix}/com'
682stage1_cflags='-g -fkeep-inline-functions'
683stage1_checking='--enable-checking=yes'
684stage1_languages='c'
685stage1_ldflags=''
686stage1_libs=''
687stage2_werror_flag=''
688sysconfdir='${prefix}/etc'
689target='x86_64-apple-darwin11'
690target_alias=''
691target_configargs='--cache-file=./config.cache   '\''--prefix=/opt/local'\'' '\''--libdir=/opt/local/lib/gcc46'\'' '\''--includedir=/opt/local/include/gcc46'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--datarootdir=/opt/local/share/gcc-4.6'\'' '\''--with-local-prefix=/opt/local'\'' '\''--with-libiconv-prefix=/opt/local'\'' '\''--with-system-zlib'\'' '\''--disable-nls'\'' '\''--with-gxx-include-dir=/opt/local/include/gcc46/c++/'\'' '\''--with-gmp=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-mpc=/opt/local'\'' '\''--with-ppl=/opt/local'\'' '\''--enable-stage1-checking'\'' '\''--disable-multilib'\'' '\''--enable-fully-dynamic-string'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s&$$&-mp-4.6&'\'' --disable-option-checking'
692target_configdirs=' libgcc libiberty libgomp libstdc++-v3 libssp libquadmath libgfortran libobjc'
693target_cpu='x86_64'
694target_noncanonical='x86_64-apple-darwin11'
695target_os='darwin11'
696target_subdir='x86_64-apple-darwin11'
697target_vendor='apple'
698tooldir='${exec_prefix}/x86_64-apple-darwin11'
699
700## ------------------- ##
701## File substitutions. ##
702## ------------------- ##
703
704alphaieee_frag='/dev/null'
705host_makefile_frag='../gcc-4.6.1/config/mh-darwin'
706ospace_frag='/dev/null'
707serialization_dependencies='serdep.tmp'
708target_makefile_frag='/dev/null'
709
710## ----------- ##
711## confdefs.h. ##
712## ----------- ##
713
714/* confdefs.h */
715#define PACKAGE_NAME ""
716#define PACKAGE_TARNAME ""
717#define PACKAGE_VERSION ""
718#define PACKAGE_STRING ""
719#define PACKAGE_BUGREPORT ""
720#define PACKAGE_URL ""
721#define LT_OBJDIR ".libs/"
722
723configure: exit 0