Ticket #17408: config.log

File config.log, 10.4 KB (added by hammond@…, 15 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 The Glorious Glasgow Haskell Compilation System configure 6.6.1, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --prefix=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/destroot//opt/local --mandir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/destroot//opt/local/share/man/ --with-readline-includes=/opt/local/include --with-readline-libraries=/opt/local/lib --disable-openal --disable-alut --with-ghc=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Mikes-Lapper.local
14uname -m = i386
15uname -r = 8.11.1
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 512.00 megabytes
33Default processor set: 57 tasks, 186 threads, 2 processors
34Load average: 0.66, Mach factor: 1.43
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
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1504: checking build system type
53configure:1522: result: i686-apple-darwin8.11.1
54configure:1530: checking host system type
55configure:1544: result: i686-apple-darwin8.11.1
56configure:1552: checking target system type
57configure:1566: result: i686-apple-darwin8.11.1
58configure:2097: checking for path to top of build tree
59configure:2123: result: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.6.1
60configure:2203: checking version of ghc
61The Glorious Glasgow Haskell Compilation System, version 6.6
62configure:2232: result: 6.6
63configure:2245: checking for ghc-pkg matching /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc
64configure:2257: result: no
65configure:2262: checking for ghc-pkg
66configure:2295: result: no
67configure:2303: checking whether ghc has readline package
68configure:2314: result: no
69configure:2324: checking for nhc
70configure:2357: result: no
71configure:2324: checking for nhc98
72configure:2357: result: no
73configure:2366: checking for hbc
74configure:2399: result: no
75configure:2515: checking whether #! works in shell scripts
76configure:2532: result: yes
77configure:2583: checking for perl
78configure:2601: found /opt/local/bin/perl
79configure:2613: result: /opt/local/bin/perl
80configure:2647: checking if your perl works in shell scripts
81configure:2665: result: yes
82configure:2670: checking for python
83configure:2688: found /usr/bin/python
84configure:2700: result: /usr/bin/python
85configure:2754: checking for gcc
86configure:2770: found /usr/bin/gcc
87configure:2780: result: gcc
88configure:3024: checking for C compiler version
89configure:3027: gcc --version </dev/null >&5
90dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
91  Referenced from: /usr/bin/gcc
92  Reason: image not found
93./configure: line 1: 18952 Trace/BPT trap          $CC --version
94configure:3030: $? = 133
95configure:3032: gcc -v </dev/null >&5
96dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
97  Referenced from: /usr/bin/gcc
98  Reason: image not found
99./configure: line 1: 18957 Trace/BPT trap          $CC -v
100configure:3035: $? = 133
101configure:3037: gcc -V </dev/null >&5
102dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
103  Referenced from: /usr/bin/gcc
104  Reason: image not found
105./configure: line 1: 18962 Trace/BPT trap          $CC -V
106configure:3040: $? = 133
107configure:3063: checking for C compiler default output file name
108configure:3066: gcc -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/usr/lib conftest.c  >&5
109dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
110  Referenced from: /usr/bin/gcc
111  Reason: image not found
112./configure: line 1: 18973 Trace/BPT trap          $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5
113configure:3069: $? = 133
114configure: failed program was:
115| /* confdefs.h.  */
116|
117| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
118| #define PACKAGE_TARNAME "ghc"
119| #define PACKAGE_VERSION "6.6.1"
120| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.6.1"
121| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
122| /* end confdefs.h.  */
123|
124| int
125| main ()
126| {
127|
128|   ;
129|   return 0;
130| }
131configure:3108: error: C compiler cannot create executables
132See `config.log' for more details.
133
134## ---------------- ##
135## Cache variables. ##
136## ---------------- ##
137
138ac_cv_build=i686-apple-darwin8.11.1
139ac_cv_build_alias=i686-apple-darwin8.11.1
140ac_cv_env_CC_set=
141ac_cv_env_CC_value=
142ac_cv_env_CFLAGS_set=set
143ac_cv_env_CFLAGS_value='-O2 -I/opt/local/include'
144ac_cv_env_CPPFLAGS_set=set
145ac_cv_env_CPPFLAGS_value=-I/opt/local/include
146ac_cv_env_CPP_set=
147ac_cv_env_CPP_value=
148ac_cv_env_LDFLAGS_set=set
149ac_cv_env_LDFLAGS_value='-L/opt/local/lib -L/usr/lib'
150ac_cv_env_build_alias_set=
151ac_cv_env_build_alias_value=
152ac_cv_env_host_alias_set=
153ac_cv_env_host_alias_value=
154ac_cv_env_target_alias_set=
155ac_cv_env_target_alias_value=
156ac_cv_host=i686-apple-darwin8.11.1
157ac_cv_host_alias=i686-apple-darwin8.11.1
158ac_cv_path_PerlCmd=/opt/local/bin/perl
159ac_cv_path_PythonCmd=/usr/bin/python
160ac_cv_prog_ac_ct_CC=gcc
161ac_cv_sys_interpreter=yes
162ac_cv_target=i686-apple-darwin8.11.1
163ac_cv_target_alias=i686-apple-darwin8.11.1
164fp_cv_ghc_has_readline=no
165fp_cv_matching_ghc_pkg=no
166fptools_cv_shebang_perl=yes
167
168## ----------------- ##
169## Output variables. ##
170## ----------------- ##
171
172ALLOCA=''
173AlexCmd=''
174AlexVersion=''
175ArCmd=''
176ArSupportsInput=''
177BootingFromHc='NO'
178BootingFromUnregisterisedHc='NO'
179BuildArch_CPP='i386'
180BuildOS_CPP='darwin'
181BuildPlatform='i386-apple-darwin'
182BuildPlatform_CPP='i386_apple_darwin'
183BuildVendor_CPP='apple'
184CC='gcc'
185CFLAGS='-O2 -I/opt/local/include'
186CPP=''
187CPPFLAGS='-I/opt/local/include'
188ContextDiffCmd=''
189DEFS=''
190DIR_DOCBOOK_XSL=''
191DotnetSupport='NO'
192DvipsCmd=''
193ECHO_C=''
194ECHO_N='-n'
195ECHO_T=''
196EGREP=''
197EXEEXT=''
198FindCmd=''
199FopCmd1=''
200FopCmd2=''
201FopCmd=''
202GHC=''
203GMP_INCLUDE_DIRS=''
204GMP_LIB_DIRS=''
205GTK_CONFIG=''
206GccVersion=''
207GhcHasReadline='NO'
208GhcLibsWithObjectIO='NO'
209GhcLibsWithReadline=''
210GhcLibsWithUnix='YES'
211GhcMajVersion='6'
212GhcMinVersion='6'
213GhcPatchLevel='0'
214GhcPkgCmd=''
215GhcVersion='6.6'
216GreenCardCmd=''
217GreenCardVersion=''
218HBC=''
219HaddockCmd=''
220HappyCmd=''
221HappyVersion=''
222HaveFrameworkGMP=''
223HaveGcc=''
224HaveLibDL=''
225HaveLibGmp=''
226HaveLibMingwEx=''
227HaveLibRT=''
228HostArch_CPP='i386'
229HostOS_CPP='darwin'
230HostOS_Full='darwin8.11.1'
231HostPlatform='i386-apple-darwin'
232HostPlatform_CPP='i386_apple_darwin'
233HostVendor_CPP='apple'
234INSTALL_DATA=''
235INSTALL_PROGRAM=''
236INSTALL_SCRIPT=''
237LDFLAGS='-L/opt/local/lib -L/usr/lib'
238LIBM=''
239LIBOBJS=''
240LIBS=''
241LN_S=''
242LTLIBOBJS=''
243LdCmd=''
244LdIsGNULd=''
245LdXFlag=''
246LeadingUnderscore=''
247LibGmp=''
248NHC=''
249OBJEXT=''
250PACKAGE_BUGREPORT='glasgow-haskell-bugs@haskell.org'
251PACKAGE_NAME='The Glorious Glasgow Haskell Compilation System'
252PACKAGE_STRING='The Glorious Glasgow Haskell Compilation System 6.6.1'
253PACKAGE_TARNAME='ghc'
254PACKAGE_VERSION='6.6.1'
255PATH_SEPARATOR=':'
256PdfxmltexCmd=''
257PerlCmd='/opt/local/bin/perl'
258ProjectName='The Glorious Glasgow Haskell Compilation System'
259ProjectPatchLevel='1'
260ProjectVersion='6.6.1'
261ProjectVersionInt='606'
262PythonCmd='/usr/bin/python'
263RANLIB=''
264SHELL='/bin/sh'
265SRC_CC_OPTS=''
266SedCmd=''
267SortCmd=''
268TarCmd=''
269TargetArch_CPP='i386'
270TargetOS_CPP='darwin'
271TargetPlatform='i386-apple-darwin'
272TargetPlatform_CPP='i386_apple_darwin'
273TargetVendor_CPP='apple'
274TimeCmd=''
275WhatGccIsCalled='gcc'
276WithGhc='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc'
277WithHc='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc'
278XmllintCmd=''
279XmltexCmd=''
280XsltprocCmd=''
281ac_ct_CC='gcc'
282ac_ct_RANLIB=''
283bindir='${exec_prefix}/bin'
284build='i686-apple-darwin8.11.1'
285build_alias=''
286build_cpu='i686'
287build_os='darwin8.11.1'
288build_vendor='apple'
289datadir='${prefix}/share'
290exec_prefix='NONE'
291exeext=''
292fp_prog_ar_raw=''
293fp_prog_find=''
294fp_prog_ld_raw=''
295fp_prog_sort=''
296ghc_ge_504='YES'
297ghc_ge_601='YES'
298ghc_ge_602='YES'
299ghc_ge_603='YES'
300ghc_ge_605='YES'
301hardtop='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.6.1'
302hardtop_plat='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.6.1'
303host='i686-apple-darwin8.11.1'
304host_alias=''
305host_cpu='i686'
306host_os='darwin8.11.1'
307host_vendor='apple'
308includedir='${prefix}/include'
309infodir='${prefix}/info'
310libdir='${exec_prefix}/lib'
311libexecdir='${exec_prefix}/libexec'
312localstatedir='${prefix}/var'
313mandir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/destroot//opt/local/share/man/'
314oldincludedir='/usr/include'
315prefix='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/destroot//opt/local'
316program_transform_name='s,x,x,'
317release='1'
318sbindir='${exec_prefix}/sbin'
319sharedstatedir='${prefix}/com'
320subdirs=' libraries'
321sysconfdir='${prefix}/etc'
322target='i686-apple-darwin8.11.1'
323target_alias=''
324target_cpu='i686'
325target_os='darwin8.11.1'
326target_vendor='apple'
327
328## ----------- ##
329## confdefs.h. ##
330## ----------- ##
331
332#define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
333#define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
334#define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.6.1"
335#define PACKAGE_TARNAME "ghc"
336#define PACKAGE_VERSION "6.6.1"
337
338configure: exit 77