Ticket #21336: gcc43_config.log

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