1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by GNU MP configure 6.3.0, which was |
---|
5 | generated 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 | |
---|
13 | hostname = starscream.lan |
---|
14 | uname -m = arm64 |
---|
15 | uname -r = 24.0.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 24.0.0: Mon Aug 12 20:51:54 PDT 2024; root:xnu-11215.1.10~2/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: Mon Aug 12 20:51:54 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6000 |
---|
27 | Kernel configured for up to 10 processors. |
---|
28 | 10 processors are physically available. |
---|
29 | 10 processors are logically available. |
---|
30 | Processor type: arm64e (ARM64E) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 8 9 |
---|
32 | Primary memory available: 32.00 gigabytes |
---|
33 | Default processor set: 901 tasks, 3577 threads, 10 processors |
---|
34 | Load average: 2.07, Mach factor: 7.92 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:3056: checking build system type |
---|
52 | configure:3070: result: aarch64-apple-darwin24.0.0 |
---|
53 | configure:3090: checking host system type |
---|
54 | configure:3103: result: applem1-apple-darwin24 |
---|
55 | configure:3140: checking for a BSD-compatible install |
---|
56 | configure:3208: result: /usr/bin/install -c |
---|
57 | configure:3219: checking whether build environment is sane |
---|
58 | configure:3274: result: yes |
---|
59 | configure:3333: checking for applem1-apple-darwin24-strip |
---|
60 | configure:3363: result: no |
---|
61 | configure:3373: checking for strip |
---|
62 | configure:3389: found /opt/local/bin/strip |
---|
63 | configure:3400: result: strip |
---|
64 | configure:3425: checking for a thread-safe mkdir -p |
---|
65 | configure:3464: result: ./install-sh -c -d |
---|
66 | configure:3471: checking for gawk |
---|
67 | configure:3501: result: no |
---|
68 | configure:3471: checking for mawk |
---|
69 | configure:3501: result: no |
---|
70 | configure:3471: checking for nawk |
---|
71 | configure:3501: result: no |
---|
72 | configure:3471: checking for awk |
---|
73 | configure:3487: found /usr/bin/awk |
---|
74 | configure:3498: result: awk |
---|
75 | configure:3509: checking whether make sets $(MAKE) |
---|
76 | configure:3531: result: yes |
---|
77 | configure:3560: checking whether make supports nested variables |
---|
78 | configure:3577: result: yes |
---|
79 | configure:3706: checking whether to enable maintainer-specific portions of Makefiles |
---|
80 | configure:3715: result: no |
---|
81 | User: |
---|
82 | ABI=64 |
---|
83 | CC=/usr/bin/clang -arch arm64 |
---|
84 | CFLAGS=(unset) |
---|
85 | CPPFLAGS=(unset) |
---|
86 | MPN_PATH= |
---|
87 | GMP: |
---|
88 | abilist=64 |
---|
89 | cclist=gcc cc |
---|
90 | configure:5889: /usr/bin/clang -arch arm64 -c conftest.c >&5 |
---|
91 | configure:5892: $? = 0 |
---|
92 | configure:5895: checking whether /usr/bin/clang -arch arm64 is gcc |
---|
93 | configure:5897: result: yes |
---|
94 | configure:5911: /usr/bin/clang -arch arm64 2>&1 | grep xlc >/dev/null |
---|
95 | configure:5914: $? = 1 |
---|
96 | configure:5968: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic |
---|
97 | Test compile: |
---|
98 | configure:5982: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
99 | conftest.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 |
---|
103 | 1 warning generated. |
---|
104 | configure:5985: $? = 0 |
---|
105 | Test compile: function pointer return |
---|
106 | configure:6036: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
107 | conftest.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 |
---|
111 | conftest.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 |
---|
115 | conftest.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 |
---|
119 | 3 warnings generated. |
---|
120 | configure:6039: $? = 0 |
---|
121 | Test compile: cmov instruction |
---|
122 | configure:6092: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
123 | conftest.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 |
---|
127 | conftest.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 |
---|
131 | 2 warnings generated. |
---|
132 | configure:6095: $? = 0 |
---|
133 | Test compile: double -> ulong conversion |
---|
134 | configure:6149: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
135 | conftest.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 |
---|
139 | conftest.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 |
---|
143 | 2 warnings generated. |
---|
144 | configure:6152: $? = 0 |
---|
145 | Test compile: double negation |
---|
146 | configure:6204: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
147 | conftest.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 |
---|
151 | conftest.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 |
---|
155 | 2 warnings generated. |
---|
156 | configure:6207: $? = 0 |
---|
157 | Test compile: double -> float conversion |
---|
158 | configure:6260: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
159 | conftest.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 |
---|
163 | conftest.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 |
---|
167 | 2 warnings generated. |
---|
168 | configure:6263: $? = 0 |
---|
169 | Test compile: gnupro alpha ev6 char spilling |
---|
170 | configure:6345: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
171 | conftest.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 |
---|
175 | conftest.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 |
---|
179 | 2 warnings generated. |
---|
180 | configure:6348: $? = 0 |
---|
181 | Test compile: __builtin_alloca availability |
---|
182 | configure:6396: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
183 | conftest.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 |
---|
187 | conftest.c:1:43: warning: non-void function does not return a value [-Wreturn-type] |
---|
188 | 1 | int k; int foo () { __builtin_alloca (k); } |
---|
189 | | ^ |
---|
190 | 2 warnings generated. |
---|
191 | Undefined symbols for architecture arm64: |
---|
192 | "_main", referenced from: |
---|
193 | <initial-undefines> |
---|
194 | ld: symbol(s) not found for architecture arm64 |
---|
195 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
196 | configure:6399: $? = 1 |
---|
197 | failed program was: |
---|
198 | int k; int foo () { __builtin_alloca (k); } |
---|
199 | Test compile: abs int -> double conversion |
---|
200 | configure:6520: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
201 | conftest.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 |
---|
205 | conftest.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 |
---|
209 | 2 warnings generated. |
---|
210 | configure:6523: $? = 0 |
---|
211 | Test compile: long long reliability test 1 |
---|
212 | configure:6585: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
213 | conftest.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 |
---|
217 | conftest.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 |
---|
221 | conftest.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 |
---|
225 | conftest.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 | | ~ ^ |
---|
228 | conftest.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 | | ^ |
---|
231 | conftest.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 |
---|
235 | 6 warnings generated. |
---|
236 | configure:6588: $? = 0 |
---|
237 | Test compile: long long reliability test 2 |
---|
238 | configure:6646: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
239 | conftest.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 |
---|
243 | conftest.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 |
---|
247 | conftest.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 |
---|
251 | 3 warnings generated. |
---|
252 | configure:6649: $? = 0 |
---|
253 | Test compile: freebsd hacked gcc |
---|
254 | configure:6707: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
255 | conftest.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 |
---|
259 | 1 warning generated. |
---|
260 | configure:6710: $? = 0 |
---|
261 | Test compile: mpn_lshift_com optimization |
---|
262 | configure:6806: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
263 | conftest.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 | | ^ |
---|
266 | conftest.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 |
---|
270 | 2 warnings generated. |
---|
271 | configure:6809: $? = 0 |
---|
272 | Test compile: mpn_lshift_com optimization 2 |
---|
273 | configure:6915: /usr/bin/clang -arch arm64 -O2 -pedantic conftest.c >&5 |
---|
274 | conftest.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 | | ^ |
---|
277 | conftest.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 |
---|
281 | 2 warnings generated. |
---|
282 | configure:6918: $? = 0 |
---|
283 | configure:7072: result: yes |
---|
284 | configure:7180: checking whether ARM gcc unsigned division works |
---|
285 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
---|
286 | Target: arm64-apple-darwin24.0.0 |
---|
287 | Thread model: posix |
---|
288 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
289 | configure:7192: result: yes |
---|
290 | configure:7587: checking compiler /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a |
---|
291 | Test compile: |
---|
292 | configure:7601: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
293 | conftest.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 |
---|
297 | 1 warning generated. |
---|
298 | configure:7604: $? = 0 |
---|
299 | Test compile: function pointer return |
---|
300 | configure:7655: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
301 | conftest.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 |
---|
305 | conftest.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 |
---|
309 | conftest.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 |
---|
313 | 3 warnings generated. |
---|
314 | configure:7658: $? = 0 |
---|
315 | Test compile: cmov instruction |
---|
316 | configure:7711: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
317 | conftest.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 |
---|
321 | conftest.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 |
---|
325 | 2 warnings generated. |
---|
326 | configure:7714: $? = 0 |
---|
327 | Test compile: double -> ulong conversion |
---|
328 | configure:7768: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
329 | conftest.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 |
---|
333 | conftest.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 |
---|
337 | 2 warnings generated. |
---|
338 | configure:7771: $? = 0 |
---|
339 | Test compile: double negation |
---|
340 | configure:7823: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
341 | conftest.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 |
---|
345 | conftest.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 |
---|
349 | 2 warnings generated. |
---|
350 | configure:7826: $? = 0 |
---|
351 | Test compile: double -> float conversion |
---|
352 | configure:7879: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
353 | conftest.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 |
---|
357 | conftest.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 |
---|
361 | 2 warnings generated. |
---|
362 | configure:7882: $? = 0 |
---|
363 | Test compile: gnupro alpha ev6 char spilling |
---|
364 | configure:7964: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
365 | conftest.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 |
---|
369 | conftest.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 |
---|
373 | 2 warnings generated. |
---|
374 | configure:7967: $? = 0 |
---|
375 | Test compile: __builtin_alloca availability |
---|
376 | configure:8015: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
377 | conftest.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 |
---|
381 | conftest.c:1:43: warning: non-void function does not return a value [-Wreturn-type] |
---|
382 | 1 | int k; int foo () { __builtin_alloca (k); } |
---|
383 | | ^ |
---|
384 | 2 warnings generated. |
---|
385 | Undefined symbols for architecture arm64: |
---|
386 | "_main", referenced from: |
---|
387 | <initial-undefines> |
---|
388 | ld: symbol(s) not found for architecture arm64 |
---|
389 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
390 | configure:8018: $? = 1 |
---|
391 | failed program was: |
---|
392 | int k; int foo () { __builtin_alloca (k); } |
---|
393 | Test compile: abs int -> double conversion |
---|
394 | configure:8139: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
395 | conftest.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 |
---|
399 | conftest.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 |
---|
403 | 2 warnings generated. |
---|
404 | configure:8142: $? = 0 |
---|
405 | Test compile: long long reliability test 1 |
---|
406 | configure:8204: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
407 | conftest.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 |
---|
411 | conftest.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 |
---|
415 | conftest.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 |
---|
419 | conftest.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 | | ~ ^ |
---|
422 | conftest.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 | | ^ |
---|
425 | conftest.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 |
---|
429 | 6 warnings generated. |
---|
430 | configure:8207: $? = 0 |
---|
431 | Test compile: long long reliability test 2 |
---|
432 | configure:8265: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
433 | conftest.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 |
---|
437 | conftest.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 |
---|
441 | conftest.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 |
---|
445 | 3 warnings generated. |
---|
446 | configure:8268: $? = 0 |
---|
447 | Test compile: freebsd hacked gcc |
---|
448 | configure:8326: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
449 | conftest.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 |
---|
453 | 1 warning generated. |
---|
454 | configure:8329: $? = 0 |
---|
455 | Test compile: mpn_lshift_com optimization |
---|
456 | configure:8425: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
457 | conftest.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 | | ^ |
---|
460 | conftest.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 |
---|
464 | 2 warnings generated. |
---|
465 | configure:8428: $? = 0 |
---|
466 | Test compile: mpn_lshift_com optimization 2 |
---|
467 | configure:8534: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
468 | conftest.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 | | ^ |
---|
471 | conftest.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 |
---|
475 | 2 warnings generated. |
---|
476 | configure:8537: $? = 0 |
---|
477 | configure:8691: result: yes |
---|
478 | configure:8804: checking for applem1-apple-darwin24-gcc |
---|
479 | configure:8831: result: /usr/bin/clang -arch arm64 |
---|
480 | configure:9100: checking for C compiler version |
---|
481 | configure:9109: /usr/bin/clang -arch arm64 --version >&5 |
---|
482 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
---|
483 | Target: arm64-apple-darwin24.0.0 |
---|
484 | Thread model: posix |
---|
485 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
486 | configure:9120: $? = 0 |
---|
487 | configure:9109: /usr/bin/clang -arch arm64 -v >&5 |
---|
488 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
---|
489 | Target: arm64-apple-darwin24.0.0 |
---|
490 | Thread model: posix |
---|
491 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
492 | configure:9120: $? = 0 |
---|
493 | configure:9109: /usr/bin/clang -arch arm64 -V >&5 |
---|
494 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
495 | clang: error: no input files |
---|
496 | configure:9120: $? = 1 |
---|
497 | configure:9109: /usr/bin/clang -arch arm64 -qversion >&5 |
---|
498 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
499 | clang: error: no input files |
---|
500 | configure:9120: $? = 1 |
---|
501 | configure:9140: checking whether the C compiler works |
---|
502 | configure:9162: /usr/bin/clang -arch arm64 -O2 -pedantic -march=armv8-a -Wl,-headerpad_max_install_names conftest.c >&5 |
---|
503 | conftest.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 |
---|
507 | 1 warning generated. |
---|
508 | configure:9166: $? = 0 |
---|
509 | configure:9214: result: yes |
---|
510 | configure:9217: checking for C compiler default output file name |
---|
511 | configure:9219: result: a.out |
---|
512 | configure:9225: checking for suffix of executables |
---|
513 | configure:9232: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic -march=armv8-a -Wl,-headerpad_max_install_names conftest.c >&5 |
---|
514 | conftest.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 |
---|
518 | 1 warning generated. |
---|
519 | configure:9236: $? = 0 |
---|
520 | configure:9258: result: |
---|
521 | configure:9280: checking whether we are cross compiling |
---|
522 | configure:9288: /usr/bin/clang -arch arm64 -o conftest -O2 -pedantic -march=armv8-a -Wl,-headerpad_max_install_names conftest.c >&5 |
---|
523 | conftest.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 |
---|
527 | 1 warning generated. |
---|
528 | configure:9292: $? = 0 |
---|
529 | configure:9299: ./conftest |
---|
530 | configure:9303: $? = 0 |
---|
531 | configure:9318: result: no |
---|
532 | configure:9323: checking for suffix of object files |
---|
533 | configure:9345: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
534 | conftest.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 |
---|
538 | 1 warning generated. |
---|
539 | configure:9349: $? = 0 |
---|
540 | configure:9370: result: o |
---|
541 | configure:9374: checking whether we are using the GNU C compiler |
---|
542 | configure:9393: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
543 | conftest.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 |
---|
547 | 1 warning generated. |
---|
548 | configure:9393: $? = 0 |
---|
549 | configure:9402: result: yes |
---|
550 | configure:9411: checking whether /usr/bin/clang -arch arm64 accepts -g |
---|
551 | configure:9431: /usr/bin/clang -arch arm64 -c -g conftest.c >&5 |
---|
552 | configure:9431: $? = 0 |
---|
553 | configure:9472: result: yes |
---|
554 | configure:9489: checking for /usr/bin/clang -arch arm64 option to accept ISO C89 |
---|
555 | configure:9552: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
556 | conftest.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 | | ^ |
---|
559 | conftest.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 |
---|
563 | 2 warnings generated. |
---|
564 | configure:9552: $? = 0 |
---|
565 | configure:9565: result: none needed |
---|
566 | configure:9590: checking whether /usr/bin/clang -arch arm64 understands -c and -o together |
---|
567 | configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o |
---|
568 | configure:9615: $? = 0 |
---|
569 | configure:9612: /usr/bin/clang -arch arm64 -c conftest.c -o conftest2.o |
---|
570 | configure:9615: $? = 0 |
---|
571 | configure:9627: result: yes |
---|
572 | configure:9644: checking for /usr/bin/clang -arch arm64 option to accept ISO C99 |
---|
573 | configure:9793: /usr/bin/clang -arch arm64 -c -O2 -pedantic -march=armv8-a conftest.c >&5 |
---|
574 | conftest.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 |
---|
578 | 1 warning generated. |
---|
579 | configure:9793: $? = 0 |
---|
580 | configure:9806: result: none needed |
---|
581 | configure:9826: checking how to run the C preprocessor |
---|
582 | configure:9857: /usr/bin/clang -arch arm64 -E conftest.c |
---|
583 | configure:9857: $? = 0 |
---|
584 | configure:9871: /usr/bin/clang -arch arm64 -E conftest.c |
---|
585 | conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found |
---|
586 | 13 | #include <ac_nonexistent.h> |
---|
587 | | ^~~~~~~~~~~~~~~~~~ |
---|
588 | 1 error generated. |
---|
589 | configure:9871: $? = 1 |
---|
590 | configure: 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> |
---|
604 | configure:9896: result: /usr/bin/clang -arch arm64 -E |
---|
605 | configure:9916: /usr/bin/clang -arch arm64 -E conftest.c |
---|
606 | configure:9916: $? = 0 |
---|
607 | configure:9930: /usr/bin/clang -arch arm64 -E conftest.c |
---|
608 | conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found |
---|
609 | 13 | #include <ac_nonexistent.h> |
---|
610 | | ^~~~~~~~~~~~~~~~~~ |
---|
611 | 1 error generated. |
---|
612 | configure:9930: $? = 1 |
---|
613 | configure: 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> |
---|
627 | configure:9966: checking build system compiler /usr/bin/clang -arch arm64 |
---|
628 | configure:9979: /usr/bin/clang -arch arm64 conftest.c |
---|
629 | configure:9982: $? = 0 |
---|
630 | configure:9989: result: yes |
---|
631 | configure:10073: checking for build system preprocessor |
---|
632 | configure:10102: result: /usr/bin/cpp |
---|
633 | configure:10109: checking for build system executable suffix |
---|
634 | configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest.exe |
---|
635 | configure:10126: $? = 0 |
---|
636 | ./configure: line 10128: ./conftest: No such file or directory |
---|
637 | configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest,ff8 |
---|
638 | configure:10126: $? = 0 |
---|
639 | ./configure: line 10128: ./conftest: No such file or directory |
---|
640 | configure:10123: /usr/bin/clang -arch arm64 conftest.c -o conftest |
---|
641 | configure:10126: $? = 0 |
---|
642 | configure:10140: result: |
---|
643 | configure:10146: checking whether build system compiler is ANSI |
---|
644 | configure:10159: /usr/bin/clang -arch arm64 conftest.c |
---|
645 | configure:10162: $? = 0 |
---|
646 | configure:10171: result: yes |
---|
647 | configure:10181: checking for build system compiler math library |
---|
648 | configure:10201: /usr/bin/clang -arch arm64 conftest.c -lm |
---|
649 | configure:10204: $? = 0 |
---|
650 | configure:10213: result: -lm |
---|
651 | configure:10348: checking for C++ compiler version |
---|
652 | configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 --version >&5 |
---|
653 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
---|
654 | Target: arm64-apple-darwin24.0.0 |
---|
655 | Thread model: posix |
---|
656 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
657 | configure:10368: $? = 0 |
---|
658 | configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -v >&5 |
---|
659 | Apple clang version 16.0.0 (clang-1600.0.26.3) |
---|
660 | Target: arm64-apple-darwin24.0.0 |
---|
661 | Thread model: posix |
---|
662 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
663 | clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument] |
---|
664 | configure:10368: $? = 0 |
---|
665 | configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -V >&5 |
---|
666 | clang++: error: argument to '-V' is missing (expected 1 value) |
---|
667 | clang++: error: no input files |
---|
668 | configure:10368: $? = 1 |
---|
669 | configure:10357: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -qversion >&5 |
---|
670 | clang++: error: unknown argument '-qversion'; did you mean '--version'? |
---|
671 | clang++: error: no input files |
---|
672 | configure:10368: $? = 1 |
---|
673 | configure:10372: checking whether we are using the GNU C++ compiler |
---|
674 | configure:10391: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c conftest.cpp >&5 |
---|
675 | configure:10391: $? = 0 |
---|
676 | configure:10400: result: yes |
---|
677 | configure:10409: checking whether /usr/bin/clang++ -stdlib=libc++ -arch arm64 accepts -g |
---|
678 | configure:10429: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -c -g conftest.cpp >&5 |
---|
679 | configure:10429: $? = 0 |
---|
680 | configure:10470: result: yes |
---|
681 | CXXFLAGS chosen by autoconf: -g -O2 |
---|
682 | configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2 -pedantic -march=armv8-a |
---|
683 | Test compile: |
---|
684 | configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2 -pedantic -march=armv8-a conftest.cc >&5 |
---|
685 | configure:10537: $? = 0 |
---|
686 | configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest |
---|
687 | configure:10544: $? = 0 |
---|
688 | Test compile: namespace |
---|
689 | configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2 -pedantic -march=armv8-a conftest.cc >&5 |
---|
690 | configure:10577: $? = 0 |
---|
691 | configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest |
---|
692 | configure:10584: $? = 0 |
---|
693 | Test compile: std iostream |
---|
694 | configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -O2 -pedantic -march=armv8-a conftest.cc >&5 |
---|
695 | conftest.cc:3:10: fatal error: 'iostream' file not found |
---|
696 | 3 | #include <iostream> |
---|
697 | | ^~~~~~~~~~ |
---|
698 | 1 error generated. |
---|
699 | configure:10623: $? = 1 |
---|
700 | failed 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". */ |
---|
707 | void someoutput (void) { std::cout << 123; } |
---|
708 | |
---|
709 | int main (void) { return 0; } |
---|
710 | configure:10649: result: no, std iostream |
---|
711 | configure:10520: checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2 |
---|
712 | Test compile: |
---|
713 | configure:10534: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2 conftest.cc >&5 |
---|
714 | configure:10537: $? = 0 |
---|
715 | configure:10541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest |
---|
716 | configure:10544: $? = 0 |
---|
717 | Test compile: namespace |
---|
718 | configure:10574: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2 conftest.cc >&5 |
---|
719 | configure:10577: $? = 0 |
---|
720 | configure:10581: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest |
---|
721 | configure:10584: $? = 0 |
---|
722 | Test compile: std iostream |
---|
723 | configure:10620: /usr/bin/clang++ -stdlib=libc++ -arch arm64 -g -O2 conftest.cc >&5 |
---|
724 | conftest.cc:3:10: fatal error: 'iostream' file not found |
---|
725 | 3 | #include <iostream> |
---|
726 | | ^~~~~~~~~~ |
---|
727 | 1 error generated. |
---|
728 | configure:10623: $? = 1 |
---|
729 | failed 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". */ |
---|
736 | void someoutput (void) { std::cout << 123; } |
---|
737 | |
---|
738 | int main (void) { return 0; } |
---|
739 | configure:10649: result: no, std iostream |
---|
740 | configure:10665: error: C++ compiler not available, see config.log for details |
---|
741 | |
---|
742 | ## ---------------- ## |
---|
743 | ## Cache variables. ## |
---|
744 | ## ---------------- ## |
---|
745 | |
---|
746 | ac_cv_build=aarch64-apple-darwin24.0.0 |
---|
747 | ac_cv_c_compiler_gnu=yes |
---|
748 | ac_cv_cxx_compiler_gnu=yes |
---|
749 | ac_cv_env_ABI_set=set |
---|
750 | ac_cv_env_ABI_value=64 |
---|
751 | ac_cv_env_CCC_set= |
---|
752 | ac_cv_env_CCC_value= |
---|
753 | ac_cv_env_CC_FOR_BUILD_set=set |
---|
754 | ac_cv_env_CC_FOR_BUILD_value='/usr/bin/clang -arch arm64' |
---|
755 | ac_cv_env_CC_set=set |
---|
756 | ac_cv_env_CC_value='/usr/bin/clang -arch arm64' |
---|
757 | ac_cv_env_CFLAGS_set= |
---|
758 | ac_cv_env_CFLAGS_value= |
---|
759 | ac_cv_env_CPPFLAGS_set= |
---|
760 | ac_cv_env_CPPFLAGS_value= |
---|
761 | ac_cv_env_CPP_FOR_BUILD_set=set |
---|
762 | ac_cv_env_CPP_FOR_BUILD_value=/usr/bin/cpp |
---|
763 | ac_cv_env_CPP_set= |
---|
764 | ac_cv_env_CPP_value= |
---|
765 | ac_cv_env_CXXCPP_set= |
---|
766 | ac_cv_env_CXXCPP_value= |
---|
767 | ac_cv_env_CXXFLAGS_set= |
---|
768 | ac_cv_env_CXXFLAGS_value= |
---|
769 | ac_cv_env_CXX_set=set |
---|
770 | ac_cv_env_CXX_value='/usr/bin/clang++ -stdlib=libc++ -arch arm64' |
---|
771 | ac_cv_env_LDFLAGS_set=set |
---|
772 | ac_cv_env_LDFLAGS_value=-Wl,-headerpad_max_install_names |
---|
773 | ac_cv_env_LIBS_set= |
---|
774 | ac_cv_env_LIBS_value= |
---|
775 | ac_cv_env_LT_SYS_LIBRARY_PATH_set= |
---|
776 | ac_cv_env_LT_SYS_LIBRARY_PATH_value= |
---|
777 | ac_cv_env_M4_set=set |
---|
778 | ac_cv_env_M4_value=/opt/local/bin/gm4 |
---|
779 | ac_cv_env_YACC_set= |
---|
780 | ac_cv_env_YACC_value= |
---|
781 | ac_cv_env_YFLAGS_set= |
---|
782 | ac_cv_env_YFLAGS_value= |
---|
783 | ac_cv_env_build_alias_set= |
---|
784 | ac_cv_env_build_alias_value= |
---|
785 | ac_cv_env_host_alias_set=set |
---|
786 | ac_cv_env_host_alias_value=applem1-apple-darwin24 |
---|
787 | ac_cv_env_target_alias_set= |
---|
788 | ac_cv_env_target_alias_value= |
---|
789 | ac_cv_host=applem1-apple-darwin24 |
---|
790 | ac_cv_objext=o |
---|
791 | ac_cv_prog_AWK=awk |
---|
792 | ac_cv_prog_CC='/usr/bin/clang -arch arm64' |
---|
793 | ac_cv_prog_CPP='/usr/bin/clang -arch arm64 -E' |
---|
794 | ac_cv_prog_ac_ct_STRIP=strip |
---|
795 | ac_cv_prog_cc_c89= |
---|
796 | ac_cv_prog_cc_c99= |
---|
797 | ac_cv_prog_cc_g=yes |
---|
798 | ac_cv_prog_cxx_g=yes |
---|
799 | ac_cv_prog_make_make_set=yes |
---|
800 | am_cv_make_support_nested_variables=yes |
---|
801 | am_cv_prog_cc_c_o=yes |
---|
802 | gmp_cv_c_for_build_ansi=yes |
---|
803 | gmp_cv_check_libm_for_build=-lm |
---|
804 | gmp_cv_prog_exeext_for_build= |
---|
805 | |
---|
806 | ## ----------------- ## |
---|
807 | ## Output variables. ## |
---|
808 | ## ----------------- ## |
---|
809 | |
---|
810 | ABI='64' |
---|
811 | ACLOCAL='${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' |
---|
812 | AMTAR='$${TAR-tar}' |
---|
813 | AM_BACKSLASH='\' |
---|
814 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
---|
815 | AM_DEFAULT_VERBOSITY='1' |
---|
816 | AM_V='$(V)' |
---|
817 | AR='' |
---|
818 | AS='' |
---|
819 | ASMFLAGS='' |
---|
820 | AUTOCONF='${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' |
---|
821 | AUTOHEADER='${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' |
---|
822 | AUTOMAKE='${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' |
---|
823 | AWK='awk' |
---|
824 | CALLING_CONVENTIONS_OBJS='' |
---|
825 | CC='/usr/bin/clang -arch arm64' |
---|
826 | CCAS='/usr/bin/clang -arch arm64 -c' |
---|
827 | CC_FOR_BUILD='/usr/bin/clang -arch arm64' |
---|
828 | CFLAGS='-O2 -pedantic -march=armv8-a' |
---|
829 | CPP='/usr/bin/clang -arch arm64 -E' |
---|
830 | CPPFLAGS='' |
---|
831 | CPP_FOR_BUILD='/usr/bin/cpp' |
---|
832 | CXX='/usr/bin/clang++ -stdlib=libc++ -arch arm64' |
---|
833 | CXXCPP='' |
---|
834 | CXXFLAGS='-g -O2' |
---|
835 | CYGPATH_W='echo' |
---|
836 | DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' |
---|
837 | DEFS='' |
---|
838 | DLLTOOL='' |
---|
839 | DSYMUTIL='' |
---|
840 | DUMPBIN='' |
---|
841 | ECHO_C='\c' |
---|
842 | ECHO_N='' |
---|
843 | ECHO_T='' |
---|
844 | EGREP='' |
---|
845 | ENABLE_STATIC_FALSE='' |
---|
846 | ENABLE_STATIC_TRUE='' |
---|
847 | EXEEXT='' |
---|
848 | EXEEXT_FOR_BUILD='' |
---|
849 | FGREP='' |
---|
850 | GMP_LDFLAGS='' |
---|
851 | GMP_LIMB_BITS='' |
---|
852 | GMP_NAIL_BITS='0' |
---|
853 | GREP='' |
---|
854 | HAVE_CLOCK_01='' |
---|
855 | HAVE_CPUTIME_01='' |
---|
856 | HAVE_GETRUSAGE_01='' |
---|
857 | HAVE_GETTIMEOFDAY_01='' |
---|
858 | HAVE_HOST_CPU_FAMILY_power='0' |
---|
859 | HAVE_HOST_CPU_FAMILY_powerpc='0' |
---|
860 | HAVE_SIGACTION_01='' |
---|
861 | HAVE_SIGALTSTACK_01='' |
---|
862 | HAVE_SIGSTACK_01='' |
---|
863 | HAVE_STACK_T_01='' |
---|
864 | HAVE_SYS_RESOURCE_H_01='' |
---|
865 | INSTALL_DATA='${INSTALL} -m 644' |
---|
866 | INSTALL_PROGRAM='${INSTALL}' |
---|
867 | INSTALL_SCRIPT='${INSTALL}' |
---|
868 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
869 | LD='' |
---|
870 | LDFLAGS='-Wl,-headerpad_max_install_names' |
---|
871 | LEX='' |
---|
872 | LEXLIB='' |
---|
873 | LEX_OUTPUT_ROOT='' |
---|
874 | LIBCURSES='' |
---|
875 | LIBGMPXX_LDFLAGS='' |
---|
876 | LIBGMP_DLL='' |
---|
877 | LIBGMP_LDFLAGS='' |
---|
878 | LIBM='' |
---|
879 | LIBM_FOR_BUILD='-lm' |
---|
880 | LIBOBJS='' |
---|
881 | LIBREADLINE='' |
---|
882 | LIBS='' |
---|
883 | LIBTOOL='' |
---|
884 | LIPO='' |
---|
885 | LN_S='' |
---|
886 | LTLIBOBJS='' |
---|
887 | LT_SYS_LIBRARY_PATH='' |
---|
888 | M4='/opt/local/bin/gm4' |
---|
889 | MAINT='#' |
---|
890 | MAINTAINER_MODE_FALSE='' |
---|
891 | MAINTAINER_MODE_TRUE='#' |
---|
892 | MAKEINFO='${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' |
---|
893 | MANIFEST_TOOL='' |
---|
894 | MKDIR_P='./install-sh -c -d' |
---|
895 | NM='' |
---|
896 | NMEDIT='' |
---|
897 | OBJDUMP='' |
---|
898 | OBJEXT='o' |
---|
899 | OTOOL64='' |
---|
900 | OTOOL='' |
---|
901 | PACKAGE='gmp' |
---|
902 | PACKAGE_BUGREPORT='gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)' |
---|
903 | PACKAGE_NAME='GNU MP' |
---|
904 | PACKAGE_STRING='GNU MP 6.3.0' |
---|
905 | PACKAGE_TARNAME='gmp' |
---|
906 | PACKAGE_URL='http://www.gnu.org/software/gmp/' |
---|
907 | PACKAGE_VERSION='6.3.0' |
---|
908 | PATH_SEPARATOR=':' |
---|
909 | RANLIB='' |
---|
910 | SED='' |
---|
911 | SET_MAKE='' |
---|
912 | SHELL='/bin/sh' |
---|
913 | SPEED_CYCLECOUNTER_OBJ='' |
---|
914 | STRIP='strip' |
---|
915 | TAL_OBJECT='' |
---|
916 | TUNE_LIBS='' |
---|
917 | TUNE_SQR_OBJ='' |
---|
918 | U_FOR_BUILD='' |
---|
919 | VERSION='6.3.0' |
---|
920 | WANT_CXX_FALSE='' |
---|
921 | WANT_CXX_TRUE='' |
---|
922 | WITH_READLINE_01='' |
---|
923 | YACC='' |
---|
924 | YFLAGS='' |
---|
925 | ac_ct_AR='' |
---|
926 | ac_ct_CC='' |
---|
927 | ac_ct_CXX='' |
---|
928 | ac_ct_DUMPBIN='' |
---|
929 | am__EXEEXT_FALSE='' |
---|
930 | am__EXEEXT_TRUE='' |
---|
931 | am__isrc='' |
---|
932 | am__leading_dot='.' |
---|
933 | am__tar='$${TAR-tar} chof - "$$tardir"' |
---|
934 | am__untar='$${TAR-tar} xf -' |
---|
935 | bindir='${exec_prefix}/bin' |
---|
936 | build='aarch64-apple-darwin24.0.0' |
---|
937 | build_alias='' |
---|
938 | build_cpu='aarch64' |
---|
939 | build_os='darwin24.0.0' |
---|
940 | build_vendor='apple' |
---|
941 | datadir='${datarootdir}' |
---|
942 | datarootdir='${prefix}/share' |
---|
943 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
944 | dvidir='${docdir}' |
---|
945 | exec_prefix='NONE' |
---|
946 | gmp_srclinks='' |
---|
947 | host='applem1-apple-darwin24' |
---|
948 | host_alias='applem1-apple-darwin24' |
---|
949 | host_cpu='applem1' |
---|
950 | host_os='darwin24' |
---|
951 | host_vendor='apple' |
---|
952 | htmldir='${docdir}' |
---|
953 | includedir='${prefix}/include' |
---|
954 | infodir='${datarootdir}/info' |
---|
955 | install_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' |
---|
956 | libdir='${exec_prefix}/lib' |
---|
957 | libexecdir='${exec_prefix}/libexec' |
---|
958 | localedir='${datarootdir}/locale' |
---|
959 | localstatedir='${prefix}/var' |
---|
960 | mandir='${datarootdir}/man' |
---|
961 | mkdir_p='$(MKDIR_P)' |
---|
962 | mpn_objects='' |
---|
963 | mpn_objs_in_libgmp='' |
---|
964 | oldincludedir='/usr/include' |
---|
965 | pdfdir='${docdir}' |
---|
966 | prefix='/opt/local' |
---|
967 | program_transform_name='s,x,x,' |
---|
968 | psdir='${docdir}' |
---|
969 | sbindir='${exec_prefix}/sbin' |
---|
970 | sharedstatedir='${prefix}/com' |
---|
971 | sysconfdir='${prefix}/etc' |
---|
972 | target_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 | |
---|
990 | configure: exit 1 |
---|