Ticket #54268: config.log

File config.log, 35.8 KB (added by Limbo999 (Franziska Wegner), 7 years ago)

Configuration log-file with all the errors

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 = i11pc170.iti.kit.edu
14uname -m = x86_64
15uname -r = 16.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/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 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 465 tasks, 1910 threads, 4 processors
34Load average: 4.96, Mach factor: 0.98
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: haswell-apple-darwin16.6.0
53configure:3089: checking host system type
54configure:3102: result: haswell-apple-darwin16.6.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: /opt/local/bin/gmkdir -p
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
165configure:6808: $? = 0
166configure:6813: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
167configure:6816: $? = 0
168configure:6962: result: yes
169configure:7476: checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell
170Test compile:
171configure:7490: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
172configure:7493: $? = 0
173configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
174configure:7501: $? = 0
175Test compile: function pointer return
176configure:7544: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
177configure:7547: $? = 0
178configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
179configure:7555: $? = 0
180Test compile: cmov instruction
181configure:7600: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
182configure:7603: $? = 0
183configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
184configure:7611: $? = 0
185Test compile: double -> ulong conversion
186configure:7657: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
187configure:7660: $? = 0
188configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
189configure:7668: $? = 0
190Test compile: double negation
191configure:7712: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
192configure:7715: $? = 0
193configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
194configure:7723: $? = 0
195Test compile: double -> float conversion
196configure:7768: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
197configure:7771: $? = 0
198configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
199configure:7779: $? = 0
200Test compile: gnupro alpha ev6 char spilling
201configure:7853: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
202configure:7856: $? = 0
203configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
204configure:7864: $? = 0
205Test compile: __builtin_alloca availability
206configure:7904: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
207conftest.c:1:43: warning: control reaches end of non-void function [-Wreturn-type]
208int k; int foo () { __builtin_alloca (k); }
209                                          ^
2101 warning generated.
211Undefined symbols for architecture x86_64:
212  "_main", referenced from:
213     implicit entry/start for main executable
214ld: symbol(s) not found for architecture x86_64
215clang: error: linker command failed with exit code 1 (use -v to see invocation)
216configure:7907: $? = 1
217failed program was:
218int k; int foo () { __builtin_alloca (k); }
219Test compile: abs int -> double conversion
220configure:8028: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
221configure:8031: $? = 0
222configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
223configure:8039: $? = 0
224Test compile: long long reliability test 1
225configure:8093: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
226conftest.c:12:83: warning: too many arguments in call to 'g'
227for(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();}}
228                                               ~                                  ^
2291 warning generated.
230configure:8096: $? = 0
231configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
232configure:8104: $? = 0
233Test compile: long long reliability test 2
234configure:8154: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
235configure:8157: $? = 0
236configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
237configure:8165: $? = 0
238Test compile: freebsd hacked gcc
239configure:8215: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
240configure:8218: $? = 0
241configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
242configure:8226: $? = 0
243Test compile: mpn_lshift_com optimization
244configure:8314: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
245configure:8317: $? = 0
246configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
247configure:8325: $? = 0
248Test compile: mpn_lshift_com optimization 2
249configure:8423: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=haswell conftest.c >&5
250configure:8426: $? = 0
251configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
252configure:8434: $? = 0
253configure:8580: result: yes
254configure:7476: checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell
255Test compile:
256configure:7490: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
257configure:7493: $? = 0
258configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
259configure:7501: $? = 0
260Test compile: function pointer return
261configure:7544: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
262configure:7547: $? = 0
263configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
264configure:7555: $? = 0
265Test compile: cmov instruction
266configure:7600: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
267configure:7603: $? = 0
268configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
269configure:7611: $? = 0
270Test compile: double -> ulong conversion
271configure:7657: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
272configure:7660: $? = 0
273configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
274configure:7668: $? = 0
275Test compile: double negation
276configure:7712: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
277configure:7715: $? = 0
278configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
279configure:7723: $? = 0
280Test compile: double -> float conversion
281configure:7768: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
282configure:7771: $? = 0
283configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
284configure:7779: $? = 0
285Test compile: gnupro alpha ev6 char spilling
286configure:7853: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
287configure:7856: $? = 0
288configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
289configure:7864: $? = 0
290Test compile: __builtin_alloca availability
291configure:7904: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
292conftest.c:1:43: warning: control reaches end of non-void function [-Wreturn-type]
293int k; int foo () { __builtin_alloca (k); }
294                                          ^
2951 warning generated.
296Undefined symbols for architecture x86_64:
297  "_main", referenced from:
298     implicit entry/start for main executable
299ld: symbol(s) not found for architecture x86_64
300clang: error: linker command failed with exit code 1 (use -v to see invocation)
301configure:7907: $? = 1
302failed program was:
303int k; int foo () { __builtin_alloca (k); }
304Test compile: abs int -> double conversion
305configure:8028: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
306configure:8031: $? = 0
307configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
308configure:8039: $? = 0
309Test compile: long long reliability test 1
310configure:8093: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
311conftest.c:12:83: warning: too many arguments in call to 'g'
312for(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();}}
313                                               ~                                  ^
3141 warning generated.
315configure:8096: $? = 0
316configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
317configure:8104: $? = 0
318Test compile: long long reliability test 2
319configure:8154: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
320configure:8157: $? = 0
321configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
322configure:8165: $? = 0
323Test compile: freebsd hacked gcc
324configure:8215: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
325configure:8218: $? = 0
326configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
327configure:8226: $? = 0
328Test compile: mpn_lshift_com optimization
329configure:8314: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
330configure:8317: $? = 0
331configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
332configure:8325: $? = 0
333Test compile: mpn_lshift_com optimization 2
334configure:8423: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -I/opt/local/include -march=haswell conftest.c >&5
335configure:8426: $? = 0
336configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
337configure:8434: $? = 0
338configure:8580: result: yes
339configure:8733: checking for gcc
340configure:8760: result: /usr/bin/clang
341configure:8989: checking for C compiler version
342configure:8998: /usr/bin/clang --version >&5
343Apple LLVM version 8.1.0 (clang-802.0.42)
344Target: x86_64-apple-darwin16.6.0
345Thread model: posix
346InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
347configure:9009: $? = 0
348configure:8998: /usr/bin/clang -v >&5
349Apple LLVM version 8.1.0 (clang-802.0.42)
350Target: x86_64-apple-darwin16.6.0
351Thread model: posix
352InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
353configure:9009: $? = 0
354configure:8998: /usr/bin/clang -V >&5
355clang: error: argument to '-V' is missing (expected 1 value)
356clang: error: no input files
357configure:9009: $? = 1
358configure:8998: /usr/bin/clang -qversion >&5
359clang: error: unknown argument: '-qversion'
360clang: error: no input files
361configure:9009: $? = 1
362configure:9029: checking whether the C compiler works
363configure:9051: /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
364configure:9055: $? = 0
365configure:9103: result: yes
366configure:9106: checking for C compiler default output file name
367configure:9108: result: a.out
368configure:9114: checking for suffix of executables
369configure:9121: /usr/bin/clang -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
370configure:9125: $? = 0
371configure:9147: result:
372configure:9169: checking whether we are cross compiling
373configure:9177: /usr/bin/clang -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names conftest.c  >&5
374configure:9181: $? = 0
375configure:9188: ./conftest
376configure:9192: $? = 0
377configure:9207: result: no
378configure:9212: checking for suffix of object files
379configure:9234: /usr/bin/clang -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include conftest.c >&5
380configure:9238: $? = 0
381configure:9259: result: o
382configure:9263: checking whether we are using the GNU C compiler
383configure:9282: /usr/bin/clang -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include conftest.c >&5
384configure:9282: $? = 0
385configure:9291: result: yes
386configure:9300: checking whether /usr/bin/clang accepts -g
387configure:9320: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
388configure:9320: $? = 0
389configure:9361: result: yes
390configure:9378: checking for /usr/bin/clang option to accept ISO C89
391configure:9441: /usr/bin/clang  -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include conftest.c >&5
392configure:9441: $? = 0
393configure:9454: result: none needed
394configure:9479: checking whether /usr/bin/clang understands -c and -o together
395configure:9501: /usr/bin/clang -c conftest.c -o conftest2.o
396configure:9504: $? = 0
397configure:9501: /usr/bin/clang -c conftest.c -o conftest2.o
398configure:9504: $? = 0
399configure:9516: result: yes
400configure:9537: checking for /usr/bin/clang option to accept ISO C99
401configure:9686: /usr/bin/clang  -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell -I/opt/local/include conftest.c >&5
402configure:9686: $? = 0
403configure:9699: result: none needed
404configure:9807: checking for /usr/bin/clang option to accept ISO Standard C
405configure:9818: result: none needed
406configure:9830: checking how to run the C preprocessor
407configure:9861: /usr/bin/clang -E -I/opt/local/include conftest.c
408configure:9861: $? = 0
409configure:9875: /usr/bin/clang -E -I/opt/local/include conftest.c
410conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
411#include <ac_nonexistent.h>
412         ^
4131 error generated.
414configure:9875: $? = 1
415configure: failed program was:
416| /* confdefs.h */
417| #define PACKAGE_NAME "GNU MP"
418| #define PACKAGE_TARNAME "gmp"
419| #define PACKAGE_VERSION "6.1.2"
420| #define PACKAGE_STRING "GNU MP 6.1.2"
421| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
422| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
423| #define PACKAGE "gmp"
424| #define VERSION "6.1.2"
425| #define WANT_FFT 1
426| #define HAVE_HOST_CPU_haswell 1
427| #define HAVE_SPEED_CYCLECOUNTER 2
428| #define HAVE_CALLING_CONVENTIONS 1
429| /* end confdefs.h.  */
430| #include <ac_nonexistent.h>
431configure:9900: result: /usr/bin/clang -E
432configure:9920: /usr/bin/clang -E -I/opt/local/include conftest.c
433configure:9920: $? = 0
434configure:9934: /usr/bin/clang -E -I/opt/local/include conftest.c
435conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
436#include <ac_nonexistent.h>
437         ^
4381 error generated.
439configure:9934: $? = 1
440configure: failed program was:
441| /* confdefs.h */
442| #define PACKAGE_NAME "GNU MP"
443| #define PACKAGE_TARNAME "gmp"
444| #define PACKAGE_VERSION "6.1.2"
445| #define PACKAGE_STRING "GNU MP 6.1.2"
446| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
447| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
448| #define PACKAGE "gmp"
449| #define VERSION "6.1.2"
450| #define WANT_FFT 1
451| #define HAVE_HOST_CPU_haswell 1
452| #define HAVE_SPEED_CYCLECOUNTER 2
453| #define HAVE_CALLING_CONVENTIONS 1
454| /* end confdefs.h.  */
455| #include <ac_nonexistent.h>
456configure:10032: checking build system compiler /usr/bin/clang
457configure:10045: /usr/bin/clang conftest.c
458configure:10048: $? = 0
459configure:10055: result: yes
460configure:10074: checking for build system preprocessor
461configure:10085: /usr/bin/clang -E conftest.c
462# 1 "conftest.c"
463# 1 "<built-in>" 1
464# 1 "<built-in>" 3
465# 330 "<built-in>" 3
466# 1 "<command line>" 1
467# 1 "<built-in>" 2
468# 1 "conftest.c" 2
469
470configure:10088: $? = 0
471configure:10103: result: /usr/bin/clang -E
472configure:10110: checking for build system executable suffix
473configure:10124: /usr/bin/clang conftest.c -o conftest.exe
474configure:10127: $? = 0
475./configure: line 10129: ./conftest: No such file or directory
476configure:10124: /usr/bin/clang conftest.c -o conftest,ff8
477configure:10127: $? = 0
478./configure: line 10129: ./conftest: No such file or directory
479configure:10124: /usr/bin/clang conftest.c -o conftest
480configure:10127: $? = 0
481configure:10141: result:
482configure:10147: checking whether build system compiler is ANSI
483configure:10160: /usr/bin/clang conftest.c
484configure:10163: $? = 0
485configure:10172: result: yes
486configure:10182: checking for build system compiler math library
487configure:10202: /usr/bin/clang conftest.c -lm
488configure:10205: $? = 0
489configure:10214: result: -lm
490configure:10349: checking for C++ compiler version
491configure:10358: /usr/bin/clang++ -stdlib=libc++ --version >&5
492Apple LLVM version 8.1.0 (clang-802.0.42)
493Target: x86_64-apple-darwin16.6.0
494Thread model: posix
495InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
496configure:10369: $? = 0
497configure:10358: /usr/bin/clang++ -stdlib=libc++ -v >&5
498Apple LLVM version 8.1.0 (clang-802.0.42)
499Target: x86_64-apple-darwin16.6.0
500Thread model: posix
501InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
502clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
503configure:10369: $? = 0
504configure:10358: /usr/bin/clang++ -stdlib=libc++ -V >&5
505clang: error: argument to '-V' is missing (expected 1 value)
506clang: error: no input files
507configure:10369: $? = 1
508configure:10358: /usr/bin/clang++ -stdlib=libc++ -qversion >&5
509clang: error: unknown argument: '-qversion'
510clang: error: no input files
511configure:10369: $? = 1
512configure:10373: checking whether we are using the GNU C++ compiler
513configure:10392: /usr/bin/clang++ -stdlib=libc++ -c  -I/opt/local/include conftest.cpp >&5
514configure:10392: $? = 0
515configure:10401: result: yes
516configure:10410: checking whether /usr/bin/clang++ -stdlib=libc++ accepts -g
517configure:10430: /usr/bin/clang++ -stdlib=libc++ -c -g -I/opt/local/include conftest.cpp >&5
518configure:10430: $? = 0
519configure:10471: result: yes
520CXXFLAGS chosen by autoconf: -g -O2
521configure:10521: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell
522Test compile:
523configure:10535: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell conftest.cc >&5
524configure:10538: $? = 0
525configure:10542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
526configure:10545: $? = 0
527Test compile: namespace
528configure:10575: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell conftest.cc >&5
529configure:10578: $? = 0
530configure:10582: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
531configure:10585: $? = 0
532Test compile: std iostream
533configure:10621: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell conftest.cc >&5
534In file included from conftest.cc:3:
535In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
536In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
537In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:18:
538In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:176:
539In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:17:
540/usr/include/pthread.h:423:1: error: C++ requires a type specifier for all declarations
541__SWIFT_UNAVAILABLE_MSG("Use lazily initialized globals instead")
542^
543/usr/include/pthread.h:423:66: error: expected ';' after top level declarator
544__SWIFT_UNAVAILABLE_MSG("Use lazily initialized globals instead")
545                                                                 ^
5462 errors generated.
547configure:10624: $? = 1
548failed program was:
549/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
550    pre-standard iostream.h. */
551#include <iostream>
552
553/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
554   mode, since that mode puts cout in the global namespace, not "std".  */
555void someoutput (void) { std::cout << 123; }
556
557int main (void) { return 0; }
558configure:10650: result: no, std iostream
559configure:10521: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -g -O2
560Test compile:
561configure:10535: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -g -O2 conftest.cc >&5
562configure:10538: $? = 0
563configure:10542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
564configure:10545: $? = 0
565Test compile: namespace
566configure:10575: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -g -O2 conftest.cc >&5
567configure:10578: $? = 0
568configure:10582: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
569configure:10585: $? = 0
570Test compile: std iostream
571configure:10621: /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -g -O2 conftest.cc >&5
572In file included from conftest.cc:3:
573In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
574In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
575In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:18:
576In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:176:
577In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:17:
578/usr/include/pthread.h:423:1: error: C++ requires a type specifier for all declarations
579__SWIFT_UNAVAILABLE_MSG("Use lazily initialized globals instead")
580^
581/usr/include/pthread.h:423:66: error: expected ';' after top level declarator
582__SWIFT_UNAVAILABLE_MSG("Use lazily initialized globals instead")
583                                                                 ^
5842 errors generated.
585configure:10624: $? = 1
586failed program was:
587/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
588    pre-standard iostream.h. */
589#include <iostream>
590
591/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
592   mode, since that mode puts cout in the global namespace, not "std".  */
593void someoutput (void) { std::cout << 123; }
594
595int main (void) { return 0; }
596configure:10650: result: no, std iostream
597configure:10666: error: C++ compiler not available, see config.log for details
598
599## ---------------- ##
600## Cache variables. ##
601## ---------------- ##
602
603ac_cv_build=haswell-apple-darwin16.6.0
604ac_cv_c_compiler_gnu=yes
605ac_cv_cxx_compiler_gnu=yes
606ac_cv_env_ABI_set=set
607ac_cv_env_ABI_value=64
608ac_cv_env_CCC_set=
609ac_cv_env_CCC_value=
610ac_cv_env_CC_FOR_BUILD_set=
611ac_cv_env_CC_FOR_BUILD_value=
612ac_cv_env_CC_set=set
613ac_cv_env_CC_value=/usr/bin/clang
614ac_cv_env_CFLAGS_set=
615ac_cv_env_CFLAGS_value=
616ac_cv_env_CPPFLAGS_set=set
617ac_cv_env_CPPFLAGS_value=-I/opt/local/include
618ac_cv_env_CPP_FOR_BUILD_set=
619ac_cv_env_CPP_FOR_BUILD_value=
620ac_cv_env_CPP_set=
621ac_cv_env_CPP_value=
622ac_cv_env_CXXCPP_set=
623ac_cv_env_CXXCPP_value=
624ac_cv_env_CXXFLAGS_set=
625ac_cv_env_CXXFLAGS_value=
626ac_cv_env_CXX_set=set
627ac_cv_env_CXX_value='/usr/bin/clang++ -stdlib=libc++'
628ac_cv_env_LDFLAGS_set=set
629ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names'
630ac_cv_env_LIBS_set=
631ac_cv_env_LIBS_value=
632ac_cv_env_LT_SYS_LIBRARY_PATH_set=
633ac_cv_env_LT_SYS_LIBRARY_PATH_value=
634ac_cv_env_M4_set=
635ac_cv_env_M4_value=
636ac_cv_env_YACC_set=
637ac_cv_env_YACC_value=
638ac_cv_env_YFLAGS_set=
639ac_cv_env_YFLAGS_value=
640ac_cv_env_build_alias_set=
641ac_cv_env_build_alias_value=
642ac_cv_env_host_alias_set=
643ac_cv_env_host_alias_value=
644ac_cv_env_target_alias_set=
645ac_cv_env_target_alias_value=
646ac_cv_host=haswell-apple-darwin16.6.0
647ac_cv_objext=o
648ac_cv_path_mkdir=/opt/local/bin/gmkdir
649ac_cv_prog_AWK=/usr/bin/awk
650ac_cv_prog_CPP='/usr/bin/clang -E'
651ac_cv_prog_ac_ct_CC=/usr/bin/clang
652ac_cv_prog_cc_c89=
653ac_cv_prog_cc_c99=
654ac_cv_prog_cc_g=yes
655ac_cv_prog_cc_stdc=
656ac_cv_prog_cxx_g=yes
657ac_cv_prog_make_make_set=yes
658am_cv_make_support_nested_variables=yes
659am_cv_prog_cc_c_o=yes
660gmp_cv_c_for_build_ansi=yes
661gmp_cv_check_libm_for_build=-lm
662gmp_cv_prog_cpp_for_build='/usr/bin/clang -E'
663gmp_cv_prog_exeext_for_build=
664
665## ----------------- ##
666## Output variables. ##
667## ----------------- ##
668
669ABI='64'
670ACLOCAL='${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'
671AMTAR='$${TAR-tar}'
672AM_BACKSLASH='\'
673AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
674AM_DEFAULT_VERBOSITY='1'
675AM_V='$(V)'
676AR=''
677AS=''
678ASMFLAGS=''
679AUTOCONF='${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'
680AUTOHEADER='${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'
681AUTOMAKE='${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'
682AWK='/usr/bin/awk'
683CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
684CC='/usr/bin/clang'
685CCAS='/usr/bin/clang -c'
686CC_FOR_BUILD='/usr/bin/clang'
687CFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=haswell -march=haswell'
688CPP='/usr/bin/clang -E'
689CPPFLAGS='-I/opt/local/include'
690CPP_FOR_BUILD='/usr/bin/clang -E'
691CXX='/usr/bin/clang++ -stdlib=libc++'
692CXXCPP=''
693CXXFLAGS='-g -O2'
694CYGPATH_W='echo'
695DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
696DEFS=''
697DLLTOOL=''
698DSYMUTIL=''
699DUMPBIN=''
700ECHO_C='\c'
701ECHO_N=''
702ECHO_T=''
703EGREP=''
704ENABLE_STATIC_FALSE=''
705ENABLE_STATIC_TRUE=''
706EXEEXT=''
707EXEEXT_FOR_BUILD=''
708FGREP=''
709GMP_LDFLAGS=''
710GMP_LIMB_BITS=''
711GMP_NAIL_BITS='0'
712GREP=''
713HAVE_CLOCK_01=''
714HAVE_CPUTIME_01=''
715HAVE_GETRUSAGE_01=''
716HAVE_GETTIMEOFDAY_01=''
717HAVE_HOST_CPU_FAMILY_power='0'
718HAVE_HOST_CPU_FAMILY_powerpc='0'
719HAVE_SIGACTION_01=''
720HAVE_SIGALTSTACK_01=''
721HAVE_SIGSTACK_01=''
722HAVE_STACK_T_01=''
723HAVE_SYS_RESOURCE_H_01=''
724INSTALL_DATA='${INSTALL} -m 644'
725INSTALL_PROGRAM='${INSTALL}'
726INSTALL_SCRIPT='${INSTALL}'
727INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
728LD=''
729LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names'
730LEX=''
731LEXLIB=''
732LEX_OUTPUT_ROOT=''
733LIBCURSES=''
734LIBGMPXX_LDFLAGS=''
735LIBGMP_DLL=''
736LIBGMP_LDFLAGS=''
737LIBM=''
738LIBM_FOR_BUILD='-lm'
739LIBOBJS=''
740LIBREADLINE=''
741LIBS=''
742LIBTOOL=''
743LIPO=''
744LN_S=''
745LTLIBOBJS=''
746LT_SYS_LIBRARY_PATH=''
747M4=''
748MAINT='#'
749MAINTAINER_MODE_FALSE=''
750MAINTAINER_MODE_TRUE='#'
751MAKEINFO='${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'
752MANIFEST_TOOL=''
753MKDIR_P='/opt/local/bin/gmkdir -p'
754NM=''
755NMEDIT=''
756OBJDUMP=''
757OBJEXT='o'
758OTOOL64=''
759OTOOL=''
760PACKAGE='gmp'
761PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
762PACKAGE_NAME='GNU MP'
763PACKAGE_STRING='GNU MP 6.1.2'
764PACKAGE_TARNAME='gmp'
765PACKAGE_URL='http://www.gnu.org/software/gmp/'
766PACKAGE_VERSION='6.1.2'
767PATH_SEPARATOR=':'
768RANLIB=''
769SED=''
770SET_MAKE=''
771SHELL='/bin/sh'
772SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
773STRIP=''
774TAL_OBJECT=''
775TUNE_LIBS=''
776TUNE_SQR_OBJ=''
777U_FOR_BUILD=''
778VERSION='6.1.2'
779WANT_CXX_FALSE=''
780WANT_CXX_TRUE=''
781WITH_READLINE_01=''
782YACC=''
783YFLAGS=''
784ac_ct_AR=''
785ac_ct_CC='/usr/bin/clang'
786ac_ct_CXX=''
787ac_ct_DUMPBIN=''
788am__EXEEXT_FALSE=''
789am__EXEEXT_TRUE=''
790am__isrc=''
791am__leading_dot='.'
792am__tar='$${TAR-tar} chof - "$$tardir"'
793am__untar='$${TAR-tar} xf -'
794bindir='${exec_prefix}/bin'
795build='haswell-apple-darwin16.6.0'
796build_alias=''
797build_cpu='haswell'
798build_os='darwin16.6.0'
799build_vendor='apple'
800datadir='${datarootdir}'
801datarootdir='${prefix}/share'
802docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
803dvidir='${docdir}'
804exec_prefix='NONE'
805gmp_srclinks=''
806host='haswell-apple-darwin16.6.0'
807host_alias=''
808host_cpu='haswell'
809host_os='darwin16.6.0'
810host_vendor='apple'
811htmldir='${docdir}'
812includedir='${prefix}/include'
813infodir='${datarootdir}/info'
814install_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'
815libdir='${exec_prefix}/lib'
816libexecdir='${exec_prefix}/libexec'
817localedir='${datarootdir}/locale'
818localstatedir='${prefix}/var'
819mandir='${datarootdir}/man'
820mkdir_p='$(MKDIR_P)'
821mpn_objects=''
822mpn_objs_in_libgmp=''
823oldincludedir='/usr/include'
824pdfdir='${docdir}'
825prefix='/opt/local'
826program_transform_name='s,x,x,'
827psdir='${docdir}'
828sbindir='${exec_prefix}/sbin'
829sharedstatedir='${prefix}/com'
830sysconfdir='${prefix}/etc'
831target_alias=''
832
833## ----------- ##
834## confdefs.h. ##
835## ----------- ##
836
837/* confdefs.h */
838#define PACKAGE_NAME "GNU MP"
839#define PACKAGE_TARNAME "gmp"
840#define PACKAGE_VERSION "6.1.2"
841#define PACKAGE_STRING "GNU MP 6.1.2"
842#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
843#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
844#define PACKAGE "gmp"
845#define VERSION "6.1.2"
846#define WANT_FFT 1
847#define HAVE_HOST_CPU_haswell 1
848#define HAVE_SPEED_CYCLECOUNTER 2
849#define HAVE_CALLING_CONVENTIONS 1
850
851configure: exit 1