Ticket #43352: config.log

File config.log, 11.1 KB (added by gideonsimpson, 10 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.16, which was
5generated by GNU Autoconf 2.69.  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 = Gideons-MacBook-Air.local
14uname -m = x86_64
15uname -r = 13.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/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 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 176 tasks, 844 threads, 4 processors
34Load average: 2.05, Mach factor: 1.97
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:2379: checking for a BSD-compatible install
52configure:2447: result: /usr/bin/install -c
53configure:2458: checking whether build environment is sane
54configure:2513: result: yes
55configure:2664: checking for a thread-safe mkdir -p
56configure:2703: result: ./install-sh -c -d
57configure:2710: checking for gawk
58configure:2740: result: no
59configure:2710: checking for mawk
60configure:2740: result: no
61configure:2710: checking for nawk
62configure:2740: result: no
63configure:2710: checking for awk
64configure:2726: found /usr/bin/awk
65configure:2737: result: awk
66configure:2748: checking whether make sets $(MAKE)
67configure:2770: result: yes
68configure:2799: checking whether make supports nested variables
69configure:2816: result: yes
70configure:2903: checking whether to enable maintainer-specific portions of Makefiles
71configure:2912: result: no
72configure:2950: checking for a sed that does not truncate output
73configure:3014: result: /usr/bin/sed
74configure:3024: checking whether make sets $(MAKE)
75configure:3046: result: yes
76configure:3060: checking build system type
77configure:3074: result: x86_64-apple-darwin13.1.0
78configure:3094: checking host system type
79configure:3107: result: x86_64-apple-darwin13.1.0
80configure:3182: checking for gcc
81configure:3209: result: /opt/local/bin/gcc-mp-4.8
82configure:3438: checking for C compiler version
83configure:3447: /opt/local/bin/gcc-mp-4.8 --version >&5
84gcc-mp-4.8 (MacPorts gcc48 4.8.2_0) 4.8.2
85Copyright (C) 2013 Free Software Foundation, Inc.
86This is free software; see the source for copying conditions.  There is NO
87warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
88
89configure:3458: $? = 0
90configure:3447: /opt/local/bin/gcc-mp-4.8 -v >&5
91Using built-in specs.
92COLLECT_GCC=/opt/local/bin/gcc-mp-4.8
93COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin13/4.8.2/lto-wrapper
94Target: x86_64-apple-darwin13
95Configured with: /opt/local/var/macports/build/_opt_mports_dports_lang_gcc48/gcc48/work/gcc-4.8.2/configure --prefix=/opt/local --build=x86_64-apple-darwin13 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --disable-cloog-version-check --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc48 4.8.2_0'
96Thread model: posix
97gcc version 4.8.2 (MacPorts gcc48 4.8.2_0)
98configure:3458: $? = 0
99configure:3447: /opt/local/bin/gcc-mp-4.8 -V >&5
100gcc-mp-4.8: error: unrecognized command line option '-V'
101gcc-mp-4.8: fatal error: no input files
102compilation terminated.
103configure:3458: $? = 1
104configure:3447: /opt/local/bin/gcc-mp-4.8 -qversion >&5
105gcc-mp-4.8: error: unrecognized command line option '-qversion'
106gcc-mp-4.8: fatal error: no input files
107compilation terminated.
108configure:3458: $? = 1
109configure:3478: checking whether the C compiler works
110configure:3500: /opt/local/bin/gcc-mp-4.8 -pipe -Os -m64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
111configure:3504: $? = 0
112configure:3552: result: yes
113configure:3555: checking for C compiler default output file name
114configure:3557: result: a.out
115configure:3563: checking for suffix of executables
116configure:3570: /opt/local/bin/gcc-mp-4.8 -o conftest -pipe -Os -m64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
117configure:3574: $? = 0
118configure:3596: result:
119configure:3618: checking whether we are cross compiling
120configure:3626: /opt/local/bin/gcc-mp-4.8 -o conftest -pipe -Os -m64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
121conftest.c:12:19: fatal error: stdio.h: No such file or directory
122 #include <stdio.h>
123                   ^
124compilation terminated.
125configure:3630: $? = 1
126configure:3637: ./conftest
127./configure: line 3639: ./conftest: No such file or directory
128configure:3641: $? = 127
129configure:3648: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16':
130configure:3650: error: cannot run C compiled programs.
131If you meant to cross compile, use `--host'.
132See `config.log' for more details
133
134## ---------------- ##
135## Cache variables. ##
136## ---------------- ##
137
138ac_cv_build=x86_64-apple-darwin13.1.0
139ac_cv_env_CC_set=set
140ac_cv_env_CC_value=/opt/local/bin/gcc-mp-4.8
141ac_cv_env_CFLAGS_set=set
142ac_cv_env_CFLAGS_value='-pipe -Os -m64'
143ac_cv_env_CPPFLAGS_set=set
144ac_cv_env_CPPFLAGS_value=-I/opt/local/include
145ac_cv_env_CPP_set=
146ac_cv_env_CPP_value=
147ac_cv_env_LDFLAGS_set=set
148ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names'
149ac_cv_env_LIBS_set=
150ac_cv_env_LIBS_value=
151ac_cv_env_build_alias_set=
152ac_cv_env_build_alias_value=
153ac_cv_env_host_alias_set=
154ac_cv_env_host_alias_value=
155ac_cv_env_target_alias_set=
156ac_cv_env_target_alias_value=
157ac_cv_host=x86_64-apple-darwin13.1.0
158ac_cv_path_SED=/usr/bin/sed
159ac_cv_prog_AWK=awk
160ac_cv_prog_ac_ct_CC=/opt/local/bin/gcc-mp-4.8
161ac_cv_prog_make_make_set=yes
162am_cv_make_support_nested_variables=yes
163
164## ----------------- ##
165## Output variables. ##
166## ----------------- ##
167
168ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/missing aclocal-1.13'
169AMDEPBACKSLASH=''
170AMDEP_FALSE=''
171AMDEP_TRUE=''
172AMTAR='$${TAR-tar}'
173AM_BACKSLASH='\'
174AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
175AM_DEFAULT_VERBOSITY='1'
176AM_V='$(V)'
177AR=''
178AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/missing autoconf'
179AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/missing autoheader'
180AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/missing automake-1.13'
181AWK='awk'
182CC='/opt/local/bin/gcc-mp-4.8'
183CCDEPMODE=''
184CFLAGS='-pipe -Os -m64'
185CPP=''
186CPPFLAGS='-I/opt/local/include'
187CYGPATH_W='echo'
188DEFS=''
189DEPDIR=''
190DLLTOOL=''
191DSYMUTIL=''
192DUMPBIN=''
193ECHO_C='\c'
194ECHO_N=''
195ECHO_T=''
196EGREP=''
197EXEEXT=''
198FGREP=''
199GREP=''
200GSL_CFLAGS=''
201GSL_LIBM=''
202GSL_LIBS=''
203GSL_LT_CBLAS_VERSION='0:0:0'
204GSL_LT_VERSION='17:0:17'
205GSL_MAJOR_VERSION='1'
206GSL_MINOR_VERSION='16'
207HAVE_AIX_IEEE_INTERFACE=''
208HAVE_DARWIN86_IEEE_INTERFACE=''
209HAVE_DARWIN_IEEE_INTERFACE=''
210HAVE_FREEBSD_IEEE_INTERFACE=''
211HAVE_GNUM68K_IEEE_INTERFACE=''
212HAVE_GNUPPC_IEEE_INTERFACE=''
213HAVE_GNUSPARC_IEEE_INTERFACE=''
214HAVE_GNUX86_IEEE_INTERFACE=''
215HAVE_HPUX11_IEEE_INTERFACE=''
216HAVE_HPUX_IEEE_INTERFACE=''
217HAVE_IRIX_IEEE_INTERFACE=''
218HAVE_NETBSD_IEEE_INTERFACE=''
219HAVE_OPENBSD_IEEE_INTERFACE=''
220HAVE_OS2EMX_IEEE_INTERFACE=''
221HAVE_SOLARIS_IEEE_INTERFACE=''
222HAVE_SUNOS4_IEEE_INTERFACE=''
223HAVE_TRU64_IEEE_INTERFACE=''
224INSTALL_DATA='${INSTALL} -m 644'
225INSTALL_PROGRAM='${INSTALL}'
226INSTALL_SCRIPT='${INSTALL}'
227INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
228LD=''
229LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names'
230LIBM=''
231LIBOBJS=''
232LIBS=''
233LIBTOOL=''
234LIPO=''
235LN_S=''
236LTLIBOBJS=''
237MAINT='#'
238MAINTAINER_MODE_FALSE=''
239MAINTAINER_MODE_TRUE='#'
240MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/missing makeinfo'
241MANIFEST_TOOL=''
242MINGW32_HOST_FALSE=''
243MINGW32_HOST_TRUE=''
244MKDIR_P='./install-sh -c -d'
245NM=''
246NMEDIT=''
247OBJDUMP=''
248OBJEXT=''
249OTOOL64=''
250OTOOL=''
251PACKAGE='gsl'
252PACKAGE_BUGREPORT=''
253PACKAGE_NAME='gsl'
254PACKAGE_STRING='gsl 1.16'
255PACKAGE_TARNAME='gsl'
256PACKAGE_URL=''
257PACKAGE_VERSION='1.16'
258PATH_SEPARATOR=':'
259RANLIB=''
260SED='/usr/bin/sed'
261SET_MAKE=''
262SHELL='/bin/sh'
263STRIP=''
264VERSION='1.16'
265ac_ct_AR=''
266ac_ct_CC='/opt/local/bin/gcc-mp-4.8'
267ac_ct_DUMPBIN=''
268am__EXEEXT_FALSE=''
269am__EXEEXT_TRUE=''
270am__fastdepCC_FALSE=''
271am__fastdepCC_TRUE=''
272am__include=''
273am__isrc=''
274am__leading_dot='.'
275am__nodep=''
276am__quote=''
277am__tar='$${TAR-tar} chof - "$$tardir"'
278am__untar='$${TAR-tar} xf -'
279bindir='${exec_prefix}/bin'
280build='x86_64-apple-darwin13.1.0'
281build_alias=''
282build_cpu='x86_64'
283build_os='darwin13.1.0'
284build_vendor='apple'
285datadir='${datarootdir}'
286datarootdir='${prefix}/share'
287docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
288dvidir='${docdir}'
289exec_prefix='NONE'
290host='x86_64-apple-darwin13.1.0'
291host_alias=''
292host_cpu='x86_64'
293host_os='darwin13.1.0'
294host_vendor='apple'
295htmldir='${docdir}'
296includedir='${prefix}/include'
297infodir='/opt/local/share/info'
298install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gsl/gsl/work/gsl-1.16/install-sh'
299libdir='${exec_prefix}/lib'
300libexecdir='${exec_prefix}/libexec'
301localedir='${datarootdir}/locale'
302localstatedir='${prefix}/var'
303mandir='/opt/local/share/man'
304mkdir_p='$(MKDIR_P)'
305oldincludedir='/usr/include'
306pdfdir='${docdir}'
307prefix='/opt/local'
308program_transform_name='s,x,x,'
309psdir='${docdir}'
310sbindir='${exec_prefix}/sbin'
311sharedstatedir='${prefix}/com'
312sysconfdir='${prefix}/etc'
313target_alias=''
314
315## ----------- ##
316## confdefs.h. ##
317## ----------- ##
318
319/* confdefs.h */
320#define PACKAGE_NAME "gsl"
321#define PACKAGE_TARNAME "gsl"
322#define PACKAGE_VERSION "1.16"
323#define PACKAGE_STRING "gsl 1.16"
324#define PACKAGE_BUGREPORT ""
325#define PACKAGE_URL ""
326#define PACKAGE "gsl"
327#define VERSION "1.16"
328#define RELEASED /**/
329
330configure: exit 1