Ticket #55281: config.log

File config.log, 14.8 KB (added by mluzum, 6 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 GNU MP configure 6.1.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-cxx
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Matthews-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 17.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/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 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/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: 16.00 gigabytes
33Default processor set: 461 tasks, 2255 threads, 4 processors
34Load average: 8.39, Mach factor: 0.49
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:3055: checking build system type
52configure:3069: result: x86_64-apple-darwin17.2.0
53configure:3089: checking host system type
54configure:3102: result: x86_64-apple-darwin17.2.0
55configure:3139: checking for a BSD-compatible install
56configure:3207: result: /usr/bin/install -c
57configure:3218: checking whether build environment is sane
58configure:3273: result: yes
59configure:3424: checking for a thread-safe mkdir -p
60configure:3463: result: ./install-sh -c -d
61configure:3470: checking for gawk
62configure:3497: result: /usr/bin/awk
63configure:3508: checking whether make sets $(MAKE)
64configure:3530: result: yes
65configure:3559: checking whether make supports nested variables
66configure:3576: result: yes
67configure:3705: checking whether to enable maintainer-specific portions of Makefiles
68configure:3714: result: no
69User:
70ABI=64
71CC=/usr/bin/clang
72CFLAGS=(unset)
73CPPFLAGS=-I/opt/local/include
74MPN_PATH=
75GMP:
76abilist=64 x32 32
77cclist=gcc icc cc
78configure:5779: /usr/bin/clang -c conftest.c >&5
79configure:5782: $? = 0
80configure:5785: checking whether /usr/bin/clang is gcc
81configure:5787: result: yes
82configure:5801: /usr/bin/clang 2>&1 | grep xlc >/dev/null
83configure:5804: $? = 1
84configure:5858: checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include
85Test compile:
86configure:5872: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
87configure:5875: $? = 0
88configure:5880: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
89configure:5883: $? = 0
90Test compile: function pointer return
91configure:5926: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
92configure:5929: $? = 0
93configure:5934: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
94configure:5937: $? = 0
95Test compile: cmov instruction
96configure:5982: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
97configure:5985: $? = 0
98configure:5990: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
99configure:5993: $? = 0
100Test compile: double -> ulong conversion
101configure:6039: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
102configure:6042: $? = 0
103configure:6047: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
104configure:6050: $? = 0
105Test compile: double negation
106configure:6094: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
107configure:6097: $? = 0
108configure:6102: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
109configure:6105: $? = 0
110Test compile: double -> float conversion
111configure:6150: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
112configure:6153: $? = 0
113configure:6158: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
114configure:6161: $? = 0
115Test compile: gnupro alpha ev6 char spilling
116configure:6235: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
117configure:6238: $? = 0
118configure:6243: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
119configure:6246: $? = 0
120Test compile: __builtin_alloca availability
121configure:6286: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
122conftest.c:1:43: warning: control reaches end of non-void function [-Wreturn-type]
123int k; int foo () { __builtin_alloca (k); }
124                                          ^
1251 warning generated.
126Undefined symbols for architecture x86_64:
127  "_main", referenced from:
128     implicit entry/start for main executable
129ld: symbol(s) not found for architecture x86_64
130clang: error: linker command failed with exit code 1 (use -v to see invocation)
131configure:6289: $? = 1
132failed program was:
133int k; int foo () { __builtin_alloca (k); }
134Test compile: abs int -> double conversion
135configure:6410: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
136configure:6413: $? = 0
137configure:6418: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
138configure:6421: $? = 0
139Test compile: long long reliability test 1
140configure:6475: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
141conftest.c:12:83: warning: too many arguments in call to 'g'
142for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
143                                               ~                                  ^
1441 warning generated.
145configure:6478: $? = 0
146configure:6483: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
147configure:6486: $? = 0
148Test compile: long long reliability test 2
149configure:6536: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
150configure:6539: $? = 0
151configure:6544: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
152configure:6547: $? = 0
153Test compile: freebsd hacked gcc
154configure:6597: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
155configure:6600: $? = 0
156configure:6605: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
157configure:6608: $? = 0
158Test compile: mpn_lshift_com optimization
159configure:6696: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
160configure:6699: $? = 0
161configure:6704: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
162configure:6707: $? = 0
163Test compile: mpn_lshift_com optimization 2
164configure:6805: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include conftest.c >&5
165In file included from conftest.c:8:
166/usr/include/stdlib.h:193:23: error: expected parameter declarator
167__API_AVAILABLE(macos(10.0)) __IOS_PROHIBITED
168                      ^
169/usr/include/stdlib.h:193:23: error: expected ')'
170/usr/include/stdlib.h:193:22: note: to match this '('
171__API_AVAILABLE(macos(10.0)) __IOS_PROHIBITED
172                     ^
173/usr/include/stdlib.h:194:39: error: expected ';' after top level declarator
174__WATCHOS_PROHIBITED __TVOS_PROHIBITED
175                                      ^
1763 errors generated.
177configure:6808: $? = 1
178failed program was:
179/* The following is mis-compiled by Intel ia-64 icc version 1.8 under
180    "icc -O3",  After several calls, the function writes partial garbage to
181    the result vector.  Perhaps relates to the chk.a.nc insn.  This code needs
182    to be run to show the problem, but that's fine, the offending cc is a
183    native-only compiler so we don't have to worry about cross compiling.  */
184
185#if ! defined (__cplusplus)
186#include <stdlib.h>
187void
188lshift_com (rp, up, n, cnt)
189  unsigned long *rp;
190  unsigned long *up;
191  long n;
192  unsigned cnt;
193{
194  unsigned long high_limb, low_limb;
195  unsigned tnc;
196  long i;
197  up += n;
198  rp += n;
199  tnc = 8 * sizeof (unsigned long) - cnt;
200  low_limb = *--up;
201  high_limb = low_limb << cnt;
202  for (i = n - 1; i != 0; i--)
203    {
204      low_limb = *--up;
205      *--rp = ~(high_limb | (low_limb >> tnc));
206      high_limb = low_limb << cnt;
207    }
208  *--rp = ~high_limb;
209}
210int
211main ()
212{
213  unsigned long *r, *r2;
214  unsigned long a[88 + 1];
215  long i;
216  for (i = 0; i < 88 + 1; i++)
217    a[i] = ~0L;
218  r = malloc (10000 * sizeof (unsigned long));
219  r2 = r;
220  for (i = 0; i < 528; i += 23)
221    {
222      lshift_com (r2, a,
223                  i / (8 * sizeof (unsigned long)) + 1,
224                  i % (8 * sizeof (unsigned long)));
225      r2 += 88 + 1;
226    }
227  if (r[2048] != 0 || r[2049] != 0 || r[2050] != 0 || r[2051] != 0 ||
228      r[2052] != 0 || r[2053] != 0 || r[2054] != 0)
229    abort ();
230  free (r);
231  return 0;
232}
233#else
234int
235main ()
236{
237  return 0;
238}
239#endif
240
241configure:6962: result: no, mpn_lshift_com optimization 2
242configure:7200: error: could not find a working compiler, see config.log for details
243
244## ---------------- ##
245## Cache variables. ##
246## ---------------- ##
247
248ac_cv_build=x86_64-apple-darwin17.2.0
249ac_cv_env_ABI_set=set
250ac_cv_env_ABI_value=64
251ac_cv_env_CCC_set=
252ac_cv_env_CCC_value=
253ac_cv_env_CC_FOR_BUILD_set=
254ac_cv_env_CC_FOR_BUILD_value=
255ac_cv_env_CC_set=set
256ac_cv_env_CC_value=/usr/bin/clang
257ac_cv_env_CFLAGS_set=
258ac_cv_env_CFLAGS_value=
259ac_cv_env_CPPFLAGS_set=set
260ac_cv_env_CPPFLAGS_value=-I/opt/local/include
261ac_cv_env_CPP_FOR_BUILD_set=
262ac_cv_env_CPP_FOR_BUILD_value=
263ac_cv_env_CPP_set=
264ac_cv_env_CPP_value=
265ac_cv_env_CXXCPP_set=
266ac_cv_env_CXXCPP_value=
267ac_cv_env_CXXFLAGS_set=
268ac_cv_env_CXXFLAGS_value=
269ac_cv_env_CXX_set=set
270ac_cv_env_CXX_value='/usr/bin/clang++ -stdlib=libc++'
271ac_cv_env_LDFLAGS_set=set
272ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names'
273ac_cv_env_LIBS_set=
274ac_cv_env_LIBS_value=
275ac_cv_env_LT_SYS_LIBRARY_PATH_set=
276ac_cv_env_LT_SYS_LIBRARY_PATH_value=
277ac_cv_env_M4_set=
278ac_cv_env_M4_value=
279ac_cv_env_YACC_set=
280ac_cv_env_YACC_value=
281ac_cv_env_YFLAGS_set=
282ac_cv_env_YFLAGS_value=
283ac_cv_env_build_alias_set=
284ac_cv_env_build_alias_value=
285ac_cv_env_host_alias_set=
286ac_cv_env_host_alias_value=
287ac_cv_env_target_alias_set=
288ac_cv_env_target_alias_value=
289ac_cv_host=x86_64-apple-darwin17.2.0
290ac_cv_prog_AWK=/usr/bin/awk
291ac_cv_prog_make_make_set=yes
292am_cv_make_support_nested_variables=yes
293
294## ----------------- ##
295## Output variables. ##
296## ----------------- ##
297
298ABI='64'
299ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/missing aclocal-1.15'
300AMTAR='$${TAR-tar}'
301AM_BACKSLASH='\'
302AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
303AM_DEFAULT_VERBOSITY='1'
304AM_V='$(V)'
305AR=''
306AS=''
307ASMFLAGS=''
308AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/missing autoconf'
309AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/missing autoheader'
310AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/missing automake-1.15'
311AWK='/usr/bin/awk'
312CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
313CC='/usr/bin/clang'
314CCAS=''
315CC_FOR_BUILD=''
316CFLAGS=''
317CPP=''
318CPPFLAGS='-I/opt/local/include'
319CPP_FOR_BUILD=''
320CXX='/usr/bin/clang++ -stdlib=libc++'
321CXXCPP=''
322CXXFLAGS=''
323CYGPATH_W='echo'
324DEFN_LONG_LONG_LIMB=''
325DEFS=''
326DLLTOOL=''
327DSYMUTIL=''
328DUMPBIN=''
329ECHO_C='\c'
330ECHO_N=''
331ECHO_T=''
332EGREP=''
333ENABLE_STATIC_FALSE=''
334ENABLE_STATIC_TRUE=''
335EXEEXT=''
336EXEEXT_FOR_BUILD=''
337FGREP=''
338GMP_LDFLAGS=''
339GMP_LIMB_BITS=''
340GMP_NAIL_BITS='0'
341GREP=''
342HAVE_CLOCK_01=''
343HAVE_CPUTIME_01=''
344HAVE_GETRUSAGE_01=''
345HAVE_GETTIMEOFDAY_01=''
346HAVE_HOST_CPU_FAMILY_power='0'
347HAVE_HOST_CPU_FAMILY_powerpc='0'
348HAVE_SIGACTION_01=''
349HAVE_SIGALTSTACK_01=''
350HAVE_SIGSTACK_01=''
351HAVE_STACK_T_01=''
352HAVE_SYS_RESOURCE_H_01=''
353INSTALL_DATA='${INSTALL} -m 644'
354INSTALL_PROGRAM='${INSTALL}'
355INSTALL_SCRIPT='${INSTALL}'
356INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
357LD=''
358LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names'
359LEX=''
360LEXLIB=''
361LEX_OUTPUT_ROOT=''
362LIBCURSES=''
363LIBGMPXX_LDFLAGS=''
364LIBGMP_DLL=''
365LIBGMP_LDFLAGS=''
366LIBM=''
367LIBM_FOR_BUILD=''
368LIBOBJS=''
369LIBREADLINE=''
370LIBS=''
371LIBTOOL=''
372LIPO=''
373LN_S=''
374LTLIBOBJS=''
375LT_SYS_LIBRARY_PATH=''
376M4=''
377MAINT='#'
378MAINTAINER_MODE_FALSE=''
379MAINTAINER_MODE_TRUE='#'
380MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/missing makeinfo'
381MANIFEST_TOOL=''
382MKDIR_P='./install-sh -c -d'
383NM=''
384NMEDIT=''
385OBJDUMP=''
386OBJEXT=''
387OTOOL64=''
388OTOOL=''
389PACKAGE='gmp'
390PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
391PACKAGE_NAME='GNU MP'
392PACKAGE_STRING='GNU MP 6.1.2'
393PACKAGE_TARNAME='gmp'
394PACKAGE_URL='http://www.gnu.org/software/gmp/'
395PACKAGE_VERSION='6.1.2'
396PATH_SEPARATOR=':'
397RANLIB=''
398SED=''
399SET_MAKE=''
400SHELL='/bin/sh'
401SPEED_CYCLECOUNTER_OBJ='pentium.lo'
402STRIP=''
403TAL_OBJECT=''
404TUNE_LIBS=''
405TUNE_SQR_OBJ=''
406U_FOR_BUILD=''
407VERSION='6.1.2'
408WANT_CXX_FALSE=''
409WANT_CXX_TRUE=''
410WITH_READLINE_01=''
411YACC=''
412YFLAGS=''
413ac_ct_AR=''
414ac_ct_CC=''
415ac_ct_CXX=''
416ac_ct_DUMPBIN=''
417am__EXEEXT_FALSE=''
418am__EXEEXT_TRUE=''
419am__isrc=''
420am__leading_dot='.'
421am__tar='$${TAR-tar} chof - "$$tardir"'
422am__untar='$${TAR-tar} xf -'
423bindir='${exec_prefix}/bin'
424build='x86_64-apple-darwin17.2.0'
425build_alias=''
426build_cpu='x86_64'
427build_os='darwin17.2.0'
428build_vendor='apple'
429datadir='${datarootdir}'
430datarootdir='${prefix}/share'
431docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
432dvidir='${docdir}'
433exec_prefix='NONE'
434gmp_srclinks=''
435host='x86_64-apple-darwin17.2.0'
436host_alias=''
437host_cpu='x86_64'
438host_os='darwin17.2.0'
439host_vendor='apple'
440htmldir='${docdir}'
441includedir='${prefix}/include'
442infodir='${datarootdir}/info'
443install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/install-sh'
444libdir='${exec_prefix}/lib'
445libexecdir='${exec_prefix}/libexec'
446localedir='${datarootdir}/locale'
447localstatedir='${prefix}/var'
448mandir='${datarootdir}/man'
449mkdir_p='$(MKDIR_P)'
450mpn_objects=''
451mpn_objs_in_libgmp=''
452oldincludedir='/usr/include'
453pdfdir='${docdir}'
454prefix='/opt/local'
455program_transform_name='s,x,x,'
456psdir='${docdir}'
457sbindir='${exec_prefix}/sbin'
458sharedstatedir='${prefix}/com'
459sysconfdir='${prefix}/etc'
460target_alias=''
461
462## ----------- ##
463## confdefs.h. ##
464## ----------- ##
465
466/* confdefs.h */
467#define PACKAGE_NAME "GNU MP"
468#define PACKAGE_TARNAME "gmp"
469#define PACKAGE_VERSION "6.1.2"
470#define PACKAGE_STRING "GNU MP 6.1.2"
471#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
472#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
473#define PACKAGE "gmp"
474#define VERSION "6.1.2"
475#define WANT_FFT 1
476#define HAVE_HOST_CPU_x86_64 1
477
478configure: exit 1