Ticket #70812: config.2.log

File config.2.log, 134.4 KB (added by BarneyStratford, 3 weeks ago)

uuid-1.6.2-x86_64/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.62 (OpenPKG-CURRENT).  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-php --without-pgsql --includedir=/opt/local/include/ossp --with-perl --with-perl-compat --host=x86_64-apple-darwin24.0.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Barneys-Mac-mini.local
14uname -m = arm64
15uname -r = 24.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 24.0.0: Mon Aug 12 20:54:26 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T8112
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:54:26 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T8112
27Kernel configured for up to 8 processors.
288 processors are physically available.
298 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 1134 tasks, 3786 threads, 8 processors
34Load average: 1.49, Mach factor: 6.49
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2016: checking whether make sets $(MAKE)
52configure:2038: result: yes
53configure:2055: checking for x86_64-apple-darwin24.0.0-gcc
54configure:2082: result: /usr/bin/clang
55configure:2360: checking for C compiler version
56configure:2368: /usr/bin/clang --version >&5
57Apple clang version 16.0.0 (clang-1600.0.26.3)
58Target: arm64-apple-darwin24.0.0
59Thread model: posix
60InstalledDir: /Library/Developer/CommandLineTools/usr/bin
61configure:2372: $? = 0
62configure:2379: /usr/bin/clang -v >&5
63Apple clang version 16.0.0 (clang-1600.0.26.3)
64Target: arm64-apple-darwin24.0.0
65Thread model: posix
66InstalledDir: /Library/Developer/CommandLineTools/usr/bin
67configure:2383: $? = 0
68configure:2390: /usr/bin/clang -V >&5
69clang: error: argument to '-V' is missing (expected 1 value)
70clang: error: no input files
71configure:2394: $? = 1
72configure:2417: checking for C compiler default output file name
73configure:2439: /usr/bin/clang -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
74configure:2443: $? = 0
75configure:2481: result: a.out
76configure:2498: checking whether the C compiler works
77configure:2508: ./a.out
78./configure: line 2510: ./a.out: Bad CPU type in executable
79configure:2512: $? = 126
80configure:2529: result: yes
81configure:2536: checking whether we are cross compiling
82configure:2538: result: yes
83configure:2541: checking for suffix of executables
84configure:2548: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
85configure:2552: $? = 0
86configure:2576: result:
87configure:2582: checking for suffix of object files
88configure:2608: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
89configure:2612: $? = 0
90configure:2635: result: o
91configure:2639: checking whether we are using the GNU C compiler
92configure:2668: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
93configure:2675: $? = 0
94configure:2692: result: yes
95configure:2701: checking whether /usr/bin/clang accepts -g
96configure:2731: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
97configure:2738: $? = 0
98configure:2839: result: yes
99configure:2856: checking for /usr/bin/clang option to accept ISO C89
100configure:2930: /usr/bin/clang  -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
101conftest.c:15:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
102   15 | static char *e (p, i)
103      |              ^
1041 warning generated.
105configure:2937: $? = 0
106configure:2960: result: none needed
107configure:3254: checking whether compiler option(s) -pipe work
108configure:3283: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
109configure:3290: $? = 0
110configure:3312: result: yes
111configure:3328: checking for compilation debug mode
112configure:3330: result: disabled
113configure:3341: checking how to run the C preprocessor
114configure:3381: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
115configure:3388: $? = 0
116configure:3419: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
117conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
118    8 | #include <ac_nonexistent.h>
119      |          ^~~~~~~~~~~~~~~~~~
1201 error generated.
121configure:3426: $? = 1
122configure: failed program was:
123| /* confdefs.h.  */
124| #define PACKAGE_NAME ""
125| #define PACKAGE_TARNAME ""
126| #define PACKAGE_VERSION ""
127| #define PACKAGE_STRING ""
128| #define PACKAGE_BUGREPORT ""
129| /* end confdefs.h.  */
130| #include <ac_nonexistent.h>
131configure:3459: result: /usr/bin/clang -E
132configure:3488: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
133configure:3495: $? = 0
134configure:3526: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
135conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
136    8 | #include <ac_nonexistent.h>
137      |          ^~~~~~~~~~~~~~~~~~
1381 error generated.
139configure:3533: $? = 1
140configure: failed program was:
141| /* confdefs.h.  */
142| #define PACKAGE_NAME ""
143| #define PACKAGE_TARNAME ""
144| #define PACKAGE_VERSION ""
145| #define PACKAGE_STRING ""
146| #define PACKAGE_BUGREPORT ""
147| /* end confdefs.h.  */
148| #include <ac_nonexistent.h>
149configure:3571: checking for grep that handles long lines and -e
150configure:3631: result: /opt/local/bin/ggrep
151configure:3636: checking for egrep
152configure:3700: result: /opt/local/bin/ggrep -E
153configure:3705: checking for ANSI C header files
154configure:3735: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
155configure:3742: $? = 0
156configure:3873: result: yes
157configure:3897: checking for sys/types.h
158configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
159configure:3925: $? = 0
160configure:3942: result: yes
161configure:3897: checking for sys/stat.h
162configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
163configure:3925: $? = 0
164configure:3942: result: yes
165configure:3897: checking for stdlib.h
166configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
167configure:3925: $? = 0
168configure:3942: result: yes
169configure:3897: checking for string.h
170configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
171configure:3925: $? = 0
172configure:3942: result: yes
173configure:3897: checking for memory.h
174configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
175configure:3925: $? = 0
176configure:3942: result: yes
177configure:3897: checking for strings.h
178configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
179configure:3925: $? = 0
180configure:3942: result: yes
181configure:3897: checking for inttypes.h
182configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
183configure:3925: $? = 0
184configure:3942: result: yes
185configure:3897: checking for stdint.h
186configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
187configure:3925: $? = 0
188configure:3942: result: yes
189configure:3897: checking for unistd.h
190configure:3918: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
191configure:3925: $? = 0
192configure:3942: result: yes
193configure:4261: checking whether to build against external Dmalloc library
194configure:4272: result: no
195configure:5842: checking build system type
196configure:5860: result: arm-apple-darwin24.0.0
197configure:5882: checking host system type
198configure:5897: result: x86_64-apple-darwin24.0.0
199configure:5919: checking for a sed that does not truncate output
200configure:5985: result: /opt/local/bin/gsed
201configure:6003: checking for fgrep
202configure:6067: result: /opt/local/bin/ggrep -F
203configure:6102: checking for ld used by /usr/bin/clang
204configure:6169: result: /Library/Developer/CommandLineTools/usr/bin/ld
205configure:6178: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
206configure:6193: result: no
207configure:6205: checking for BSD- or MS-compatible name lister (nm)
208configure:6254: result: no
209configure:6265: checking for x86_64-apple-darwin24.0.0-dumpbin
210configure:6295: result: no
211configure:6265: checking for x86_64-apple-darwin24.0.0-link
212configure:6295: result: no
213configure:6309: checking for dumpbin
214configure:6339: result: no
215configure:6309: checking for link
216configure:6325: found /bin/link
217configure:6336: result: link -dump -symbols
218configure:6354: WARNING: In the future, Autoconf will not detect cross-tools
219whose name does not start with the host triplet.  If you think this
220configuration is useful to you, please write to autoconf@gnu.org.
221configure:6376: checking the name lister (link -dump -symbols) interface
222configure:6383: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
223configure:6386: link -dump -symbols "conftest.o"
224link: illegal option -- d
225usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file]
226       ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir
227       link source_file target_file
228configure:6389: output
229configure:6396: result: BSD nm
230configure:6399: checking whether ln -s works
231configure:6403: result: yes
232configure:6411: checking the maximum length of command line arguments
233configure:6531: result: 786432
234configure:6548: checking whether the shell understands some XSI constructs
235configure:6558: result: yes
236configure:6562: checking whether the shell understands "+="
237configure:6568: result: yes
238configure:6603: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
239configure:6610: result: -r
240configure:6637: checking how to recognize dependent libraries
241configure:6827: result: pass_all
242configure:6847: checking for x86_64-apple-darwin24.0.0-ar
243configure:6877: result: no
244configure:6887: checking for ar
245configure:6903: found /opt/local/bin/ar
246configure:6914: result: ar
247configure:6956: checking for x86_64-apple-darwin24.0.0-strip
248configure:6986: result: no
249configure:6996: checking for strip
250configure:7012: found /opt/local/bin/strip
251configure:7023: result: strip
252configure:7059: checking for x86_64-apple-darwin24.0.0-ranlib
253configure:7089: result: no
254configure:7099: checking for ranlib
255configure:7115: found /opt/local/bin/ranlib
256configure:7126: result: ranlib
257configure:7220: checking command to parse link -dump -symbols output from /usr/bin/clang object
258configure:7338: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
259configure:7341: $? = 0
260configure:7345: link -dump -symbols conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
261link: illegal option -- d
262usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file]
263       ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir
264       link source_file target_file
265configure:7348: $? = 0
266cannot run sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
267configure:7338: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
268configure:7341: $? = 0
269configure:7345: link -dump -symbols conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
270link: illegal option -- d
271usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file]
272       ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir
273       link source_file target_file
274configure:7348: $? = 0
275cannot run sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'
276configure:7440: result: failed
277configure:7696: checking for x86_64-apple-darwin24.0.0-dsymutil
278configure:7726: result: no
279configure:7736: checking for dsymutil
280configure:7752: found /usr/bin/dsymutil
281configure:7763: result: dsymutil
282configure:7792: checking for x86_64-apple-darwin24.0.0-nmedit
283configure:7822: result: no
284configure:7832: checking for nmedit
285configure:7848: found /usr/bin/nmedit
286configure:7859: result: nmedit
287configure:7888: checking for x86_64-apple-darwin24.0.0-lipo
288configure:7918: result: no
289configure:7928: checking for lipo
290configure:7944: found /opt/local/bin/lipo
291configure:7955: result: lipo
292configure:7984: checking for x86_64-apple-darwin24.0.0-otool
293configure:8014: result: no
294configure:8024: checking for otool
295configure:8040: found /opt/local/bin/otool
296configure:8051: result: otool
297configure:8080: checking for x86_64-apple-darwin24.0.0-otool64
298configure:8110: result: no
299configure:8120: checking for otool64
300configure:8150: result: no
301configure:8199: checking for -single_module linker flag
302/usr/bin/clang -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
303ld: warning: -single_module is obsolete
304configure:8226: result: no
305configure:8228: checking for -exported_symbols_list linker flag
306configure:8258: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
307configure:8265: $? = 0
308configure:8287: result: yes
309configure:8328: checking for dlfcn.h
310configure:8349: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
311configure:8356: $? = 0
312configure:8373: result: yes
313configure:8558: checking for objdir
314configure:8573: result: .libs
315configure:8869: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
316configure:8887: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fno-rtti -fno-exceptions conftest.c >&5
317configure:8891: $? = 0
318configure:8904: result: yes
319configure:8924: checking for /usr/bin/clang option to produce PIC
320configure:9181: result: -fno-common -DPIC
321configure:9193: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
322configure:9211: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fno-common -DPIC -DPIC conftest.c >&5
323configure:9215: $? = 0
324configure:9228: result: yes
325configure:9252: checking if /usr/bin/clang static flag -static works
326configure:9280: result: no
327configure:9295: checking if /usr/bin/clang supports -c -o file.o
328configure:9316: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -o out/conftest2.o conftest.c >&5
329configure:9320: $? = 0
330configure:9342: result: yes
331configure:9350: checking if /usr/bin/clang supports -c -o file.o
332configure:9397: result: yes
333configure:9430: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
334configure:10496: result: yes
335configure:10735: checking dynamic linker characteristics
336configure:11418: result: darwin24.0.0 dyld
337configure:11520: checking how to hardcode library paths into programs
338configure:11545: result: immediate
339configure:12386: checking whether stripping libraries is possible
340configure:12400: result: yes
341configure:12426: checking if libtool supports shared libraries
342configure:12428: result: yes
343configure:12431: checking whether to build shared libraries
344configure:12452: result: yes
345configure:12455: checking whether to build static libraries
346configure:12459: result: yes
347configure:12618: checking for C++ compiler version
348configure:12626: /usr/bin/clang++ --version >&5
349Apple clang version 16.0.0 (clang-1600.0.26.3)
350Target: arm64-apple-darwin24.0.0
351Thread model: posix
352InstalledDir: /Library/Developer/CommandLineTools/usr/bin
353configure:12630: $? = 0
354configure:12637: /usr/bin/clang++ -v >&5
355Apple clang version 16.0.0 (clang-1600.0.26.3)
356Target: arm64-apple-darwin24.0.0
357Thread model: posix
358InstalledDir: /Library/Developer/CommandLineTools/usr/bin
359configure:12641: $? = 0
360configure:12648: /usr/bin/clang++ -V >&5
361clang++: error: argument to '-V' is missing (expected 1 value)
362clang++: error: no input files
363configure:12652: $? = 1
364configure:12655: checking whether we are using the GNU C++ compiler
365configure:12684: /usr/bin/clang++ -c -Os -arch x86_64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
366configure:12691: $? = 0
367configure:12708: result: yes
368configure:12717: checking whether /usr/bin/clang++ accepts -g
369configure:12747: /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
370configure:12754: $? = 0
371configure:12855: result: yes
372configure:12886: checking how to run the C++ preprocessor
373configure:12922: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
374configure:12929: $? = 0
375configure:12960: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
376conftest.cpp:20:10: fatal error: 'ac_nonexistent.h' file not found
377   20 | #include <ac_nonexistent.h>
378      |          ^~~~~~~~~~~~~~~~~~
3791 error generated.
380configure:12967: $? = 1
381configure: failed program was:
382| /* confdefs.h.  */
383| #define PACKAGE_NAME ""
384| #define PACKAGE_TARNAME ""
385| #define PACKAGE_VERSION ""
386| #define PACKAGE_STRING ""
387| #define PACKAGE_BUGREPORT ""
388| #define STDC_HEADERS 1
389| #define HAVE_SYS_TYPES_H 1
390| #define HAVE_SYS_STAT_H 1
391| #define HAVE_STDLIB_H 1
392| #define HAVE_STRING_H 1
393| #define HAVE_MEMORY_H 1
394| #define HAVE_STRINGS_H 1
395| #define HAVE_INTTYPES_H 1
396| #define HAVE_STDINT_H 1
397| #define HAVE_UNISTD_H 1
398| #define HAVE_DLFCN_H 1
399| #define LT_OBJDIR ".libs/"
400| /* end confdefs.h.  */
401| #include <ac_nonexistent.h>
402configure:13000: result: /usr/bin/clang++ -E
403configure:13029: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
404configure:13036: $? = 0
405configure:13067: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
406conftest.cpp:20:10: fatal error: 'ac_nonexistent.h' file not found
407   20 | #include <ac_nonexistent.h>
408      |          ^~~~~~~~~~~~~~~~~~
4091 error generated.
410configure:13074: $? = 1
411configure: failed program was:
412| /* confdefs.h.  */
413| #define PACKAGE_NAME ""
414| #define PACKAGE_TARNAME ""
415| #define PACKAGE_VERSION ""
416| #define PACKAGE_STRING ""
417| #define PACKAGE_BUGREPORT ""
418| #define STDC_HEADERS 1
419| #define HAVE_SYS_TYPES_H 1
420| #define HAVE_SYS_STAT_H 1
421| #define HAVE_STDLIB_H 1
422| #define HAVE_STRING_H 1
423| #define HAVE_MEMORY_H 1
424| #define HAVE_STRINGS_H 1
425| #define HAVE_INTTYPES_H 1
426| #define HAVE_STDINT_H 1
427| #define HAVE_UNISTD_H 1
428| #define HAVE_DLFCN_H 1
429| #define LT_OBJDIR ".libs/"
430| /* end confdefs.h.  */
431| #include <ac_nonexistent.h>
432configure:13115: checking for gethostname in -lnsl
433configure:13150: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lnsl   >&5
434ld: library 'nsl' not found
435clang: error: linker command failed with exit code 1 (use -v to see invocation)
436configure:13157: $? = 1
437configure: failed program was:
438| /* confdefs.h.  */
439| #define PACKAGE_NAME ""
440| #define PACKAGE_TARNAME ""
441| #define PACKAGE_VERSION ""
442| #define PACKAGE_STRING ""
443| #define PACKAGE_BUGREPORT ""
444| #define STDC_HEADERS 1
445| #define HAVE_SYS_TYPES_H 1
446| #define HAVE_SYS_STAT_H 1
447| #define HAVE_STDLIB_H 1
448| #define HAVE_STRING_H 1
449| #define HAVE_MEMORY_H 1
450| #define HAVE_STRINGS_H 1
451| #define HAVE_INTTYPES_H 1
452| #define HAVE_STDINT_H 1
453| #define HAVE_UNISTD_H 1
454| #define HAVE_DLFCN_H 1
455| #define LT_OBJDIR ".libs/"
456| /* end confdefs.h.  */
457|
458| /* Override any GCC internal prototype to avoid an error.
459|    Use char because int might match the return type of a GCC
460|    builtin and then its argument prototype would still apply.  */
461| #ifdef __cplusplus
462| extern "C"
463| #endif
464| char gethostname ();
465| int
466| main ()
467| {
468| return gethostname ();
469|   ;
470|   return 0;
471| }
472configure:13178: result: no
473configure:13191: checking for gethostbyname in -lnsl
474configure:13226: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lnsl   >&5
475ld: library 'nsl' not found
476clang: error: linker command failed with exit code 1 (use -v to see invocation)
477configure:13233: $? = 1
478configure: failed program was:
479| /* confdefs.h.  */
480| #define PACKAGE_NAME ""
481| #define PACKAGE_TARNAME ""
482| #define PACKAGE_VERSION ""
483| #define PACKAGE_STRING ""
484| #define PACKAGE_BUGREPORT ""
485| #define STDC_HEADERS 1
486| #define HAVE_SYS_TYPES_H 1
487| #define HAVE_SYS_STAT_H 1
488| #define HAVE_STDLIB_H 1
489| #define HAVE_STRING_H 1
490| #define HAVE_MEMORY_H 1
491| #define HAVE_STRINGS_H 1
492| #define HAVE_INTTYPES_H 1
493| #define HAVE_STDINT_H 1
494| #define HAVE_UNISTD_H 1
495| #define HAVE_DLFCN_H 1
496| #define LT_OBJDIR ".libs/"
497| /* end confdefs.h.  */
498|
499| /* Override any GCC internal prototype to avoid an error.
500|    Use char because int might match the return type of a GCC
501|    builtin and then its argument prototype would still apply.  */
502| #ifdef __cplusplus
503| extern "C"
504| #endif
505| char gethostbyname ();
506| int
507| main ()
508| {
509| return gethostbyname ();
510|   ;
511|   return 0;
512| }
513configure:13254: result: no
514configure:13267: checking for accept in -lsocket
515configure:13302: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lsocket   >&5
516ld: library 'socket' not found
517clang: error: linker command failed with exit code 1 (use -v to see invocation)
518configure:13309: $? = 1
519configure: failed program was:
520| /* confdefs.h.  */
521| #define PACKAGE_NAME ""
522| #define PACKAGE_TARNAME ""
523| #define PACKAGE_VERSION ""
524| #define PACKAGE_STRING ""
525| #define PACKAGE_BUGREPORT ""
526| #define STDC_HEADERS 1
527| #define HAVE_SYS_TYPES_H 1
528| #define HAVE_SYS_STAT_H 1
529| #define HAVE_STDLIB_H 1
530| #define HAVE_STRING_H 1
531| #define HAVE_MEMORY_H 1
532| #define HAVE_STRINGS_H 1
533| #define HAVE_INTTYPES_H 1
534| #define HAVE_STDINT_H 1
535| #define HAVE_UNISTD_H 1
536| #define HAVE_DLFCN_H 1
537| #define LT_OBJDIR ".libs/"
538| /* end confdefs.h.  */
539|
540| /* Override any GCC internal prototype to avoid an error.
541|    Use char because int might match the return type of a GCC
542|    builtin and then its argument prototype would still apply.  */
543| #ifdef __cplusplus
544| extern "C"
545| #endif
546| char accept ();
547| int
548| main ()
549| {
550| return accept ();
551|   ;
552|   return 0;
553| }
554configure:13330: result: no
555configure:13343: checking for va_copy() function
556configure:14048: result: no (using fallback implementation)
557configure:14064: checking for sys/types.h
558configure:14071: result: yes
559configure:14075: checking sys/param.h usability
560configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
561configure:14099: $? = 0
562configure:14113: result: yes
563configure:14117: checking sys/param.h presence
564configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
565configure:14139: $? = 0
566configure:14153: result: yes
567configure:14181: checking for sys/param.h
568configure:14190: result: yes
569configure:14075: checking sys/time.h usability
570configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
571configure:14099: $? = 0
572configure:14113: result: yes
573configure:14117: checking sys/time.h presence
574configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
575configure:14139: $? = 0
576configure:14153: result: yes
577configure:14181: checking for sys/time.h
578configure:14190: result: yes
579configure:14075: checking sys/socket.h usability
580configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
581configure:14099: $? = 0
582configure:14113: result: yes
583configure:14117: checking sys/socket.h presence
584configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
585configure:14139: $? = 0
586configure:14153: result: yes
587configure:14181: checking for sys/socket.h
588configure:14190: result: yes
589configure:14075: checking sys/sockio.h usability
590configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
591configure:14099: $? = 0
592configure:14113: result: yes
593configure:14117: checking sys/sockio.h presence
594configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
595configure:14139: $? = 0
596configure:14153: result: yes
597configure:14181: checking for sys/sockio.h
598configure:14190: result: yes
599configure:14075: checking sys/ioctl.h usability
600configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
601configure:14099: $? = 0
602configure:14113: result: yes
603configure:14117: checking sys/ioctl.h presence
604configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
605configure:14139: $? = 0
606configure:14153: result: yes
607configure:14181: checking for sys/ioctl.h
608configure:14190: result: yes
609configure:14075: checking sys/select.h usability
610configure:14092: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
611configure:14099: $? = 0
612configure:14113: result: yes
613configure:14117: checking sys/select.h presence
614configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
615configure:14139: $? = 0
616configure:14153: result: yes
617configure:14181: checking for sys/select.h
618configure:14190: result: yes
619configure:14214: checking for netdb.h
620configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
621configure:14252: $? = 0
622configure:14269: result: yes
623configure:14214: checking for ifaddrs.h
624configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
625configure:14252: $? = 0
626configure:14269: result: yes
627configure:14214: checking for net/if.h
628configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
629configure:14252: $? = 0
630configure:14269: result: yes
631configure:14214: checking for net/if_dl.h
632configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
633configure:14252: $? = 0
634configure:14269: result: yes
635configure:14214: checking for net/if_arp.h
636configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
637configure:14252: $? = 0
638configure:14269: result: yes
639configure:14214: checking for netinet/in.h
640configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
641configure:14252: $? = 0
642configure:14269: result: yes
643configure:14214: checking for arpa/inet.h
644configure:14245: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
645configure:14252: $? = 0
646configure:14269: result: yes
647configure:14282: checking for struct timeval
648configure:14316: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
649configure:14323: $? = 0
650configure:14344: result: yes
651configure:14355: checking for getifaddrs
652configure:14411: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
653configure:14418: $? = 0
654configure:14440: result: yes
655configure:14355: checking for nanosleep
656configure:14411: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
657configure:14418: $? = 0
658configure:14440: result: yes
659configure:14355: checking for Sleep
660configure:14411: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
661Undefined symbols for architecture x86_64:
662  "_Sleep", referenced from:
663      _main in conftest-fe281a.o
664ld: symbol(s) not found for architecture x86_64
665clang: error: linker command failed with exit code 1 (use -v to see invocation)
666configure:14418: $? = 1
667configure: failed program was:
668| /* confdefs.h.  */
669| #define PACKAGE_NAME ""
670| #define PACKAGE_TARNAME ""
671| #define PACKAGE_VERSION ""
672| #define PACKAGE_STRING ""
673| #define PACKAGE_BUGREPORT ""
674| #define STDC_HEADERS 1
675| #define HAVE_SYS_TYPES_H 1
676| #define HAVE_SYS_STAT_H 1
677| #define HAVE_STDLIB_H 1
678| #define HAVE_STRING_H 1
679| #define HAVE_MEMORY_H 1
680| #define HAVE_STRINGS_H 1
681| #define HAVE_INTTYPES_H 1
682| #define HAVE_STDINT_H 1
683| #define HAVE_UNISTD_H 1
684| #define HAVE_DLFCN_H 1
685| #define LT_OBJDIR ".libs/"
686| #define __VA_COPY_USE __VA_COPY_USE_yes
687| #define HAVE_SYS_TYPES_H 1
688| #define HAVE_SYS_PARAM_H 1
689| #define HAVE_SYS_TIME_H 1
690| #define HAVE_SYS_SOCKET_H 1
691| #define HAVE_SYS_SOCKIO_H 1
692| #define HAVE_SYS_IOCTL_H 1
693| #define HAVE_SYS_SELECT_H 1
694| #define HAVE_NETDB_H 1
695| #define HAVE_IFADDRS_H 1
696| #define HAVE_NET_IF_H 1
697| #define HAVE_NET_IF_DL_H 1
698| #define HAVE_NET_IF_ARP_H 1
699| #define HAVE_NETINET_IN_H 1
700| #define HAVE_ARPA_INET_H 1
701| #define HAVE_STRUCT_TIMEVAL 1
702| #define HAVE_GETIFADDRS 1
703| #define HAVE_NANOSLEEP 1
704| /* end confdefs.h.  */
705| /* Define Sleep to an innocuous variant, in case <limits.h> declares Sleep.
706|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
707| #define Sleep innocuous_Sleep
708|
709| /* System header to define __stub macros and hopefully few prototypes,
710|     which can conflict with char Sleep (); below.
711|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
712|     <limits.h> exists even on freestanding compilers.  */
713|
714| #ifdef __STDC__
715| # include <limits.h>
716| #else
717| # include <assert.h>
718| #endif
719|
720| #undef Sleep
721|
722| /* Override any GCC internal prototype to avoid an error.
723|    Use char because int might match the return type of a GCC
724|    builtin and then its argument prototype would still apply.  */
725| #ifdef __cplusplus
726| extern "C"
727| #endif
728| char Sleep ();
729| /* The GNU C library defines this for functions which it implements
730|     to always fail with ENOSYS.  Some functions are actually named
731|     something starting with __ and the normal name is an alias.  */
732| #if defined __stub_Sleep || defined __stub___Sleep
733| choke me
734| #endif
735|
736| int
737| main ()
738| {
739| return Sleep ();
740|   ;
741|   return 0;
742| }
743configure:14440: result: no
744configure:14355: checking for gettimeofday
745configure:14411: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
746configure:14418: $? = 0
747configure:14440: result: yes
748configure:14355: checking for clock_gettime
749configure:14411: /usr/bin/clang -o conftest -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
750configure:14418: $? = 0
751configure:14440: result: yes
752configure:14452: checking for long long
753configure:14480: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
754configure:14487: $? = 0
755configure:14514: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
756conftest.c:76:24: error: expected expression
757   76 | if (sizeof ((long long)))
758      |                        ^
7591 error generated.
760configure:14521: $? = 1
761configure: failed program was:
762| /* confdefs.h.  */
763| #define PACKAGE_NAME ""
764| #define PACKAGE_TARNAME ""
765| #define PACKAGE_VERSION ""
766| #define PACKAGE_STRING ""
767| #define PACKAGE_BUGREPORT ""
768| #define STDC_HEADERS 1
769| #define HAVE_SYS_TYPES_H 1
770| #define HAVE_SYS_STAT_H 1
771| #define HAVE_STDLIB_H 1
772| #define HAVE_STRING_H 1
773| #define HAVE_MEMORY_H 1
774| #define HAVE_STRINGS_H 1
775| #define HAVE_INTTYPES_H 1
776| #define HAVE_STDINT_H 1
777| #define HAVE_UNISTD_H 1
778| #define HAVE_DLFCN_H 1
779| #define LT_OBJDIR ".libs/"
780| #define __VA_COPY_USE __VA_COPY_USE_yes
781| #define HAVE_SYS_TYPES_H 1
782| #define HAVE_SYS_PARAM_H 1
783| #define HAVE_SYS_TIME_H 1
784| #define HAVE_SYS_SOCKET_H 1
785| #define HAVE_SYS_SOCKIO_H 1
786| #define HAVE_SYS_IOCTL_H 1
787| #define HAVE_SYS_SELECT_H 1
788| #define HAVE_NETDB_H 1
789| #define HAVE_IFADDRS_H 1
790| #define HAVE_NET_IF_H 1
791| #define HAVE_NET_IF_DL_H 1
792| #define HAVE_NET_IF_ARP_H 1
793| #define HAVE_NETINET_IN_H 1
794| #define HAVE_ARPA_INET_H 1
795| #define HAVE_STRUCT_TIMEVAL 1
796| #define HAVE_GETIFADDRS 1
797| #define HAVE_NANOSLEEP 1
798| #define HAVE_GETTIMEOFDAY 1
799| #define HAVE_CLOCK_GETTIME 1
800| /* end confdefs.h.  */
801| #include <stdio.h>
802| #ifdef HAVE_SYS_TYPES_H
803| # include <sys/types.h>
804| #endif
805| #ifdef HAVE_SYS_STAT_H
806| # include <sys/stat.h>
807| #endif
808| #ifdef STDC_HEADERS
809| # include <stdlib.h>
810| # include <stddef.h>
811| #else
812| # ifdef HAVE_STDLIB_H
813| #  include <stdlib.h>
814| # endif
815| #endif
816| #ifdef HAVE_STRING_H
817| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
818| #  include <memory.h>
819| # endif
820| # include <string.h>
821| #endif
822| #ifdef HAVE_STRINGS_H
823| # include <strings.h>
824| #endif
825| #ifdef HAVE_INTTYPES_H
826| # include <inttypes.h>
827| #endif
828| #ifdef HAVE_STDINT_H
829| # include <stdint.h>
830| #endif
831| #ifdef HAVE_UNISTD_H
832| # include <unistd.h>
833| #endif
834| int
835| main ()
836| {
837| if (sizeof ((long long)))
838|         return 0;
839|   ;
840|   return 0;
841| }
842configure:14544: result: yes
843configure:14554: checking for long double
844configure:14582: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
845configure:14589: $? = 0
846configure:14616: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
847conftest.c:77:26: error: expected expression
848   77 | if (sizeof ((long double)))
849      |                          ^
8501 error generated.
851configure:14623: $? = 1
852configure: failed program was:
853| /* confdefs.h.  */
854| #define PACKAGE_NAME ""
855| #define PACKAGE_TARNAME ""
856| #define PACKAGE_VERSION ""
857| #define PACKAGE_STRING ""
858| #define PACKAGE_BUGREPORT ""
859| #define STDC_HEADERS 1
860| #define HAVE_SYS_TYPES_H 1
861| #define HAVE_SYS_STAT_H 1
862| #define HAVE_STDLIB_H 1
863| #define HAVE_STRING_H 1
864| #define HAVE_MEMORY_H 1
865| #define HAVE_STRINGS_H 1
866| #define HAVE_INTTYPES_H 1
867| #define HAVE_STDINT_H 1
868| #define HAVE_UNISTD_H 1
869| #define HAVE_DLFCN_H 1
870| #define LT_OBJDIR ".libs/"
871| #define __VA_COPY_USE __VA_COPY_USE_yes
872| #define HAVE_SYS_TYPES_H 1
873| #define HAVE_SYS_PARAM_H 1
874| #define HAVE_SYS_TIME_H 1
875| #define HAVE_SYS_SOCKET_H 1
876| #define HAVE_SYS_SOCKIO_H 1
877| #define HAVE_SYS_IOCTL_H 1
878| #define HAVE_SYS_SELECT_H 1
879| #define HAVE_NETDB_H 1
880| #define HAVE_IFADDRS_H 1
881| #define HAVE_NET_IF_H 1
882| #define HAVE_NET_IF_DL_H 1
883| #define HAVE_NET_IF_ARP_H 1
884| #define HAVE_NETINET_IN_H 1
885| #define HAVE_ARPA_INET_H 1
886| #define HAVE_STRUCT_TIMEVAL 1
887| #define HAVE_GETIFADDRS 1
888| #define HAVE_NANOSLEEP 1
889| #define HAVE_GETTIMEOFDAY 1
890| #define HAVE_CLOCK_GETTIME 1
891| #define HAVE_LONG_LONG 1
892| /* end confdefs.h.  */
893| #include <stdio.h>
894| #ifdef HAVE_SYS_TYPES_H
895| # include <sys/types.h>
896| #endif
897| #ifdef HAVE_SYS_STAT_H
898| # include <sys/stat.h>
899| #endif
900| #ifdef STDC_HEADERS
901| # include <stdlib.h>
902| # include <stddef.h>
903| #else
904| # ifdef HAVE_STDLIB_H
905| #  include <stdlib.h>
906| # endif
907| #endif
908| #ifdef HAVE_STRING_H
909| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
910| #  include <memory.h>
911| # endif
912| # include <string.h>
913| #endif
914| #ifdef HAVE_STRINGS_H
915| # include <strings.h>
916| #endif
917| #ifdef HAVE_INTTYPES_H
918| # include <inttypes.h>
919| #endif
920| #ifdef HAVE_STDINT_H
921| # include <stdint.h>
922| #endif
923| #ifdef HAVE_UNISTD_H
924| # include <unistd.h>
925| #endif
926| int
927| main ()
928| {
929| if (sizeof ((long double)))
930|         return 0;
931|   ;
932|   return 0;
933| }
934configure:14646: result: yes
935configure:14661: checking size of char
936configure:14691: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
937configure:14698: $? = 0
938configure:14728: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
939conftest.c:78:24: error: 'test_array' declared as an array with a negative size
940   78 | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
941      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9421 error generated.
943configure:14735: $? = 1
944configure: failed program was:
945| /* confdefs.h.  */
946| #define PACKAGE_NAME ""
947| #define PACKAGE_TARNAME ""
948| #define PACKAGE_VERSION ""
949| #define PACKAGE_STRING ""
950| #define PACKAGE_BUGREPORT ""
951| #define STDC_HEADERS 1
952| #define HAVE_SYS_TYPES_H 1
953| #define HAVE_SYS_STAT_H 1
954| #define HAVE_STDLIB_H 1
955| #define HAVE_STRING_H 1
956| #define HAVE_MEMORY_H 1
957| #define HAVE_STRINGS_H 1
958| #define HAVE_INTTYPES_H 1
959| #define HAVE_STDINT_H 1
960| #define HAVE_UNISTD_H 1
961| #define HAVE_DLFCN_H 1
962| #define LT_OBJDIR ".libs/"
963| #define __VA_COPY_USE __VA_COPY_USE_yes
964| #define HAVE_SYS_TYPES_H 1
965| #define HAVE_SYS_PARAM_H 1
966| #define HAVE_SYS_TIME_H 1
967| #define HAVE_SYS_SOCKET_H 1
968| #define HAVE_SYS_SOCKIO_H 1
969| #define HAVE_SYS_IOCTL_H 1
970| #define HAVE_SYS_SELECT_H 1
971| #define HAVE_NETDB_H 1
972| #define HAVE_IFADDRS_H 1
973| #define HAVE_NET_IF_H 1
974| #define HAVE_NET_IF_DL_H 1
975| #define HAVE_NET_IF_ARP_H 1
976| #define HAVE_NETINET_IN_H 1
977| #define HAVE_ARPA_INET_H 1
978| #define HAVE_STRUCT_TIMEVAL 1
979| #define HAVE_GETIFADDRS 1
980| #define HAVE_NANOSLEEP 1
981| #define HAVE_GETTIMEOFDAY 1
982| #define HAVE_CLOCK_GETTIME 1
983| #define HAVE_LONG_LONG 1
984| #define HAVE_LONG_DOUBLE 1
985| /* end confdefs.h.  */
986| #include <stdio.h>
987| #ifdef HAVE_SYS_TYPES_H
988| # include <sys/types.h>
989| #endif
990| #ifdef HAVE_SYS_STAT_H
991| # include <sys/stat.h>
992| #endif
993| #ifdef STDC_HEADERS
994| # include <stdlib.h>
995| # include <stddef.h>
996| #else
997| # ifdef HAVE_STDLIB_H
998| #  include <stdlib.h>
999| # endif
1000| #endif
1001| #ifdef HAVE_STRING_H
1002| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1003| #  include <memory.h>
1004| # endif
1005| # include <string.h>
1006| #endif
1007| #ifdef HAVE_STRINGS_H
1008| # include <strings.h>
1009| #endif
1010| #ifdef HAVE_INTTYPES_H
1011| # include <inttypes.h>
1012| #endif
1013| #ifdef HAVE_STDINT_H
1014| # include <stdint.h>
1015| #endif
1016| #ifdef HAVE_UNISTD_H
1017| # include <unistd.h>
1018| #endif
1019| int
1020| main ()
1021| {
1022| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
1023| test_array [0] = 0
1024|
1025|   ;
1026|   return 0;
1027| }
1028configure:14728: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1029configure:14735: $? = 0
1030configure:15002: result: 1
1031configure:15016: checking size of unsigned char
1032configure:15046: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1033configure:15053: $? = 0
1034configure:15083: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1035conftest.c:79:24: error: 'test_array' declared as an array with a negative size
1036   79 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned char))) <= 0)];
1037      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10381 error generated.
1039configure:15090: $? = 1
1040configure: failed program was:
1041| /* confdefs.h.  */
1042| #define PACKAGE_NAME ""
1043| #define PACKAGE_TARNAME ""
1044| #define PACKAGE_VERSION ""
1045| #define PACKAGE_STRING ""
1046| #define PACKAGE_BUGREPORT ""
1047| #define STDC_HEADERS 1
1048| #define HAVE_SYS_TYPES_H 1
1049| #define HAVE_SYS_STAT_H 1
1050| #define HAVE_STDLIB_H 1
1051| #define HAVE_STRING_H 1
1052| #define HAVE_MEMORY_H 1
1053| #define HAVE_STRINGS_H 1
1054| #define HAVE_INTTYPES_H 1
1055| #define HAVE_STDINT_H 1
1056| #define HAVE_UNISTD_H 1
1057| #define HAVE_DLFCN_H 1
1058| #define LT_OBJDIR ".libs/"
1059| #define __VA_COPY_USE __VA_COPY_USE_yes
1060| #define HAVE_SYS_TYPES_H 1
1061| #define HAVE_SYS_PARAM_H 1
1062| #define HAVE_SYS_TIME_H 1
1063| #define HAVE_SYS_SOCKET_H 1
1064| #define HAVE_SYS_SOCKIO_H 1
1065| #define HAVE_SYS_IOCTL_H 1
1066| #define HAVE_SYS_SELECT_H 1
1067| #define HAVE_NETDB_H 1
1068| #define HAVE_IFADDRS_H 1
1069| #define HAVE_NET_IF_H 1
1070| #define HAVE_NET_IF_DL_H 1
1071| #define HAVE_NET_IF_ARP_H 1
1072| #define HAVE_NETINET_IN_H 1
1073| #define HAVE_ARPA_INET_H 1
1074| #define HAVE_STRUCT_TIMEVAL 1
1075| #define HAVE_GETIFADDRS 1
1076| #define HAVE_NANOSLEEP 1
1077| #define HAVE_GETTIMEOFDAY 1
1078| #define HAVE_CLOCK_GETTIME 1
1079| #define HAVE_LONG_LONG 1
1080| #define HAVE_LONG_DOUBLE 1
1081| #define SIZEOF_CHAR 1
1082| /* end confdefs.h.  */
1083| #include <stdio.h>
1084| #ifdef HAVE_SYS_TYPES_H
1085| # include <sys/types.h>
1086| #endif
1087| #ifdef HAVE_SYS_STAT_H
1088| # include <sys/stat.h>
1089| #endif
1090| #ifdef STDC_HEADERS
1091| # include <stdlib.h>
1092| # include <stddef.h>
1093| #else
1094| # ifdef HAVE_STDLIB_H
1095| #  include <stdlib.h>
1096| # endif
1097| #endif
1098| #ifdef HAVE_STRING_H
1099| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1100| #  include <memory.h>
1101| # endif
1102| # include <string.h>
1103| #endif
1104| #ifdef HAVE_STRINGS_H
1105| # include <strings.h>
1106| #endif
1107| #ifdef HAVE_INTTYPES_H
1108| # include <inttypes.h>
1109| #endif
1110| #ifdef HAVE_STDINT_H
1111| # include <stdint.h>
1112| #endif
1113| #ifdef HAVE_UNISTD_H
1114| # include <unistd.h>
1115| #endif
1116| int
1117| main ()
1118| {
1119| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned char))) <= 0)];
1120| test_array [0] = 0
1121|
1122|   ;
1123|   return 0;
1124| }
1125configure:15083: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1126configure:15090: $? = 0
1127configure:15357: result: 1
1128configure:15371: checking size of short
1129configure:15401: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1130configure:15408: $? = 0
1131configure:15438: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1132conftest.c:80:24: error: 'test_array' declared as an array with a negative size
1133   80 | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
1134      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11351 error generated.
1136configure:15445: $? = 1
1137configure: failed program was:
1138| /* confdefs.h.  */
1139| #define PACKAGE_NAME ""
1140| #define PACKAGE_TARNAME ""
1141| #define PACKAGE_VERSION ""
1142| #define PACKAGE_STRING ""
1143| #define PACKAGE_BUGREPORT ""
1144| #define STDC_HEADERS 1
1145| #define HAVE_SYS_TYPES_H 1
1146| #define HAVE_SYS_STAT_H 1
1147| #define HAVE_STDLIB_H 1
1148| #define HAVE_STRING_H 1
1149| #define HAVE_MEMORY_H 1
1150| #define HAVE_STRINGS_H 1
1151| #define HAVE_INTTYPES_H 1
1152| #define HAVE_STDINT_H 1
1153| #define HAVE_UNISTD_H 1
1154| #define HAVE_DLFCN_H 1
1155| #define LT_OBJDIR ".libs/"
1156| #define __VA_COPY_USE __VA_COPY_USE_yes
1157| #define HAVE_SYS_TYPES_H 1
1158| #define HAVE_SYS_PARAM_H 1
1159| #define HAVE_SYS_TIME_H 1
1160| #define HAVE_SYS_SOCKET_H 1
1161| #define HAVE_SYS_SOCKIO_H 1
1162| #define HAVE_SYS_IOCTL_H 1
1163| #define HAVE_SYS_SELECT_H 1
1164| #define HAVE_NETDB_H 1
1165| #define HAVE_IFADDRS_H 1
1166| #define HAVE_NET_IF_H 1
1167| #define HAVE_NET_IF_DL_H 1
1168| #define HAVE_NET_IF_ARP_H 1
1169| #define HAVE_NETINET_IN_H 1
1170| #define HAVE_ARPA_INET_H 1
1171| #define HAVE_STRUCT_TIMEVAL 1
1172| #define HAVE_GETIFADDRS 1
1173| #define HAVE_NANOSLEEP 1
1174| #define HAVE_GETTIMEOFDAY 1
1175| #define HAVE_CLOCK_GETTIME 1
1176| #define HAVE_LONG_LONG 1
1177| #define HAVE_LONG_DOUBLE 1
1178| #define SIZEOF_CHAR 1
1179| #define SIZEOF_UNSIGNED_CHAR 1
1180| /* end confdefs.h.  */
1181| #include <stdio.h>
1182| #ifdef HAVE_SYS_TYPES_H
1183| # include <sys/types.h>
1184| #endif
1185| #ifdef HAVE_SYS_STAT_H
1186| # include <sys/stat.h>
1187| #endif
1188| #ifdef STDC_HEADERS
1189| # include <stdlib.h>
1190| # include <stddef.h>
1191| #else
1192| # ifdef HAVE_STDLIB_H
1193| #  include <stdlib.h>
1194| # endif
1195| #endif
1196| #ifdef HAVE_STRING_H
1197| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1198| #  include <memory.h>
1199| # endif
1200| # include <string.h>
1201| #endif
1202| #ifdef HAVE_STRINGS_H
1203| # include <strings.h>
1204| #endif
1205| #ifdef HAVE_INTTYPES_H
1206| # include <inttypes.h>
1207| #endif
1208| #ifdef HAVE_STDINT_H
1209| # include <stdint.h>
1210| #endif
1211| #ifdef HAVE_UNISTD_H
1212| # include <unistd.h>
1213| #endif
1214| int
1215| main ()
1216| {
1217| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
1218| test_array [0] = 0
1219|
1220|   ;
1221|   return 0;
1222| }
1223configure:15438: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1224conftest.c:80:24: error: 'test_array' declared as an array with a negative size
1225   80 | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
1226      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12271 error generated.
1228configure:15445: $? = 1
1229configure: failed program was:
1230| /* confdefs.h.  */
1231| #define PACKAGE_NAME ""
1232| #define PACKAGE_TARNAME ""
1233| #define PACKAGE_VERSION ""
1234| #define PACKAGE_STRING ""
1235| #define PACKAGE_BUGREPORT ""
1236| #define STDC_HEADERS 1
1237| #define HAVE_SYS_TYPES_H 1
1238| #define HAVE_SYS_STAT_H 1
1239| #define HAVE_STDLIB_H 1
1240| #define HAVE_STRING_H 1
1241| #define HAVE_MEMORY_H 1
1242| #define HAVE_STRINGS_H 1
1243| #define HAVE_INTTYPES_H 1
1244| #define HAVE_STDINT_H 1
1245| #define HAVE_UNISTD_H 1
1246| #define HAVE_DLFCN_H 1
1247| #define LT_OBJDIR ".libs/"
1248| #define __VA_COPY_USE __VA_COPY_USE_yes
1249| #define HAVE_SYS_TYPES_H 1
1250| #define HAVE_SYS_PARAM_H 1
1251| #define HAVE_SYS_TIME_H 1
1252| #define HAVE_SYS_SOCKET_H 1
1253| #define HAVE_SYS_SOCKIO_H 1
1254| #define HAVE_SYS_IOCTL_H 1
1255| #define HAVE_SYS_SELECT_H 1
1256| #define HAVE_NETDB_H 1
1257| #define HAVE_IFADDRS_H 1
1258| #define HAVE_NET_IF_H 1
1259| #define HAVE_NET_IF_DL_H 1
1260| #define HAVE_NET_IF_ARP_H 1
1261| #define HAVE_NETINET_IN_H 1
1262| #define HAVE_ARPA_INET_H 1
1263| #define HAVE_STRUCT_TIMEVAL 1
1264| #define HAVE_GETIFADDRS 1
1265| #define HAVE_NANOSLEEP 1
1266| #define HAVE_GETTIMEOFDAY 1
1267| #define HAVE_CLOCK_GETTIME 1
1268| #define HAVE_LONG_LONG 1
1269| #define HAVE_LONG_DOUBLE 1
1270| #define SIZEOF_CHAR 1
1271| #define SIZEOF_UNSIGNED_CHAR 1
1272| /* end confdefs.h.  */
1273| #include <stdio.h>
1274| #ifdef HAVE_SYS_TYPES_H
1275| # include <sys/types.h>
1276| #endif
1277| #ifdef HAVE_SYS_STAT_H
1278| # include <sys/stat.h>
1279| #endif
1280| #ifdef STDC_HEADERS
1281| # include <stdlib.h>
1282| # include <stddef.h>
1283| #else
1284| # ifdef HAVE_STDLIB_H
1285| #  include <stdlib.h>
1286| # endif
1287| #endif
1288| #ifdef HAVE_STRING_H
1289| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1290| #  include <memory.h>
1291| # endif
1292| # include <string.h>
1293| #endif
1294| #ifdef HAVE_STRINGS_H
1295| # include <strings.h>
1296| #endif
1297| #ifdef HAVE_INTTYPES_H
1298| # include <inttypes.h>
1299| #endif
1300| #ifdef HAVE_STDINT_H
1301| # include <stdint.h>
1302| #endif
1303| #ifdef HAVE_UNISTD_H
1304| # include <unistd.h>
1305| #endif
1306| int
1307| main ()
1308| {
1309| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
1310| test_array [0] = 0
1311|
1312|   ;
1313|   return 0;
1314| }
1315configure:15438: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1316configure:15445: $? = 0
1317configure:15593: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1318configure:15600: $? = 0
1319configure:15712: result: 2
1320configure:15726: checking size of unsigned short
1321configure:15756: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1322configure:15763: $? = 0
1323configure:15793: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1324conftest.c:81:24: error: 'test_array' declared as an array with a negative size
1325   81 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
1326      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13271 error generated.
1328configure:15800: $? = 1
1329configure: failed program was:
1330| /* confdefs.h.  */
1331| #define PACKAGE_NAME ""
1332| #define PACKAGE_TARNAME ""
1333| #define PACKAGE_VERSION ""
1334| #define PACKAGE_STRING ""
1335| #define PACKAGE_BUGREPORT ""
1336| #define STDC_HEADERS 1
1337| #define HAVE_SYS_TYPES_H 1
1338| #define HAVE_SYS_STAT_H 1
1339| #define HAVE_STDLIB_H 1
1340| #define HAVE_STRING_H 1
1341| #define HAVE_MEMORY_H 1
1342| #define HAVE_STRINGS_H 1
1343| #define HAVE_INTTYPES_H 1
1344| #define HAVE_STDINT_H 1
1345| #define HAVE_UNISTD_H 1
1346| #define HAVE_DLFCN_H 1
1347| #define LT_OBJDIR ".libs/"
1348| #define __VA_COPY_USE __VA_COPY_USE_yes
1349| #define HAVE_SYS_TYPES_H 1
1350| #define HAVE_SYS_PARAM_H 1
1351| #define HAVE_SYS_TIME_H 1
1352| #define HAVE_SYS_SOCKET_H 1
1353| #define HAVE_SYS_SOCKIO_H 1
1354| #define HAVE_SYS_IOCTL_H 1
1355| #define HAVE_SYS_SELECT_H 1
1356| #define HAVE_NETDB_H 1
1357| #define HAVE_IFADDRS_H 1
1358| #define HAVE_NET_IF_H 1
1359| #define HAVE_NET_IF_DL_H 1
1360| #define HAVE_NET_IF_ARP_H 1
1361| #define HAVE_NETINET_IN_H 1
1362| #define HAVE_ARPA_INET_H 1
1363| #define HAVE_STRUCT_TIMEVAL 1
1364| #define HAVE_GETIFADDRS 1
1365| #define HAVE_NANOSLEEP 1
1366| #define HAVE_GETTIMEOFDAY 1
1367| #define HAVE_CLOCK_GETTIME 1
1368| #define HAVE_LONG_LONG 1
1369| #define HAVE_LONG_DOUBLE 1
1370| #define SIZEOF_CHAR 1
1371| #define SIZEOF_UNSIGNED_CHAR 1
1372| #define SIZEOF_SHORT 2
1373| /* end confdefs.h.  */
1374| #include <stdio.h>
1375| #ifdef HAVE_SYS_TYPES_H
1376| # include <sys/types.h>
1377| #endif
1378| #ifdef HAVE_SYS_STAT_H
1379| # include <sys/stat.h>
1380| #endif
1381| #ifdef STDC_HEADERS
1382| # include <stdlib.h>
1383| # include <stddef.h>
1384| #else
1385| # ifdef HAVE_STDLIB_H
1386| #  include <stdlib.h>
1387| # endif
1388| #endif
1389| #ifdef HAVE_STRING_H
1390| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1391| #  include <memory.h>
1392| # endif
1393| # include <string.h>
1394| #endif
1395| #ifdef HAVE_STRINGS_H
1396| # include <strings.h>
1397| #endif
1398| #ifdef HAVE_INTTYPES_H
1399| # include <inttypes.h>
1400| #endif
1401| #ifdef HAVE_STDINT_H
1402| # include <stdint.h>
1403| #endif
1404| #ifdef HAVE_UNISTD_H
1405| # include <unistd.h>
1406| #endif
1407| int
1408| main ()
1409| {
1410| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
1411| test_array [0] = 0
1412|
1413|   ;
1414|   return 0;
1415| }
1416configure:15793: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1417conftest.c:81:24: error: 'test_array' declared as an array with a negative size
1418   81 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
1419      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14201 error generated.
1421configure:15800: $? = 1
1422configure: failed program was:
1423| /* confdefs.h.  */
1424| #define PACKAGE_NAME ""
1425| #define PACKAGE_TARNAME ""
1426| #define PACKAGE_VERSION ""
1427| #define PACKAGE_STRING ""
1428| #define PACKAGE_BUGREPORT ""
1429| #define STDC_HEADERS 1
1430| #define HAVE_SYS_TYPES_H 1
1431| #define HAVE_SYS_STAT_H 1
1432| #define HAVE_STDLIB_H 1
1433| #define HAVE_STRING_H 1
1434| #define HAVE_MEMORY_H 1
1435| #define HAVE_STRINGS_H 1
1436| #define HAVE_INTTYPES_H 1
1437| #define HAVE_STDINT_H 1
1438| #define HAVE_UNISTD_H 1
1439| #define HAVE_DLFCN_H 1
1440| #define LT_OBJDIR ".libs/"
1441| #define __VA_COPY_USE __VA_COPY_USE_yes
1442| #define HAVE_SYS_TYPES_H 1
1443| #define HAVE_SYS_PARAM_H 1
1444| #define HAVE_SYS_TIME_H 1
1445| #define HAVE_SYS_SOCKET_H 1
1446| #define HAVE_SYS_SOCKIO_H 1
1447| #define HAVE_SYS_IOCTL_H 1
1448| #define HAVE_SYS_SELECT_H 1
1449| #define HAVE_NETDB_H 1
1450| #define HAVE_IFADDRS_H 1
1451| #define HAVE_NET_IF_H 1
1452| #define HAVE_NET_IF_DL_H 1
1453| #define HAVE_NET_IF_ARP_H 1
1454| #define HAVE_NETINET_IN_H 1
1455| #define HAVE_ARPA_INET_H 1
1456| #define HAVE_STRUCT_TIMEVAL 1
1457| #define HAVE_GETIFADDRS 1
1458| #define HAVE_NANOSLEEP 1
1459| #define HAVE_GETTIMEOFDAY 1
1460| #define HAVE_CLOCK_GETTIME 1
1461| #define HAVE_LONG_LONG 1
1462| #define HAVE_LONG_DOUBLE 1
1463| #define SIZEOF_CHAR 1
1464| #define SIZEOF_UNSIGNED_CHAR 1
1465| #define SIZEOF_SHORT 2
1466| /* end confdefs.h.  */
1467| #include <stdio.h>
1468| #ifdef HAVE_SYS_TYPES_H
1469| # include <sys/types.h>
1470| #endif
1471| #ifdef HAVE_SYS_STAT_H
1472| # include <sys/stat.h>
1473| #endif
1474| #ifdef STDC_HEADERS
1475| # include <stdlib.h>
1476| # include <stddef.h>
1477| #else
1478| # ifdef HAVE_STDLIB_H
1479| #  include <stdlib.h>
1480| # endif
1481| #endif
1482| #ifdef HAVE_STRING_H
1483| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1484| #  include <memory.h>
1485| # endif
1486| # include <string.h>
1487| #endif
1488| #ifdef HAVE_STRINGS_H
1489| # include <strings.h>
1490| #endif
1491| #ifdef HAVE_INTTYPES_H
1492| # include <inttypes.h>
1493| #endif
1494| #ifdef HAVE_STDINT_H
1495| # include <stdint.h>
1496| #endif
1497| #ifdef HAVE_UNISTD_H
1498| # include <unistd.h>
1499| #endif
1500| int
1501| main ()
1502| {
1503| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
1504| test_array [0] = 0
1505|
1506|   ;
1507|   return 0;
1508| }
1509configure:15793: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1510configure:15800: $? = 0
1511configure:15948: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1512configure:15955: $? = 0
1513configure:16067: result: 2
1514configure:16081: checking size of int
1515configure:16111: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1516configure:16118: $? = 0
1517configure:16148: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1518conftest.c:82:24: error: 'test_array' declared as an array with a negative size
1519   82 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
1520      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15211 error generated.
1522configure:16155: $? = 1
1523configure: failed program was:
1524| /* confdefs.h.  */
1525| #define PACKAGE_NAME ""
1526| #define PACKAGE_TARNAME ""
1527| #define PACKAGE_VERSION ""
1528| #define PACKAGE_STRING ""
1529| #define PACKAGE_BUGREPORT ""
1530| #define STDC_HEADERS 1
1531| #define HAVE_SYS_TYPES_H 1
1532| #define HAVE_SYS_STAT_H 1
1533| #define HAVE_STDLIB_H 1
1534| #define HAVE_STRING_H 1
1535| #define HAVE_MEMORY_H 1
1536| #define HAVE_STRINGS_H 1
1537| #define HAVE_INTTYPES_H 1
1538| #define HAVE_STDINT_H 1
1539| #define HAVE_UNISTD_H 1
1540| #define HAVE_DLFCN_H 1
1541| #define LT_OBJDIR ".libs/"
1542| #define __VA_COPY_USE __VA_COPY_USE_yes
1543| #define HAVE_SYS_TYPES_H 1
1544| #define HAVE_SYS_PARAM_H 1
1545| #define HAVE_SYS_TIME_H 1
1546| #define HAVE_SYS_SOCKET_H 1
1547| #define HAVE_SYS_SOCKIO_H 1
1548| #define HAVE_SYS_IOCTL_H 1
1549| #define HAVE_SYS_SELECT_H 1
1550| #define HAVE_NETDB_H 1
1551| #define HAVE_IFADDRS_H 1
1552| #define HAVE_NET_IF_H 1
1553| #define HAVE_NET_IF_DL_H 1
1554| #define HAVE_NET_IF_ARP_H 1
1555| #define HAVE_NETINET_IN_H 1
1556| #define HAVE_ARPA_INET_H 1
1557| #define HAVE_STRUCT_TIMEVAL 1
1558| #define HAVE_GETIFADDRS 1
1559| #define HAVE_NANOSLEEP 1
1560| #define HAVE_GETTIMEOFDAY 1
1561| #define HAVE_CLOCK_GETTIME 1
1562| #define HAVE_LONG_LONG 1
1563| #define HAVE_LONG_DOUBLE 1
1564| #define SIZEOF_CHAR 1
1565| #define SIZEOF_UNSIGNED_CHAR 1
1566| #define SIZEOF_SHORT 2
1567| #define SIZEOF_UNSIGNED_SHORT 2
1568| /* end confdefs.h.  */
1569| #include <stdio.h>
1570| #ifdef HAVE_SYS_TYPES_H
1571| # include <sys/types.h>
1572| #endif
1573| #ifdef HAVE_SYS_STAT_H
1574| # include <sys/stat.h>
1575| #endif
1576| #ifdef STDC_HEADERS
1577| # include <stdlib.h>
1578| # include <stddef.h>
1579| #else
1580| # ifdef HAVE_STDLIB_H
1581| #  include <stdlib.h>
1582| # endif
1583| #endif
1584| #ifdef HAVE_STRING_H
1585| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1586| #  include <memory.h>
1587| # endif
1588| # include <string.h>
1589| #endif
1590| #ifdef HAVE_STRINGS_H
1591| # include <strings.h>
1592| #endif
1593| #ifdef HAVE_INTTYPES_H
1594| # include <inttypes.h>
1595| #endif
1596| #ifdef HAVE_STDINT_H
1597| # include <stdint.h>
1598| #endif
1599| #ifdef HAVE_UNISTD_H
1600| # include <unistd.h>
1601| #endif
1602| int
1603| main ()
1604| {
1605| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
1606| test_array [0] = 0
1607|
1608|   ;
1609|   return 0;
1610| }
1611configure:16148: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1612conftest.c:82:24: error: 'test_array' declared as an array with a negative size
1613   82 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
1614      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16151 error generated.
1616configure:16155: $? = 1
1617configure: failed program was:
1618| /* confdefs.h.  */
1619| #define PACKAGE_NAME ""
1620| #define PACKAGE_TARNAME ""
1621| #define PACKAGE_VERSION ""
1622| #define PACKAGE_STRING ""
1623| #define PACKAGE_BUGREPORT ""
1624| #define STDC_HEADERS 1
1625| #define HAVE_SYS_TYPES_H 1
1626| #define HAVE_SYS_STAT_H 1
1627| #define HAVE_STDLIB_H 1
1628| #define HAVE_STRING_H 1
1629| #define HAVE_MEMORY_H 1
1630| #define HAVE_STRINGS_H 1
1631| #define HAVE_INTTYPES_H 1
1632| #define HAVE_STDINT_H 1
1633| #define HAVE_UNISTD_H 1
1634| #define HAVE_DLFCN_H 1
1635| #define LT_OBJDIR ".libs/"
1636| #define __VA_COPY_USE __VA_COPY_USE_yes
1637| #define HAVE_SYS_TYPES_H 1
1638| #define HAVE_SYS_PARAM_H 1
1639| #define HAVE_SYS_TIME_H 1
1640| #define HAVE_SYS_SOCKET_H 1
1641| #define HAVE_SYS_SOCKIO_H 1
1642| #define HAVE_SYS_IOCTL_H 1
1643| #define HAVE_SYS_SELECT_H 1
1644| #define HAVE_NETDB_H 1
1645| #define HAVE_IFADDRS_H 1
1646| #define HAVE_NET_IF_H 1
1647| #define HAVE_NET_IF_DL_H 1
1648| #define HAVE_NET_IF_ARP_H 1
1649| #define HAVE_NETINET_IN_H 1
1650| #define HAVE_ARPA_INET_H 1
1651| #define HAVE_STRUCT_TIMEVAL 1
1652| #define HAVE_GETIFADDRS 1
1653| #define HAVE_NANOSLEEP 1
1654| #define HAVE_GETTIMEOFDAY 1
1655| #define HAVE_CLOCK_GETTIME 1
1656| #define HAVE_LONG_LONG 1
1657| #define HAVE_LONG_DOUBLE 1
1658| #define SIZEOF_CHAR 1
1659| #define SIZEOF_UNSIGNED_CHAR 1
1660| #define SIZEOF_SHORT 2
1661| #define SIZEOF_UNSIGNED_SHORT 2
1662| /* end confdefs.h.  */
1663| #include <stdio.h>
1664| #ifdef HAVE_SYS_TYPES_H
1665| # include <sys/types.h>
1666| #endif
1667| #ifdef HAVE_SYS_STAT_H
1668| # include <sys/stat.h>
1669| #endif
1670| #ifdef STDC_HEADERS
1671| # include <stdlib.h>
1672| # include <stddef.h>
1673| #else
1674| # ifdef HAVE_STDLIB_H
1675| #  include <stdlib.h>
1676| # endif
1677| #endif
1678| #ifdef HAVE_STRING_H
1679| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1680| #  include <memory.h>
1681| # endif
1682| # include <string.h>
1683| #endif
1684| #ifdef HAVE_STRINGS_H
1685| # include <strings.h>
1686| #endif
1687| #ifdef HAVE_INTTYPES_H
1688| # include <inttypes.h>
1689| #endif
1690| #ifdef HAVE_STDINT_H
1691| # include <stdint.h>
1692| #endif
1693| #ifdef HAVE_UNISTD_H
1694| # include <unistd.h>
1695| #endif
1696| int
1697| main ()
1698| {
1699| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
1700| test_array [0] = 0
1701|
1702|   ;
1703|   return 0;
1704| }
1705configure:16148: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1706conftest.c:82:24: error: 'test_array' declared as an array with a negative size
1707   82 | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
1708      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17091 error generated.
1710configure:16155: $? = 1
1711configure: failed program was:
1712| /* confdefs.h.  */
1713| #define PACKAGE_NAME ""
1714| #define PACKAGE_TARNAME ""
1715| #define PACKAGE_VERSION ""
1716| #define PACKAGE_STRING ""
1717| #define PACKAGE_BUGREPORT ""
1718| #define STDC_HEADERS 1
1719| #define HAVE_SYS_TYPES_H 1
1720| #define HAVE_SYS_STAT_H 1
1721| #define HAVE_STDLIB_H 1
1722| #define HAVE_STRING_H 1
1723| #define HAVE_MEMORY_H 1
1724| #define HAVE_STRINGS_H 1
1725| #define HAVE_INTTYPES_H 1
1726| #define HAVE_STDINT_H 1
1727| #define HAVE_UNISTD_H 1
1728| #define HAVE_DLFCN_H 1
1729| #define LT_OBJDIR ".libs/"
1730| #define __VA_COPY_USE __VA_COPY_USE_yes
1731| #define HAVE_SYS_TYPES_H 1
1732| #define HAVE_SYS_PARAM_H 1
1733| #define HAVE_SYS_TIME_H 1
1734| #define HAVE_SYS_SOCKET_H 1
1735| #define HAVE_SYS_SOCKIO_H 1
1736| #define HAVE_SYS_IOCTL_H 1
1737| #define HAVE_SYS_SELECT_H 1
1738| #define HAVE_NETDB_H 1
1739| #define HAVE_IFADDRS_H 1
1740| #define HAVE_NET_IF_H 1
1741| #define HAVE_NET_IF_DL_H 1
1742| #define HAVE_NET_IF_ARP_H 1
1743| #define HAVE_NETINET_IN_H 1
1744| #define HAVE_ARPA_INET_H 1
1745| #define HAVE_STRUCT_TIMEVAL 1
1746| #define HAVE_GETIFADDRS 1
1747| #define HAVE_NANOSLEEP 1
1748| #define HAVE_GETTIMEOFDAY 1
1749| #define HAVE_CLOCK_GETTIME 1
1750| #define HAVE_LONG_LONG 1
1751| #define HAVE_LONG_DOUBLE 1
1752| #define SIZEOF_CHAR 1
1753| #define SIZEOF_UNSIGNED_CHAR 1
1754| #define SIZEOF_SHORT 2
1755| #define SIZEOF_UNSIGNED_SHORT 2
1756| /* end confdefs.h.  */
1757| #include <stdio.h>
1758| #ifdef HAVE_SYS_TYPES_H
1759| # include <sys/types.h>
1760| #endif
1761| #ifdef HAVE_SYS_STAT_H
1762| # include <sys/stat.h>
1763| #endif
1764| #ifdef STDC_HEADERS
1765| # include <stdlib.h>
1766| # include <stddef.h>
1767| #else
1768| # ifdef HAVE_STDLIB_H
1769| #  include <stdlib.h>
1770| # endif
1771| #endif
1772| #ifdef HAVE_STRING_H
1773| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1774| #  include <memory.h>
1775| # endif
1776| # include <string.h>
1777| #endif
1778| #ifdef HAVE_STRINGS_H
1779| # include <strings.h>
1780| #endif
1781| #ifdef HAVE_INTTYPES_H
1782| # include <inttypes.h>
1783| #endif
1784| #ifdef HAVE_STDINT_H
1785| # include <stdint.h>
1786| #endif
1787| #ifdef HAVE_UNISTD_H
1788| # include <unistd.h>
1789| #endif
1790| int
1791| main ()
1792| {
1793| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
1794| test_array [0] = 0
1795|
1796|   ;
1797|   return 0;
1798| }
1799configure:16148: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1800configure:16155: $? = 0
1801configure:16303: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1802configure:16310: $? = 0
1803configure:16303: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1804configure:16310: $? = 0
1805configure:16422: result: 4
1806configure:16436: checking size of unsigned int
1807configure:16466: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1808configure:16473: $? = 0
1809configure:16503: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1810conftest.c:83:24: error: 'test_array' declared as an array with a negative size
1811   83 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];
1812      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18131 error generated.
1814configure:16510: $? = 1
1815configure: failed program was:
1816| /* confdefs.h.  */
1817| #define PACKAGE_NAME ""
1818| #define PACKAGE_TARNAME ""
1819| #define PACKAGE_VERSION ""
1820| #define PACKAGE_STRING ""
1821| #define PACKAGE_BUGREPORT ""
1822| #define STDC_HEADERS 1
1823| #define HAVE_SYS_TYPES_H 1
1824| #define HAVE_SYS_STAT_H 1
1825| #define HAVE_STDLIB_H 1
1826| #define HAVE_STRING_H 1
1827| #define HAVE_MEMORY_H 1
1828| #define HAVE_STRINGS_H 1
1829| #define HAVE_INTTYPES_H 1
1830| #define HAVE_STDINT_H 1
1831| #define HAVE_UNISTD_H 1
1832| #define HAVE_DLFCN_H 1
1833| #define LT_OBJDIR ".libs/"
1834| #define __VA_COPY_USE __VA_COPY_USE_yes
1835| #define HAVE_SYS_TYPES_H 1
1836| #define HAVE_SYS_PARAM_H 1
1837| #define HAVE_SYS_TIME_H 1
1838| #define HAVE_SYS_SOCKET_H 1
1839| #define HAVE_SYS_SOCKIO_H 1
1840| #define HAVE_SYS_IOCTL_H 1
1841| #define HAVE_SYS_SELECT_H 1
1842| #define HAVE_NETDB_H 1
1843| #define HAVE_IFADDRS_H 1
1844| #define HAVE_NET_IF_H 1
1845| #define HAVE_NET_IF_DL_H 1
1846| #define HAVE_NET_IF_ARP_H 1
1847| #define HAVE_NETINET_IN_H 1
1848| #define HAVE_ARPA_INET_H 1
1849| #define HAVE_STRUCT_TIMEVAL 1
1850| #define HAVE_GETIFADDRS 1
1851| #define HAVE_NANOSLEEP 1
1852| #define HAVE_GETTIMEOFDAY 1
1853| #define HAVE_CLOCK_GETTIME 1
1854| #define HAVE_LONG_LONG 1
1855| #define HAVE_LONG_DOUBLE 1
1856| #define SIZEOF_CHAR 1
1857| #define SIZEOF_UNSIGNED_CHAR 1
1858| #define SIZEOF_SHORT 2
1859| #define SIZEOF_UNSIGNED_SHORT 2
1860| #define SIZEOF_INT 4
1861| /* end confdefs.h.  */
1862| #include <stdio.h>
1863| #ifdef HAVE_SYS_TYPES_H
1864| # include <sys/types.h>
1865| #endif
1866| #ifdef HAVE_SYS_STAT_H
1867| # include <sys/stat.h>
1868| #endif
1869| #ifdef STDC_HEADERS
1870| # include <stdlib.h>
1871| # include <stddef.h>
1872| #else
1873| # ifdef HAVE_STDLIB_H
1874| #  include <stdlib.h>
1875| # endif
1876| #endif
1877| #ifdef HAVE_STRING_H
1878| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1879| #  include <memory.h>
1880| # endif
1881| # include <string.h>
1882| #endif
1883| #ifdef HAVE_STRINGS_H
1884| # include <strings.h>
1885| #endif
1886| #ifdef HAVE_INTTYPES_H
1887| # include <inttypes.h>
1888| #endif
1889| #ifdef HAVE_STDINT_H
1890| # include <stdint.h>
1891| #endif
1892| #ifdef HAVE_UNISTD_H
1893| # include <unistd.h>
1894| #endif
1895| int
1896| main ()
1897| {
1898| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];
1899| test_array [0] = 0
1900|
1901|   ;
1902|   return 0;
1903| }
1904configure:16503: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1905conftest.c:83:24: error: 'test_array' declared as an array with a negative size
1906   83 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];
1907      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19081 error generated.
1909configure:16510: $? = 1
1910configure: failed program was:
1911| /* confdefs.h.  */
1912| #define PACKAGE_NAME ""
1913| #define PACKAGE_TARNAME ""
1914| #define PACKAGE_VERSION ""
1915| #define PACKAGE_STRING ""
1916| #define PACKAGE_BUGREPORT ""
1917| #define STDC_HEADERS 1
1918| #define HAVE_SYS_TYPES_H 1
1919| #define HAVE_SYS_STAT_H 1
1920| #define HAVE_STDLIB_H 1
1921| #define HAVE_STRING_H 1
1922| #define HAVE_MEMORY_H 1
1923| #define HAVE_STRINGS_H 1
1924| #define HAVE_INTTYPES_H 1
1925| #define HAVE_STDINT_H 1
1926| #define HAVE_UNISTD_H 1
1927| #define HAVE_DLFCN_H 1
1928| #define LT_OBJDIR ".libs/"
1929| #define __VA_COPY_USE __VA_COPY_USE_yes
1930| #define HAVE_SYS_TYPES_H 1
1931| #define HAVE_SYS_PARAM_H 1
1932| #define HAVE_SYS_TIME_H 1
1933| #define HAVE_SYS_SOCKET_H 1
1934| #define HAVE_SYS_SOCKIO_H 1
1935| #define HAVE_SYS_IOCTL_H 1
1936| #define HAVE_SYS_SELECT_H 1
1937| #define HAVE_NETDB_H 1
1938| #define HAVE_IFADDRS_H 1
1939| #define HAVE_NET_IF_H 1
1940| #define HAVE_NET_IF_DL_H 1
1941| #define HAVE_NET_IF_ARP_H 1
1942| #define HAVE_NETINET_IN_H 1
1943| #define HAVE_ARPA_INET_H 1
1944| #define HAVE_STRUCT_TIMEVAL 1
1945| #define HAVE_GETIFADDRS 1
1946| #define HAVE_NANOSLEEP 1
1947| #define HAVE_GETTIMEOFDAY 1
1948| #define HAVE_CLOCK_GETTIME 1
1949| #define HAVE_LONG_LONG 1
1950| #define HAVE_LONG_DOUBLE 1
1951| #define SIZEOF_CHAR 1
1952| #define SIZEOF_UNSIGNED_CHAR 1
1953| #define SIZEOF_SHORT 2
1954| #define SIZEOF_UNSIGNED_SHORT 2
1955| #define SIZEOF_INT 4
1956| /* end confdefs.h.  */
1957| #include <stdio.h>
1958| #ifdef HAVE_SYS_TYPES_H
1959| # include <sys/types.h>
1960| #endif
1961| #ifdef HAVE_SYS_STAT_H
1962| # include <sys/stat.h>
1963| #endif
1964| #ifdef STDC_HEADERS
1965| # include <stdlib.h>
1966| # include <stddef.h>
1967| #else
1968| # ifdef HAVE_STDLIB_H
1969| #  include <stdlib.h>
1970| # endif
1971| #endif
1972| #ifdef HAVE_STRING_H
1973| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1974| #  include <memory.h>
1975| # endif
1976| # include <string.h>
1977| #endif
1978| #ifdef HAVE_STRINGS_H
1979| # include <strings.h>
1980| #endif
1981| #ifdef HAVE_INTTYPES_H
1982| # include <inttypes.h>
1983| #endif
1984| #ifdef HAVE_STDINT_H
1985| # include <stdint.h>
1986| #endif
1987| #ifdef HAVE_UNISTD_H
1988| # include <unistd.h>
1989| #endif
1990| int
1991| main ()
1992| {
1993| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];
1994| test_array [0] = 0
1995|
1996|   ;
1997|   return 0;
1998| }
1999configure:16503: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2000conftest.c:83:24: error: 'test_array' declared as an array with a negative size
2001   83 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];
2002      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20031 error generated.
2004configure:16510: $? = 1
2005configure: failed program was:
2006| /* confdefs.h.  */
2007| #define PACKAGE_NAME ""
2008| #define PACKAGE_TARNAME ""
2009| #define PACKAGE_VERSION ""
2010| #define PACKAGE_STRING ""
2011| #define PACKAGE_BUGREPORT ""
2012| #define STDC_HEADERS 1
2013| #define HAVE_SYS_TYPES_H 1
2014| #define HAVE_SYS_STAT_H 1
2015| #define HAVE_STDLIB_H 1
2016| #define HAVE_STRING_H 1
2017| #define HAVE_MEMORY_H 1
2018| #define HAVE_STRINGS_H 1
2019| #define HAVE_INTTYPES_H 1
2020| #define HAVE_STDINT_H 1
2021| #define HAVE_UNISTD_H 1
2022| #define HAVE_DLFCN_H 1
2023| #define LT_OBJDIR ".libs/"
2024| #define __VA_COPY_USE __VA_COPY_USE_yes
2025| #define HAVE_SYS_TYPES_H 1
2026| #define HAVE_SYS_PARAM_H 1
2027| #define HAVE_SYS_TIME_H 1
2028| #define HAVE_SYS_SOCKET_H 1
2029| #define HAVE_SYS_SOCKIO_H 1
2030| #define HAVE_SYS_IOCTL_H 1
2031| #define HAVE_SYS_SELECT_H 1
2032| #define HAVE_NETDB_H 1
2033| #define HAVE_IFADDRS_H 1
2034| #define HAVE_NET_IF_H 1
2035| #define HAVE_NET_IF_DL_H 1
2036| #define HAVE_NET_IF_ARP_H 1
2037| #define HAVE_NETINET_IN_H 1
2038| #define HAVE_ARPA_INET_H 1
2039| #define HAVE_STRUCT_TIMEVAL 1
2040| #define HAVE_GETIFADDRS 1
2041| #define HAVE_NANOSLEEP 1
2042| #define HAVE_GETTIMEOFDAY 1
2043| #define HAVE_CLOCK_GETTIME 1
2044| #define HAVE_LONG_LONG 1
2045| #define HAVE_LONG_DOUBLE 1
2046| #define SIZEOF_CHAR 1
2047| #define SIZEOF_UNSIGNED_CHAR 1
2048| #define SIZEOF_SHORT 2
2049| #define SIZEOF_UNSIGNED_SHORT 2
2050| #define SIZEOF_INT 4
2051| /* end confdefs.h.  */
2052| #include <stdio.h>
2053| #ifdef HAVE_SYS_TYPES_H
2054| # include <sys/types.h>
2055| #endif
2056| #ifdef HAVE_SYS_STAT_H
2057| # include <sys/stat.h>
2058| #endif
2059| #ifdef STDC_HEADERS
2060| # include <stdlib.h>
2061| # include <stddef.h>
2062| #else
2063| # ifdef HAVE_STDLIB_H
2064| #  include <stdlib.h>
2065| # endif
2066| #endif
2067| #ifdef HAVE_STRING_H
2068| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2069| #  include <memory.h>
2070| # endif
2071| # include <string.h>
2072| #endif
2073| #ifdef HAVE_STRINGS_H
2074| # include <strings.h>
2075| #endif
2076| #ifdef HAVE_INTTYPES_H
2077| # include <inttypes.h>
2078| #endif
2079| #ifdef HAVE_STDINT_H
2080| # include <stdint.h>
2081| #endif
2082| #ifdef HAVE_UNISTD_H
2083| # include <unistd.h>
2084| #endif
2085| int
2086| main ()
2087| {
2088| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];
2089| test_array [0] = 0
2090|
2091|   ;
2092|   return 0;
2093| }
2094configure:16503: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2095configure:16510: $? = 0
2096configure:16658: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2097configure:16665: $? = 0
2098configure:16658: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2099configure:16665: $? = 0
2100configure:16777: result: 4
2101configure:16791: checking size of long
2102configure:16821: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2103configure:16828: $? = 0
2104configure:16858: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2105conftest.c:84:24: error: 'test_array' declared as an array with a negative size
2106   84 | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
2107      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21081 error generated.
2109configure:16865: $? = 1
2110configure: failed program was:
2111| /* confdefs.h.  */
2112| #define PACKAGE_NAME ""
2113| #define PACKAGE_TARNAME ""
2114| #define PACKAGE_VERSION ""
2115| #define PACKAGE_STRING ""
2116| #define PACKAGE_BUGREPORT ""
2117| #define STDC_HEADERS 1
2118| #define HAVE_SYS_TYPES_H 1
2119| #define HAVE_SYS_STAT_H 1
2120| #define HAVE_STDLIB_H 1
2121| #define HAVE_STRING_H 1
2122| #define HAVE_MEMORY_H 1
2123| #define HAVE_STRINGS_H 1
2124| #define HAVE_INTTYPES_H 1
2125| #define HAVE_STDINT_H 1
2126| #define HAVE_UNISTD_H 1
2127| #define HAVE_DLFCN_H 1
2128| #define LT_OBJDIR ".libs/"
2129| #define __VA_COPY_USE __VA_COPY_USE_yes
2130| #define HAVE_SYS_TYPES_H 1
2131| #define HAVE_SYS_PARAM_H 1
2132| #define HAVE_SYS_TIME_H 1
2133| #define HAVE_SYS_SOCKET_H 1
2134| #define HAVE_SYS_SOCKIO_H 1
2135| #define HAVE_SYS_IOCTL_H 1
2136| #define HAVE_SYS_SELECT_H 1
2137| #define HAVE_NETDB_H 1
2138| #define HAVE_IFADDRS_H 1
2139| #define HAVE_NET_IF_H 1
2140| #define HAVE_NET_IF_DL_H 1
2141| #define HAVE_NET_IF_ARP_H 1
2142| #define HAVE_NETINET_IN_H 1
2143| #define HAVE_ARPA_INET_H 1
2144| #define HAVE_STRUCT_TIMEVAL 1
2145| #define HAVE_GETIFADDRS 1
2146| #define HAVE_NANOSLEEP 1
2147| #define HAVE_GETTIMEOFDAY 1
2148| #define HAVE_CLOCK_GETTIME 1
2149| #define HAVE_LONG_LONG 1
2150| #define HAVE_LONG_DOUBLE 1
2151| #define SIZEOF_CHAR 1
2152| #define SIZEOF_UNSIGNED_CHAR 1
2153| #define SIZEOF_SHORT 2
2154| #define SIZEOF_UNSIGNED_SHORT 2
2155| #define SIZEOF_INT 4
2156| #define SIZEOF_UNSIGNED_INT 4
2157| /* end confdefs.h.  */
2158| #include <stdio.h>
2159| #ifdef HAVE_SYS_TYPES_H
2160| # include <sys/types.h>
2161| #endif
2162| #ifdef HAVE_SYS_STAT_H
2163| # include <sys/stat.h>
2164| #endif
2165| #ifdef STDC_HEADERS
2166| # include <stdlib.h>
2167| # include <stddef.h>
2168| #else
2169| # ifdef HAVE_STDLIB_H
2170| #  include <stdlib.h>
2171| # endif
2172| #endif
2173| #ifdef HAVE_STRING_H
2174| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2175| #  include <memory.h>
2176| # endif
2177| # include <string.h>
2178| #endif
2179| #ifdef HAVE_STRINGS_H
2180| # include <strings.h>
2181| #endif
2182| #ifdef HAVE_INTTYPES_H
2183| # include <inttypes.h>
2184| #endif
2185| #ifdef HAVE_STDINT_H
2186| # include <stdint.h>
2187| #endif
2188| #ifdef HAVE_UNISTD_H
2189| # include <unistd.h>
2190| #endif
2191| int
2192| main ()
2193| {
2194| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
2195| test_array [0] = 0
2196|
2197|   ;
2198|   return 0;
2199| }
2200configure:16858: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2201conftest.c:84:24: error: 'test_array' declared as an array with a negative size
2202   84 | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
2203      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22041 error generated.
2205configure:16865: $? = 1
2206configure: failed program was:
2207| /* confdefs.h.  */
2208| #define PACKAGE_NAME ""
2209| #define PACKAGE_TARNAME ""
2210| #define PACKAGE_VERSION ""
2211| #define PACKAGE_STRING ""
2212| #define PACKAGE_BUGREPORT ""
2213| #define STDC_HEADERS 1
2214| #define HAVE_SYS_TYPES_H 1
2215| #define HAVE_SYS_STAT_H 1
2216| #define HAVE_STDLIB_H 1
2217| #define HAVE_STRING_H 1
2218| #define HAVE_MEMORY_H 1
2219| #define HAVE_STRINGS_H 1
2220| #define HAVE_INTTYPES_H 1
2221| #define HAVE_STDINT_H 1
2222| #define HAVE_UNISTD_H 1
2223| #define HAVE_DLFCN_H 1
2224| #define LT_OBJDIR ".libs/"
2225| #define __VA_COPY_USE __VA_COPY_USE_yes
2226| #define HAVE_SYS_TYPES_H 1
2227| #define HAVE_SYS_PARAM_H 1
2228| #define HAVE_SYS_TIME_H 1
2229| #define HAVE_SYS_SOCKET_H 1
2230| #define HAVE_SYS_SOCKIO_H 1
2231| #define HAVE_SYS_IOCTL_H 1
2232| #define HAVE_SYS_SELECT_H 1
2233| #define HAVE_NETDB_H 1
2234| #define HAVE_IFADDRS_H 1
2235| #define HAVE_NET_IF_H 1
2236| #define HAVE_NET_IF_DL_H 1
2237| #define HAVE_NET_IF_ARP_H 1
2238| #define HAVE_NETINET_IN_H 1
2239| #define HAVE_ARPA_INET_H 1
2240| #define HAVE_STRUCT_TIMEVAL 1
2241| #define HAVE_GETIFADDRS 1
2242| #define HAVE_NANOSLEEP 1
2243| #define HAVE_GETTIMEOFDAY 1
2244| #define HAVE_CLOCK_GETTIME 1
2245| #define HAVE_LONG_LONG 1
2246| #define HAVE_LONG_DOUBLE 1
2247| #define SIZEOF_CHAR 1
2248| #define SIZEOF_UNSIGNED_CHAR 1
2249| #define SIZEOF_SHORT 2
2250| #define SIZEOF_UNSIGNED_SHORT 2
2251| #define SIZEOF_INT 4
2252| #define SIZEOF_UNSIGNED_INT 4
2253| /* end confdefs.h.  */
2254| #include <stdio.h>
2255| #ifdef HAVE_SYS_TYPES_H
2256| # include <sys/types.h>
2257| #endif
2258| #ifdef HAVE_SYS_STAT_H
2259| # include <sys/stat.h>
2260| #endif
2261| #ifdef STDC_HEADERS
2262| # include <stdlib.h>
2263| # include <stddef.h>
2264| #else
2265| # ifdef HAVE_STDLIB_H
2266| #  include <stdlib.h>
2267| # endif
2268| #endif
2269| #ifdef HAVE_STRING_H
2270| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2271| #  include <memory.h>
2272| # endif
2273| # include <string.h>
2274| #endif
2275| #ifdef HAVE_STRINGS_H
2276| # include <strings.h>
2277| #endif
2278| #ifdef HAVE_INTTYPES_H
2279| # include <inttypes.h>
2280| #endif
2281| #ifdef HAVE_STDINT_H
2282| # include <stdint.h>
2283| #endif
2284| #ifdef HAVE_UNISTD_H
2285| # include <unistd.h>
2286| #endif
2287| int
2288| main ()
2289| {
2290| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
2291| test_array [0] = 0
2292|
2293|   ;
2294|   return 0;
2295| }
2296configure:16858: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2297conftest.c:84:24: error: 'test_array' declared as an array with a negative size
2298   84 | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
2299      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23001 error generated.
2301configure:16865: $? = 1
2302configure: failed program was:
2303| /* confdefs.h.  */
2304| #define PACKAGE_NAME ""
2305| #define PACKAGE_TARNAME ""
2306| #define PACKAGE_VERSION ""
2307| #define PACKAGE_STRING ""
2308| #define PACKAGE_BUGREPORT ""
2309| #define STDC_HEADERS 1
2310| #define HAVE_SYS_TYPES_H 1
2311| #define HAVE_SYS_STAT_H 1
2312| #define HAVE_STDLIB_H 1
2313| #define HAVE_STRING_H 1
2314| #define HAVE_MEMORY_H 1
2315| #define HAVE_STRINGS_H 1
2316| #define HAVE_INTTYPES_H 1
2317| #define HAVE_STDINT_H 1
2318| #define HAVE_UNISTD_H 1
2319| #define HAVE_DLFCN_H 1
2320| #define LT_OBJDIR ".libs/"
2321| #define __VA_COPY_USE __VA_COPY_USE_yes
2322| #define HAVE_SYS_TYPES_H 1
2323| #define HAVE_SYS_PARAM_H 1
2324| #define HAVE_SYS_TIME_H 1
2325| #define HAVE_SYS_SOCKET_H 1
2326| #define HAVE_SYS_SOCKIO_H 1
2327| #define HAVE_SYS_IOCTL_H 1
2328| #define HAVE_SYS_SELECT_H 1
2329| #define HAVE_NETDB_H 1
2330| #define HAVE_IFADDRS_H 1
2331| #define HAVE_NET_IF_H 1
2332| #define HAVE_NET_IF_DL_H 1
2333| #define HAVE_NET_IF_ARP_H 1
2334| #define HAVE_NETINET_IN_H 1
2335| #define HAVE_ARPA_INET_H 1
2336| #define HAVE_STRUCT_TIMEVAL 1
2337| #define HAVE_GETIFADDRS 1
2338| #define HAVE_NANOSLEEP 1
2339| #define HAVE_GETTIMEOFDAY 1
2340| #define HAVE_CLOCK_GETTIME 1
2341| #define HAVE_LONG_LONG 1
2342| #define HAVE_LONG_DOUBLE 1
2343| #define SIZEOF_CHAR 1
2344| #define SIZEOF_UNSIGNED_CHAR 1
2345| #define SIZEOF_SHORT 2
2346| #define SIZEOF_UNSIGNED_SHORT 2
2347| #define SIZEOF_INT 4
2348| #define SIZEOF_UNSIGNED_INT 4
2349| /* end confdefs.h.  */
2350| #include <stdio.h>
2351| #ifdef HAVE_SYS_TYPES_H
2352| # include <sys/types.h>
2353| #endif
2354| #ifdef HAVE_SYS_STAT_H
2355| # include <sys/stat.h>
2356| #endif
2357| #ifdef STDC_HEADERS
2358| # include <stdlib.h>
2359| # include <stddef.h>
2360| #else
2361| # ifdef HAVE_STDLIB_H
2362| #  include <stdlib.h>
2363| # endif
2364| #endif
2365| #ifdef HAVE_STRING_H
2366| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2367| #  include <memory.h>
2368| # endif
2369| # include <string.h>
2370| #endif
2371| #ifdef HAVE_STRINGS_H
2372| # include <strings.h>
2373| #endif
2374| #ifdef HAVE_INTTYPES_H
2375| # include <inttypes.h>
2376| #endif
2377| #ifdef HAVE_STDINT_H
2378| # include <stdint.h>
2379| #endif
2380| #ifdef HAVE_UNISTD_H
2381| # include <unistd.h>
2382| #endif
2383| int
2384| main ()
2385| {
2386| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
2387| test_array [0] = 0
2388|
2389|   ;
2390|   return 0;
2391| }
2392configure:16858: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2393conftest.c:84:24: error: 'test_array' declared as an array with a negative size
2394   84 | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
2395      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23961 error generated.
2397configure:16865: $? = 1
2398configure: failed program was:
2399| /* confdefs.h.  */
2400| #define PACKAGE_NAME ""
2401| #define PACKAGE_TARNAME ""
2402| #define PACKAGE_VERSION ""
2403| #define PACKAGE_STRING ""
2404| #define PACKAGE_BUGREPORT ""
2405| #define STDC_HEADERS 1
2406| #define HAVE_SYS_TYPES_H 1
2407| #define HAVE_SYS_STAT_H 1
2408| #define HAVE_STDLIB_H 1
2409| #define HAVE_STRING_H 1
2410| #define HAVE_MEMORY_H 1
2411| #define HAVE_STRINGS_H 1
2412| #define HAVE_INTTYPES_H 1
2413| #define HAVE_STDINT_H 1
2414| #define HAVE_UNISTD_H 1
2415| #define HAVE_DLFCN_H 1
2416| #define LT_OBJDIR ".libs/"
2417| #define __VA_COPY_USE __VA_COPY_USE_yes
2418| #define HAVE_SYS_TYPES_H 1
2419| #define HAVE_SYS_PARAM_H 1
2420| #define HAVE_SYS_TIME_H 1
2421| #define HAVE_SYS_SOCKET_H 1
2422| #define HAVE_SYS_SOCKIO_H 1
2423| #define HAVE_SYS_IOCTL_H 1
2424| #define HAVE_SYS_SELECT_H 1
2425| #define HAVE_NETDB_H 1
2426| #define HAVE_IFADDRS_H 1
2427| #define HAVE_NET_IF_H 1
2428| #define HAVE_NET_IF_DL_H 1
2429| #define HAVE_NET_IF_ARP_H 1
2430| #define HAVE_NETINET_IN_H 1
2431| #define HAVE_ARPA_INET_H 1
2432| #define HAVE_STRUCT_TIMEVAL 1
2433| #define HAVE_GETIFADDRS 1
2434| #define HAVE_NANOSLEEP 1
2435| #define HAVE_GETTIMEOFDAY 1
2436| #define HAVE_CLOCK_GETTIME 1
2437| #define HAVE_LONG_LONG 1
2438| #define HAVE_LONG_DOUBLE 1
2439| #define SIZEOF_CHAR 1
2440| #define SIZEOF_UNSIGNED_CHAR 1
2441| #define SIZEOF_SHORT 2
2442| #define SIZEOF_UNSIGNED_SHORT 2
2443| #define SIZEOF_INT 4
2444| #define SIZEOF_UNSIGNED_INT 4
2445| /* end confdefs.h.  */
2446| #include <stdio.h>
2447| #ifdef HAVE_SYS_TYPES_H
2448| # include <sys/types.h>
2449| #endif
2450| #ifdef HAVE_SYS_STAT_H
2451| # include <sys/stat.h>
2452| #endif
2453| #ifdef STDC_HEADERS
2454| # include <stdlib.h>
2455| # include <stddef.h>
2456| #else
2457| # ifdef HAVE_STDLIB_H
2458| #  include <stdlib.h>
2459| # endif
2460| #endif
2461| #ifdef HAVE_STRING_H
2462| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2463| #  include <memory.h>
2464| # endif
2465| # include <string.h>
2466| #endif
2467| #ifdef HAVE_STRINGS_H
2468| # include <strings.h>
2469| #endif
2470| #ifdef HAVE_INTTYPES_H
2471| # include <inttypes.h>
2472| #endif
2473| #ifdef HAVE_STDINT_H
2474| # include <stdint.h>
2475| #endif
2476| #ifdef HAVE_UNISTD_H
2477| # include <unistd.h>
2478| #endif
2479| int
2480| main ()
2481| {
2482| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
2483| test_array [0] = 0
2484|
2485|   ;
2486|   return 0;
2487| }
2488configure:16858: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2489configure:16865: $? = 0
2490configure:17013: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2491configure:17020: $? = 0
2492configure:17013: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2493configure:17020: $? = 0
2494configure:17013: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2495configure:17020: $? = 0
2496configure:17132: result: 8
2497configure:17146: checking size of unsigned long
2498configure:17176: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2499configure:17183: $? = 0
2500configure:17213: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2501conftest.c:85:24: error: 'test_array' declared as an array with a negative size
2502   85 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
2503      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25041 error generated.
2505configure:17220: $? = 1
2506configure: failed program was:
2507| /* confdefs.h.  */
2508| #define PACKAGE_NAME ""
2509| #define PACKAGE_TARNAME ""
2510| #define PACKAGE_VERSION ""
2511| #define PACKAGE_STRING ""
2512| #define PACKAGE_BUGREPORT ""
2513| #define STDC_HEADERS 1
2514| #define HAVE_SYS_TYPES_H 1
2515| #define HAVE_SYS_STAT_H 1
2516| #define HAVE_STDLIB_H 1
2517| #define HAVE_STRING_H 1
2518| #define HAVE_MEMORY_H 1
2519| #define HAVE_STRINGS_H 1
2520| #define HAVE_INTTYPES_H 1
2521| #define HAVE_STDINT_H 1
2522| #define HAVE_UNISTD_H 1
2523| #define HAVE_DLFCN_H 1
2524| #define LT_OBJDIR ".libs/"
2525| #define __VA_COPY_USE __VA_COPY_USE_yes
2526| #define HAVE_SYS_TYPES_H 1
2527| #define HAVE_SYS_PARAM_H 1
2528| #define HAVE_SYS_TIME_H 1
2529| #define HAVE_SYS_SOCKET_H 1
2530| #define HAVE_SYS_SOCKIO_H 1
2531| #define HAVE_SYS_IOCTL_H 1
2532| #define HAVE_SYS_SELECT_H 1
2533| #define HAVE_NETDB_H 1
2534| #define HAVE_IFADDRS_H 1
2535| #define HAVE_NET_IF_H 1
2536| #define HAVE_NET_IF_DL_H 1
2537| #define HAVE_NET_IF_ARP_H 1
2538| #define HAVE_NETINET_IN_H 1
2539| #define HAVE_ARPA_INET_H 1
2540| #define HAVE_STRUCT_TIMEVAL 1
2541| #define HAVE_GETIFADDRS 1
2542| #define HAVE_NANOSLEEP 1
2543| #define HAVE_GETTIMEOFDAY 1
2544| #define HAVE_CLOCK_GETTIME 1
2545| #define HAVE_LONG_LONG 1
2546| #define HAVE_LONG_DOUBLE 1
2547| #define SIZEOF_CHAR 1
2548| #define SIZEOF_UNSIGNED_CHAR 1
2549| #define SIZEOF_SHORT 2
2550| #define SIZEOF_UNSIGNED_SHORT 2
2551| #define SIZEOF_INT 4
2552| #define SIZEOF_UNSIGNED_INT 4
2553| #define SIZEOF_LONG 8
2554| /* end confdefs.h.  */
2555| #include <stdio.h>
2556| #ifdef HAVE_SYS_TYPES_H
2557| # include <sys/types.h>
2558| #endif
2559| #ifdef HAVE_SYS_STAT_H
2560| # include <sys/stat.h>
2561| #endif
2562| #ifdef STDC_HEADERS
2563| # include <stdlib.h>
2564| # include <stddef.h>
2565| #else
2566| # ifdef HAVE_STDLIB_H
2567| #  include <stdlib.h>
2568| # endif
2569| #endif
2570| #ifdef HAVE_STRING_H
2571| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2572| #  include <memory.h>
2573| # endif
2574| # include <string.h>
2575| #endif
2576| #ifdef HAVE_STRINGS_H
2577| # include <strings.h>
2578| #endif
2579| #ifdef HAVE_INTTYPES_H
2580| # include <inttypes.h>
2581| #endif
2582| #ifdef HAVE_STDINT_H
2583| # include <stdint.h>
2584| #endif
2585| #ifdef HAVE_UNISTD_H
2586| # include <unistd.h>
2587| #endif
2588| int
2589| main ()
2590| {
2591| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
2592| test_array [0] = 0
2593|
2594|   ;
2595|   return 0;
2596| }
2597configure:17213: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2598conftest.c:85:24: error: 'test_array' declared as an array with a negative size
2599   85 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
2600      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26011 error generated.
2602configure:17220: $? = 1
2603configure: failed program was:
2604| /* confdefs.h.  */
2605| #define PACKAGE_NAME ""
2606| #define PACKAGE_TARNAME ""
2607| #define PACKAGE_VERSION ""
2608| #define PACKAGE_STRING ""
2609| #define PACKAGE_BUGREPORT ""
2610| #define STDC_HEADERS 1
2611| #define HAVE_SYS_TYPES_H 1
2612| #define HAVE_SYS_STAT_H 1
2613| #define HAVE_STDLIB_H 1
2614| #define HAVE_STRING_H 1
2615| #define HAVE_MEMORY_H 1
2616| #define HAVE_STRINGS_H 1
2617| #define HAVE_INTTYPES_H 1
2618| #define HAVE_STDINT_H 1
2619| #define HAVE_UNISTD_H 1
2620| #define HAVE_DLFCN_H 1
2621| #define LT_OBJDIR ".libs/"
2622| #define __VA_COPY_USE __VA_COPY_USE_yes
2623| #define HAVE_SYS_TYPES_H 1
2624| #define HAVE_SYS_PARAM_H 1
2625| #define HAVE_SYS_TIME_H 1
2626| #define HAVE_SYS_SOCKET_H 1
2627| #define HAVE_SYS_SOCKIO_H 1
2628| #define HAVE_SYS_IOCTL_H 1
2629| #define HAVE_SYS_SELECT_H 1
2630| #define HAVE_NETDB_H 1
2631| #define HAVE_IFADDRS_H 1
2632| #define HAVE_NET_IF_H 1
2633| #define HAVE_NET_IF_DL_H 1
2634| #define HAVE_NET_IF_ARP_H 1
2635| #define HAVE_NETINET_IN_H 1
2636| #define HAVE_ARPA_INET_H 1
2637| #define HAVE_STRUCT_TIMEVAL 1
2638| #define HAVE_GETIFADDRS 1
2639| #define HAVE_NANOSLEEP 1
2640| #define HAVE_GETTIMEOFDAY 1
2641| #define HAVE_CLOCK_GETTIME 1
2642| #define HAVE_LONG_LONG 1
2643| #define HAVE_LONG_DOUBLE 1
2644| #define SIZEOF_CHAR 1
2645| #define SIZEOF_UNSIGNED_CHAR 1
2646| #define SIZEOF_SHORT 2
2647| #define SIZEOF_UNSIGNED_SHORT 2
2648| #define SIZEOF_INT 4
2649| #define SIZEOF_UNSIGNED_INT 4
2650| #define SIZEOF_LONG 8
2651| /* end confdefs.h.  */
2652| #include <stdio.h>
2653| #ifdef HAVE_SYS_TYPES_H
2654| # include <sys/types.h>
2655| #endif
2656| #ifdef HAVE_SYS_STAT_H
2657| # include <sys/stat.h>
2658| #endif
2659| #ifdef STDC_HEADERS
2660| # include <stdlib.h>
2661| # include <stddef.h>
2662| #else
2663| # ifdef HAVE_STDLIB_H
2664| #  include <stdlib.h>
2665| # endif
2666| #endif
2667| #ifdef HAVE_STRING_H
2668| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2669| #  include <memory.h>
2670| # endif
2671| # include <string.h>
2672| #endif
2673| #ifdef HAVE_STRINGS_H
2674| # include <strings.h>
2675| #endif
2676| #ifdef HAVE_INTTYPES_H
2677| # include <inttypes.h>
2678| #endif
2679| #ifdef HAVE_STDINT_H
2680| # include <stdint.h>
2681| #endif
2682| #ifdef HAVE_UNISTD_H
2683| # include <unistd.h>
2684| #endif
2685| int
2686| main ()
2687| {
2688| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
2689| test_array [0] = 0
2690|
2691|   ;
2692|   return 0;
2693| }
2694configure:17213: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2695conftest.c:85:24: error: 'test_array' declared as an array with a negative size
2696   85 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
2697      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26981 error generated.
2699configure:17220: $? = 1
2700configure: failed program was:
2701| /* confdefs.h.  */
2702| #define PACKAGE_NAME ""
2703| #define PACKAGE_TARNAME ""
2704| #define PACKAGE_VERSION ""
2705| #define PACKAGE_STRING ""
2706| #define PACKAGE_BUGREPORT ""
2707| #define STDC_HEADERS 1
2708| #define HAVE_SYS_TYPES_H 1
2709| #define HAVE_SYS_STAT_H 1
2710| #define HAVE_STDLIB_H 1
2711| #define HAVE_STRING_H 1
2712| #define HAVE_MEMORY_H 1
2713| #define HAVE_STRINGS_H 1
2714| #define HAVE_INTTYPES_H 1
2715| #define HAVE_STDINT_H 1
2716| #define HAVE_UNISTD_H 1
2717| #define HAVE_DLFCN_H 1
2718| #define LT_OBJDIR ".libs/"
2719| #define __VA_COPY_USE __VA_COPY_USE_yes
2720| #define HAVE_SYS_TYPES_H 1
2721| #define HAVE_SYS_PARAM_H 1
2722| #define HAVE_SYS_TIME_H 1
2723| #define HAVE_SYS_SOCKET_H 1
2724| #define HAVE_SYS_SOCKIO_H 1
2725| #define HAVE_SYS_IOCTL_H 1
2726| #define HAVE_SYS_SELECT_H 1
2727| #define HAVE_NETDB_H 1
2728| #define HAVE_IFADDRS_H 1
2729| #define HAVE_NET_IF_H 1
2730| #define HAVE_NET_IF_DL_H 1
2731| #define HAVE_NET_IF_ARP_H 1
2732| #define HAVE_NETINET_IN_H 1
2733| #define HAVE_ARPA_INET_H 1
2734| #define HAVE_STRUCT_TIMEVAL 1
2735| #define HAVE_GETIFADDRS 1
2736| #define HAVE_NANOSLEEP 1
2737| #define HAVE_GETTIMEOFDAY 1
2738| #define HAVE_CLOCK_GETTIME 1
2739| #define HAVE_LONG_LONG 1
2740| #define HAVE_LONG_DOUBLE 1
2741| #define SIZEOF_CHAR 1
2742| #define SIZEOF_UNSIGNED_CHAR 1
2743| #define SIZEOF_SHORT 2
2744| #define SIZEOF_UNSIGNED_SHORT 2
2745| #define SIZEOF_INT 4
2746| #define SIZEOF_UNSIGNED_INT 4
2747| #define SIZEOF_LONG 8
2748| /* end confdefs.h.  */
2749| #include <stdio.h>
2750| #ifdef HAVE_SYS_TYPES_H
2751| # include <sys/types.h>
2752| #endif
2753| #ifdef HAVE_SYS_STAT_H
2754| # include <sys/stat.h>
2755| #endif
2756| #ifdef STDC_HEADERS
2757| # include <stdlib.h>
2758| # include <stddef.h>
2759| #else
2760| # ifdef HAVE_STDLIB_H
2761| #  include <stdlib.h>
2762| # endif
2763| #endif
2764| #ifdef HAVE_STRING_H
2765| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2766| #  include <memory.h>
2767| # endif
2768| # include <string.h>
2769| #endif
2770| #ifdef HAVE_STRINGS_H
2771| # include <strings.h>
2772| #endif
2773| #ifdef HAVE_INTTYPES_H
2774| # include <inttypes.h>
2775| #endif
2776| #ifdef HAVE_STDINT_H
2777| # include <stdint.h>
2778| #endif
2779| #ifdef HAVE_UNISTD_H
2780| # include <unistd.h>
2781| #endif
2782| int
2783| main ()
2784| {
2785| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
2786| test_array [0] = 0
2787|
2788|   ;
2789|   return 0;
2790| }
2791configure:17213: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2792conftest.c:85:24: error: 'test_array' declared as an array with a negative size
2793   85 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];
2794      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27951 error generated.
2796configure:17220: $? = 1
2797configure: failed program was:
2798| /* confdefs.h.  */
2799| #define PACKAGE_NAME ""
2800| #define PACKAGE_TARNAME ""
2801| #define PACKAGE_VERSION ""
2802| #define PACKAGE_STRING ""
2803| #define PACKAGE_BUGREPORT ""
2804| #define STDC_HEADERS 1
2805| #define HAVE_SYS_TYPES_H 1
2806| #define HAVE_SYS_STAT_H 1
2807| #define HAVE_STDLIB_H 1
2808| #define HAVE_STRING_H 1
2809| #define HAVE_MEMORY_H 1
2810| #define HAVE_STRINGS_H 1
2811| #define HAVE_INTTYPES_H 1
2812| #define HAVE_STDINT_H 1
2813| #define HAVE_UNISTD_H 1
2814| #define HAVE_DLFCN_H 1
2815| #define LT_OBJDIR ".libs/"
2816| #define __VA_COPY_USE __VA_COPY_USE_yes
2817| #define HAVE_SYS_TYPES_H 1
2818| #define HAVE_SYS_PARAM_H 1
2819| #define HAVE_SYS_TIME_H 1
2820| #define HAVE_SYS_SOCKET_H 1
2821| #define HAVE_SYS_SOCKIO_H 1
2822| #define HAVE_SYS_IOCTL_H 1
2823| #define HAVE_SYS_SELECT_H 1
2824| #define HAVE_NETDB_H 1
2825| #define HAVE_IFADDRS_H 1
2826| #define HAVE_NET_IF_H 1
2827| #define HAVE_NET_IF_DL_H 1
2828| #define HAVE_NET_IF_ARP_H 1
2829| #define HAVE_NETINET_IN_H 1
2830| #define HAVE_ARPA_INET_H 1
2831| #define HAVE_STRUCT_TIMEVAL 1
2832| #define HAVE_GETIFADDRS 1
2833| #define HAVE_NANOSLEEP 1
2834| #define HAVE_GETTIMEOFDAY 1
2835| #define HAVE_CLOCK_GETTIME 1
2836| #define HAVE_LONG_LONG 1
2837| #define HAVE_LONG_DOUBLE 1
2838| #define SIZEOF_CHAR 1
2839| #define SIZEOF_UNSIGNED_CHAR 1
2840| #define SIZEOF_SHORT 2
2841| #define SIZEOF_UNSIGNED_SHORT 2
2842| #define SIZEOF_INT 4
2843| #define SIZEOF_UNSIGNED_INT 4
2844| #define SIZEOF_LONG 8
2845| /* end confdefs.h.  */
2846| #include <stdio.h>
2847| #ifdef HAVE_SYS_TYPES_H
2848| # include <sys/types.h>
2849| #endif
2850| #ifdef HAVE_SYS_STAT_H
2851| # include <sys/stat.h>
2852| #endif
2853| #ifdef STDC_HEADERS
2854| # include <stdlib.h>
2855| # include <stddef.h>
2856| #else
2857| # ifdef HAVE_STDLIB_H
2858| #  include <stdlib.h>
2859| # endif
2860| #endif
2861| #ifdef HAVE_STRING_H
2862| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2863| #  include <memory.h>
2864| # endif
2865| # include <string.h>
2866| #endif
2867| #ifdef HAVE_STRINGS_H
2868| # include <strings.h>
2869| #endif
2870| #ifdef HAVE_INTTYPES_H
2871| # include <inttypes.h>
2872| #endif
2873| #ifdef HAVE_STDINT_H
2874| # include <stdint.h>
2875| #endif
2876| #ifdef HAVE_UNISTD_H
2877| # include <unistd.h>
2878| #endif
2879| int
2880| main ()
2881| {
2882| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];
2883| test_array [0] = 0
2884|
2885|   ;
2886|   return 0;
2887| }
2888configure:17213: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2889configure:17220: $? = 0
2890configure:17368: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2891configure:17375: $? = 0
2892configure:17368: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2893configure:17375: $? = 0
2894configure:17368: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2895configure:17375: $? = 0
2896configure:17487: result: 8
2897configure:17501: checking size of long long
2898configure:17531: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2899configure:17538: $? = 0
2900configure:17568: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2901conftest.c:86:24: error: 'test_array' declared as an array with a negative size
2902   86 | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
2903      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29041 error generated.
2905configure:17575: $? = 1
2906configure: failed program was:
2907| /* confdefs.h.  */
2908| #define PACKAGE_NAME ""
2909| #define PACKAGE_TARNAME ""
2910| #define PACKAGE_VERSION ""
2911| #define PACKAGE_STRING ""
2912| #define PACKAGE_BUGREPORT ""
2913| #define STDC_HEADERS 1
2914| #define HAVE_SYS_TYPES_H 1
2915| #define HAVE_SYS_STAT_H 1
2916| #define HAVE_STDLIB_H 1
2917| #define HAVE_STRING_H 1
2918| #define HAVE_MEMORY_H 1
2919| #define HAVE_STRINGS_H 1
2920| #define HAVE_INTTYPES_H 1
2921| #define HAVE_STDINT_H 1
2922| #define HAVE_UNISTD_H 1
2923| #define HAVE_DLFCN_H 1
2924| #define LT_OBJDIR ".libs/"
2925| #define __VA_COPY_USE __VA_COPY_USE_yes
2926| #define HAVE_SYS_TYPES_H 1
2927| #define HAVE_SYS_PARAM_H 1
2928| #define HAVE_SYS_TIME_H 1
2929| #define HAVE_SYS_SOCKET_H 1
2930| #define HAVE_SYS_SOCKIO_H 1
2931| #define HAVE_SYS_IOCTL_H 1
2932| #define HAVE_SYS_SELECT_H 1
2933| #define HAVE_NETDB_H 1
2934| #define HAVE_IFADDRS_H 1
2935| #define HAVE_NET_IF_H 1
2936| #define HAVE_NET_IF_DL_H 1
2937| #define HAVE_NET_IF_ARP_H 1
2938| #define HAVE_NETINET_IN_H 1
2939| #define HAVE_ARPA_INET_H 1
2940| #define HAVE_STRUCT_TIMEVAL 1
2941| #define HAVE_GETIFADDRS 1
2942| #define HAVE_NANOSLEEP 1
2943| #define HAVE_GETTIMEOFDAY 1
2944| #define HAVE_CLOCK_GETTIME 1
2945| #define HAVE_LONG_LONG 1
2946| #define HAVE_LONG_DOUBLE 1
2947| #define SIZEOF_CHAR 1
2948| #define SIZEOF_UNSIGNED_CHAR 1
2949| #define SIZEOF_SHORT 2
2950| #define SIZEOF_UNSIGNED_SHORT 2
2951| #define SIZEOF_INT 4
2952| #define SIZEOF_UNSIGNED_INT 4
2953| #define SIZEOF_LONG 8
2954| #define SIZEOF_UNSIGNED_LONG 8
2955| /* end confdefs.h.  */
2956| #include <stdio.h>
2957| #ifdef HAVE_SYS_TYPES_H
2958| # include <sys/types.h>
2959| #endif
2960| #ifdef HAVE_SYS_STAT_H
2961| # include <sys/stat.h>
2962| #endif
2963| #ifdef STDC_HEADERS
2964| # include <stdlib.h>
2965| # include <stddef.h>
2966| #else
2967| # ifdef HAVE_STDLIB_H
2968| #  include <stdlib.h>
2969| # endif
2970| #endif
2971| #ifdef HAVE_STRING_H
2972| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2973| #  include <memory.h>
2974| # endif
2975| # include <string.h>
2976| #endif
2977| #ifdef HAVE_STRINGS_H
2978| # include <strings.h>
2979| #endif
2980| #ifdef HAVE_INTTYPES_H
2981| # include <inttypes.h>
2982| #endif
2983| #ifdef HAVE_STDINT_H
2984| # include <stdint.h>
2985| #endif
2986| #ifdef HAVE_UNISTD_H
2987| # include <unistd.h>
2988| #endif
2989| int
2990| main ()
2991| {
2992| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
2993| test_array [0] = 0
2994|
2995|   ;
2996|   return 0;
2997| }
2998configure:17568: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
2999conftest.c:86:24: error: 'test_array' declared as an array with a negative size
3000   86 | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
3001      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30021 error generated.
3003configure:17575: $? = 1
3004configure: failed program was:
3005| /* confdefs.h.  */
3006| #define PACKAGE_NAME ""
3007| #define PACKAGE_TARNAME ""
3008| #define PACKAGE_VERSION ""
3009| #define PACKAGE_STRING ""
3010| #define PACKAGE_BUGREPORT ""
3011| #define STDC_HEADERS 1
3012| #define HAVE_SYS_TYPES_H 1
3013| #define HAVE_SYS_STAT_H 1
3014| #define HAVE_STDLIB_H 1
3015| #define HAVE_STRING_H 1
3016| #define HAVE_MEMORY_H 1
3017| #define HAVE_STRINGS_H 1
3018| #define HAVE_INTTYPES_H 1
3019| #define HAVE_STDINT_H 1
3020| #define HAVE_UNISTD_H 1
3021| #define HAVE_DLFCN_H 1
3022| #define LT_OBJDIR ".libs/"
3023| #define __VA_COPY_USE __VA_COPY_USE_yes
3024| #define HAVE_SYS_TYPES_H 1
3025| #define HAVE_SYS_PARAM_H 1
3026| #define HAVE_SYS_TIME_H 1
3027| #define HAVE_SYS_SOCKET_H 1
3028| #define HAVE_SYS_SOCKIO_H 1
3029| #define HAVE_SYS_IOCTL_H 1
3030| #define HAVE_SYS_SELECT_H 1
3031| #define HAVE_NETDB_H 1
3032| #define HAVE_IFADDRS_H 1
3033| #define HAVE_NET_IF_H 1
3034| #define HAVE_NET_IF_DL_H 1
3035| #define HAVE_NET_IF_ARP_H 1
3036| #define HAVE_NETINET_IN_H 1
3037| #define HAVE_ARPA_INET_H 1
3038| #define HAVE_STRUCT_TIMEVAL 1
3039| #define HAVE_GETIFADDRS 1
3040| #define HAVE_NANOSLEEP 1
3041| #define HAVE_GETTIMEOFDAY 1
3042| #define HAVE_CLOCK_GETTIME 1
3043| #define HAVE_LONG_LONG 1
3044| #define HAVE_LONG_DOUBLE 1
3045| #define SIZEOF_CHAR 1
3046| #define SIZEOF_UNSIGNED_CHAR 1
3047| #define SIZEOF_SHORT 2
3048| #define SIZEOF_UNSIGNED_SHORT 2
3049| #define SIZEOF_INT 4
3050| #define SIZEOF_UNSIGNED_INT 4
3051| #define SIZEOF_LONG 8
3052| #define SIZEOF_UNSIGNED_LONG 8
3053| /* end confdefs.h.  */
3054| #include <stdio.h>
3055| #ifdef HAVE_SYS_TYPES_H
3056| # include <sys/types.h>
3057| #endif
3058| #ifdef HAVE_SYS_STAT_H
3059| # include <sys/stat.h>
3060| #endif
3061| #ifdef STDC_HEADERS
3062| # include <stdlib.h>
3063| # include <stddef.h>
3064| #else
3065| # ifdef HAVE_STDLIB_H
3066| #  include <stdlib.h>
3067| # endif
3068| #endif
3069| #ifdef HAVE_STRING_H
3070| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3071| #  include <memory.h>
3072| # endif
3073| # include <string.h>
3074| #endif
3075| #ifdef HAVE_STRINGS_H
3076| # include <strings.h>
3077| #endif
3078| #ifdef HAVE_INTTYPES_H
3079| # include <inttypes.h>
3080| #endif
3081| #ifdef HAVE_STDINT_H
3082| # include <stdint.h>
3083| #endif
3084| #ifdef HAVE_UNISTD_H
3085| # include <unistd.h>
3086| #endif
3087| int
3088| main ()
3089| {
3090| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
3091| test_array [0] = 0
3092|
3093|   ;
3094|   return 0;
3095| }
3096configure:17568: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3097conftest.c:86:24: error: 'test_array' declared as an array with a negative size
3098   86 | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
3099      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31001 error generated.
3101configure:17575: $? = 1
3102configure: failed program was:
3103| /* confdefs.h.  */
3104| #define PACKAGE_NAME ""
3105| #define PACKAGE_TARNAME ""
3106| #define PACKAGE_VERSION ""
3107| #define PACKAGE_STRING ""
3108| #define PACKAGE_BUGREPORT ""
3109| #define STDC_HEADERS 1
3110| #define HAVE_SYS_TYPES_H 1
3111| #define HAVE_SYS_STAT_H 1
3112| #define HAVE_STDLIB_H 1
3113| #define HAVE_STRING_H 1
3114| #define HAVE_MEMORY_H 1
3115| #define HAVE_STRINGS_H 1
3116| #define HAVE_INTTYPES_H 1
3117| #define HAVE_STDINT_H 1
3118| #define HAVE_UNISTD_H 1
3119| #define HAVE_DLFCN_H 1
3120| #define LT_OBJDIR ".libs/"
3121| #define __VA_COPY_USE __VA_COPY_USE_yes
3122| #define HAVE_SYS_TYPES_H 1
3123| #define HAVE_SYS_PARAM_H 1
3124| #define HAVE_SYS_TIME_H 1
3125| #define HAVE_SYS_SOCKET_H 1
3126| #define HAVE_SYS_SOCKIO_H 1
3127| #define HAVE_SYS_IOCTL_H 1
3128| #define HAVE_SYS_SELECT_H 1
3129| #define HAVE_NETDB_H 1
3130| #define HAVE_IFADDRS_H 1
3131| #define HAVE_NET_IF_H 1
3132| #define HAVE_NET_IF_DL_H 1
3133| #define HAVE_NET_IF_ARP_H 1
3134| #define HAVE_NETINET_IN_H 1
3135| #define HAVE_ARPA_INET_H 1
3136| #define HAVE_STRUCT_TIMEVAL 1
3137| #define HAVE_GETIFADDRS 1
3138| #define HAVE_NANOSLEEP 1
3139| #define HAVE_GETTIMEOFDAY 1
3140| #define HAVE_CLOCK_GETTIME 1
3141| #define HAVE_LONG_LONG 1
3142| #define HAVE_LONG_DOUBLE 1
3143| #define SIZEOF_CHAR 1
3144| #define SIZEOF_UNSIGNED_CHAR 1
3145| #define SIZEOF_SHORT 2
3146| #define SIZEOF_UNSIGNED_SHORT 2
3147| #define SIZEOF_INT 4
3148| #define SIZEOF_UNSIGNED_INT 4
3149| #define SIZEOF_LONG 8
3150| #define SIZEOF_UNSIGNED_LONG 8
3151| /* end confdefs.h.  */
3152| #include <stdio.h>
3153| #ifdef HAVE_SYS_TYPES_H
3154| # include <sys/types.h>
3155| #endif
3156| #ifdef HAVE_SYS_STAT_H
3157| # include <sys/stat.h>
3158| #endif
3159| #ifdef STDC_HEADERS
3160| # include <stdlib.h>
3161| # include <stddef.h>
3162| #else
3163| # ifdef HAVE_STDLIB_H
3164| #  include <stdlib.h>
3165| # endif
3166| #endif
3167| #ifdef HAVE_STRING_H
3168| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3169| #  include <memory.h>
3170| # endif
3171| # include <string.h>
3172| #endif
3173| #ifdef HAVE_STRINGS_H
3174| # include <strings.h>
3175| #endif
3176| #ifdef HAVE_INTTYPES_H
3177| # include <inttypes.h>
3178| #endif
3179| #ifdef HAVE_STDINT_H
3180| # include <stdint.h>
3181| #endif
3182| #ifdef HAVE_UNISTD_H
3183| # include <unistd.h>
3184| #endif
3185| int
3186| main ()
3187| {
3188| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
3189| test_array [0] = 0
3190|
3191|   ;
3192|   return 0;
3193| }
3194configure:17568: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3195conftest.c:86:24: error: 'test_array' declared as an array with a negative size
3196   86 | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
3197      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31981 error generated.
3199configure:17575: $? = 1
3200configure: failed program was:
3201| /* confdefs.h.  */
3202| #define PACKAGE_NAME ""
3203| #define PACKAGE_TARNAME ""
3204| #define PACKAGE_VERSION ""
3205| #define PACKAGE_STRING ""
3206| #define PACKAGE_BUGREPORT ""
3207| #define STDC_HEADERS 1
3208| #define HAVE_SYS_TYPES_H 1
3209| #define HAVE_SYS_STAT_H 1
3210| #define HAVE_STDLIB_H 1
3211| #define HAVE_STRING_H 1
3212| #define HAVE_MEMORY_H 1
3213| #define HAVE_STRINGS_H 1
3214| #define HAVE_INTTYPES_H 1
3215| #define HAVE_STDINT_H 1
3216| #define HAVE_UNISTD_H 1
3217| #define HAVE_DLFCN_H 1
3218| #define LT_OBJDIR ".libs/"
3219| #define __VA_COPY_USE __VA_COPY_USE_yes
3220| #define HAVE_SYS_TYPES_H 1
3221| #define HAVE_SYS_PARAM_H 1
3222| #define HAVE_SYS_TIME_H 1
3223| #define HAVE_SYS_SOCKET_H 1
3224| #define HAVE_SYS_SOCKIO_H 1
3225| #define HAVE_SYS_IOCTL_H 1
3226| #define HAVE_SYS_SELECT_H 1
3227| #define HAVE_NETDB_H 1
3228| #define HAVE_IFADDRS_H 1
3229| #define HAVE_NET_IF_H 1
3230| #define HAVE_NET_IF_DL_H 1
3231| #define HAVE_NET_IF_ARP_H 1
3232| #define HAVE_NETINET_IN_H 1
3233| #define HAVE_ARPA_INET_H 1
3234| #define HAVE_STRUCT_TIMEVAL 1
3235| #define HAVE_GETIFADDRS 1
3236| #define HAVE_NANOSLEEP 1
3237| #define HAVE_GETTIMEOFDAY 1
3238| #define HAVE_CLOCK_GETTIME 1
3239| #define HAVE_LONG_LONG 1
3240| #define HAVE_LONG_DOUBLE 1
3241| #define SIZEOF_CHAR 1
3242| #define SIZEOF_UNSIGNED_CHAR 1
3243| #define SIZEOF_SHORT 2
3244| #define SIZEOF_UNSIGNED_SHORT 2
3245| #define SIZEOF_INT 4
3246| #define SIZEOF_UNSIGNED_INT 4
3247| #define SIZEOF_LONG 8
3248| #define SIZEOF_UNSIGNED_LONG 8
3249| /* end confdefs.h.  */
3250| #include <stdio.h>
3251| #ifdef HAVE_SYS_TYPES_H
3252| # include <sys/types.h>
3253| #endif
3254| #ifdef HAVE_SYS_STAT_H
3255| # include <sys/stat.h>
3256| #endif
3257| #ifdef STDC_HEADERS
3258| # include <stdlib.h>
3259| # include <stddef.h>
3260| #else
3261| # ifdef HAVE_STDLIB_H
3262| #  include <stdlib.h>
3263| # endif
3264| #endif
3265| #ifdef HAVE_STRING_H
3266| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3267| #  include <memory.h>
3268| # endif
3269| # include <string.h>
3270| #endif
3271| #ifdef HAVE_STRINGS_H
3272| # include <strings.h>
3273| #endif
3274| #ifdef HAVE_INTTYPES_H
3275| # include <inttypes.h>
3276| #endif
3277| #ifdef HAVE_STDINT_H
3278| # include <stdint.h>
3279| #endif
3280| #ifdef HAVE_UNISTD_H
3281| # include <unistd.h>
3282| #endif
3283| int
3284| main ()
3285| {
3286| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
3287| test_array [0] = 0
3288|
3289|   ;
3290|   return 0;
3291| }
3292configure:17568: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3293configure:17575: $? = 0
3294configure:17723: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3295configure:17730: $? = 0
3296configure:17723: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3297configure:17730: $? = 0
3298configure:17723: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3299configure:17730: $? = 0
3300configure:17842: result: 8
3301configure:17856: checking size of unsigned long long
3302configure:17886: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3303configure:17893: $? = 0
3304configure:17923: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3305conftest.c:87:24: error: 'test_array' declared as an array with a negative size
3306   87 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 0)];
3307      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33081 error generated.
3309configure:17930: $? = 1
3310configure: failed program was:
3311| /* confdefs.h.  */
3312| #define PACKAGE_NAME ""
3313| #define PACKAGE_TARNAME ""
3314| #define PACKAGE_VERSION ""
3315| #define PACKAGE_STRING ""
3316| #define PACKAGE_BUGREPORT ""
3317| #define STDC_HEADERS 1
3318| #define HAVE_SYS_TYPES_H 1
3319| #define HAVE_SYS_STAT_H 1
3320| #define HAVE_STDLIB_H 1
3321| #define HAVE_STRING_H 1
3322| #define HAVE_MEMORY_H 1
3323| #define HAVE_STRINGS_H 1
3324| #define HAVE_INTTYPES_H 1
3325| #define HAVE_STDINT_H 1
3326| #define HAVE_UNISTD_H 1
3327| #define HAVE_DLFCN_H 1
3328| #define LT_OBJDIR ".libs/"
3329| #define __VA_COPY_USE __VA_COPY_USE_yes
3330| #define HAVE_SYS_TYPES_H 1
3331| #define HAVE_SYS_PARAM_H 1
3332| #define HAVE_SYS_TIME_H 1
3333| #define HAVE_SYS_SOCKET_H 1
3334| #define HAVE_SYS_SOCKIO_H 1
3335| #define HAVE_SYS_IOCTL_H 1
3336| #define HAVE_SYS_SELECT_H 1
3337| #define HAVE_NETDB_H 1
3338| #define HAVE_IFADDRS_H 1
3339| #define HAVE_NET_IF_H 1
3340| #define HAVE_NET_IF_DL_H 1
3341| #define HAVE_NET_IF_ARP_H 1
3342| #define HAVE_NETINET_IN_H 1
3343| #define HAVE_ARPA_INET_H 1
3344| #define HAVE_STRUCT_TIMEVAL 1
3345| #define HAVE_GETIFADDRS 1
3346| #define HAVE_NANOSLEEP 1
3347| #define HAVE_GETTIMEOFDAY 1
3348| #define HAVE_CLOCK_GETTIME 1
3349| #define HAVE_LONG_LONG 1
3350| #define HAVE_LONG_DOUBLE 1
3351| #define SIZEOF_CHAR 1
3352| #define SIZEOF_UNSIGNED_CHAR 1
3353| #define SIZEOF_SHORT 2
3354| #define SIZEOF_UNSIGNED_SHORT 2
3355| #define SIZEOF_INT 4
3356| #define SIZEOF_UNSIGNED_INT 4
3357| #define SIZEOF_LONG 8
3358| #define SIZEOF_UNSIGNED_LONG 8
3359| #define SIZEOF_LONG_LONG 8
3360| /* end confdefs.h.  */
3361| #include <stdio.h>
3362| #ifdef HAVE_SYS_TYPES_H
3363| # include <sys/types.h>
3364| #endif
3365| #ifdef HAVE_SYS_STAT_H
3366| # include <sys/stat.h>
3367| #endif
3368| #ifdef STDC_HEADERS
3369| # include <stdlib.h>
3370| # include <stddef.h>
3371| #else
3372| # ifdef HAVE_STDLIB_H
3373| #  include <stdlib.h>
3374| # endif
3375| #endif
3376| #ifdef HAVE_STRING_H
3377| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3378| #  include <memory.h>
3379| # endif
3380| # include <string.h>
3381| #endif
3382| #ifdef HAVE_STRINGS_H
3383| # include <strings.h>
3384| #endif
3385| #ifdef HAVE_INTTYPES_H
3386| # include <inttypes.h>
3387| #endif
3388| #ifdef HAVE_STDINT_H
3389| # include <stdint.h>
3390| #endif
3391| #ifdef HAVE_UNISTD_H
3392| # include <unistd.h>
3393| #endif
3394| int
3395| main ()
3396| {
3397| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 0)];
3398| test_array [0] = 0
3399|
3400|   ;
3401|   return 0;
3402| }
3403configure:17923: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3404conftest.c:87:24: error: 'test_array' declared as an array with a negative size
3405   87 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 1)];
3406      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34071 error generated.
3408configure:17930: $? = 1
3409configure: failed program was:
3410| /* confdefs.h.  */
3411| #define PACKAGE_NAME ""
3412| #define PACKAGE_TARNAME ""
3413| #define PACKAGE_VERSION ""
3414| #define PACKAGE_STRING ""
3415| #define PACKAGE_BUGREPORT ""
3416| #define STDC_HEADERS 1
3417| #define HAVE_SYS_TYPES_H 1
3418| #define HAVE_SYS_STAT_H 1
3419| #define HAVE_STDLIB_H 1
3420| #define HAVE_STRING_H 1
3421| #define HAVE_MEMORY_H 1
3422| #define HAVE_STRINGS_H 1
3423| #define HAVE_INTTYPES_H 1
3424| #define HAVE_STDINT_H 1
3425| #define HAVE_UNISTD_H 1
3426| #define HAVE_DLFCN_H 1
3427| #define LT_OBJDIR ".libs/"
3428| #define __VA_COPY_USE __VA_COPY_USE_yes
3429| #define HAVE_SYS_TYPES_H 1
3430| #define HAVE_SYS_PARAM_H 1
3431| #define HAVE_SYS_TIME_H 1
3432| #define HAVE_SYS_SOCKET_H 1
3433| #define HAVE_SYS_SOCKIO_H 1
3434| #define HAVE_SYS_IOCTL_H 1
3435| #define HAVE_SYS_SELECT_H 1
3436| #define HAVE_NETDB_H 1
3437| #define HAVE_IFADDRS_H 1
3438| #define HAVE_NET_IF_H 1
3439| #define HAVE_NET_IF_DL_H 1
3440| #define HAVE_NET_IF_ARP_H 1
3441| #define HAVE_NETINET_IN_H 1
3442| #define HAVE_ARPA_INET_H 1
3443| #define HAVE_STRUCT_TIMEVAL 1
3444| #define HAVE_GETIFADDRS 1
3445| #define HAVE_NANOSLEEP 1
3446| #define HAVE_GETTIMEOFDAY 1
3447| #define HAVE_CLOCK_GETTIME 1
3448| #define HAVE_LONG_LONG 1
3449| #define HAVE_LONG_DOUBLE 1
3450| #define SIZEOF_CHAR 1
3451| #define SIZEOF_UNSIGNED_CHAR 1
3452| #define SIZEOF_SHORT 2
3453| #define SIZEOF_UNSIGNED_SHORT 2
3454| #define SIZEOF_INT 4
3455| #define SIZEOF_UNSIGNED_INT 4
3456| #define SIZEOF_LONG 8
3457| #define SIZEOF_UNSIGNED_LONG 8
3458| #define SIZEOF_LONG_LONG 8
3459| /* end confdefs.h.  */
3460| #include <stdio.h>
3461| #ifdef HAVE_SYS_TYPES_H
3462| # include <sys/types.h>
3463| #endif
3464| #ifdef HAVE_SYS_STAT_H
3465| # include <sys/stat.h>
3466| #endif
3467| #ifdef STDC_HEADERS
3468| # include <stdlib.h>
3469| # include <stddef.h>
3470| #else
3471| # ifdef HAVE_STDLIB_H
3472| #  include <stdlib.h>
3473| # endif
3474| #endif
3475| #ifdef HAVE_STRING_H
3476| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3477| #  include <memory.h>
3478| # endif
3479| # include <string.h>
3480| #endif
3481| #ifdef HAVE_STRINGS_H
3482| # include <strings.h>
3483| #endif
3484| #ifdef HAVE_INTTYPES_H
3485| # include <inttypes.h>
3486| #endif
3487| #ifdef HAVE_STDINT_H
3488| # include <stdint.h>
3489| #endif
3490| #ifdef HAVE_UNISTD_H
3491| # include <unistd.h>
3492| #endif
3493| int
3494| main ()
3495| {
3496| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 1)];
3497| test_array [0] = 0
3498|
3499|   ;
3500|   return 0;
3501| }
3502configure:17923: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3503conftest.c:87:24: error: 'test_array' declared as an array with a negative size
3504   87 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 3)];
3505      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35061 error generated.
3507configure:17930: $? = 1
3508configure: failed program was:
3509| /* confdefs.h.  */
3510| #define PACKAGE_NAME ""
3511| #define PACKAGE_TARNAME ""
3512| #define PACKAGE_VERSION ""
3513| #define PACKAGE_STRING ""
3514| #define PACKAGE_BUGREPORT ""
3515| #define STDC_HEADERS 1
3516| #define HAVE_SYS_TYPES_H 1
3517| #define HAVE_SYS_STAT_H 1
3518| #define HAVE_STDLIB_H 1
3519| #define HAVE_STRING_H 1
3520| #define HAVE_MEMORY_H 1
3521| #define HAVE_STRINGS_H 1
3522| #define HAVE_INTTYPES_H 1
3523| #define HAVE_STDINT_H 1
3524| #define HAVE_UNISTD_H 1
3525| #define HAVE_DLFCN_H 1
3526| #define LT_OBJDIR ".libs/"
3527| #define __VA_COPY_USE __VA_COPY_USE_yes
3528| #define HAVE_SYS_TYPES_H 1
3529| #define HAVE_SYS_PARAM_H 1
3530| #define HAVE_SYS_TIME_H 1
3531| #define HAVE_SYS_SOCKET_H 1
3532| #define HAVE_SYS_SOCKIO_H 1
3533| #define HAVE_SYS_IOCTL_H 1
3534| #define HAVE_SYS_SELECT_H 1
3535| #define HAVE_NETDB_H 1
3536| #define HAVE_IFADDRS_H 1
3537| #define HAVE_NET_IF_H 1
3538| #define HAVE_NET_IF_DL_H 1
3539| #define HAVE_NET_IF_ARP_H 1
3540| #define HAVE_NETINET_IN_H 1
3541| #define HAVE_ARPA_INET_H 1
3542| #define HAVE_STRUCT_TIMEVAL 1
3543| #define HAVE_GETIFADDRS 1
3544| #define HAVE_NANOSLEEP 1
3545| #define HAVE_GETTIMEOFDAY 1
3546| #define HAVE_CLOCK_GETTIME 1
3547| #define HAVE_LONG_LONG 1
3548| #define HAVE_LONG_DOUBLE 1
3549| #define SIZEOF_CHAR 1
3550| #define SIZEOF_UNSIGNED_CHAR 1
3551| #define SIZEOF_SHORT 2
3552| #define SIZEOF_UNSIGNED_SHORT 2
3553| #define SIZEOF_INT 4
3554| #define SIZEOF_UNSIGNED_INT 4
3555| #define SIZEOF_LONG 8
3556| #define SIZEOF_UNSIGNED_LONG 8
3557| #define SIZEOF_LONG_LONG 8
3558| /* end confdefs.h.  */
3559| #include <stdio.h>
3560| #ifdef HAVE_SYS_TYPES_H
3561| # include <sys/types.h>
3562| #endif
3563| #ifdef HAVE_SYS_STAT_H
3564| # include <sys/stat.h>
3565| #endif
3566| #ifdef STDC_HEADERS
3567| # include <stdlib.h>
3568| # include <stddef.h>
3569| #else
3570| # ifdef HAVE_STDLIB_H
3571| #  include <stdlib.h>
3572| # endif
3573| #endif
3574| #ifdef HAVE_STRING_H
3575| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3576| #  include <memory.h>
3577| # endif
3578| # include <string.h>
3579| #endif
3580| #ifdef HAVE_STRINGS_H
3581| # include <strings.h>
3582| #endif
3583| #ifdef HAVE_INTTYPES_H
3584| # include <inttypes.h>
3585| #endif
3586| #ifdef HAVE_STDINT_H
3587| # include <stdint.h>
3588| #endif
3589| #ifdef HAVE_UNISTD_H
3590| # include <unistd.h>
3591| #endif
3592| int
3593| main ()
3594| {
3595| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 3)];
3596| test_array [0] = 0
3597|
3598|   ;
3599|   return 0;
3600| }
3601configure:17923: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3602conftest.c:87:24: error: 'test_array' declared as an array with a negative size
3603   87 | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 7)];
3604      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36051 error generated.
3606configure:17930: $? = 1
3607configure: failed program was:
3608| /* confdefs.h.  */
3609| #define PACKAGE_NAME ""
3610| #define PACKAGE_TARNAME ""
3611| #define PACKAGE_VERSION ""
3612| #define PACKAGE_STRING ""
3613| #define PACKAGE_BUGREPORT ""
3614| #define STDC_HEADERS 1
3615| #define HAVE_SYS_TYPES_H 1
3616| #define HAVE_SYS_STAT_H 1
3617| #define HAVE_STDLIB_H 1
3618| #define HAVE_STRING_H 1
3619| #define HAVE_MEMORY_H 1
3620| #define HAVE_STRINGS_H 1
3621| #define HAVE_INTTYPES_H 1
3622| #define HAVE_STDINT_H 1
3623| #define HAVE_UNISTD_H 1
3624| #define HAVE_DLFCN_H 1
3625| #define LT_OBJDIR ".libs/"
3626| #define __VA_COPY_USE __VA_COPY_USE_yes
3627| #define HAVE_SYS_TYPES_H 1
3628| #define HAVE_SYS_PARAM_H 1
3629| #define HAVE_SYS_TIME_H 1
3630| #define HAVE_SYS_SOCKET_H 1
3631| #define HAVE_SYS_SOCKIO_H 1
3632| #define HAVE_SYS_IOCTL_H 1
3633| #define HAVE_SYS_SELECT_H 1
3634| #define HAVE_NETDB_H 1
3635| #define HAVE_IFADDRS_H 1
3636| #define HAVE_NET_IF_H 1
3637| #define HAVE_NET_IF_DL_H 1
3638| #define HAVE_NET_IF_ARP_H 1
3639| #define HAVE_NETINET_IN_H 1
3640| #define HAVE_ARPA_INET_H 1
3641| #define HAVE_STRUCT_TIMEVAL 1
3642| #define HAVE_GETIFADDRS 1
3643| #define HAVE_NANOSLEEP 1
3644| #define HAVE_GETTIMEOFDAY 1
3645| #define HAVE_CLOCK_GETTIME 1
3646| #define HAVE_LONG_LONG 1
3647| #define HAVE_LONG_DOUBLE 1
3648| #define SIZEOF_CHAR 1
3649| #define SIZEOF_UNSIGNED_CHAR 1
3650| #define SIZEOF_SHORT 2
3651| #define SIZEOF_UNSIGNED_SHORT 2
3652| #define SIZEOF_INT 4
3653| #define SIZEOF_UNSIGNED_INT 4
3654| #define SIZEOF_LONG 8
3655| #define SIZEOF_UNSIGNED_LONG 8
3656| #define SIZEOF_LONG_LONG 8
3657| /* end confdefs.h.  */
3658| #include <stdio.h>
3659| #ifdef HAVE_SYS_TYPES_H
3660| # include <sys/types.h>
3661| #endif
3662| #ifdef HAVE_SYS_STAT_H
3663| # include <sys/stat.h>
3664| #endif
3665| #ifdef STDC_HEADERS
3666| # include <stdlib.h>
3667| # include <stddef.h>
3668| #else
3669| # ifdef HAVE_STDLIB_H
3670| #  include <stdlib.h>
3671| # endif
3672| #endif
3673| #ifdef HAVE_STRING_H
3674| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3675| #  include <memory.h>
3676| # endif
3677| # include <string.h>
3678| #endif
3679| #ifdef HAVE_STRINGS_H
3680| # include <strings.h>
3681| #endif
3682| #ifdef HAVE_INTTYPES_H
3683| # include <inttypes.h>
3684| #endif
3685| #ifdef HAVE_STDINT_H
3686| # include <stdint.h>
3687| #endif
3688| #ifdef HAVE_UNISTD_H
3689| # include <unistd.h>
3690| #endif
3691| int
3692| main ()
3693| {
3694| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 7)];
3695| test_array [0] = 0
3696|
3697|   ;
3698|   return 0;
3699| }
3700configure:17923: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3701configure:17930: $? = 0
3702configure:18078: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3703configure:18085: $? = 0
3704configure:18078: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3705configure:18085: $? = 0
3706configure:18078: /usr/bin/clang -c -Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
3707configure:18085: $? = 0
3708configure:18197: result: 8
3709configure:18216: checking whether to build DCE 1.1 backward compatibility API
3710configure:18223: result: no
3711configure:18248: checking whether to build C++ bindings to C API
3712configure:18255: result: no
3713configure:21571: checking whether to build Perl bindings to C API
3714configure:21578: result: yes
3715configure:21588: checking whether to build Perl compatibility API
3716configure:21595: result: yes
3717configure:21624: checking for perl
3718configure:21655: result: /opt/local/bin/perl5.34
3719configure:21677: checking whether to build PHP bindings to C API
3720configure:21684: result: no
3721configure:21704: checking for php5
3722configure:21737: result: no
3723configure:21704: checking for php
3724configure:21737: result: no
3725configure:21763: checking whether to build PostgreSQL bindings to C API
3726configure:21770: result: no
3727configure:21790: checking for pg_config
3728configure:21823: result: no
3729configure:21952: creating ./config.status
3730
3731## ---------------------- ##
3732## Running config.status. ##
3733## ---------------------- ##
3734
3735This file was extended by config.status, which was
3736generated by GNU Autoconf 2.62 (OpenPKG-CURRENT).  Invocation command line was
3737
3738  CONFIG_FILES    =
3739  CONFIG_HEADERS  =
3740  CONFIG_LINKS    =
3741  CONFIG_COMMANDS =
3742  $ ./config.status
3743
3744on Barneys-Mac-mini.local
3745
3746config.status:1052: creating Makefile
3747config.status:1052: creating uuid-config
3748config.status:1052: creating uuid.pc
3749config.status:1052: creating uuid.h
3750config.status:1052: creating config.h
3751config.status:1281: executing libtool commands
3752config.status:1281: executing adjustment commands
3753
3754## ---------------- ##
3755## Cache variables. ##
3756## ---------------- ##
3757
3758ac_cv_build=arm-apple-darwin24.0.0
3759ac_cv_c_compiler_gnu=yes
3760ac_cv_compiler_option_pipe=yes
3761ac_cv_cxx_compiler_gnu=yes
3762ac_cv_env_CCC_set=
3763ac_cv_env_CCC_value=
3764ac_cv_env_CC_set=set
3765ac_cv_env_CC_value=/usr/bin/clang
3766ac_cv_env_CFLAGS_set=set
3767ac_cv_env_CFLAGS_value='-Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3768ac_cv_env_CPPFLAGS_set=set
3769ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3770ac_cv_env_CPP_set=
3771ac_cv_env_CPP_value=
3772ac_cv_env_CXXCPP_set=
3773ac_cv_env_CXXCPP_value=
3774ac_cv_env_CXXFLAGS_set=set
3775ac_cv_env_CXXFLAGS_value='-Os -arch x86_64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3776ac_cv_env_CXX_set=set
3777ac_cv_env_CXX_value=/usr/bin/clang++
3778ac_cv_env_LDFLAGS_set=set
3779ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3780ac_cv_env_LIBS_set=
3781ac_cv_env_LIBS_value=
3782ac_cv_env_build_alias_set=
3783ac_cv_env_build_alias_value=
3784ac_cv_env_host_alias_set=set
3785ac_cv_env_host_alias_value=x86_64-apple-darwin24.0.0
3786ac_cv_env_target_alias_set=
3787ac_cv_env_target_alias_value=
3788ac_cv_func_Sleep=no
3789ac_cv_func_clock_gettime=yes
3790ac_cv_func_getifaddrs=yes
3791ac_cv_func_gettimeofday=yes
3792ac_cv_func_nanosleep=yes
3793ac_cv_header_arpa_inet_h=yes
3794ac_cv_header_dlfcn_h=yes
3795ac_cv_header_ifaddrs_h=yes
3796ac_cv_header_inttypes_h=yes
3797ac_cv_header_memory_h=yes
3798ac_cv_header_net_if_arp_h=yes
3799ac_cv_header_net_if_dl_h=yes
3800ac_cv_header_net_if_h=yes
3801ac_cv_header_netdb_h=yes
3802ac_cv_header_netinet_in_h=yes
3803ac_cv_header_stdc=yes
3804ac_cv_header_stdint_h=yes
3805ac_cv_header_stdlib_h=yes
3806ac_cv_header_string_h=yes
3807ac_cv_header_strings_h=yes
3808ac_cv_header_sys_ioctl_h=yes
3809ac_cv_header_sys_param_h=yes
3810ac_cv_header_sys_select_h=yes
3811ac_cv_header_sys_socket_h=yes
3812ac_cv_header_sys_sockio_h=yes
3813ac_cv_header_sys_stat_h=yes
3814ac_cv_header_sys_time_h=yes
3815ac_cv_header_sys_types_h=yes
3816ac_cv_header_unistd_h=yes
3817ac_cv_host=x86_64-apple-darwin24.0.0
3818ac_cv_lib_nsl_gethostbyname=no
3819ac_cv_lib_nsl_gethostname=no
3820ac_cv_lib_socket_accept=no
3821ac_cv_objext=o
3822ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
3823ac_cv_path_FGREP='/opt/local/bin/ggrep -F'
3824ac_cv_path_GREP=/opt/local/bin/ggrep
3825ac_cv_path_PERL=/opt/local/bin/perl5.34
3826ac_cv_path_SED=/opt/local/bin/gsed
3827ac_cv_prog_CC=/usr/bin/clang
3828ac_cv_prog_CPP='/usr/bin/clang -E'
3829ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
3830ac_cv_prog_ac_ct_AR=ar
3831ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
3832ac_cv_prog_ac_ct_DUMPBIN='link -dump -symbols'
3833ac_cv_prog_ac_ct_LIPO=lipo
3834ac_cv_prog_ac_ct_NMEDIT=nmedit
3835ac_cv_prog_ac_ct_OTOOL=otool
3836ac_cv_prog_ac_ct_RANLIB=ranlib
3837ac_cv_prog_ac_ct_STRIP=strip
3838ac_cv_prog_cc_c89=
3839ac_cv_prog_cc_g=yes
3840ac_cv_prog_cxx_g=yes
3841ac_cv_prog_make_make_set=yes
3842ac_cv_sizeof_char=1
3843ac_cv_sizeof_int=4
3844ac_cv_sizeof_long=8
3845ac_cv_sizeof_long_long=8
3846ac_cv_sizeof_short=2
3847ac_cv_sizeof_unsigned_char=1
3848ac_cv_sizeof_unsigned_int=4
3849ac_cv_sizeof_unsigned_long=8
3850ac_cv_sizeof_unsigned_long_long=8
3851ac_cv_sizeof_unsigned_short=2
3852ac_cv_type_long_double=yes
3853ac_cv_type_long_long=yes
3854ac_cv_va_copy=yes
3855ac_cv_with_cxx=no
3856ac_cv_with_dce=no
3857ac_cv_with_perl=yes
3858ac_cv_with_perl_compat=yes
3859ac_cv_with_pgsql=no
3860ac_cv_with_php=no
3861lt_cv_apple_cc_single_mod=no
3862lt_cv_deplibs_check_method=pass_all
3863lt_cv_file_magic_cmd='$MAGIC_CMD'
3864lt_cv_file_magic_test_file=
3865lt_cv_ld_exported_symbols_list=yes
3866lt_cv_ld_reload_flag=-r
3867lt_cv_nm_interface='BSD nm'
3868lt_cv_objdir=.libs
3869lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
3870lt_cv_path_NM=no
3871lt_cv_prog_compiler_c_o=yes
3872lt_cv_prog_compiler_pic_works=yes
3873lt_cv_prog_compiler_rtti_exceptions=yes
3874lt_cv_prog_compiler_static_works=no
3875lt_cv_prog_gnu_ld=no
3876lt_cv_sys_global_symbol_pipe=
3877lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
3878lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
3879lt_cv_sys_global_symbol_to_cdecl=
3880lt_cv_sys_max_cmd_len=786432
3881
3882## ----------------- ##
3883## Output variables. ##
3884## ----------------- ##
3885
3886AR='ar'
3887CC='/usr/bin/clang'
3888CFLAGS='-Os -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe'
3889CPP='/usr/bin/clang -E'
3890CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3891CXX='/usr/bin/clang++'
3892CXXCPP='/usr/bin/clang++ -E'
3893CXXFLAGS='-Os -arch x86_64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3894CXX_NAME=''
3895DCE_NAME=''
3896DEFS='-DHAVE_CONFIG_H'
3897DSYMUTIL='dsymutil'
3898DUMPBIN='link -dump -symbols'
3899ECHO_C='\c'
3900ECHO_N=''
3901ECHO_T=''
3902EGREP='/opt/local/bin/ggrep -E'
3903EXEEXT=''
3904FGREP='/opt/local/bin/ggrep -F'
3905GREP='/opt/local/bin/ggrep'
3906LD='/Library/Developer/CommandLineTools/usr/bin/ld'
3907LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
3908LIBOBJS=''
3909LIBS=''
3910LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3911LIPO='lipo'
3912LN_S='ln -s'
3913LTLIBOBJS=''
3914NM='link -dump -symbols'
3915NMEDIT='nmedit'
3916OBJEXT='o'
3917OTOOL64=':'
3918OTOOL='otool'
3919PACKAGE_BUGREPORT=''
3920PACKAGE_NAME=''
3921PACKAGE_STRING=''
3922PACKAGE_TARNAME=''
3923PACKAGE_VERSION=''
3924PATH_SEPARATOR=':'
3925PERL='/opt/local/bin/perl5.34'
3926PERL_NAME='$(PERL_NAME)'
3927PGSQL_NAME=''
3928PG_CONFIG='NA'
3929PHP='NA'
3930PHP_NAME=''
3931RANLIB='ranlib'
3932SED='/opt/local/bin/gsed'
3933SET_MAKE=''
3934SHELL='/bin/sh'
3935STRIP='strip'
3936UUID_VERSION_HEX='0x106202'
3937UUID_VERSION_RAW='1.6.2'
3938UUID_VERSION_STR='1.6.2 (04-Jul-2008)'
3939WITH_CXX='no'
3940WITH_DCE='no'
3941WITH_PERL='yes'
3942WITH_PERL_COMPAT='1'
3943WITH_PGSQL='no'
3944WITH_PHP='no'
3945ac_ct_CC=''
3946ac_ct_CXX=''
3947ac_ct_DUMPBIN='link -dump -symbols'
3948bindir='${exec_prefix}/bin'
3949build='arm-apple-darwin24.0.0'
3950build_alias=''
3951build_cpu='arm'
3952build_os='darwin24.0.0'
3953build_vendor='apple'
3954datadir='${datarootdir}'
3955datarootdir='${prefix}/share'
3956docdir='${datarootdir}/doc/${PACKAGE}'
3957dvidir='${docdir}'
3958exec_prefix='${prefix}'
3959host='x86_64-apple-darwin24.0.0'
3960host_alias='x86_64-apple-darwin24.0.0'
3961host_cpu='x86_64'
3962host_os='darwin24.0.0'
3963host_vendor='apple'
3964htmldir='${docdir}'
3965includedir='/opt/local/include/ossp'
3966infodir='${datarootdir}/info'
3967libdir='${exec_prefix}/lib'
3968libexecdir='${exec_prefix}/libexec'
3969localedir='${datarootdir}/locale'
3970localstatedir='${prefix}/var'
3971lt_ECHO='/bin/echo'
3972mandir='${datarootdir}/man'
3973oldincludedir='/usr/include'
3974pdfdir='${docdir}'
3975prefix='/opt/local'
3976program_transform_name='s,x,x,'
3977psdir='${docdir}'
3978sbindir='${exec_prefix}/sbin'
3979sharedstatedir='${prefix}/com'
3980sysconfdir='${prefix}/etc'
3981target_alias=''
3982
3983## ----------- ##
3984## confdefs.h. ##
3985## ----------- ##
3986
3987#define PACKAGE_NAME ""
3988#define PACKAGE_TARNAME ""
3989#define PACKAGE_VERSION ""
3990#define PACKAGE_STRING ""
3991#define PACKAGE_BUGREPORT ""
3992#define STDC_HEADERS 1
3993#define HAVE_SYS_TYPES_H 1
3994#define HAVE_SYS_STAT_H 1
3995#define HAVE_STDLIB_H 1
3996#define HAVE_STRING_H 1
3997#define HAVE_MEMORY_H 1
3998#define HAVE_STRINGS_H 1
3999#define HAVE_INTTYPES_H 1
4000#define HAVE_STDINT_H 1
4001#define HAVE_UNISTD_H 1
4002#define HAVE_DLFCN_H 1
4003#define LT_OBJDIR ".libs/"
4004#define __VA_COPY_USE __VA_COPY_USE_yes
4005#define HAVE_SYS_TYPES_H 1
4006#define HAVE_SYS_PARAM_H 1
4007#define HAVE_SYS_TIME_H 1
4008#define HAVE_SYS_SOCKET_H 1
4009#define HAVE_SYS_SOCKIO_H 1
4010#define HAVE_SYS_IOCTL_H 1
4011#define HAVE_SYS_SELECT_H 1
4012#define HAVE_NETDB_H 1
4013#define HAVE_IFADDRS_H 1
4014#define HAVE_NET_IF_H 1
4015#define HAVE_NET_IF_DL_H 1
4016#define HAVE_NET_IF_ARP_H 1
4017#define HAVE_NETINET_IN_H 1
4018#define HAVE_ARPA_INET_H 1
4019#define HAVE_STRUCT_TIMEVAL 1
4020#define HAVE_GETIFADDRS 1
4021#define HAVE_NANOSLEEP 1
4022#define HAVE_GETTIMEOFDAY 1
4023#define HAVE_CLOCK_GETTIME 1
4024#define HAVE_LONG_LONG 1
4025#define HAVE_LONG_DOUBLE 1
4026#define SIZEOF_CHAR 1
4027#define SIZEOF_UNSIGNED_CHAR 1
4028#define SIZEOF_SHORT 2
4029#define SIZEOF_UNSIGNED_SHORT 2
4030#define SIZEOF_INT 4
4031#define SIZEOF_UNSIGNED_INT 4
4032#define SIZEOF_LONG 8
4033#define SIZEOF_UNSIGNED_LONG 8
4034#define SIZEOF_LONG_LONG 8
4035#define SIZEOF_UNSIGNED_LONG_LONG 8
4036#define WITH_PERL 1
4037#define WITH_PERL_COMPAT 1
4038
4039configure: exit 0