mmcgrana (owner)

Revisions

gist: 226301 Download_button fork
public
Public Clone URL: git://gist.github.com/226301.git
Embed All Files: show embed
config.log #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
 
  $ ./configure --disable-debug --prefix=/usr/local/Cellar/wget/1.11.4
 
## --------- ##
## Platform. ##
## --------- ##
 
hostname = mark-mcgranaghans-macbook-pro.local
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
 
/usr/bin/uname -p = i386
/bin/uname -X = unknown
 
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 67 tasks, 259 threads, 2 processors
Load average: 0.89, Mach factor: 1.27
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
 
PATH: .
PATH: /Applications/plt_scheme_421/bin
PATH: /Users/mmcgrana/.gem/ruby/1.8/bin
PATH: /opt/local/lib/postgresql83/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/mysql/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /usr/local/jruby/bin
 
 
## ----------- ##
## Core tests. ##
## ----------- ##
 
configure:1829: configuring for GNU Wget 1.11.4
configure:1872: checking build system type
configure:1890: result: i686-apple-darwin9.8.0
configure:1912: checking host system type
configure:1927: result: i686-apple-darwin9.8.0
configure:2021: checking whether make sets $(MAKE)
configure:2042: result: yes
configure:2065: checking for a BSD-compatible install
configure:2121: result: /usr/bin/install -c
configure:2185: checking for gcc
configure:2212: result: gcc-4.2
configure:2450: checking for C compiler version
configure:2457: gcc-4.2 --version >&5
i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
configure:2460: $? = 0
configure:2467: gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc_42/gcc_42-5553~4/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin9 --program-prefix= --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:2470: $? = 0
configure:2477: gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:2480: $? = 1
configure:2503: checking for C compiler default output file name
configure:2530: gcc-4.2 -O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.5 conftest.c >&5
cc1: error: unrecognized command line option "-msse4.1"
configure:2533: $? = 1
configure:2571: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define OS_TYPE "darwin9.8.0"
| #define ENABLE_OPIE 1
| #define ENABLE_DIGEST 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2578: error: C compiler cannot create executables
See `config.log' for more details.
 
## ---------------- ##
## Cache variables. ##
## ---------------- ##
 
ac_cv_build=i686-apple-darwin9.8.0
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.5'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-apple-darwin9.8.0
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_ac_ct_CC=gcc-4.2
ac_cv_prog_make_make_set=yes
 
## ----------------- ##
## Output variables. ##
## ----------------- ##
 
ALLOCA=''
CATALOGS=''
CATOBJEXT=''
CC='gcc-4.2'
CFLAGS='-O3 -march=nocona -mfpmath=sse -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.5'
COMMENT_IF_NO_POD2MAN=''
CPP=''
CPPFLAGS=''
DATADIRNAME=''
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
GETOPT_OBJ=''
GMOFILES=''
GMSGFMT=''
GREP=''
HAVE_LIBGNUTLS=''
HAVE_LIBSSL=''
HAVE_NLS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBGNUTLS=''
LIBOBJS=''
LIBS=''
LIBSSL=''
LTLIBGNUTLS=''
LTLIBOBJS=''
LTLIBSSL=''
MAKEINFO=''
MD5_OBJ=''
MSGFMT=''
NTLM_OBJ=''
OBJEXT=''
OPIE_OBJ='ftp-opie.o'
PACKAGE='wget'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
POD2MAN=''
POFILES=''
SET_MAKE=''
SHELL='/bin/sh'
SSL_OBJ=''
USE_NLS=''
VERSION='1.11.4'
XGETTEXT=''
ac_ct_CC='gcc-4.2'
bindir='${exec_prefix}/bin'
build='i686-apple-darwin9.8.0'
build_alias=''
build_cpu='i686'
build_os='darwin9.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-apple-darwin9.8.0'
host_alias=''
host_cpu='i686'
host_os='darwin9.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/wget/1.11.4'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
 
## ----------- ##
## confdefs.h. ##
## ----------- ##
 
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define OS_TYPE "darwin9.8.0"
#define ENABLE_OPIE 1
#define ENABLE_DIGEST 1
 
configure: exit 77