Ticket #43295: config.log

File config.log, 11.5 KB (added by jag-macports@…, 10 years ago)

config.log

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 GNU MP configure 6.0.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-cxx --build=core2-apple-darwin13.1.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Peters-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: 4.00 gigabytes
33Default processor set: 204 tasks, 1384 threads, 4 processors
34Load average: 2.07, 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:3040: checking build system type
52configure:3054: result: core2-apple-darwin13.1.0
53configure:3074: checking host system type
54configure:3087: result: core2-apple-darwin13.1.0
55configure:3124: checking for a BSD-compatible install
56configure:3192: result: /usr/bin/install -c
57configure:3203: checking whether build environment is sane
58configure:3253: result: yes
59configure:3394: checking for a thread-safe mkdir -p
60configure:3433: result: ./install-sh -c -d
61configure:3446: checking for gawk
62configure:3476: result: no
63configure:3446: checking for mawk
64configure:3476: result: no
65configure:3446: checking for nawk
66configure:3476: result: no
67configure:3446: checking for awk
68configure:3462: found /usr/bin/awk
69configure:3473: result: awk
70configure:3484: checking whether make sets $(MAKE)
71configure:3506: result: yes
72configure:3589: checking whether to enable maintainer-specific portions of Makefiles
73configure:3598: result: no
74User:
75ABI=64
76CC=/usr/bin/clang
77CFLAGS=(unset)
78CPPFLAGS=-I/opt/local/include
79MPN_PATH=
80GMP:
81abilist=64 x32 32
82cclist=gcc icc cc
83configure:5546: /usr/bin/clang -c conftest.c >&5
84configure:5549: $? = 0
85configure:5552: checking whether /usr/bin/clang is gcc
86configure:5554: result: yes
87configure:5568: /usr/bin/clang 2>&1 | grep xlc >/dev/null
88configure:5571: $? = 1
89configure:5625: checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include
90Test compile:
91configure:5639: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
92configure:5642: $? = 0
93configure:5647: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
94configure:5650: $? = 0
95Test compile: function pointer return
96configure:5693: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
97configure:5696: $? = 0
98configure:5701: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
99configure:5704: $? = 0
100Test compile: cmov instruction
101configure:5749: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
102configure:5752: $? = 0
103configure:5757: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
104configure:5760: $? = 0
105Test compile: double -> ulong conversion
106configure:5806: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
107configure:5809: $? = 0
108configure:5814: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
109configure:5817: $? = 0
110Test compile: double negation
111configure:5861: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
112configure:5864: $? = 0
113configure:5869: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
114configure:5872: $? = 0
115Test compile: double -> float conversion
116configure:5917: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
117configure:5920: $? = 0
118configure:5925: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
119configure:5928: $? = 0
120Test compile: gnupro alpha ev6 char spilling
121configure:6002: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
122conftest.c:6:10: fatal error: 'string.h' file not found
123#include <string.h>  /* for memcpy */
124         ^
1251 error generated.
126configure:6005: $? = 1
127failed program was:
128/* The following provokes an internal compiler error from gcc version
129   "2.9-gnupro-99r1" under "-O2 -mcpu=ev6", apparently relating to char
130   values being spilled into floating point registers.  The problem doesn't
131   show up all the time, but has occurred enough in GMP for us to reject
132   this compiler+flags.  */
133#include <string.h>  /* for memcpy */
134struct try_t
135{
136 char dst[2];
137 char size;
138 long d0, d1, d2, d3, d4, d5, d6;
139 char overlap;
140};
141struct try_t param[6];
142int
143param_init ()
144{
145 struct try_t *p;
146 memcpy (p, &param[ 2 ], sizeof (*p));
147 memcpy (p, &param[ 2 ], sizeof (*p));
148 p->size = 2;
149 memcpy (p, &param[ 1 ], sizeof (*p));
150 p->dst[0] = 1;
151 p->overlap = 2;
152 memcpy (p, &param[ 3 ], sizeof (*p));
153 p->dst[0] = 1;
154 p->overlap = 8;
155 memcpy (p, &param[ 4 ], sizeof (*p));
156 memcpy (p, &param[ 4 ], sizeof (*p));
157 p->overlap = 8;
158 memcpy (p, &param[ 5 ], sizeof (*p));
159 memcpy (p, &param[ 5 ], sizeof (*p));
160 memcpy (p, &param[ 5 ], sizeof (*p));
161 return 0;
162}
163
164int main () { return 0; }
165configure:6665: result: no, gnupro alpha ev6 char spilling
166configure:6903: error: could not find a working compiler, see config.log for details
167
168## ---------------- ##
169## Cache variables. ##
170## ---------------- ##
171
172ac_cv_build=core2-apple-darwin13.1.0
173ac_cv_env_ABI_set=set
174ac_cv_env_ABI_value=64
175ac_cv_env_CCC_set=
176ac_cv_env_CCC_value=
177ac_cv_env_CC_FOR_BUILD_set=
178ac_cv_env_CC_FOR_BUILD_value=
179ac_cv_env_CC_set=set
180ac_cv_env_CC_value=/usr/bin/clang
181ac_cv_env_CFLAGS_set=
182ac_cv_env_CFLAGS_value=
183ac_cv_env_CPPFLAGS_set=set
184ac_cv_env_CPPFLAGS_value=-I/opt/local/include
185ac_cv_env_CPP_FOR_BUILD_set=
186ac_cv_env_CPP_FOR_BUILD_value=
187ac_cv_env_CPP_set=
188ac_cv_env_CPP_value=
189ac_cv_env_CXXCPP_set=
190ac_cv_env_CXXCPP_value=
191ac_cv_env_CXXFLAGS_set=
192ac_cv_env_CXXFLAGS_value=
193ac_cv_env_CXX_set=set
194ac_cv_env_CXX_value=/usr/bin/clang++
195ac_cv_env_LDFLAGS_set=set
196ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names'
197ac_cv_env_LIBS_set=
198ac_cv_env_LIBS_value=
199ac_cv_env_M4_set=
200ac_cv_env_M4_value=
201ac_cv_env_YACC_set=
202ac_cv_env_YACC_value=
203ac_cv_env_YFLAGS_set=
204ac_cv_env_YFLAGS_value=
205ac_cv_env_build_alias_set=set
206ac_cv_env_build_alias_value=core2-apple-darwin13.1.0
207ac_cv_env_host_alias_set=
208ac_cv_env_host_alias_value=
209ac_cv_env_target_alias_set=
210ac_cv_env_target_alias_value=
211ac_cv_host=core2-apple-darwin13.1.0
212ac_cv_prog_AWK=awk
213ac_cv_prog_make_make_set=yes
214
215## ----------------- ##
216## Output variables. ##
217## ----------------- ##
218
219ABI='64'
220ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/missing --run aclocal-1.11'
221AMTAR='$${TAR-tar}'
222AR=''
223AS=''
224ASMFLAGS=''
225AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/missing --run autoconf'
226AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/missing --run autoheader'
227AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/missing --run automake-1.11'
228AWK='awk'
229CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
230CC='/usr/bin/clang'
231CCAS=''
232CC_FOR_BUILD=''
233CFLAGS=''
234CPP=''
235CPPFLAGS='-I/opt/local/include'
236CPP_FOR_BUILD=''
237CXX='/usr/bin/clang++'
238CXXCPP=''
239CXXFLAGS=''
240CYGPATH_W='echo'
241DEFN_LONG_LONG_LIMB=''
242DEFS=''
243DLLTOOL=''
244DSYMUTIL=''
245DUMPBIN=''
246ECHO_C='\c'
247ECHO_N=''
248ECHO_T=''
249EGREP=''
250ENABLE_STATIC_FALSE=''
251ENABLE_STATIC_TRUE=''
252EXEEXT=''
253EXEEXT_FOR_BUILD=''
254FGREP=''
255GMP_LDFLAGS=''
256GMP_LIMB_BITS=''
257GMP_NAIL_BITS='0'
258GREP=''
259HAVE_CLOCK_01=''
260HAVE_CPUTIME_01=''
261HAVE_GETRUSAGE_01=''
262HAVE_GETTIMEOFDAY_01=''
263HAVE_HOST_CPU_FAMILY_power='0'
264HAVE_HOST_CPU_FAMILY_powerpc='0'
265HAVE_SIGACTION_01=''
266HAVE_SIGALTSTACK_01=''
267HAVE_SIGSTACK_01=''
268HAVE_STACK_T_01=''
269HAVE_SYS_RESOURCE_H_01=''
270INSTALL_DATA='${INSTALL} -m 644'
271INSTALL_PROGRAM='${INSTALL}'
272INSTALL_SCRIPT='${INSTALL}'
273INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
274LD=''
275LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names'
276LEX=''
277LEXLIB=''
278LEX_OUTPUT_ROOT=''
279LIBCURSES=''
280LIBGMPXX_LDFLAGS=''
281LIBGMP_DLL=''
282LIBGMP_LDFLAGS=''
283LIBM=''
284LIBM_FOR_BUILD=''
285LIBOBJS=''
286LIBREADLINE=''
287LIBS=''
288LIBTOOL=''
289LIPO=''
290LN_S=''
291LTLIBOBJS=''
292M4=''
293MAINT='#'
294MAINTAINER_MODE_FALSE=''
295MAINTAINER_MODE_TRUE='#'
296MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/missing --run makeinfo'
297MANIFEST_TOOL=''
298MKDIR_P='./install-sh -c -d'
299NM=''
300NMEDIT=''
301OBJDUMP=''
302OBJEXT=''
303OTOOL64=''
304OTOOL=''
305PACKAGE='gmp'
306PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
307PACKAGE_NAME='GNU MP'
308PACKAGE_STRING='GNU MP 6.0.0'
309PACKAGE_TARNAME='gmp'
310PACKAGE_URL='http://www.gnu.org/software/gmp/'
311PACKAGE_VERSION='6.0.0'
312PATH_SEPARATOR=':'
313RANLIB=''
314SED=''
315SET_MAKE=''
316SHELL='/bin/sh'
317SPEED_CYCLECOUNTER_OBJ='pentium.lo'
318STRIP=''
319TAL_OBJECT=''
320TUNE_LIBS=''
321TUNE_SQR_OBJ=''
322U_FOR_BUILD=''
323VERSION='6.0.0'
324WANT_CXX_FALSE=''
325WANT_CXX_TRUE=''
326WITH_READLINE_01=''
327YACC=''
328YFLAGS=''
329ac_ct_AR=''
330ac_ct_CC=''
331ac_ct_CXX=''
332ac_ct_DUMPBIN=''
333am__EXEEXT_FALSE=''
334am__EXEEXT_TRUE=''
335am__isrc=''
336am__leading_dot='.'
337am__tar='$${TAR-tar} chof - "$$tardir"'
338am__untar='$${TAR-tar} xf -'
339bindir='${exec_prefix}/bin'
340build='core2-apple-darwin13.1.0'
341build_alias='core2-apple-darwin13.1.0'
342build_cpu='core2'
343build_os='darwin13.1.0'
344build_vendor='apple'
345datadir='${datarootdir}'
346datarootdir='${prefix}/share'
347docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
348dvidir='${docdir}'
349exec_prefix='NONE'
350gmp_srclinks=''
351host='core2-apple-darwin13.1.0'
352host_alias=''
353host_cpu='core2'
354host_os='darwin13.1.0'
355host_vendor='apple'
356htmldir='${docdir}'
357includedir='${prefix}/include'
358infodir='${datarootdir}/info'
359install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0/install-sh'
360libdir='${exec_prefix}/lib'
361libexecdir='${exec_prefix}/libexec'
362localedir='${datarootdir}/locale'
363localstatedir='${prefix}/var'
364mandir='${datarootdir}/man'
365mkdir_p='$(top_builddir)/./install-sh -c -d'
366mpn_objects=''
367mpn_objs_in_libgmp=''
368oldincludedir='/usr/include'
369pdfdir='${docdir}'
370prefix='/opt/local'
371program_transform_name='s,x,x,'
372psdir='${docdir}'
373sbindir='${exec_prefix}/sbin'
374sharedstatedir='${prefix}/com'
375sysconfdir='${prefix}/etc'
376target_alias=''
377
378## ----------- ##
379## confdefs.h. ##
380## ----------- ##
381
382/* confdefs.h */
383#define PACKAGE_NAME "GNU MP"
384#define PACKAGE_TARNAME "gmp"
385#define PACKAGE_VERSION "6.0.0"
386#define PACKAGE_STRING "GNU MP 6.0.0"
387#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
388#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
389#define PACKAGE "gmp"
390#define VERSION "6.0.0"
391#define WANT_ASSEMBLY 1
392#define WANT_FFT 1
393#define HAVE_HOST_CPU_core2 1
394
395configure: exit 1