Ticket #67014: config.log

File config.log, 41.0 KB (added by avstoddard (Control), 15 months ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-notify --disable-statsysbfd --enable-ansi --enable-custreloc --enable-emacsdir=/opt/local/share/emacs/site-lisp/gcl --enable-infodir=/opt/local/share/info --enable-readline --without-x --disable-xgcl
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = orbital.local
14uname -m = arm64
15uname -r = 22.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~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 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000
27Kernel configured for up to 10 processors.
2810 processors are physically available.
2910 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7 8 9
32Primary memory available: 64.00 gigabytes
33Default processor set: 611 tasks, 2768 threads, 10 processors
34Load average: 3.17, Mach factor: 6.82
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:2756: checking build system type
52configure:2770: result: arm-apple-darwin22.3.0
53configure:2790: checking host system type
54configure:2803: result: arm-apple-darwin22.3.0
55configure:2844: result: host=arm-apple-darwin22.3.0
56configure:3218: result: use=unknown
57configure:3283: checking for gcc
58configure:3310: result: /usr/bin/clang
59configure:3539: checking for C compiler version
60configure:3548: /usr/bin/clang --version >&5
61Apple clang version 14.0.0 (clang-1400.0.29.202)
62Target: arm64-apple-darwin22.3.0
63Thread model: posix
64InstalledDir: /Library/Developer/CommandLineTools/usr/bin
65configure:3559: $? = 0
66configure:3548: /usr/bin/clang -v >&5
67Apple clang version 14.0.0 (clang-1400.0.29.202)
68Target: arm64-apple-darwin22.3.0
69Thread model: posix
70InstalledDir: /Library/Developer/CommandLineTools/usr/bin
71configure:3559: $? = 0
72configure:3548: /usr/bin/clang -V >&5
73clang: error: argument to '-V' is missing (expected 1 value)
74clang: error: no input files
75configure:3559: $? = 1
76configure:3548: /usr/bin/clang -qversion >&5
77clang: error: unknown argument '-qversion'; did you mean '--version'?
78clang: error: no input files
79configure:3559: $? = 1
80configure:3579: checking whether the C compiler works
81configure:3601: /usr/bin/clang -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
82ld: warning: -no_pie is deprecated when targeting new OS versions
83ld: warning: -no_pie ignored for arm64
84configure:3605: $? = 0
85configure:3653: result: yes
86configure:3656: checking for C compiler default output file name
87configure:3658: result: a.out
88configure:3664: checking for suffix of executables
89configure:3671: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
90ld: warning: -no_pie is deprecated when targeting new OS versions
91ld: warning: -no_pie ignored for arm64
92configure:3675: $? = 0
93configure:3697: result:
94configure:3719: checking whether we are cross compiling
95configure:3727: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
96ld: warning: -no_pie is deprecated when targeting new OS versions
97ld: warning: -no_pie ignored for arm64
98configure:3731: $? = 0
99configure:3738: ./conftest
100configure:3742: $? = 0
101configure:3757: result: no
102configure:3762: checking for suffix of object files
103configure:3784: /usr/bin/clang -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
104configure:3788: $? = 0
105configure:3809: result: o
106configure:3813: checking whether we are using the GNU C compiler
107configure:3832: /usr/bin/clang -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
108configure:3832: $? = 0
109configure:3841: result: yes
110configure:3850: checking whether /usr/bin/clang accepts -g
111configure:3870: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
112configure:3870: $? = 0
113configure:3911: result: yes
114configure:3928: checking for /usr/bin/clang option to accept ISO C89
115configure:3991: /usr/bin/clang  -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
116configure:3991: $? = 0
117configure:4004: result: none needed
118configure:4029: checking how to run the C preprocessor
119configure:4060: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
120configure:4060: $? = 0
121configure:4074: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
122conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
123#include <ac_nonexistent.h>
124         ^~~~~~~~~~~~~~~~~~
1251 error generated.
126configure:4074: $? = 1
127configure: failed program was:
128| /* confdefs.h */
129| #define PACKAGE_NAME ""
130| #define PACKAGE_TARNAME ""
131| #define PACKAGE_VERSION ""
132| #define PACKAGE_STRING ""
133| #define PACKAGE_BUGREPORT ""
134| #define PACKAGE_URL ""
135| #define VSSIZE 262144
136| #define BDSSIZE 2048
137| #define IHSSIZE 4096
138| #define FRSSIZE 4096
139| #define HOST_CPU "ARM"
140| #define HOST_KERNEL "DARWIN22.3.0"
141| /* end confdefs.h.  */
142| #include <ac_nonexistent.h>
143configure:4099: result: /usr/bin/clang -E
144configure:4119: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
145configure:4119: $? = 0
146configure:4133: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
147conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
148#include <ac_nonexistent.h>
149         ^~~~~~~~~~~~~~~~~~
1501 error generated.
151configure:4133: $? = 1
152configure: failed program was:
153| /* confdefs.h */
154| #define PACKAGE_NAME ""
155| #define PACKAGE_TARNAME ""
156| #define PACKAGE_VERSION ""
157| #define PACKAGE_STRING ""
158| #define PACKAGE_BUGREPORT ""
159| #define PACKAGE_URL ""
160| #define VSSIZE 262144
161| #define BDSSIZE 2048
162| #define IHSSIZE 4096
163| #define FRSSIZE 4096
164| #define HOST_CPU "ARM"
165| #define HOST_KERNEL "DARWIN22.3.0"
166| /* end confdefs.h.  */
167| #include <ac_nonexistent.h>
168configure:4219: checking for gawk
169configure:4249: result: no
170configure:4219: checking for nawk
171configure:4249: result: no
172configure:4219: checking for awk
173configure:4235: found /usr/bin/awk
174configure:4246: result: awk
175configure:4259: checking working gprof
176configure:4272: result: ok
177configure:4431: checking system version (for dynamic loading)
178configure:4439: checking for makeinfo
179configure:4455: found /opt/local/bin/makeinfo
180configure:4466: result: makeinfo
181configure:4498: result: Darwin-22.3.0
182configure:4796: checking setjmp.h usability
183configure:4796: /usr/bin/clang -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
184configure:4796: $? = 0
185configure:4796: result: yes
186configure:4796: checking setjmp.h presence
187configure:4796: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
188configure:4796: $? = 0
189configure:4796: result: yes
190configure:4796: checking for setjmp.h
191configure:4796: result: yes
192configure:4801: checking sizeof jmp_buf
193configure:4822: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
194ld: warning: -no_pie is deprecated when targeting new OS versions
195ld: warning: -no_pie ignored for arm64
196configure:4822: $? = 0
197configure:4822: ./conftest
198configure:4822: $? = 0
199configure:4824: result: 192
200configure:4848: checking unistd.h usability
201configure:4848: /usr/bin/clang -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
202configure:4848: $? = 0
203configure:4848: result: yes
204configure:4848: checking unistd.h presence
205configure:4848: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
206configure:4848: $? = 0
207configure:4848: result: yes
208configure:4848: checking for unistd.h
209configure:4848: result: yes
210configure:4853: checking for sysconf in -lc
211configure:4924: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c -lc   >&5
212ld: warning: -no_pie is deprecated when targeting new OS versions
213ld: warning: -no_pie ignored for arm64
214configure:4924: $? = 0
215configure:4933: result: yes
216configure:4936: checking _SC_CLK_TCK
217configure:4953: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
218ld: warning: -no_pie is deprecated when targeting new OS versions
219ld: warning: -no_pie ignored for arm64
220configure:4953: $? = 0
221configure:4953: ./conftest
222configure:4953: $? = 0
223configure:4968: result: 100
224configure:4994: checking gmp.h usability
225configure:4994: /usr/bin/clang -c -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
226configure:4994: $? = 0
227configure:4994: result: yes
228configure:4994: checking gmp.h presence
229configure:4994: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
230configure:4994: $? = 0
231configure:4994: result: yes
232configure:4994: checking for gmp.h
233configure:4994: result: yes
234configure:4999: checking for __gmpz_init in -lgmp
235configure:5024: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c -lgmp   >&5
236ld: warning: -no_pie is deprecated when targeting new OS versions
237ld: warning: -no_pie ignored for arm64
238configure:5024: $? = 0
239configure:5033: result: yes
240configure:5036: checking "for external gmp version"
241configure:5052: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
242ld: warning: -no_pie is deprecated when targeting new OS versions
243ld: warning: -no_pie ignored for arm64
244configure:5052: $? = 0
245configure:5052: ./conftest
246configure:5052: $? = 0
247configure:5128: checking "for leading underscore in object symbols"
248configure:5141: result: "yes"
249configure:5150: checking "for GNU ld option -Map"
250configure:5162: result: "no"
251configure:5168: checking for size of gmp limbs
252configure:5195: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
253conftest.c:30:18: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
254        fprintf(fp,"%u",sizeof(mp_limb_t));
255                    ~~  ^~~~~~~~~~~~~~~~~
256                    %lu
2571 warning generated.
258ld: warning: -no_pie is deprecated when targeting new OS versions
259ld: warning: -no_pie ignored for arm64
260configure:5195: $? = 0
261configure:5195: ./conftest
262configure:5195: $? = 0
263configure:5209: result: 8
264configure:5212: checking _SHORT_LIMB
265configure:5240: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
266ld: warning: -no_pie is deprecated when targeting new OS versions
267ld: warning: -no_pie ignored for arm64
268configure:5240: $? = 0
269configure:5240: ./conftest
270configure:5240: $? = 1
271configure: program exited with status 1
272configure: failed program was:
273| /* confdefs.h */
274| #define PACKAGE_NAME ""
275| #define PACKAGE_TARNAME ""
276| #define PACKAGE_VERSION ""
277| #define PACKAGE_STRING ""
278| #define PACKAGE_BUGREPORT ""
279| #define PACKAGE_URL ""
280| #define VSSIZE 262144
281| #define BDSSIZE 2048
282| #define IHSSIZE 4096
283| #define FRSSIZE 4096
284| #define HOST_CPU "ARM"
285| #define HOST_KERNEL "DARWIN22.3.0"
286| #define HAVE_SETJMP_H 1
287| #define SIZEOF_JMP_BUF 192
288| #define HAVE_UNISTD_H 1
289| #define HZ 100
290| #define HAVE_GMP_H 1
291| #define LEADING_UNDERSCORE 1
292| #define MP_LIMB_BYTES 8
293| /* end confdefs.h.  */
294|
295|         #include <stdio.h>
296|       #include "/opt/local/include/gmp.h"
297|
298| int
299| main ()
300| {
301|
302|       #ifdef _SHORT_LIMB
303|       return 0;
304|       #else
305|       return 1;
306|       #endif
307|
308|   ;
309|   return 0;
310| }
311configure:5246: result: no
312configure:5254: checking _LONG_LONG_LIMB
313configure:5282: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
314ld: warning: -no_pie is deprecated when targeting new OS versions
315ld: warning: -no_pie ignored for arm64
316configure:5282: $? = 0
317configure:5282: ./conftest
318configure:5282: $? = 1
319configure: program exited with status 1
320configure: failed program was:
321| /* confdefs.h */
322| #define PACKAGE_NAME ""
323| #define PACKAGE_TARNAME ""
324| #define PACKAGE_VERSION ""
325| #define PACKAGE_STRING ""
326| #define PACKAGE_BUGREPORT ""
327| #define PACKAGE_URL ""
328| #define VSSIZE 262144
329| #define BDSSIZE 2048
330| #define IHSSIZE 4096
331| #define FRSSIZE 4096
332| #define HOST_CPU "ARM"
333| #define HOST_KERNEL "DARWIN22.3.0"
334| #define HAVE_SETJMP_H 1
335| #define SIZEOF_JMP_BUF 192
336| #define HAVE_UNISTD_H 1
337| #define HZ 100
338| #define HAVE_GMP_H 1
339| #define LEADING_UNDERSCORE 1
340| #define MP_LIMB_BYTES 8
341| /* end confdefs.h.  */
342|
343|       #include <stdio.h>
344|       #include "/opt/local/include/gmp.h"
345|
346| int
347| main ()
348| {
349|
350|       #ifdef _LONG_LONG_LIMB
351|       return 0;
352|       #else
353|       return 1;
354|       #endif
355|
356|   ;
357|   return 0;
358| }
359configure:5288: result: no
360configure:5966: checking for xdr_double
361configure:5966: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
362ld: warning: -no_pie is deprecated when targeting new OS versions
363ld: warning: -no_pie ignored for arm64
364configure:5966: $? = 0
365configure:5966: result: yes
366configure:6105: checking __builtin_clzl
367configure:6129: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
368ld: warning: -no_pie is deprecated when targeting new OS versions
369ld: warning: -no_pie ignored for arm64
370configure:6129: $? = 0
371configure:6129: ./conftest
372configure:6129: $? = 0
373configure:6130: result: yes
374configure:6144: checking __builtin_ctzl
375configure:6168: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
376ld: warning: -no_pie is deprecated when targeting new OS versions
377ld: warning: -no_pie ignored for arm64
378configure:6168: $? = 0
379configure:6168: ./conftest
380configure:6168: $? = 0
381configure:6169: result: yes
382configure:6191: checking __builtin___clear_cache
383configure:6214: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
384ld: warning: -no_pie is deprecated when targeting new OS versions
385ld: warning: -no_pie ignored for arm64
386configure:6214: $? = 0
387configure:6214: ./conftest
388./configure: line 1642: 20048 Segmentation fault: 11  ./conftest$ac_exeext
389configure:6214: $? = 139
390configure: program exited with status 139
391configure: failed program was:
392| /* confdefs.h */
393| #define PACKAGE_NAME ""
394| #define PACKAGE_TARNAME ""
395| #define PACKAGE_VERSION ""
396| #define PACKAGE_STRING ""
397| #define PACKAGE_BUGREPORT ""
398| #define PACKAGE_URL ""
399| #define VSSIZE 262144
400| #define BDSSIZE 2048
401| #define IHSSIZE 4096
402| #define FRSSIZE 4096
403| #define HOST_CPU "ARM"
404| #define HOST_KERNEL "DARWIN22.3.0"
405| #define HAVE_SETJMP_H 1
406| #define SIZEOF_JMP_BUF 192
407| #define HAVE_UNISTD_H 1
408| #define HZ 100
409| #define HAVE_GMP_H 1
410| #define LEADING_UNDERSCORE 1
411| #define MP_LIMB_BYTES 8
412| #define GMP 1
413| #define HAVE_XDR 1
414| #define HAVE_CLZL 1
415| #define HAVE_CTZL 1
416| /* end confdefs.h.  */
417|
418|
419| int
420| main ()
421| {
422|
423|                       void *v,*ve;
424|                       __builtin___clear_cache(v,ve);
425|
426|   ;
427|   return 0;
428| }
429configure:6221: result: no
430configure:6240: checking size of long
431configure:6245: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
432ld: warning: -no_pie is deprecated when targeting new OS versions
433ld: warning: -no_pie ignored for arm64
434configure:6245: $? = 0
435configure:6245: ./conftest
436configure:6245: $? = 0
437configure:6259: result: 8
438configure:6272: checking for byte order
439configure:6299: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
440ld: warning: -no_pie is deprecated when targeting new OS versions
441ld: warning: -no_pie ignored for arm64
442configure:6299: $? = 0
443configure:6299: ./conftest
444configure:6299: $? = 0
445configure:6301: result: little
446configure:6317: checking for word order
447configure:6343: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
448ld: warning: -no_pie is deprecated when targeting new OS versions
449ld: warning: -no_pie ignored for arm64
450configure:6343: $? = 0
451configure:6343: ./conftest
452configure:6343: $? = 0
453configure:6344: result: little
454configure:6360: checking for pagewidth
455configure:6397: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
456conftest.c:43:22: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
457            fprintf(fp,"%u",j);
458                        ~~  ^
459                        %lu
4601 warning generated.
461ld: warning: -no_pie is deprecated when targeting new OS versions
462ld: warning: -no_pie ignored for arm64
463configure:6397: $? = 0
464configure:6397: ./conftest
465configure:6397: $? = 0
466configure:6406: result: 14
467configure:6415: checking for required object alignment
468configure:6451: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
469ld: warning: -no_pie is deprecated when targeting new OS versions
470ld: warning: -no_pie ignored for arm64
471configure:6451: $? = 0
472configure:6451: ./conftest
473configure:6451: $? = 0
474configure:6453: result: 8
475configure:6468: checking for C extension variable alignment
476configure:6489: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
477ld: warning: -no_pie is deprecated when targeting new OS versions
478ld: warning: -no_pie ignored for arm64
479configure:6489: $? = 0
480configure:6489: ./conftest
481configure:6489: $? = 0
482configure:6498: result: __attribute__ ((aligned (8)))
483configure:6506: checking for C extension noreturn function attribute
484configure:6527: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
485ld: warning: -no_pie is deprecated when targeting new OS versions
486ld: warning: -no_pie ignored for arm64
487configure:6527: $? = 0
488configure:6527: ./conftest
489configure:6527: $? = 0
490configure:6536: result: __attribute__ ((noreturn))
491configure:6544: checking sizeof struct contblock
492configure:6597: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
493conftest.c:40:17: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
494        fprintf(f,"%u",sizeof(struct contblock));
495                   ~~  ^~~~~~~~~~~~~~~~~~~~~~~~
496                   %lu
4971 warning generated.
498ld: warning: -no_pie is deprecated when targeting new OS versions
499ld: warning: -no_pie ignored for arm64
500configure:6597: $? = 0
501configure:6597: ./conftest
502configure:6597: $? = 0
503configure:6607: result: 16
504configure:6615: checking for sbrk
505configure:6634: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
506conftest.c:38:18: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
507                fprintf(f,"%u",sbrk(0));
508                               ^
509/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
510__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
511^
512/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:211:40: note: expanded from macro '__deprecated'
513#define __deprecated    __attribute__((__deprecated__))
514                                       ^
515conftest.c:38:18: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
516                fprintf(f,"%u",sbrk(0));
517                           ~~  ^~~~~~~
5182 warnings generated.
519ld: warning: -no_pie is deprecated when targeting new OS versions
520ld: warning: -no_pie ignored for arm64
521configure:6634: $? = 0
522configure:6634: ./conftest
523configure:6634: $? = 0
524configure:6636: result: yes
525configure:6655: checking for ADDR_NO_RANDOMIZE constant
526configure:6683: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
527conftest.c:34:22: fatal error: 'sys/personality.h' file not found
528            #include <sys/personality.h>
529                     ^~~~~~~~~~~~~~~~~~~
5301 error generated.
531configure:6683: $? = 1
532configure: program exited with status 1
533configure: failed program was:
534| /* confdefs.h */
535| #define PACKAGE_NAME ""
536| #define PACKAGE_TARNAME ""
537| #define PACKAGE_VERSION ""
538| #define PACKAGE_STRING ""
539| #define PACKAGE_BUGREPORT ""
540| #define PACKAGE_URL ""
541| #define VSSIZE 262144
542| #define BDSSIZE 2048
543| #define IHSSIZE 4096
544| #define FRSSIZE 4096
545| #define HOST_CPU "ARM"
546| #define HOST_KERNEL "DARWIN22.3.0"
547| #define HAVE_SETJMP_H 1
548| #define SIZEOF_JMP_BUF 192
549| #define HAVE_UNISTD_H 1
550| #define HZ 100
551| #define HAVE_GMP_H 1
552| #define LEADING_UNDERSCORE 1
553| #define MP_LIMB_BYTES 8
554| #define GMP 1
555| #define HAVE_XDR 1
556| #define HAVE_CLZL 1
557| #define HAVE_CTZL 1
558| #define SIZEOF_LONG 8
559| #define PAGEWIDTH 14
560| #define OBJ_ALIGNMENT 8
561| #define OBJ_ALIGN __attribute__ ((aligned (8)))
562| #define NO_RETURN __attribute__ ((noreturn))
563| #define SIZEOF_CONTBLOCK 16
564| /* end confdefs.h.  */
565|
566|
567|             #include <sys/personality.h>
568|           #include <stdio.h>
569|
570| int
571| main ()
572| {
573|
574|           FILE *f;
575|           if (!(f=fopen("conftest1","w"))) return -1;
576|           fprintf(f,"%x",ADDR_NO_RANDOMIZE);
577|           return 0;
578|
579|   ;
580|   return 0;
581| }
582configure:6689: result: no assuming 0x40000
583configure:6702: checking for ADDR_COMPAT_LAYOUT constant
584configure:6730: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
585conftest.c:35:22: fatal error: 'sys/personality.h' file not found
586            #include <sys/personality.h>
587                     ^~~~~~~~~~~~~~~~~~~
5881 error generated.
589configure:6730: $? = 1
590configure: program exited with status 1
591configure: failed program was:
592| /* confdefs.h */
593| #define PACKAGE_NAME ""
594| #define PACKAGE_TARNAME ""
595| #define PACKAGE_VERSION ""
596| #define PACKAGE_STRING ""
597| #define PACKAGE_BUGREPORT ""
598| #define PACKAGE_URL ""
599| #define VSSIZE 262144
600| #define BDSSIZE 2048
601| #define IHSSIZE 4096
602| #define FRSSIZE 4096
603| #define HOST_CPU "ARM"
604| #define HOST_KERNEL "DARWIN22.3.0"
605| #define HAVE_SETJMP_H 1
606| #define SIZEOF_JMP_BUF 192
607| #define HAVE_UNISTD_H 1
608| #define HZ 100
609| #define HAVE_GMP_H 1
610| #define LEADING_UNDERSCORE 1
611| #define MP_LIMB_BYTES 8
612| #define GMP 1
613| #define HAVE_XDR 1
614| #define HAVE_CLZL 1
615| #define HAVE_CTZL 1
616| #define SIZEOF_LONG 8
617| #define PAGEWIDTH 14
618| #define OBJ_ALIGNMENT 8
619| #define OBJ_ALIGN __attribute__ ((aligned (8)))
620| #define NO_RETURN __attribute__ ((noreturn))
621| #define SIZEOF_CONTBLOCK 16
622| #define ADDR_NO_RANDOMIZE 0x40000
623| /* end confdefs.h.  */
624|
625|
626|             #include <sys/personality.h>
627|           #include <stdio.h>
628|
629| int
630| main ()
631| {
632|
633|           FILE *f;
634|           if (!(f=fopen("conftest1","w"))) return -1;
635|           fprintf(f,"%x",ADDR_COMPAT_LAYOUT);
636|           return 0;
637|
638|   ;
639|   return 0;
640| }
641configure:6736: result: no
642configure:6749: checking for ADDR_LIMIT_3GB constant
643configure:6777: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
644conftest.c:36:22: fatal error: 'sys/personality.h' file not found
645            #include <sys/personality.h>
646                     ^~~~~~~~~~~~~~~~~~~
6471 error generated.
648configure:6777: $? = 1
649configure: program exited with status 1
650configure: failed program was:
651| /* confdefs.h */
652| #define PACKAGE_NAME ""
653| #define PACKAGE_TARNAME ""
654| #define PACKAGE_VERSION ""
655| #define PACKAGE_STRING ""
656| #define PACKAGE_BUGREPORT ""
657| #define PACKAGE_URL ""
658| #define VSSIZE 262144
659| #define BDSSIZE 2048
660| #define IHSSIZE 4096
661| #define FRSSIZE 4096
662| #define HOST_CPU "ARM"
663| #define HOST_KERNEL "DARWIN22.3.0"
664| #define HAVE_SETJMP_H 1
665| #define SIZEOF_JMP_BUF 192
666| #define HAVE_UNISTD_H 1
667| #define HZ 100
668| #define HAVE_GMP_H 1
669| #define LEADING_UNDERSCORE 1
670| #define MP_LIMB_BYTES 8
671| #define GMP 1
672| #define HAVE_XDR 1
673| #define HAVE_CLZL 1
674| #define HAVE_CTZL 1
675| #define SIZEOF_LONG 8
676| #define PAGEWIDTH 14
677| #define OBJ_ALIGNMENT 8
678| #define OBJ_ALIGN __attribute__ ((aligned (8)))
679| #define NO_RETURN __attribute__ ((noreturn))
680| #define SIZEOF_CONTBLOCK 16
681| #define ADDR_NO_RANDOMIZE 0x40000
682| #define ADDR_COMPAT_LAYOUT 0
683| /* end confdefs.h.  */
684|
685|
686|             #include <sys/personality.h>
687|           #include <stdio.h>
688|
689| int
690| main ()
691| {
692|
693|           FILE *f;
694|           if (!(f=fopen("conftest1","w"))) return -1;
695|           fprintf(f,"%x",ADDR_LIMIT_3GB);
696|           return 0;
697|
698|   ;
699|   return 0;
700| }
701configure:6783: result: no
702configure:6796: checking for personality(ADDR_NO_RANDOMIZE) support
703configure:6815: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
704In file included from conftest.c:41:
705./h/unrandomize.h:1:10: fatal error: 'sys/personality.h' file not found
706#include <sys/personality.h>
707         ^~~~~~~~~~~~~~~~~~~
7081 error generated.
709configure:6815: $? = 1
710configure: program exited with status 1
711configure: failed program was:
712| /* confdefs.h */
713| #define PACKAGE_NAME ""
714| #define PACKAGE_TARNAME ""
715| #define PACKAGE_VERSION ""
716| #define PACKAGE_STRING ""
717| #define PACKAGE_BUGREPORT ""
718| #define PACKAGE_URL ""
719| #define VSSIZE 262144
720| #define BDSSIZE 2048
721| #define IHSSIZE 4096
722| #define FRSSIZE 4096
723| #define HOST_CPU "ARM"
724| #define HOST_KERNEL "DARWIN22.3.0"
725| #define HAVE_SETJMP_H 1
726| #define SIZEOF_JMP_BUF 192
727| #define HAVE_UNISTD_H 1
728| #define HZ 100
729| #define HAVE_GMP_H 1
730| #define LEADING_UNDERSCORE 1
731| #define MP_LIMB_BYTES 8
732| #define GMP 1
733| #define HAVE_XDR 1
734| #define HAVE_CLZL 1
735| #define HAVE_CTZL 1
736| #define SIZEOF_LONG 8
737| #define PAGEWIDTH 14
738| #define OBJ_ALIGNMENT 8
739| #define OBJ_ALIGN __attribute__ ((aligned (8)))
740| #define NO_RETURN __attribute__ ((noreturn))
741| #define SIZEOF_CONTBLOCK 16
742| #define ADDR_NO_RANDOMIZE 0x40000
743| #define ADDR_COMPAT_LAYOUT 0
744| #define ADDR_LIMIT_3GB 0
745| /* end confdefs.h.  */
746|
747|
748|               #include <stdio.h>
749|               #include <stdlib.h>
750|               void gprof_cleanup() {};
751|               int main(int argc,char **argv,char **envp) {
752|               #include "h/unrandomize.h"
753|               return 0;}
754configure:6822: result: no
755configure:6830: checking that sbrk is (now) non-random
756configure:6849: /usr/bin/clang -o conftest -pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 conftest.c  >&5
757conftest.c:44:19: error: implicit declaration of function 'sbrk' [-Werror,-Wimplicit-function-declaration]
758                        fprintf(f,"%u",sbrk(0));
759                                       ^
7601 error generated.
761configure:6849: $? = 1
762configure: program exited with status 1
763configure: failed program was:
764| /* confdefs.h */
765| #define PACKAGE_NAME ""
766| #define PACKAGE_TARNAME ""
767| #define PACKAGE_VERSION ""
768| #define PACKAGE_STRING ""
769| #define PACKAGE_BUGREPORT ""
770| #define PACKAGE_URL ""
771| #define VSSIZE 262144
772| #define BDSSIZE 2048
773| #define IHSSIZE 4096
774| #define FRSSIZE 4096
775| #define HOST_CPU "ARM"
776| #define HOST_KERNEL "DARWIN22.3.0"
777| #define HAVE_SETJMP_H 1
778| #define SIZEOF_JMP_BUF 192
779| #define HAVE_UNISTD_H 1
780| #define HZ 100
781| #define HAVE_GMP_H 1
782| #define LEADING_UNDERSCORE 1
783| #define MP_LIMB_BYTES 8
784| #define GMP 1
785| #define HAVE_XDR 1
786| #define HAVE_CLZL 1
787| #define HAVE_CTZL 1
788| #define SIZEOF_LONG 8
789| #define PAGEWIDTH 14
790| #define OBJ_ALIGNMENT 8
791| #define OBJ_ALIGN __attribute__ ((aligned (8)))
792| #define NO_RETURN __attribute__ ((noreturn))
793| #define SIZEOF_CONTBLOCK 16
794| #define ADDR_NO_RANDOMIZE 0x40000
795| #define ADDR_COMPAT_LAYOUT 0
796| #define ADDR_LIMIT_3GB 0
797| /* end confdefs.h.  */
798| #include <stdio.h>
799|                   #include <stdlib.h>
800|                   void gprof_cleanup() {};
801|                   int main(int argc,char * argv[],char * envp[]) {
802|                       FILE *f;
803|                       #ifdef CAN_UNRANDOMIZE_SBRK
804|                       #include "h/unrandomize.h"
805|                       #endif
806|                       if (!(f=fopen("conftest1","w"))) return -1;
807|                       fprintf(f,"%u",sbrk(0));
808|                       return 0;}
809configure:6859: result: cannot trap sbrk
810
811## ---------------- ##
812## Cache variables. ##
813## ---------------- ##
814
815ac_cv_build=arm-apple-darwin22.3.0
816ac_cv_c_compiler_gnu=yes
817ac_cv_env_CC_set=set
818ac_cv_env_CC_value=/usr/bin/clang
819ac_cv_env_CFLAGS_set=set
820ac_cv_env_CFLAGS_value='-pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64'
821ac_cv_env_CPPFLAGS_set=set
822ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
823ac_cv_env_CPP_set=
824ac_cv_env_CPP_value=
825ac_cv_env_LDFLAGS_set=set
826ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64'
827ac_cv_env_LIBS_set=
828ac_cv_env_LIBS_value=
829ac_cv_env_XMKMF_set=
830ac_cv_env_XMKMF_value=
831ac_cv_env_build_alias_set=
832ac_cv_env_build_alias_value=
833ac_cv_env_host_alias_set=
834ac_cv_env_host_alias_value=
835ac_cv_env_target_alias_set=
836ac_cv_env_target_alias_value=
837ac_cv_func_xdr_double=yes
838ac_cv_header_gmp_h=yes
839ac_cv_header_setjmp_h=yes
840ac_cv_header_unistd_h=yes
841ac_cv_host=arm-apple-darwin22.3.0
842ac_cv_lib_c_sysconf=yes
843ac_cv_lib_gmp___gmpz_init=yes
844ac_cv_objext=o
845ac_cv_prog_AWK=awk
846ac_cv_prog_CPP='/usr/bin/clang -E'
847ac_cv_prog_MAKEINFO=makeinfo
848ac_cv_prog_ac_ct_CC=/usr/bin/clang
849ac_cv_prog_cc_c89=
850ac_cv_prog_cc_g=yes
851ac_cv_sizeof_long=8
852
853## ----------------- ##
854## Output variables. ##
855## ----------------- ##
856
857ALLOCA=''
858AWK='awk'
859BUILD_BFD=''
860CC='/usr/bin/clang'
861CFLAGS='-pipe -Os -std=gnu89 -fno-pie -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64 '
862CLSTANDARD=''
863CPP='/usr/bin/clang -E'
864CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
865DEFS=''
866DOUBLE_BIGENDIAN=''
867ECHO_C='\c'
868ECHO_N=''
869ECHO_T=''
870EGREP=''
871EMACS=''
872EMACS_DEFAULT_EL=''
873EMACS_SITE_LISP='/opt/local/share/emacs/site-lisp/gcl/'
874EXEEXT=''
875EXTRA_LOBJS=''
876FINAL_CFLAGS=''
877FLISP=''
878GMP='1'
879GMPDIR=''
880GNU_LD=''
881GREP=''
882HAVE_LONG_LONG=''
883HAVE_MALLOC_ZONE_MEMALIGN=''
884HAVE_OUTPUT_BFD=''
885HAVE_PUTENV=''
886HAVE_SETENV=''
887HAVE_SIGEMT=''
888HAVE_SIGSYS=''
889HAVE_SV_ONSTACK=''
890INFO_DIR='/opt/local/share/info/'
891LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -fno-pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch arm64'
892LEADING_UNDERSCORE='1'
893LIBBFD=''
894LIBIBERTY=''
895LIBOBJS=''
896LIBS=''
897LTLIBOBJS=''
898MAKEINFO='makeinfo'
899NIFLAGS=''
900NOTIFY=''
901NO_PROFILE=''
902O2FLAGS=''
903O3FLAGS=''
904OBJEXT='o'
905PACKAGE_BUGREPORT=''
906PACKAGE_NAME=''
907PACKAGE_STRING=''
908PACKAGE_TARNAME=''
909PACKAGE_URL=''
910PACKAGE_VERSION=''
911PAGEWIDTH='14'
912PATH_SEPARATOR=':'
913PRELINK_CHECK=''
914PROCESSOR_FLAGS=''
915RL_LIB=''
916RL_OBJS=''
917SHELL='/bin/sh'
918SYSTEM=''
919TCLSH=''
920TCL_DL_LIBS=''
921TCL_INCLUDE=''
922TCL_LIBRARY=''
923TCL_LIBS=''
924TCL_LIB_SPEC=''
925TK_BUILD_LIB_SPEC=''
926TK_CONFIG_PREFIX='unknown'
927TK_INCLUDE=''
928TK_LIBRARY=''
929TK_LIB_SPEC=''
930TK_XINCLUDES=''
931TK_XLIBSW=''
932USE_CLEANUP=''
933VERSION='2.6.12'
934WORDS_BIGENDIAN=''
935XMKMF=''
936X_CFLAGS=''
937X_LIBS=''
938ac_ct_CC='/usr/bin/clang'
939bindir='${exec_prefix}/bin'
940build='arm-apple-darwin22.3.0'
941build_alias=''
942build_cpu='arm'
943build_os='darwin22.3.0'
944build_vendor='apple'
945datadir='${datarootdir}'
946datarootdir='${prefix}/share'
947docdir='${datarootdir}/doc/${PACKAGE}'
948dvidir='${docdir}'
949exec_prefix='NONE'
950host='arm-apple-darwin22.3.0'
951host_alias=''
952host_cpu='arm'
953host_os='darwin22.3.0'
954host_vendor='apple'
955htmldir='${docdir}'
956includedir='${prefix}/include'
957infodir='${datarootdir}/info'
958libdir='${exec_prefix}/lib'
959libexecdir='${exec_prefix}/libexec'
960localedir='${datarootdir}/locale'
961localstatedir='${prefix}/var'
962mandir='${datarootdir}/man'
963oldincludedir='/usr/include'
964pdfdir='${docdir}'
965prefix='/opt/local'
966program_transform_name='s,x,x,'
967psdir='${docdir}'
968sbindir='${exec_prefix}/sbin'
969sharedstatedir='${prefix}/com'
970sysconfdir='${prefix}/etc'
971target_alias=''
972use='unknown'
973
974## ----------- ##
975## confdefs.h. ##
976## ----------- ##
977
978/* confdefs.h */
979#define PACKAGE_NAME ""
980#define PACKAGE_TARNAME ""
981#define PACKAGE_VERSION ""
982#define PACKAGE_STRING ""
983#define PACKAGE_BUGREPORT ""
984#define PACKAGE_URL ""
985#define VSSIZE 262144
986#define BDSSIZE 2048
987#define IHSSIZE 4096
988#define FRSSIZE 4096
989#define HOST_CPU "ARM"
990#define HOST_KERNEL "DARWIN22.3.0"
991#define HAVE_SETJMP_H 1
992#define SIZEOF_JMP_BUF 192
993#define HAVE_UNISTD_H 1
994#define HZ 100
995#define HAVE_GMP_H 1
996#define LEADING_UNDERSCORE 1
997#define MP_LIMB_BYTES 8
998#define GMP 1
999#define HAVE_XDR 1
1000#define HAVE_CLZL 1
1001#define HAVE_CTZL 1
1002#define SIZEOF_LONG 8
1003#define PAGEWIDTH 14
1004#define OBJ_ALIGNMENT 8
1005#define OBJ_ALIGN __attribute__ ((aligned (8)))
1006#define NO_RETURN __attribute__ ((noreturn))
1007#define SIZEOF_CONTBLOCK 16
1008#define ADDR_NO_RANDOMIZE 0x40000
1009#define ADDR_COMPAT_LAYOUT 0
1010#define ADDR_LIMIT_3GB 0
1011
1012configure: exit 1