Ticket #71037: config.log

File config.log, 39.6 KB (added by eric-j-ason, 17 hours 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.3.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --host=applem1-apple-darwin24 --enable-cxx
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MacBook-Pro.local
14uname -m = arm64
15uname -r = 24.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000
18
19/usr/bin/uname -p = arm
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 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000
27Kernel configured for up to 8 processors.
288 processors are physically available.
298 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 711 tasks, 5147 threads, 8 processors
34Load average: 1.85, Mach factor: 6.14
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:3056: checking build system type
52configure:3070: result: aarch64-apple-darwin24.0.0
53configure:3090: checking host system type
54configure:3103: result: applem1-apple-darwin24
55configure:3140: checking for a BSD-compatible install
56configure:3208: result: /usr/bin/install -c
57configure:3219: checking whether build environment is sane
58configure:3274: result: yes
59configure:3333: checking for applem1-apple-darwin24-strip
60configure:3363: result: no
61configure:3373: checking for strip
62configure:3389: found /usr/bin/strip
63configure:3400: result: strip
64configure:3425: checking for a thread-safe mkdir -p
65configure:3464: result: ./install-sh -c -d
66configure:3471: checking for gawk
67configure:3501: result: no
68configure:3471: checking for mawk
69configure:3501: result: no
70configure:3471: checking for nawk
71configure:3501: result: no
72configure:3471: checking for awk
73configure:3487: found /usr/bin/awk
74configure:3498: result: awk
75configure:3509: checking whether make sets $(MAKE)
76configure:3531: result: yes
77configure:3560: checking whether make supports nested variables
78configure:3577: result: yes
79configure:3706: checking whether to enable maintainer-specific portions of Makefiles
80configure:3715: result: no
81User:
82ABI=64
83CC=/usr/bin/clang -arch arm64
84CFLAGS=(unset)
85CPPFLAGS=(unset)
86MPN_PATH=
87GMP:
88abilist=64
89cclist=gcc cc
90configure:5889: /usr/bin/clang -arch arm64 -c conftest.c >&5
91configure:5892: $? = 0
92configure:5895: checking whether /usr/bin/clang -arch arm64 is gcc
93configure:5897: result: yes
94configure:5911: /usr/bin/clang -arch arm64 2>&1 | grep xlc >/dev/null
95configure:5914: $? = 1
96configure:5968: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic
97Test compile:
98configure:5982: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
99conftest.c:2:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
100    2 | int main () { return 0; }
101      |          ^
102      |           void
1031 warning generated.
104configure:5985: $? = 0
105Test compile: function pointer return
106configure:6036: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
107conftest.c:3:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
108    3 | void *g() { return (void *) 0; }
109      |        ^
110      |         void
111conftest.c:4:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
112    4 | void *f() { return g(); }
113      |        ^
114      |         void
115conftest.c:6:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
116    6 | int main () { return 0; }
117      |          ^
118      |           void
1193 warnings generated.
120configure:6039: $? = 0
121Test compile: cmov instruction
122configure:6092: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
123conftest.c:6:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
124    6 | int cmov () { return (n >= 0 ? n : 0); }
125      |          ^
126      |           void
127conftest.c:8:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
128    8 | int main () { return 0; }
129      |          ^
130      |           void
1312 warnings generated.
132configure:6095: $? = 0
133Test compile: double -> ulong conversion
134configure:6149: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
135conftest.c:7:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
136    7 | unsigned long gcc303 () { return (unsigned long) d; }
137      |                      ^
138      |                       void
139conftest.c:9:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
140    9 | int main () { return 0; }
141      |          ^
142      |           void
1432 warnings generated.
144configure:6152: $? = 0
145Test compile: double negation
146configure:6204: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
147conftest.c:5:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
148    5 | unsigned long fneg () { return -fneg_data; }
149      |                    ^
150      |                     void
151conftest.c:7:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
152    7 | int main () { return 0; }
153      |          ^
154      |           void
1552 warnings generated.
156configure:6207: $? = 0
157Test compile: double -> float conversion
158configure:6260: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
159conftest.c:6:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
160    6 | float ftod () { return (float) ftod_data; }
161      |            ^
162      |             void
163conftest.c:8:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
164    8 | int main () { return 0; }
165      |          ^
166      |           void
1672 warnings generated.
168configure:6263: $? = 0
169Test compile: gnupro alpha ev6 char spilling
170configure:6345: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
171conftest.c:16:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
172   16 | param_init ()
173      |            ^
174      |             void
175conftest.c:37:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
176   37 | int main () { return 0; }
177      |          ^
178      |           void
1792 warnings generated.
180configure:6348: $? = 0
181Test compile: __builtin_alloca availability
182configure:6396: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
183conftest.c:1:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
184    1 | int k; int foo () { __builtin_alloca (k); }
185      |                ^
186      |                 void
187conftest.c:1:43: warning: non-void function does not return a value [-Wreturn-type]
188    1 | int k; int foo () { __builtin_alloca (k); }
189      |                                           ^
1902 warnings generated.
191Undefined symbols for architecture arm64:
192  "_main", referenced from:
193      <initial-undefines>
194ld: symbol(s) not found for architecture arm64
195clang: error: linker command failed with exit code 1 (use -v to see invocation)
196configure:6399: $? = 1
197failed program was:
198int k; int foo () { __builtin_alloca (k); }
199Test compile: abs int -> double conversion
200configure:6520: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
201conftest.c:13:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
202   13 | int f ()
203      |       ^
204      |        void
205conftest.c:20:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
206   20 | int main () { return 0; }
207      |          ^
208      |           void
2092 warnings generated.
210configure:6523: $? = 0
211Test compile: long long reliability test 1
212configure:6585: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
213conftest.c:7:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
214    7 | void g(){}
215      |       ^
216      |        void
217conftest.c:8:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
218    8 | void h(){}
219      |       ^
220      |        void
221conftest.c:11:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
222   11 | void f(){static const struct{t1 n;t1 src[9];t1 want[9];}d[]={{1,{0},{1}},};t1 got[9];int i;
223      |       ^
224      |        void
225conftest.c:12:83: warning: too many arguments in call to 'g'
226   12 | for(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();}}
227      |                                                ~                                  ^
228conftest.c:12:49: warning: passing arguments to 'g' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
229   12 | for(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();}}
230      |                                                 ^
231conftest.c:17:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
232   17 | int main () { return 0; }
233      |          ^
234      |           void
2356 warnings generated.
236configure:6588: $? = 0
237Test compile: long long reliability test 2
238configure:6646: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
239conftest.c:6:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
240    6 | int g();
241      |      ^
242      |       void
243conftest.c:8:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
244    8 | int g(){return 0;}
245      |      ^
246      |       void
247conftest.c:13:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
248   13 | int main () { return 0; }
249      |          ^
250      |           void
2513 warnings generated.
252configure:6649: $? = 0
253Test compile: freebsd hacked gcc
254configure:6707: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
255conftest.c:13:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
256   13 | int main () { return 0; }
257      |          ^
258      |           void
2591 warning generated.
260configure:6710: $? = 0
261Test compile: mpn_lshift_com optimization
262configure:6806: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
263conftest.c:12:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
264   12 | lshift_com (rp, up, n, cnt)
265      | ^
266conftest.c:34:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
267   34 | main ()
268      |      ^
269      |       void
2702 warnings generated.
271configure:6809: $? = 0
272Test compile: mpn_lshift_com optimization 2
273configure:6915: /usr/bin/clang -arch arm64 -O2 -pedantic  conftest.c >&5
274conftest.c:10:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
275   10 | lshift_com (rp, up, n, cnt)
276      | ^
277conftest.c:33:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
278   33 | main ()
279      |      ^
280      |       void
2812 warnings generated.
282configure:6918: $? = 0
283configure:7072: result: yes
284configure:7180: checking whether ARM gcc unsigned division works
285Apple clang version 16.0.0 (clang-1600.0.26.3)
286Target: arm64-apple-darwin24.0.0
287Thread model: posix
288InstalledDir: /Library/Developer/CommandLineTools/usr/bin
289configure:7192: result: yes
290configure:7587: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a
291Test compile:
292configure:7601: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
293conftest.c:2:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
294    2 | int main () { return 0; }
295      |          ^
296      |           void
2971 warning generated.
298configure:7604: $? = 0
299Test compile: function pointer return
300configure:7655: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
301conftest.c:3:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
302    3 | void *g() { return (void *) 0; }
303      |        ^
304      |         void
305conftest.c:4:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
306    4 | void *f() { return g(); }
307      |        ^
308      |         void
309conftest.c:6:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
310    6 | int main () { return 0; }
311      |          ^
312      |           void
3133 warnings generated.
314configure:7658: $? = 0
315Test compile: cmov instruction
316configure:7711: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
317conftest.c:6:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
318    6 | int cmov () { return (n >= 0 ? n : 0); }
319      |          ^
320      |           void
321conftest.c:8:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
322    8 | int main () { return 0; }
323      |          ^
324      |           void
3252 warnings generated.
326configure:7714: $? = 0
327Test compile: double -> ulong conversion
328configure:7768: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
329conftest.c:7:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
330    7 | unsigned long gcc303 () { return (unsigned long) d; }
331      |                      ^
332      |                       void
333conftest.c:9:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
334    9 | int main () { return 0; }
335      |          ^
336      |           void
3372 warnings generated.
338configure:7771: $? = 0
339Test compile: double negation
340configure:7823: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
341conftest.c:5:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
342    5 | unsigned long fneg () { return -fneg_data; }
343      |                    ^
344      |                     void
345conftest.c:7:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
346    7 | int main () { return 0; }
347      |          ^
348      |           void
3492 warnings generated.
350configure:7826: $? = 0
351Test compile: double -> float conversion
352configure:7879: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
353conftest.c:6:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
354    6 | float ftod () { return (float) ftod_data; }
355      |            ^
356      |             void
357conftest.c:8:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
358    8 | int main () { return 0; }
359      |          ^
360      |           void
3612 warnings generated.
362configure:7882: $? = 0
363Test compile: gnupro alpha ev6 char spilling
364configure:7964: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
365conftest.c:16:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
366   16 | param_init ()
367      |            ^
368      |             void
369conftest.c:37:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
370   37 | int main () { return 0; }
371      |          ^
372      |           void
3732 warnings generated.
374configure:7967: $? = 0
375Test compile: __builtin_alloca availability
376configure:8015: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
377conftest.c:1:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
378    1 | int k; int foo () { __builtin_alloca (k); }
379      |                ^
380      |                 void
381conftest.c:1:43: warning: non-void function does not return a value [-Wreturn-type]
382    1 | int k; int foo () { __builtin_alloca (k); }
383      |                                           ^
3842 warnings generated.
385Undefined symbols for architecture arm64:
386  "_main", referenced from:
387      <initial-undefines>
388ld: symbol(s) not found for architecture arm64
389clang: error: linker command failed with exit code 1 (use -v to see invocation)
390configure:8018: $? = 1
391failed program was:
392int k; int foo () { __builtin_alloca (k); }
393Test compile: abs int -> double conversion
394configure:8139: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
395conftest.c:13:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
396   13 | int f ()
397      |       ^
398      |        void
399conftest.c:20:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
400   20 | int main () { return 0; }
401      |          ^
402      |           void
4032 warnings generated.
404configure:8142: $? = 0
405Test compile: long long reliability test 1
406configure:8204: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
407conftest.c:7:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
408    7 | void g(){}
409      |       ^
410      |        void
411conftest.c:8:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
412    8 | void h(){}
413      |       ^
414      |        void
415conftest.c:11:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
416   11 | void f(){static const struct{t1 n;t1 src[9];t1 want[9];}d[]={{1,{0},{1}},};t1 got[9];int i;
417      |       ^
418      |        void
419conftest.c:12:83: warning: too many arguments in call to 'g'
420   12 | for(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();}}
421      |                                                ~                                  ^
422conftest.c:12:49: warning: passing arguments to 'g' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
423   12 | for(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();}}
424      |                                                 ^
425conftest.c:17:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
426   17 | int main () { return 0; }
427      |          ^
428      |           void
4296 warnings generated.
430configure:8207: $? = 0
431Test compile: long long reliability test 2
432configure:8265: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
433conftest.c:6:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
434    6 | int g();
435      |      ^
436      |       void
437conftest.c:8:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
438    8 | int g(){return 0;}
439      |      ^
440      |       void
441conftest.c:13:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
442   13 | int main () { return 0; }
443      |          ^
444      |           void
4453 warnings generated.
446configure:8268: $? = 0
447Test compile: freebsd hacked gcc
448configure:8326: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
449conftest.c:13:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
450   13 | int main () { return 0; }
451      |          ^
452      |           void
4531 warning generated.
454configure:8329: $? = 0
455Test compile: mpn_lshift_com optimization
456configure:8425: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
457conftest.c:12:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
458   12 | lshift_com (rp, up, n, cnt)
459      | ^
460conftest.c:34:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
461   34 | main ()
462      |      ^
463      |       void
4642 warnings generated.
465configure:8428: $? = 0
466Test compile: mpn_lshift_com optimization 2
467configure:8534: /usr/bin/clang -arch arm64 -O2 -pedantic  -march=armv8-a conftest.c >&5
468conftest.c:10:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
469   10 | lshift_com (rp, up, n, cnt)
470      | ^
471conftest.c:33:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
472   33 | main ()
473      |      ^
474      |       void
4752 warnings generated.
476configure:8537: $? = 0
477configure:8691: result: yes
478configure:8804: checking for applem1-apple-darwin24-gcc
479configure:8831: result: /usr/bin/clang -arch arm64
480configure:9100: checking for C compiler version
481configure:9109: /usr/bin/clang -arch arm64 --version >&5
482Apple clang version 16.0.0 (clang-1600.0.26.3)
483Target: arm64-apple-darwin24.0.0
484Thread model: posix
485InstalledDir: /Library/Developer/CommandLineTools/usr/bin
486configure:9120: $? = 0
487configure:9109: /usr/bin/clang -arch arm64 -v >&5
488Apple clang version 16.0.0 (clang-1600.0.26.3)
489Target: arm64-apple-darwin24.0.0
490Thread model: posix
491InstalledDir: /Library/Developer/CommandLineTools/usr/bin
492configure:9120: $? = 0
493configure:9109: /usr/bin/clang -arch arm64 -V >&5
494clang: error: argument to '-V' is missing (expected 1 value)
495clang: error: no input files
496configure:9120: $? = 1
497configure:9109: /usr/bin/clang -arch arm64 -qversion >&5
498clang: error: unknown argument '-qversion'; did you mean '--version'?
499clang: error: no input files
500configure:9120: $? = 1
501configure:9140: checking whether the C compiler works
502configure:9162: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a  -Wl,-headerpad_max_install_names conftest.c  >&5
503conftest.c:15:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
504   15 | main ()
505      |      ^
506      |       void
5071 warning generated.
508configure:9166: $? = 0
509configure:9214: result: yes
510configure:9217: checking for C compiler default output file name
511configure:9219: result: a.out
512configure:9225: checking for suffix of executables
513configure:9232: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic -march=armv8-a  -Wl,-headerpad_max_install_names conftest.c  >&5
514conftest.c:15:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
515   15 | main ()
516      |      ^
517      |       void
5181 warning generated.
519configure:9236: $? = 0
520configure:9258: result:
521configure:9280: checking whether we are cross compiling
522configure:9288: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic -march=armv8-a  -Wl,-headerpad_max_install_names conftest.c  >&5
523conftest.c:15:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
524   15 | main ()
525      |      ^
526      |       void
5271 warning generated.
528configure:9292: $? = 0
529configure:9299: ./conftest
530configure:9303: $? = 0
531configure:9318: result: no
532configure:9323: checking for suffix of object files
533configure:9345: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a  conftest.c >&5
534conftest.c:15:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
535   15 | main ()
536      |      ^
537      |       void
5381 warning generated.
539configure:9349: $? = 0
540configure:9370: result: o
541configure:9374: checking whether we are using the GNU C compiler
542configure:9393: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a  conftest.c >&5
543conftest.c:15:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
544   15 | main ()
545      |      ^
546      |       void
5471 warning generated.
548configure:9393: $? = 0
549configure:9402: result: yes
550configure:9411: checking whether /usr/bin/clang -arch arm64 accepts -g
551configure:9431: /usr/bin/clang -arch arm64 -c -g  conftest.c >&5
552configure:9431: $? = 0
553configure:9472: result: yes
554configure:9489: checking for /usr/bin/clang -arch arm64 option to accept ISO C89
555configure:9552: /usr/bin/clang -arch arm64  -c -O2 -pedantic -march=armv8-a  conftest.c >&5
556conftest.c:19:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
557   19 | static char *e (p, i)
558      |              ^
559conftest.c:56:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
560   56 | main ()
561      |      ^
562      |       void
5632 warnings generated.
564configure:9552: $? = 0
565configure:9565: result: none needed
566configure:9590: checking whether /usr/bin/clang -arch arm64 understands -c and -o together
567configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o
568configure:9615: $? = 0
569configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o
570configure:9615: $? = 0
571configure:9627: result: yes
572configure:9644: checking for /usr/bin/clang -arch arm64 option to accept ISO C99
573configure:9793: /usr/bin/clang -arch arm64  -c -O2 -pedantic -march=armv8-a  conftest.c >&5
574conftest.c:108:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
575  108 | main ()
576      |      ^
577      |       void
5781 warning generated.
579configure:9793: $? = 0
580configure:9806: result: none needed
581configure:9826: checking how to run the C preprocessor
582configure:9857: /usr/bin/clang -arch arm64 -E  conftest.c
583configure:9857: $? = 0
584configure:9871: /usr/bin/clang -arch arm64 -E  conftest.c
585conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
586   13 | #include <ac_nonexistent.h>
587      |          ^~~~~~~~~~~~~~~~~~
5881 error generated.
589configure:9871: $? = 1
590configure: failed program was:
591| /* confdefs.h */
592| #define PACKAGE_NAME "GNU MP"
593| #define PACKAGE_TARNAME "gmp"
594| #define PACKAGE_VERSION "6.3.0"
595| #define PACKAGE_STRING "GNU MP 6.3.0"
596| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)"
597| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
598| #define PACKAGE "gmp"
599| #define VERSION "6.3.0"
600| #define WANT_FFT 1
601| #define HAVE_HOST_CPU_applem1 1
602| /* end confdefs.h.  */
603| #include <ac_nonexistent.h>
604configure:9896: result: /usr/bin/clang -arch arm64 -E
605configure:9916: /usr/bin/clang -arch arm64 -E  conftest.c
606configure:9916: $? = 0
607configure:9930: /usr/bin/clang -arch arm64 -E  conftest.c
608conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
609   13 | #include <ac_nonexistent.h>
610      |          ^~~~~~~~~~~~~~~~~~
6111 error generated.
612configure:9930: $? = 1
613configure: failed program was:
614| /* confdefs.h */
615| #define PACKAGE_NAME "GNU MP"
616| #define PACKAGE_TARNAME "gmp"
617| #define PACKAGE_VERSION "6.3.0"
618| #define PACKAGE_STRING "GNU MP 6.3.0"
619| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)"
620| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
621| #define PACKAGE "gmp"
622| #define VERSION "6.3.0"
623| #define WANT_FFT 1
624| #define HAVE_HOST_CPU_applem1 1
625| /* end confdefs.h.  */
626| #include <ac_nonexistent.h>
627configure:9966: checking build system compiler /usr/bin/clang -arch arm64
628configure:9979: /usr/bin/clang -arch arm64 conftest.c
629configure:9982: $? = 0
630configure:9989: result: yes
631configure:10073: checking for build system preprocessor
632configure:10102: result: /usr/bin/cpp
633configure:10109: checking for build system executable suffix
634configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest.exe
635configure:10126: $? = 0
636./configure: line 10128: ./conftest: No such file or directory
637configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest,ff8
638configure:10126: $? = 0
639./configure: line 10128: ./conftest: No such file or directory
640configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest
641configure:10126: $? = 0
642configure:10140: result:
643configure:10146: checking whether build system compiler is ANSI
644configure:10159: /usr/bin/clang -arch arm64 conftest.c
645configure:10162: $? = 0
646configure:10171: result: yes
647configure:10181: checking for build system compiler math library
648configure:10201: /usr/bin/clang -arch arm64 conftest.c -lm
649configure:10204: $? = 0
650configure:10213: result: -lm
651configure:10348: checking for C++ compiler version
652configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 --version >&5
653Apple clang version 16.0.0 (clang-1600.0.26.3)
654Target: arm64-apple-darwin24.0.0
655Thread model: posix
656InstalledDir: /Library/Developer/CommandLineTools/usr/bin
657configure:10368: $? = 0
658configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -v >&5
659Apple clang version 16.0.0 (clang-1600.0.26.3)
660Target: arm64-apple-darwin24.0.0
661Thread model: posix
662InstalledDir: /Library/Developer/CommandLineTools/usr/bin
663clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
664configure:10368: $? = 0
665configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -V >&5
666clang++: error: argument to '-V' is missing (expected 1 value)
667clang++: error: no input files
668configure:10368: $? = 1
669configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -qversion >&5
670clang++: error: unknown argument '-qversion'; did you mean '--version'?
671clang++: error: no input files
672configure:10368: $? = 1
673configure:10372: checking whether we are using the GNU C++ compiler
674configure:10391: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c   conftest.cpp >&5
675configure:10391: $? = 0
676configure:10400: result: yes
677configure:10409: checking whether /usr/bin/clang++ -stdlib=libc++ -arch arm64 accepts -g
678configure:10429: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c -g  conftest.cpp >&5
679configure:10429: $? = 0
680configure:10470: result: yes
681CXXFLAGS chosen by autoconf: -g -O2
682configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -arch arm64  -O2 -pedantic -march=armv8-a
683Test compile:
684configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -O2 -pedantic -march=armv8-a conftest.cc >&5
685configure:10537: $? = 0
686configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
687configure:10544: $? = 0
688Test compile: namespace
689configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -O2 -pedantic -march=armv8-a conftest.cc >&5
690configure:10577: $? = 0
691configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
692configure:10584: $? = 0
693Test compile: std iostream
694configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -O2 -pedantic -march=armv8-a conftest.cc >&5
695conftest.cc:3:10: fatal error: 'iostream' file not found
696    3 | #include <iostream>
697      |          ^~~~~~~~~~
6981 error generated.
699configure:10623: $? = 1
700failed program was:
701/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
702    pre-standard iostream.h. */
703#include <iostream>
704
705/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
706   mode, since that mode puts cout in the global namespace, not "std".  */
707void someoutput (void) { std::cout << 123; }
708
709int main (void) { return 0; }
710configure:10649: result: no, std iostream
711configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -arch arm64  -g -O2
712Test compile:
713configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -g -O2 conftest.cc >&5
714configure:10537: $? = 0
715configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
716configure:10544: $? = 0
717Test compile: namespace
718configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -g -O2 conftest.cc >&5
719configure:10577: $? = 0
720configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
721configure:10584: $? = 0
722Test compile: std iostream
723configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64  -g -O2 conftest.cc >&5
724conftest.cc:3:10: fatal error: 'iostream' file not found
725    3 | #include <iostream>
726      |          ^~~~~~~~~~
7271 error generated.
728configure:10623: $? = 1
729failed program was:
730/* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
731    pre-standard iostream.h. */
732#include <iostream>
733
734/* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
735   mode, since that mode puts cout in the global namespace, not "std".  */
736void someoutput (void) { std::cout << 123; }
737
738int main (void) { return 0; }
739configure:10649: result: no, std iostream
740configure:10665: error: C++ compiler not available, see config.log for details
741
742## ---------------- ##
743## Cache variables. ##
744## ---------------- ##
745
746ac_cv_build=aarch64-apple-darwin24.0.0
747ac_cv_c_compiler_gnu=yes
748ac_cv_cxx_compiler_gnu=yes
749ac_cv_env_ABI_set=set
750ac_cv_env_ABI_value=64
751ac_cv_env_CCC_set=
752ac_cv_env_CCC_value=
753ac_cv_env_CC_FOR_BUILD_set=set
754ac_cv_env_CC_FOR_BUILD_value='/usr/bin/clang -arch arm64'
755ac_cv_env_CC_set=set
756ac_cv_env_CC_value='/usr/bin/clang -arch arm64'
757ac_cv_env_CFLAGS_set=
758ac_cv_env_CFLAGS_value=
759ac_cv_env_CPPFLAGS_set=
760ac_cv_env_CPPFLAGS_value=
761ac_cv_env_CPP_FOR_BUILD_set=set
762ac_cv_env_CPP_FOR_BUILD_value=/usr/bin/cpp
763ac_cv_env_CPP_set=
764ac_cv_env_CPP_value=
765ac_cv_env_CXXCPP_set=
766ac_cv_env_CXXCPP_value=
767ac_cv_env_CXXFLAGS_set=
768ac_cv_env_CXXFLAGS_value=
769ac_cv_env_CXX_set=set
770ac_cv_env_CXX_value='/usr/bin/clang++ -stdlib=libc++ -arch arm64'
771ac_cv_env_LDFLAGS_set=set
772ac_cv_env_LDFLAGS_value=-Wl,-headerpad_max_install_names
773ac_cv_env_LIBS_set=
774ac_cv_env_LIBS_value=
775ac_cv_env_LT_SYS_LIBRARY_PATH_set=
776ac_cv_env_LT_SYS_LIBRARY_PATH_value=
777ac_cv_env_M4_set=set
778ac_cv_env_M4_value=/opt/local/bin/gm4
779ac_cv_env_YACC_set=
780ac_cv_env_YACC_value=
781ac_cv_env_YFLAGS_set=
782ac_cv_env_YFLAGS_value=
783ac_cv_env_build_alias_set=
784ac_cv_env_build_alias_value=
785ac_cv_env_host_alias_set=set
786ac_cv_env_host_alias_value=applem1-apple-darwin24
787ac_cv_env_target_alias_set=
788ac_cv_env_target_alias_value=
789ac_cv_host=applem1-apple-darwin24
790ac_cv_objext=o
791ac_cv_prog_AWK=awk
792ac_cv_prog_CC='/usr/bin/clang -arch arm64'
793ac_cv_prog_CPP='/usr/bin/clang -arch arm64 -E'
794ac_cv_prog_ac_ct_STRIP=strip
795ac_cv_prog_cc_c89=
796ac_cv_prog_cc_c99=
797ac_cv_prog_cc_g=yes
798ac_cv_prog_cxx_g=yes
799ac_cv_prog_make_make_set=yes
800am_cv_make_support_nested_variables=yes
801am_cv_prog_cc_c_o=yes
802gmp_cv_c_for_build_ansi=yes
803gmp_cv_check_libm_for_build=-lm
804gmp_cv_prog_exeext_for_build=
805
806## ----------------- ##
807## Output variables. ##
808## ----------------- ##
809
810ABI='64'
811ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing aclocal-1.15'
812AMTAR='$${TAR-tar}'
813AM_BACKSLASH='\'
814AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
815AM_DEFAULT_VERBOSITY='1'
816AM_V='$(V)'
817AR=''
818AS=''
819ASMFLAGS=''
820AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing autoconf'
821AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing autoheader'
822AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing automake-1.15'
823AWK='awk'
824CALLING_CONVENTIONS_OBJS=''
825CC='/usr/bin/clang -arch arm64'
826CCAS='/usr/bin/clang -arch arm64 -c'
827CC_FOR_BUILD='/usr/bin/clang -arch arm64'
828CFLAGS='-O2 -pedantic -march=armv8-a'
829CPP='/usr/bin/clang -arch arm64 -E'
830CPPFLAGS=''
831CPP_FOR_BUILD='/usr/bin/cpp'
832CXX='/usr/bin/clang++ -stdlib=libc++ -arch arm64'
833CXXCPP=''
834CXXFLAGS='-g -O2'
835CYGPATH_W='echo'
836DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
837DEFS=''
838DLLTOOL=''
839DSYMUTIL=''
840DUMPBIN=''
841ECHO_C='\c'
842ECHO_N=''
843ECHO_T=''
844EGREP=''
845ENABLE_STATIC_FALSE=''
846ENABLE_STATIC_TRUE=''
847EXEEXT=''
848EXEEXT_FOR_BUILD=''
849FGREP=''
850GMP_LDFLAGS=''
851GMP_LIMB_BITS=''
852GMP_NAIL_BITS='0'
853GREP=''
854HAVE_CLOCK_01=''
855HAVE_CPUTIME_01=''
856HAVE_GETRUSAGE_01=''
857HAVE_GETTIMEOFDAY_01=''
858HAVE_HOST_CPU_FAMILY_power='0'
859HAVE_HOST_CPU_FAMILY_powerpc='0'
860HAVE_SIGACTION_01=''
861HAVE_SIGALTSTACK_01=''
862HAVE_SIGSTACK_01=''
863HAVE_STACK_T_01=''
864HAVE_SYS_RESOURCE_H_01=''
865INSTALL_DATA='${INSTALL} -m 644'
866INSTALL_PROGRAM='${INSTALL}'
867INSTALL_SCRIPT='${INSTALL}'
868INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
869LD=''
870LDFLAGS='-Wl,-headerpad_max_install_names'
871LEX=''
872LEXLIB=''
873LEX_OUTPUT_ROOT=''
874LIBCURSES=''
875LIBGMPXX_LDFLAGS=''
876LIBGMP_DLL=''
877LIBGMP_LDFLAGS=''
878LIBM=''
879LIBM_FOR_BUILD='-lm'
880LIBOBJS=''
881LIBREADLINE=''
882LIBS=''
883LIBTOOL=''
884LIPO=''
885LN_S=''
886LTLIBOBJS=''
887LT_SYS_LIBRARY_PATH=''
888M4='/opt/local/bin/gm4'
889MAINT='#'
890MAINTAINER_MODE_FALSE=''
891MAINTAINER_MODE_TRUE='#'
892MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/missing makeinfo'
893MANIFEST_TOOL=''
894MKDIR_P='./install-sh -c -d'
895NM=''
896NMEDIT=''
897OBJDUMP=''
898OBJEXT='o'
899OTOOL64=''
900OTOOL=''
901PACKAGE='gmp'
902PACKAGE_BUGREPORT='gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)'
903PACKAGE_NAME='GNU MP'
904PACKAGE_STRING='GNU MP 6.3.0'
905PACKAGE_TARNAME='gmp'
906PACKAGE_URL='http://www.gnu.org/software/gmp/'
907PACKAGE_VERSION='6.3.0'
908PATH_SEPARATOR=':'
909RANLIB=''
910SED=''
911SET_MAKE=''
912SHELL='/bin/sh'
913SPEED_CYCLECOUNTER_OBJ=''
914STRIP='strip'
915TAL_OBJECT=''
916TUNE_LIBS=''
917TUNE_SQR_OBJ=''
918U_FOR_BUILD=''
919VERSION='6.3.0'
920WANT_CXX_FALSE=''
921WANT_CXX_TRUE=''
922WITH_READLINE_01=''
923YACC=''
924YFLAGS=''
925ac_ct_AR=''
926ac_ct_CC=''
927ac_ct_CXX=''
928ac_ct_DUMPBIN=''
929am__EXEEXT_FALSE=''
930am__EXEEXT_TRUE=''
931am__isrc=''
932am__leading_dot='.'
933am__tar='$${TAR-tar} chof - "$$tardir"'
934am__untar='$${TAR-tar} xf -'
935bindir='${exec_prefix}/bin'
936build='aarch64-apple-darwin24.0.0'
937build_alias=''
938build_cpu='aarch64'
939build_os='darwin24.0.0'
940build_vendor='apple'
941datadir='${datarootdir}'
942datarootdir='${prefix}/share'
943docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
944dvidir='${docdir}'
945exec_prefix='NONE'
946gmp_srclinks=''
947host='applem1-apple-darwin24'
948host_alias='applem1-apple-darwin24'
949host_cpu='applem1'
950host_os='darwin24'
951host_vendor='apple'
952htmldir='${docdir}'
953includedir='${prefix}/include'
954infodir='${datarootdir}/info'
955install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.3.0/install-sh'
956libdir='${exec_prefix}/lib'
957libexecdir='${exec_prefix}/libexec'
958localedir='${datarootdir}/locale'
959localstatedir='${prefix}/var'
960mandir='${datarootdir}/man'
961mkdir_p='$(MKDIR_P)'
962mpn_objects=''
963mpn_objs_in_libgmp=''
964oldincludedir='/usr/include'
965pdfdir='${docdir}'
966prefix='/opt/local'
967program_transform_name='s,x,x,'
968psdir='${docdir}'
969sbindir='${exec_prefix}/sbin'
970sharedstatedir='${prefix}/com'
971sysconfdir='${prefix}/etc'
972target_alias=''
973
974## ----------- ##
975## confdefs.h. ##
976## ----------- ##
977
978/* confdefs.h */
979#define PACKAGE_NAME "GNU MP"
980#define PACKAGE_TARNAME "gmp"
981#define PACKAGE_VERSION "6.3.0"
982#define PACKAGE_STRING "GNU MP 6.3.0"
983#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)"
984#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
985#define PACKAGE "gmp"
986#define VERSION "6.3.0"
987#define WANT_FFT 1
988#define HAVE_HOST_CPU_applem1 1
989
990configure: exit 1