Ticket #21336: config.log

File config.log, 9.5 KB (added by luis.beca@…, 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 gsl configure 1.13, which was
5generated by GNU Autoconf 2.64.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Bichano.local
14uname -m = i386
15uname -r = 10.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~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
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~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: 4.00 gigabytes
33Default processor set: 101 tasks, 398 threads, 2 processors
34Load average: 4.47, Mach factor: 0.36
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:2442: checking for a BSD-compatible install
52configure:2510: result: /usr/bin/install -c
53configure:2521: checking whether build environment is sane
54configure:2571: result: yes
55configure:2712: checking for a thread-safe mkdir -p
56configure:2751: result: /opt/local/bin/gmkdir -p
57configure:2764: checking for gawk
58configure:2794: result: no
59configure:2764: checking for mawk
60configure:2794: result: no
61configure:2764: checking for nawk
62configure:2794: result: no
63configure:2764: checking for awk
64configure:2780: found /usr/bin/awk
65configure:2791: result: awk
66configure:2802: checking whether make sets $(MAKE)
67configure:2824: result: yes
68configure:2907: checking whether to enable maintainer-specific portions of Makefiles
69configure:2916: result: no
70configure:2954: checking whether make sets $(MAKE)
71configure:2976: result: yes
72configure:2990: checking build system type
73configure:3004: result: i386-apple-darwin10.0.0
74configure:3024: checking host system type
75configure:3037: result: i386-apple-darwin10.0.0
76configure:3112: checking for gcc
77configure:3139: result: ccache gcc-mp-4.4
78configure:3368: checking for C compiler version
79configure:3377: ccache gcc-mp-4.4 --version >&5
80gcc-mp-4.4 (GCC) 4.4.1
81Copyright (C) 2009 Free Software Foundation, Inc.
82This is free software; see the source for copying conditions.  There is NO
83warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
84
85configure:3388: $? = 0
86configure:3377: ccache gcc-mp-4.4 -v >&5
87Using built-in specs.
88Target: x86_64-apple-darwin10.0.0
89Configured with: ../gcc-4.4.1/configure --prefix=/opt/local --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc44 --includedir=/opt/local/include/gcc44 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.4 --with-gxx-include-dir=/opt/local/include/gcc44/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --disable-libjava-multilib
90Thread model: posix
91gcc version 4.4.1 (GCC)
92configure:3388: $? = 0
93configure:3377: ccache gcc-mp-4.4 -V >&5
94gcc-mp-4.4: '-V' option must have argument
95configure:3388: $? = 1
96configure:3377: ccache gcc-mp-4.4 -qversion >&5
97gcc-mp-4.4: unrecognized option '-qversion'
98gcc-mp-4.4: no input files
99configure:3388: $? = 1
100configure:3410: checking for C compiler default output file name
101configure:3432: ccache gcc-mp-4.4 -O2 -ftree-vectorize -O3 -march=native -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
102cc1: error: unrecognized command line option "-arch"
103configure:3436: $? = 1
104configure:3473: result:
105configure: failed program was:
106| /* confdefs.h */
107| #define PACKAGE_NAME "gsl"
108| #define PACKAGE_TARNAME "gsl"
109| #define PACKAGE_VERSION "1.13"
110| #define PACKAGE_STRING "gsl 1.13"
111| #define PACKAGE_BUGREPORT ""
112| #define PACKAGE_URL ""
113| #define PACKAGE "gsl"
114| #define VERSION "1.13"
115| #define RELEASED /**/
116| /* end confdefs.h.  */
117| #include <stdio.h>
118| int
119| main ()
120| {
121| FILE *f = fopen ("conftest.out", "w");
122|  return ferror (f) || fclose (f) != 0;
123|
124|   ;
125|   return 0;
126| }
127configure:3479: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13':
128configure:3483: error: C compiler cannot create executables
129See `config.log' for more details.
130
131## ---------------- ##
132## Cache variables. ##
133## ---------------- ##
134
135ac_cv_build=i386-apple-darwin10.0.0
136ac_cv_env_CC_set=set
137ac_cv_env_CC_value='ccache gcc-mp-4.4'
138ac_cv_env_CFLAGS_set=set
139ac_cv_env_CFLAGS_value='-O2 -ftree-vectorize -O3 -march=native -arch x86_64'
140ac_cv_env_CPPFLAGS_set=set
141ac_cv_env_CPPFLAGS_value=-I/opt/local/include
142ac_cv_env_CPP_set=
143ac_cv_env_CPP_value=
144ac_cv_env_LDFLAGS_set=set
145ac_cv_env_LDFLAGS_value=-L/opt/local/lib
146ac_cv_env_LIBS_set=
147ac_cv_env_LIBS_value=
148ac_cv_env_build_alias_set=
149ac_cv_env_build_alias_value=
150ac_cv_env_host_alias_set=
151ac_cv_env_host_alias_value=
152ac_cv_env_target_alias_set=
153ac_cv_env_target_alias_value=
154ac_cv_host=i386-apple-darwin10.0.0
155ac_cv_path_mkdir=/opt/local/bin/gmkdir
156ac_cv_prog_AWK=awk
157ac_cv_prog_ac_ct_CC='ccache gcc-mp-4.4'
158ac_cv_prog_make_make_set=yes
159
160## ----------------- ##
161## Output variables. ##
162## ----------------- ##
163
164ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run aclocal-1.11'
165AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run tar'
166AR=''
167AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run autoconf'
168AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run autoheader'
169AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run automake-1.11'
170AWK='awk'
171CC='ccache gcc-mp-4.4'
172CFLAGS='-O2 -ftree-vectorize -O3 -march=native -arch x86_64'
173CPP=''
174CPPFLAGS='-I/opt/local/include'
175CYGPATH_W='echo'
176DEFS=''
177DSYMUTIL=''
178DUMPBIN=''
179ECHO_C='\c'
180ECHO_N=''
181ECHO_T=''
182EGREP=''
183EXEEXT=''
184FGREP=''
185GREP=''
186GSL_CFLAGS=''
187GSL_LIBS=''
188GSL_LT_CBLAS_VERSION='0:0:0'
189GSL_LT_VERSION='14:0:14'
190HAVE_AIX_IEEE_INTERFACE=''
191HAVE_DARWIN86_IEEE_INTERFACE=''
192HAVE_DARWIN_IEEE_INTERFACE=''
193HAVE_FREEBSD_IEEE_INTERFACE=''
194HAVE_GNUM68K_IEEE_INTERFACE=''
195HAVE_GNUPPC_IEEE_INTERFACE=''
196HAVE_GNUSPARC_IEEE_INTERFACE=''
197HAVE_GNUX86_IEEE_INTERFACE=''
198HAVE_HPUX11_IEEE_INTERFACE=''
199HAVE_HPUX_IEEE_INTERFACE=''
200HAVE_IRIX_IEEE_INTERFACE=''
201HAVE_NETBSD_IEEE_INTERFACE=''
202HAVE_OPENBSD_IEEE_INTERFACE=''
203HAVE_OS2EMX_IEEE_INTERFACE=''
204HAVE_SOLARIS_IEEE_INTERFACE=''
205HAVE_SUNOS4_IEEE_INTERFACE=''
206HAVE_TRU64_IEEE_INTERFACE=''
207INSTALL_DATA='${INSTALL} -m 644'
208INSTALL_PROGRAM='${INSTALL}'
209INSTALL_SCRIPT='${INSTALL}'
210INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
211LD=''
212LDFLAGS='-L/opt/local/lib'
213LIBOBJS=''
214LIBS=''
215LIBTOOL=''
216LIPO=''
217LN_S=''
218LTLIBOBJS=''
219MAINT='#'
220MAINTAINER_MODE_FALSE=''
221MAINTAINER_MODE_TRUE='#'
222MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/missing --run makeinfo'
223MINGW32_HOST_FALSE=''
224MINGW32_HOST_TRUE=''
225MKDIR_P='/opt/local/bin/gmkdir -p'
226NM=''
227NMEDIT=''
228OBJDUMP=''
229OBJEXT=''
230OTOOL64=''
231OTOOL=''
232PACKAGE='gsl'
233PACKAGE_BUGREPORT=''
234PACKAGE_NAME='gsl'
235PACKAGE_STRING='gsl 1.13'
236PACKAGE_TARNAME='gsl'
237PACKAGE_URL=''
238PACKAGE_VERSION='1.13'
239PATH_SEPARATOR=':'
240RANLIB=''
241SED=''
242SET_MAKE=''
243SHELL='/bin/sh'
244STRIP=''
245VERSION='1.13'
246ac_ct_CC='ccache gcc-mp-4.4'
247ac_ct_DUMPBIN=''
248am__EXEEXT_FALSE=''
249am__EXEEXT_TRUE=''
250am__isrc=''
251am__leading_dot='.'
252am__tar='${AMTAR} chof - "$$tardir"'
253am__untar='${AMTAR} xf -'
254bindir='${exec_prefix}/bin'
255build='i386-apple-darwin10.0.0'
256build_alias=''
257build_cpu='i386'
258build_os='darwin10.0.0'
259build_vendor='apple'
260datadir='${datarootdir}'
261datarootdir='${prefix}/share'
262docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
263dvidir='${docdir}'
264exec_prefix='NONE'
265host='i386-apple-darwin10.0.0'
266host_alias=''
267host_cpu='i386'
268host_os='darwin10.0.0'
269host_vendor='apple'
270htmldir='${docdir}'
271includedir='${prefix}/include'
272infodir='/opt/local/share/info'
273install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_gsl/work/gsl-1.13/install-sh'
274libdir='${exec_prefix}/lib'
275libexecdir='${exec_prefix}/libexec'
276localedir='${datarootdir}/locale'
277localstatedir='${prefix}/var'
278lt_ECHO='/bin/echo'
279mandir='/opt/local/share/man'
280mkdir_p='/opt/local/bin/gmkdir -p'
281oldincludedir='/usr/include'
282pdfdir='${docdir}'
283prefix='/opt/local'
284program_transform_name='s,x,x,'
285psdir='${docdir}'
286sbindir='${exec_prefix}/sbin'
287sharedstatedir='${prefix}/com'
288sysconfdir='${prefix}/etc'
289target_alias=''
290
291## ----------- ##
292## confdefs.h. ##
293## ----------- ##
294
295/* confdefs.h */
296#define PACKAGE_NAME "gsl"
297#define PACKAGE_TARNAME "gsl"
298#define PACKAGE_VERSION "1.13"
299#define PACKAGE_STRING "gsl 1.13"
300#define PACKAGE_BUGREPORT ""
301#define PACKAGE_URL ""
302#define PACKAGE "gsl"
303#define VERSION "1.13"
304#define RELEASED /**/
305
306configure: exit 77