Ticket #70812: config.log

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

uuid-1.6.2-arm64/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=arm-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: 1135 tasks, 3794 threads, 8 processors
34Load average: 2.32, Mach factor: 5.66
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 arm-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 arm64 -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 arm64 -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
78configure:2512: $? = 0
79configure:2529: result: yes
80configure:2536: checking whether we are cross compiling
81configure:2538: result: no
82configure:2541: checking for suffix of executables
83configure:2548: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
84configure:2552: $? = 0
85configure:2576: result:
86configure:2582: checking for suffix of object files
87configure:2608: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
88configure:2612: $? = 0
89configure:2635: result: o
90configure:2639: checking whether we are using the GNU C compiler
91configure:2668: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
92configure:2675: $? = 0
93configure:2692: result: yes
94configure:2701: checking whether /usr/bin/clang accepts -g
95configure:2731: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
96configure:2738: $? = 0
97configure:2839: result: yes
98configure:2856: checking for /usr/bin/clang option to accept ISO C89
99configure:2930: /usr/bin/clang  -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
100conftest.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]
101   15 | static char *e (p, i)
102      |              ^
1031 warning generated.
104configure:2937: $? = 0
105configure:2960: result: none needed
106configure:3254: checking whether compiler option(s) -pipe work
107configure:3283: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
108configure:3290: $? = 0
109configure:3312: result: yes
110configure:3328: checking for compilation debug mode
111configure:3330: result: disabled
112configure:3341: checking how to run the C preprocessor
113configure:3381: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
114configure:3388: $? = 0
115configure:3419: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
116conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
117    8 | #include <ac_nonexistent.h>
118      |          ^~~~~~~~~~~~~~~~~~
1191 error generated.
120configure:3426: $? = 1
121configure: failed program was:
122| /* confdefs.h.  */
123| #define PACKAGE_NAME ""
124| #define PACKAGE_TARNAME ""
125| #define PACKAGE_VERSION ""
126| #define PACKAGE_STRING ""
127| #define PACKAGE_BUGREPORT ""
128| /* end confdefs.h.  */
129| #include <ac_nonexistent.h>
130configure:3459: result: /usr/bin/clang -E
131configure:3488: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
132configure:3495: $? = 0
133configure:3526: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
134conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
135    8 | #include <ac_nonexistent.h>
136      |          ^~~~~~~~~~~~~~~~~~
1371 error generated.
138configure:3533: $? = 1
139configure: failed program was:
140| /* confdefs.h.  */
141| #define PACKAGE_NAME ""
142| #define PACKAGE_TARNAME ""
143| #define PACKAGE_VERSION ""
144| #define PACKAGE_STRING ""
145| #define PACKAGE_BUGREPORT ""
146| /* end confdefs.h.  */
147| #include <ac_nonexistent.h>
148configure:3571: checking for grep that handles long lines and -e
149configure:3631: result: /opt/local/bin/ggrep
150configure:3636: checking for egrep
151configure:3700: result: /opt/local/bin/ggrep -E
152configure:3705: checking for ANSI C header files
153configure:3735: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
154configure:3742: $? = 0
155configure:3841: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
156configure:3845: $? = 0
157configure:3851: ./conftest
158configure:3855: $? = 0
159configure:3873: result: yes
160configure:3897: checking for sys/types.h
161configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
162configure:3925: $? = 0
163configure:3942: result: yes
164configure:3897: checking for sys/stat.h
165configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
166configure:3925: $? = 0
167configure:3942: result: yes
168configure:3897: checking for stdlib.h
169configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
170configure:3925: $? = 0
171configure:3942: result: yes
172configure:3897: checking for string.h
173configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
174configure:3925: $? = 0
175configure:3942: result: yes
176configure:3897: checking for memory.h
177configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
178configure:3925: $? = 0
179configure:3942: result: yes
180configure:3897: checking for strings.h
181configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
182configure:3925: $? = 0
183configure:3942: result: yes
184configure:3897: checking for inttypes.h
185configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
186configure:3925: $? = 0
187configure:3942: result: yes
188configure:3897: checking for stdint.h
189configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
190configure:3925: $? = 0
191configure:3942: result: yes
192configure:3897: checking for unistd.h
193configure:3918: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
194configure:3925: $? = 0
195configure:3942: result: yes
196configure:4261: checking whether to build against external Dmalloc library
197configure:4272: result: no
198configure:5842: checking build system type
199configure:5860: result: arm-apple-darwin24.0.0
200configure:5882: checking host system type
201configure:5897: result: arm-apple-darwin24.0.0
202configure:5919: checking for a sed that does not truncate output
203configure:5985: result: /opt/local/bin/gsed
204configure:6003: checking for fgrep
205configure:6067: result: /opt/local/bin/ggrep -F
206configure:6102: checking for ld used by /usr/bin/clang
207configure:6169: result: /Library/Developer/CommandLineTools/usr/bin/ld
208configure:6178: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
209configure:6193: result: no
210configure:6205: checking for BSD- or MS-compatible name lister (nm)
211configure:6254: result: /opt/local/bin/nm -B
212configure:6376: checking the name lister (/opt/local/bin/nm -B) interface
213configure:6383: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
214configure:6386: /opt/local/bin/nm -B "conftest.o"
215configure:6389: output
2160000000000000000 S _some_variable
2170000000000000000 t ltmp0
2180000000000000000 s ltmp1
219configure:6396: result: BSD nm
220configure:6399: checking whether ln -s works
221configure:6403: result: yes
222configure:6411: checking the maximum length of command line arguments
223configure:6531: result: 786432
224configure:6548: checking whether the shell understands some XSI constructs
225configure:6558: result: yes
226configure:6562: checking whether the shell understands "+="
227configure:6568: result: yes
228configure:6603: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
229configure:6610: result: -r
230configure:6637: checking how to recognize dependent libraries
231configure:6827: result: pass_all
232configure:6847: checking for arm-apple-darwin24.0.0-ar
233configure:6877: result: no
234configure:6887: checking for ar
235configure:6903: found /opt/local/bin/ar
236configure:6914: result: ar
237configure:6956: checking for arm-apple-darwin24.0.0-strip
238configure:6986: result: no
239configure:6996: checking for strip
240configure:7012: found /opt/local/bin/strip
241configure:7023: result: strip
242configure:7059: checking for arm-apple-darwin24.0.0-ranlib
243configure:7089: result: no
244configure:7099: checking for ranlib
245configure:7115: found /opt/local/bin/ranlib
246configure:7126: result: ranlib
247configure:7220: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
248configure:7338: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
249configure:7341: $? = 0
250configure:7345: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
251configure:7348: $? = 0
252cannot find nm_test_var in conftest.nm
253configure:7338: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
254configure:7341: $? = 0
255configure:7345: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
256configure:7348: $? = 0
257configure:7402: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c conftstm.o >&5
258configure:7405: $? = 0
259configure:7443: result: ok
260configure:7696: checking for arm-apple-darwin24.0.0-dsymutil
261configure:7726: result: no
262configure:7736: checking for dsymutil
263configure:7752: found /usr/bin/dsymutil
264configure:7763: result: dsymutil
265configure:7792: checking for arm-apple-darwin24.0.0-nmedit
266configure:7822: result: no
267configure:7832: checking for nmedit
268configure:7848: found /usr/bin/nmedit
269configure:7859: result: nmedit
270configure:7888: checking for arm-apple-darwin24.0.0-lipo
271configure:7918: result: no
272configure:7928: checking for lipo
273configure:7944: found /opt/local/bin/lipo
274configure:7955: result: lipo
275configure:7984: checking for arm-apple-darwin24.0.0-otool
276configure:8014: result: no
277configure:8024: checking for otool
278configure:8040: found /opt/local/bin/otool
279configure:8051: result: otool
280configure:8080: checking for arm-apple-darwin24.0.0-otool64
281configure:8110: result: no
282configure:8120: checking for otool64
283configure:8150: result: no
284configure:8199: checking for -single_module linker flag
285/usr/bin/clang -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -L/opt/local/lib -Wl,-headerpad_max_install_names -arch arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
286ld: warning: -single_module is obsolete
287configure:8226: result: no
288configure:8228: checking for -exported_symbols_list linker flag
289configure:8258: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
290configure:8265: $? = 0
291configure:8287: result: yes
292configure:8328: checking for dlfcn.h
293configure:8349: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
294configure:8356: $? = 0
295configure:8373: result: yes
296configure:8558: checking for objdir
297configure:8573: result: .libs
298configure:8869: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
299configure:8887: /usr/bin/clang -c -Os -arch arm64 -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
300configure:8891: $? = 0
301configure:8904: result: yes
302configure:8924: checking for /usr/bin/clang option to produce PIC
303configure:9181: result: -fno-common -DPIC
304configure:9193: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
305configure:9211: /usr/bin/clang -c -Os -arch arm64 -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
306configure:9215: $? = 0
307configure:9228: result: yes
308configure:9252: checking if /usr/bin/clang static flag -static works
309configure:9280: result: no
310configure:9295: checking if /usr/bin/clang supports -c -o file.o
311configure:9316: /usr/bin/clang -c -Os -arch arm64 -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
312configure:9320: $? = 0
313configure:9342: result: yes
314configure:9350: checking if /usr/bin/clang supports -c -o file.o
315configure:9397: result: yes
316configure:9430: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
317configure:10496: result: yes
318configure:10735: checking dynamic linker characteristics
319configure:11418: result: darwin24.0.0 dyld
320configure:11520: checking how to hardcode library paths into programs
321configure:11545: result: immediate
322configure:12386: checking whether stripping libraries is possible
323configure:12400: result: yes
324configure:12426: checking if libtool supports shared libraries
325configure:12428: result: yes
326configure:12431: checking whether to build shared libraries
327configure:12452: result: yes
328configure:12455: checking whether to build static libraries
329configure:12459: result: yes
330configure:12618: checking for C++ compiler version
331configure:12626: /usr/bin/clang++ --version >&5
332Apple clang version 16.0.0 (clang-1600.0.26.3)
333Target: arm64-apple-darwin24.0.0
334Thread model: posix
335InstalledDir: /Library/Developer/CommandLineTools/usr/bin
336configure:12630: $? = 0
337configure:12637: /usr/bin/clang++ -v >&5
338Apple clang version 16.0.0 (clang-1600.0.26.3)
339Target: arm64-apple-darwin24.0.0
340Thread model: posix
341InstalledDir: /Library/Developer/CommandLineTools/usr/bin
342configure:12641: $? = 0
343configure:12648: /usr/bin/clang++ -V >&5
344clang++: error: argument to '-V' is missing (expected 1 value)
345clang++: error: no input files
346configure:12652: $? = 1
347configure:12655: checking whether we are using the GNU C++ compiler
348configure:12684: /usr/bin/clang++ -c -Os -arch arm64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
349configure:12691: $? = 0
350configure:12708: result: yes
351configure:12717: checking whether /usr/bin/clang++ accepts -g
352configure:12747: /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
353configure:12754: $? = 0
354configure:12855: result: yes
355configure:12886: checking how to run the C++ preprocessor
356configure:12922: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
357configure:12929: $? = 0
358configure:12960: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
359conftest.cpp:20:10: fatal error: 'ac_nonexistent.h' file not found
360   20 | #include <ac_nonexistent.h>
361      |          ^~~~~~~~~~~~~~~~~~
3621 error generated.
363configure:12967: $? = 1
364configure: failed program was:
365| /* confdefs.h.  */
366| #define PACKAGE_NAME ""
367| #define PACKAGE_TARNAME ""
368| #define PACKAGE_VERSION ""
369| #define PACKAGE_STRING ""
370| #define PACKAGE_BUGREPORT ""
371| #define STDC_HEADERS 1
372| #define HAVE_SYS_TYPES_H 1
373| #define HAVE_SYS_STAT_H 1
374| #define HAVE_STDLIB_H 1
375| #define HAVE_STRING_H 1
376| #define HAVE_MEMORY_H 1
377| #define HAVE_STRINGS_H 1
378| #define HAVE_INTTYPES_H 1
379| #define HAVE_STDINT_H 1
380| #define HAVE_UNISTD_H 1
381| #define HAVE_DLFCN_H 1
382| #define LT_OBJDIR ".libs/"
383| /* end confdefs.h.  */
384| #include <ac_nonexistent.h>
385configure:13000: result: /usr/bin/clang++ -E
386configure:13029: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
387configure:13036: $? = 0
388configure:13067: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
389conftest.cpp:20:10: fatal error: 'ac_nonexistent.h' file not found
390   20 | #include <ac_nonexistent.h>
391      |          ^~~~~~~~~~~~~~~~~~
3921 error generated.
393configure:13074: $? = 1
394configure: failed program was:
395| /* confdefs.h.  */
396| #define PACKAGE_NAME ""
397| #define PACKAGE_TARNAME ""
398| #define PACKAGE_VERSION ""
399| #define PACKAGE_STRING ""
400| #define PACKAGE_BUGREPORT ""
401| #define STDC_HEADERS 1
402| #define HAVE_SYS_TYPES_H 1
403| #define HAVE_SYS_STAT_H 1
404| #define HAVE_STDLIB_H 1
405| #define HAVE_STRING_H 1
406| #define HAVE_MEMORY_H 1
407| #define HAVE_STRINGS_H 1
408| #define HAVE_INTTYPES_H 1
409| #define HAVE_STDINT_H 1
410| #define HAVE_UNISTD_H 1
411| #define HAVE_DLFCN_H 1
412| #define LT_OBJDIR ".libs/"
413| /* end confdefs.h.  */
414| #include <ac_nonexistent.h>
415configure:13115: checking for gethostname in -lnsl
416configure:13150: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lnsl   >&5
417ld: library 'nsl' not found
418clang: error: linker command failed with exit code 1 (use -v to see invocation)
419configure:13157: $? = 1
420configure: failed program was:
421| /* confdefs.h.  */
422| #define PACKAGE_NAME ""
423| #define PACKAGE_TARNAME ""
424| #define PACKAGE_VERSION ""
425| #define PACKAGE_STRING ""
426| #define PACKAGE_BUGREPORT ""
427| #define STDC_HEADERS 1
428| #define HAVE_SYS_TYPES_H 1
429| #define HAVE_SYS_STAT_H 1
430| #define HAVE_STDLIB_H 1
431| #define HAVE_STRING_H 1
432| #define HAVE_MEMORY_H 1
433| #define HAVE_STRINGS_H 1
434| #define HAVE_INTTYPES_H 1
435| #define HAVE_STDINT_H 1
436| #define HAVE_UNISTD_H 1
437| #define HAVE_DLFCN_H 1
438| #define LT_OBJDIR ".libs/"
439| /* end confdefs.h.  */
440|
441| /* Override any GCC internal prototype to avoid an error.
442|    Use char because int might match the return type of a GCC
443|    builtin and then its argument prototype would still apply.  */
444| #ifdef __cplusplus
445| extern "C"
446| #endif
447| char gethostname ();
448| int
449| main ()
450| {
451| return gethostname ();
452|   ;
453|   return 0;
454| }
455configure:13178: result: no
456configure:13191: checking for gethostbyname in -lnsl
457configure:13226: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lnsl   >&5
458ld: library 'nsl' not found
459clang: error: linker command failed with exit code 1 (use -v to see invocation)
460configure:13233: $? = 1
461configure: failed program was:
462| /* confdefs.h.  */
463| #define PACKAGE_NAME ""
464| #define PACKAGE_TARNAME ""
465| #define PACKAGE_VERSION ""
466| #define PACKAGE_STRING ""
467| #define PACKAGE_BUGREPORT ""
468| #define STDC_HEADERS 1
469| #define HAVE_SYS_TYPES_H 1
470| #define HAVE_SYS_STAT_H 1
471| #define HAVE_STDLIB_H 1
472| #define HAVE_STRING_H 1
473| #define HAVE_MEMORY_H 1
474| #define HAVE_STRINGS_H 1
475| #define HAVE_INTTYPES_H 1
476| #define HAVE_STDINT_H 1
477| #define HAVE_UNISTD_H 1
478| #define HAVE_DLFCN_H 1
479| #define LT_OBJDIR ".libs/"
480| /* end confdefs.h.  */
481|
482| /* Override any GCC internal prototype to avoid an error.
483|    Use char because int might match the return type of a GCC
484|    builtin and then its argument prototype would still apply.  */
485| #ifdef __cplusplus
486| extern "C"
487| #endif
488| char gethostbyname ();
489| int
490| main ()
491| {
492| return gethostbyname ();
493|   ;
494|   return 0;
495| }
496configure:13254: result: no
497configure:13267: checking for accept in -lsocket
498configure:13302: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c -lsocket   >&5
499ld: library 'socket' not found
500clang: error: linker command failed with exit code 1 (use -v to see invocation)
501configure:13309: $? = 1
502configure: failed program was:
503| /* confdefs.h.  */
504| #define PACKAGE_NAME ""
505| #define PACKAGE_TARNAME ""
506| #define PACKAGE_VERSION ""
507| #define PACKAGE_STRING ""
508| #define PACKAGE_BUGREPORT ""
509| #define STDC_HEADERS 1
510| #define HAVE_SYS_TYPES_H 1
511| #define HAVE_SYS_STAT_H 1
512| #define HAVE_STDLIB_H 1
513| #define HAVE_STRING_H 1
514| #define HAVE_MEMORY_H 1
515| #define HAVE_STRINGS_H 1
516| #define HAVE_INTTYPES_H 1
517| #define HAVE_STDINT_H 1
518| #define HAVE_UNISTD_H 1
519| #define HAVE_DLFCN_H 1
520| #define LT_OBJDIR ".libs/"
521| /* end confdefs.h.  */
522|
523| /* Override any GCC internal prototype to avoid an error.
524|    Use char because int might match the return type of a GCC
525|    builtin and then its argument prototype would still apply.  */
526| #ifdef __cplusplus
527| extern "C"
528| #endif
529| char accept ();
530| int
531| main ()
532| {
533| return accept ();
534|   ;
535|   return 0;
536| }
537configure:13330: result: no
538configure:13343: checking for va_copy() function
539configure:13404: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
540configure:13408: $? = 0
541configure:13414: ./conftest
542configure:13418: $? = 0
543configure:14045: result: yes
544configure:14064: checking for sys/types.h
545configure:14071: result: yes
546configure:14075: checking sys/param.h usability
547configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
548configure:14099: $? = 0
549configure:14113: result: yes
550configure:14117: checking sys/param.h presence
551configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
552configure:14139: $? = 0
553configure:14153: result: yes
554configure:14181: checking for sys/param.h
555configure:14190: result: yes
556configure:14075: checking sys/time.h usability
557configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
558configure:14099: $? = 0
559configure:14113: result: yes
560configure:14117: checking sys/time.h presence
561configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
562configure:14139: $? = 0
563configure:14153: result: yes
564configure:14181: checking for sys/time.h
565configure:14190: result: yes
566configure:14075: checking sys/socket.h usability
567configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
568configure:14099: $? = 0
569configure:14113: result: yes
570configure:14117: checking sys/socket.h presence
571configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
572configure:14139: $? = 0
573configure:14153: result: yes
574configure:14181: checking for sys/socket.h
575configure:14190: result: yes
576configure:14075: checking sys/sockio.h usability
577configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
578configure:14099: $? = 0
579configure:14113: result: yes
580configure:14117: checking sys/sockio.h presence
581configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
582configure:14139: $? = 0
583configure:14153: result: yes
584configure:14181: checking for sys/sockio.h
585configure:14190: result: yes
586configure:14075: checking sys/ioctl.h usability
587configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
588configure:14099: $? = 0
589configure:14113: result: yes
590configure:14117: checking sys/ioctl.h presence
591configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
592configure:14139: $? = 0
593configure:14153: result: yes
594configure:14181: checking for sys/ioctl.h
595configure:14190: result: yes
596configure:14075: checking sys/select.h usability
597configure:14092: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
598configure:14099: $? = 0
599configure:14113: result: yes
600configure:14117: checking sys/select.h presence
601configure:14132: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
602configure:14139: $? = 0
603configure:14153: result: yes
604configure:14181: checking for sys/select.h
605configure:14190: result: yes
606configure:14214: checking for netdb.h
607configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
608configure:14252: $? = 0
609configure:14269: result: yes
610configure:14214: checking for ifaddrs.h
611configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
612configure:14252: $? = 0
613configure:14269: result: yes
614configure:14214: checking for net/if.h
615configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
616configure:14252: $? = 0
617configure:14269: result: yes
618configure:14214: checking for net/if_dl.h
619configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
620configure:14252: $? = 0
621configure:14269: result: yes
622configure:14214: checking for net/if_arp.h
623configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
624configure:14252: $? = 0
625configure:14269: result: yes
626configure:14214: checking for netinet/in.h
627configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
628configure:14252: $? = 0
629configure:14269: result: yes
630configure:14214: checking for arpa/inet.h
631configure:14245: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
632configure:14252: $? = 0
633configure:14269: result: yes
634configure:14282: checking for struct timeval
635configure:14316: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
636configure:14323: $? = 0
637configure:14344: result: yes
638configure:14355: checking for getifaddrs
639configure:14411: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
640configure:14418: $? = 0
641configure:14440: result: yes
642configure:14355: checking for nanosleep
643configure:14411: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
644configure:14418: $? = 0
645configure:14440: result: yes
646configure:14355: checking for Sleep
647configure:14411: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
648Undefined symbols for architecture arm64:
649  "_Sleep", referenced from:
650      _main in conftest-61cc86.o
651ld: symbol(s) not found for architecture arm64
652clang: error: linker command failed with exit code 1 (use -v to see invocation)
653configure:14418: $? = 1
654configure: failed program was:
655| /* confdefs.h.  */
656| #define PACKAGE_NAME ""
657| #define PACKAGE_TARNAME ""
658| #define PACKAGE_VERSION ""
659| #define PACKAGE_STRING ""
660| #define PACKAGE_BUGREPORT ""
661| #define STDC_HEADERS 1
662| #define HAVE_SYS_TYPES_H 1
663| #define HAVE_SYS_STAT_H 1
664| #define HAVE_STDLIB_H 1
665| #define HAVE_STRING_H 1
666| #define HAVE_MEMORY_H 1
667| #define HAVE_STRINGS_H 1
668| #define HAVE_INTTYPES_H 1
669| #define HAVE_STDINT_H 1
670| #define HAVE_UNISTD_H 1
671| #define HAVE_DLFCN_H 1
672| #define LT_OBJDIR ".libs/"
673| #define HAVE_VA_COPY 1
674| #define __VA_COPY_USE __VA_COPY_USE_C99
675| #define HAVE_SYS_TYPES_H 1
676| #define HAVE_SYS_PARAM_H 1
677| #define HAVE_SYS_TIME_H 1
678| #define HAVE_SYS_SOCKET_H 1
679| #define HAVE_SYS_SOCKIO_H 1
680| #define HAVE_SYS_IOCTL_H 1
681| #define HAVE_SYS_SELECT_H 1
682| #define HAVE_NETDB_H 1
683| #define HAVE_IFADDRS_H 1
684| #define HAVE_NET_IF_H 1
685| #define HAVE_NET_IF_DL_H 1
686| #define HAVE_NET_IF_ARP_H 1
687| #define HAVE_NETINET_IN_H 1
688| #define HAVE_ARPA_INET_H 1
689| #define HAVE_STRUCT_TIMEVAL 1
690| #define HAVE_GETIFADDRS 1
691| #define HAVE_NANOSLEEP 1
692| /* end confdefs.h.  */
693| /* Define Sleep to an innocuous variant, in case <limits.h> declares Sleep.
694|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
695| #define Sleep innocuous_Sleep
696|
697| /* System header to define __stub macros and hopefully few prototypes,
698|     which can conflict with char Sleep (); below.
699|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
700|     <limits.h> exists even on freestanding compilers.  */
701|
702| #ifdef __STDC__
703| # include <limits.h>
704| #else
705| # include <assert.h>
706| #endif
707|
708| #undef Sleep
709|
710| /* Override any GCC internal prototype to avoid an error.
711|    Use char because int might match the return type of a GCC
712|    builtin and then its argument prototype would still apply.  */
713| #ifdef __cplusplus
714| extern "C"
715| #endif
716| char Sleep ();
717| /* The GNU C library defines this for functions which it implements
718|     to always fail with ENOSYS.  Some functions are actually named
719|     something starting with __ and the normal name is an alias.  */
720| #if defined __stub_Sleep || defined __stub___Sleep
721| choke me
722| #endif
723|
724| int
725| main ()
726| {
727| return Sleep ();
728|   ;
729|   return 0;
730| }
731configure:14440: result: no
732configure:14355: checking for gettimeofday
733configure:14411: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
734configure:14418: $? = 0
735configure:14440: result: yes
736configure:14355: checking for clock_gettime
737configure:14411: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
738configure:14418: $? = 0
739configure:14440: result: yes
740configure:14452: checking for long long
741configure:14480: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
742configure:14487: $? = 0
743configure:14514: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
744conftest.c:77:24: error: expected expression
745   77 | if (sizeof ((long long)))
746      |                        ^
7471 error generated.
748configure:14521: $? = 1
749configure: failed program was:
750| /* confdefs.h.  */
751| #define PACKAGE_NAME ""
752| #define PACKAGE_TARNAME ""
753| #define PACKAGE_VERSION ""
754| #define PACKAGE_STRING ""
755| #define PACKAGE_BUGREPORT ""
756| #define STDC_HEADERS 1
757| #define HAVE_SYS_TYPES_H 1
758| #define HAVE_SYS_STAT_H 1
759| #define HAVE_STDLIB_H 1
760| #define HAVE_STRING_H 1
761| #define HAVE_MEMORY_H 1
762| #define HAVE_STRINGS_H 1
763| #define HAVE_INTTYPES_H 1
764| #define HAVE_STDINT_H 1
765| #define HAVE_UNISTD_H 1
766| #define HAVE_DLFCN_H 1
767| #define LT_OBJDIR ".libs/"
768| #define HAVE_VA_COPY 1
769| #define __VA_COPY_USE __VA_COPY_USE_C99
770| #define HAVE_SYS_TYPES_H 1
771| #define HAVE_SYS_PARAM_H 1
772| #define HAVE_SYS_TIME_H 1
773| #define HAVE_SYS_SOCKET_H 1
774| #define HAVE_SYS_SOCKIO_H 1
775| #define HAVE_SYS_IOCTL_H 1
776| #define HAVE_SYS_SELECT_H 1
777| #define HAVE_NETDB_H 1
778| #define HAVE_IFADDRS_H 1
779| #define HAVE_NET_IF_H 1
780| #define HAVE_NET_IF_DL_H 1
781| #define HAVE_NET_IF_ARP_H 1
782| #define HAVE_NETINET_IN_H 1
783| #define HAVE_ARPA_INET_H 1
784| #define HAVE_STRUCT_TIMEVAL 1
785| #define HAVE_GETIFADDRS 1
786| #define HAVE_NANOSLEEP 1
787| #define HAVE_GETTIMEOFDAY 1
788| #define HAVE_CLOCK_GETTIME 1
789| /* end confdefs.h.  */
790| #include <stdio.h>
791| #ifdef HAVE_SYS_TYPES_H
792| # include <sys/types.h>
793| #endif
794| #ifdef HAVE_SYS_STAT_H
795| # include <sys/stat.h>
796| #endif
797| #ifdef STDC_HEADERS
798| # include <stdlib.h>
799| # include <stddef.h>
800| #else
801| # ifdef HAVE_STDLIB_H
802| #  include <stdlib.h>
803| # endif
804| #endif
805| #ifdef HAVE_STRING_H
806| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
807| #  include <memory.h>
808| # endif
809| # include <string.h>
810| #endif
811| #ifdef HAVE_STRINGS_H
812| # include <strings.h>
813| #endif
814| #ifdef HAVE_INTTYPES_H
815| # include <inttypes.h>
816| #endif
817| #ifdef HAVE_STDINT_H
818| # include <stdint.h>
819| #endif
820| #ifdef HAVE_UNISTD_H
821| # include <unistd.h>
822| #endif
823| int
824| main ()
825| {
826| if (sizeof ((long long)))
827|         return 0;
828|   ;
829|   return 0;
830| }
831configure:14544: result: yes
832configure:14554: checking for long double
833configure:14582: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
834configure:14589: $? = 0
835configure:14616: /usr/bin/clang -c -Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
836conftest.c:78:26: error: expected expression
837   78 | if (sizeof ((long double)))
838      |                          ^
8391 error generated.
840configure:14623: $? = 1
841configure: failed program was:
842| /* confdefs.h.  */
843| #define PACKAGE_NAME ""
844| #define PACKAGE_TARNAME ""
845| #define PACKAGE_VERSION ""
846| #define PACKAGE_STRING ""
847| #define PACKAGE_BUGREPORT ""
848| #define STDC_HEADERS 1
849| #define HAVE_SYS_TYPES_H 1
850| #define HAVE_SYS_STAT_H 1
851| #define HAVE_STDLIB_H 1
852| #define HAVE_STRING_H 1
853| #define HAVE_MEMORY_H 1
854| #define HAVE_STRINGS_H 1
855| #define HAVE_INTTYPES_H 1
856| #define HAVE_STDINT_H 1
857| #define HAVE_UNISTD_H 1
858| #define HAVE_DLFCN_H 1
859| #define LT_OBJDIR ".libs/"
860| #define HAVE_VA_COPY 1
861| #define __VA_COPY_USE __VA_COPY_USE_C99
862| #define HAVE_SYS_TYPES_H 1
863| #define HAVE_SYS_PARAM_H 1
864| #define HAVE_SYS_TIME_H 1
865| #define HAVE_SYS_SOCKET_H 1
866| #define HAVE_SYS_SOCKIO_H 1
867| #define HAVE_SYS_IOCTL_H 1
868| #define HAVE_SYS_SELECT_H 1
869| #define HAVE_NETDB_H 1
870| #define HAVE_IFADDRS_H 1
871| #define HAVE_NET_IF_H 1
872| #define HAVE_NET_IF_DL_H 1
873| #define HAVE_NET_IF_ARP_H 1
874| #define HAVE_NETINET_IN_H 1
875| #define HAVE_ARPA_INET_H 1
876| #define HAVE_STRUCT_TIMEVAL 1
877| #define HAVE_GETIFADDRS 1
878| #define HAVE_NANOSLEEP 1
879| #define HAVE_GETTIMEOFDAY 1
880| #define HAVE_CLOCK_GETTIME 1
881| #define HAVE_LONG_LONG 1
882| /* end confdefs.h.  */
883| #include <stdio.h>
884| #ifdef HAVE_SYS_TYPES_H
885| # include <sys/types.h>
886| #endif
887| #ifdef HAVE_SYS_STAT_H
888| # include <sys/stat.h>
889| #endif
890| #ifdef STDC_HEADERS
891| # include <stdlib.h>
892| # include <stddef.h>
893| #else
894| # ifdef HAVE_STDLIB_H
895| #  include <stdlib.h>
896| # endif
897| #endif
898| #ifdef HAVE_STRING_H
899| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
900| #  include <memory.h>
901| # endif
902| # include <string.h>
903| #endif
904| #ifdef HAVE_STRINGS_H
905| # include <strings.h>
906| #endif
907| #ifdef HAVE_INTTYPES_H
908| # include <inttypes.h>
909| #endif
910| #ifdef HAVE_STDINT_H
911| # include <stdint.h>
912| #endif
913| #ifdef HAVE_UNISTD_H
914| # include <unistd.h>
915| #endif
916| int
917| main ()
918| {
919| if (sizeof ((long double)))
920|         return 0;
921|   ;
922|   return 0;
923| }
924configure:14646: result: yes
925configure:14661: checking size of char
926configure:14964: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
927configure:14968: $? = 0
928configure:14974: ./conftest
929configure:14978: $? = 0
930configure:15002: result: 1
931configure:15016: checking size of unsigned char
932configure:15319: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
933configure:15323: $? = 0
934configure:15329: ./conftest
935configure:15333: $? = 0
936configure:15357: result: 1
937configure:15371: checking size of short
938configure:15674: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
939configure:15678: $? = 0
940configure:15684: ./conftest
941configure:15688: $? = 0
942configure:15712: result: 2
943configure:15726: checking size of unsigned short
944configure:16029: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
945configure:16033: $? = 0
946configure:16039: ./conftest
947configure:16043: $? = 0
948configure:16067: result: 2
949configure:16081: checking size of int
950configure:16384: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
951configure:16388: $? = 0
952configure:16394: ./conftest
953configure:16398: $? = 0
954configure:16422: result: 4
955configure:16436: checking size of unsigned int
956configure:16739: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
957configure:16743: $? = 0
958configure:16749: ./conftest
959configure:16753: $? = 0
960configure:16777: result: 4
961configure:16791: checking size of long
962configure:17094: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
963configure:17098: $? = 0
964configure:17104: ./conftest
965configure:17108: $? = 0
966configure:17132: result: 8
967configure:17146: checking size of unsigned long
968configure:17449: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
969configure:17453: $? = 0
970configure:17459: ./conftest
971configure:17463: $? = 0
972configure:17487: result: 8
973configure:17501: checking size of long long
974configure:17804: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
975configure:17808: $? = 0
976configure:17814: ./conftest
977configure:17818: $? = 0
978configure:17842: result: 8
979configure:17856: checking size of unsigned long long
980configure:18159: /usr/bin/clang -o conftest -Os -arch arm64 -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 arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c  >&5
981configure:18163: $? = 0
982configure:18169: ./conftest
983configure:18173: $? = 0
984configure:18197: result: 8
985configure:18216: checking whether to build DCE 1.1 backward compatibility API
986configure:18223: result: no
987configure:18248: checking whether to build C++ bindings to C API
988configure:18255: result: no
989configure:21571: checking whether to build Perl bindings to C API
990configure:21578: result: yes
991configure:21588: checking whether to build Perl compatibility API
992configure:21595: result: yes
993configure:21624: checking for perl
994configure:21655: result: /opt/local/bin/perl5.34
995configure:21677: checking whether to build PHP bindings to C API
996configure:21684: result: no
997configure:21704: checking for php5
998configure:21737: result: no
999configure:21704: checking for php
1000configure:21737: result: no
1001configure:21763: checking whether to build PostgreSQL bindings to C API
1002configure:21770: result: no
1003configure:21790: checking for pg_config
1004configure:21823: result: no
1005configure:21952: creating ./config.status
1006
1007## ---------------------- ##
1008## Running config.status. ##
1009## ---------------------- ##
1010
1011This file was extended by config.status, which was
1012generated by GNU Autoconf 2.62 (OpenPKG-CURRENT).  Invocation command line was
1013
1014  CONFIG_FILES    =
1015  CONFIG_HEADERS  =
1016  CONFIG_LINKS    =
1017  CONFIG_COMMANDS =
1018  $ ./config.status
1019
1020on Barneys-Mac-mini.local
1021
1022config.status:1053: creating Makefile
1023config.status:1053: creating uuid-config
1024config.status:1053: creating uuid.pc
1025config.status:1053: creating uuid.h
1026config.status:1053: creating config.h
1027config.status:1282: executing libtool commands
1028config.status:1282: executing adjustment commands
1029
1030## ---------------- ##
1031## Cache variables. ##
1032## ---------------- ##
1033
1034ac_cv_build=arm-apple-darwin24.0.0
1035ac_cv_c_compiler_gnu=yes
1036ac_cv_compiler_option_pipe=yes
1037ac_cv_cxx_compiler_gnu=yes
1038ac_cv_env_CCC_set=
1039ac_cv_env_CCC_value=
1040ac_cv_env_CC_set=set
1041ac_cv_env_CC_value=/usr/bin/clang
1042ac_cv_env_CFLAGS_set=set
1043ac_cv_env_CFLAGS_value='-Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1044ac_cv_env_CPPFLAGS_set=set
1045ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1046ac_cv_env_CPP_set=
1047ac_cv_env_CPP_value=
1048ac_cv_env_CXXCPP_set=
1049ac_cv_env_CXXCPP_value=
1050ac_cv_env_CXXFLAGS_set=set
1051ac_cv_env_CXXFLAGS_value='-Os -arch arm64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1052ac_cv_env_CXX_set=set
1053ac_cv_env_CXX_value=/usr/bin/clang++
1054ac_cv_env_LDFLAGS_set=set
1055ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1056ac_cv_env_LIBS_set=
1057ac_cv_env_LIBS_value=
1058ac_cv_env_build_alias_set=
1059ac_cv_env_build_alias_value=
1060ac_cv_env_host_alias_set=set
1061ac_cv_env_host_alias_value=arm-apple-darwin24.0.0
1062ac_cv_env_target_alias_set=
1063ac_cv_env_target_alias_value=
1064ac_cv_func_Sleep=no
1065ac_cv_func_clock_gettime=yes
1066ac_cv_func_getifaddrs=yes
1067ac_cv_func_gettimeofday=yes
1068ac_cv_func_nanosleep=yes
1069ac_cv_header_arpa_inet_h=yes
1070ac_cv_header_dlfcn_h=yes
1071ac_cv_header_ifaddrs_h=yes
1072ac_cv_header_inttypes_h=yes
1073ac_cv_header_memory_h=yes
1074ac_cv_header_net_if_arp_h=yes
1075ac_cv_header_net_if_dl_h=yes
1076ac_cv_header_net_if_h=yes
1077ac_cv_header_netdb_h=yes
1078ac_cv_header_netinet_in_h=yes
1079ac_cv_header_stdc=yes
1080ac_cv_header_stdint_h=yes
1081ac_cv_header_stdlib_h=yes
1082ac_cv_header_string_h=yes
1083ac_cv_header_strings_h=yes
1084ac_cv_header_sys_ioctl_h=yes
1085ac_cv_header_sys_param_h=yes
1086ac_cv_header_sys_select_h=yes
1087ac_cv_header_sys_socket_h=yes
1088ac_cv_header_sys_sockio_h=yes
1089ac_cv_header_sys_stat_h=yes
1090ac_cv_header_sys_time_h=yes
1091ac_cv_header_sys_types_h=yes
1092ac_cv_header_unistd_h=yes
1093ac_cv_host=arm-apple-darwin24.0.0
1094ac_cv_lib_nsl_gethostbyname=no
1095ac_cv_lib_nsl_gethostname=no
1096ac_cv_lib_socket_accept=no
1097ac_cv_objext=o
1098ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
1099ac_cv_path_FGREP='/opt/local/bin/ggrep -F'
1100ac_cv_path_GREP=/opt/local/bin/ggrep
1101ac_cv_path_PERL=/opt/local/bin/perl5.34
1102ac_cv_path_SED=/opt/local/bin/gsed
1103ac_cv_prog_CC=/usr/bin/clang
1104ac_cv_prog_CPP='/usr/bin/clang -E'
1105ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1106ac_cv_prog_ac_ct_AR=ar
1107ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1108ac_cv_prog_ac_ct_LIPO=lipo
1109ac_cv_prog_ac_ct_NMEDIT=nmedit
1110ac_cv_prog_ac_ct_OTOOL=otool
1111ac_cv_prog_ac_ct_RANLIB=ranlib
1112ac_cv_prog_ac_ct_STRIP=strip
1113ac_cv_prog_cc_c89=
1114ac_cv_prog_cc_g=yes
1115ac_cv_prog_cxx_g=yes
1116ac_cv_prog_make_make_set=yes
1117ac_cv_sizeof_char=1
1118ac_cv_sizeof_int=4
1119ac_cv_sizeof_long=8
1120ac_cv_sizeof_long_long=8
1121ac_cv_sizeof_short=2
1122ac_cv_sizeof_unsigned_char=1
1123ac_cv_sizeof_unsigned_int=4
1124ac_cv_sizeof_unsigned_long=8
1125ac_cv_sizeof_unsigned_long_long=8
1126ac_cv_sizeof_unsigned_short=2
1127ac_cv_type_long_double=yes
1128ac_cv_type_long_long=yes
1129ac_cv_va_copy=C99
1130ac_cv_with_cxx=no
1131ac_cv_with_dce=no
1132ac_cv_with_perl=yes
1133ac_cv_with_perl_compat=yes
1134ac_cv_with_pgsql=no
1135ac_cv_with_php=no
1136lt_cv_apple_cc_single_mod=no
1137lt_cv_deplibs_check_method=pass_all
1138lt_cv_file_magic_cmd='$MAGIC_CMD'
1139lt_cv_file_magic_test_file=
1140lt_cv_ld_exported_symbols_list=yes
1141lt_cv_ld_reload_flag=-r
1142lt_cv_nm_interface='BSD nm'
1143lt_cv_objdir=.libs
1144lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1145lt_cv_path_NM='/opt/local/bin/nm -B'
1146lt_cv_prog_compiler_c_o=yes
1147lt_cv_prog_compiler_pic_works=yes
1148lt_cv_prog_compiler_rtti_exceptions=yes
1149lt_cv_prog_compiler_static_works=no
1150lt_cv_prog_gnu_ld=no
1151lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
1152lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1153lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1154lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1155lt_cv_sys_max_cmd_len=786432
1156
1157## ----------------- ##
1158## Output variables. ##
1159## ----------------- ##
1160
1161AR='ar'
1162CC='/usr/bin/clang'
1163CFLAGS='-Os -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe'
1164CPP='/usr/bin/clang -E'
1165CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1166CXX='/usr/bin/clang++'
1167CXXCPP='/usr/bin/clang++ -E'
1168CXXFLAGS='-Os -arch arm64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1169CXX_NAME=''
1170DCE_NAME=''
1171DEFS='-DHAVE_CONFIG_H'
1172DSYMUTIL='dsymutil'
1173DUMPBIN=''
1174ECHO_C='\c'
1175ECHO_N=''
1176ECHO_T=''
1177EGREP='/opt/local/bin/ggrep -E'
1178EXEEXT=''
1179FGREP='/opt/local/bin/ggrep -F'
1180GREP='/opt/local/bin/ggrep'
1181LD='/Library/Developer/CommandLineTools/usr/bin/ld'
1182LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1183LIBOBJS=''
1184LIBS=''
1185LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1186LIPO='lipo'
1187LN_S='ln -s'
1188LTLIBOBJS=''
1189NM='/opt/local/bin/nm -B'
1190NMEDIT='nmedit'
1191OBJEXT='o'
1192OTOOL64=':'
1193OTOOL='otool'
1194PACKAGE_BUGREPORT=''
1195PACKAGE_NAME=''
1196PACKAGE_STRING=''
1197PACKAGE_TARNAME=''
1198PACKAGE_VERSION=''
1199PATH_SEPARATOR=':'
1200PERL='/opt/local/bin/perl5.34'
1201PERL_NAME='$(PERL_NAME)'
1202PGSQL_NAME=''
1203PG_CONFIG='NA'
1204PHP='NA'
1205PHP_NAME=''
1206RANLIB='ranlib'
1207SED='/opt/local/bin/gsed'
1208SET_MAKE=''
1209SHELL='/bin/sh'
1210STRIP='strip'
1211UUID_VERSION_HEX='0x106202'
1212UUID_VERSION_RAW='1.6.2'
1213UUID_VERSION_STR='1.6.2 (04-Jul-2008)'
1214WITH_CXX='no'
1215WITH_DCE='no'
1216WITH_PERL='yes'
1217WITH_PERL_COMPAT='1'
1218WITH_PGSQL='no'
1219WITH_PHP='no'
1220ac_ct_CC=''
1221ac_ct_CXX=''
1222ac_ct_DUMPBIN=''
1223bindir='${exec_prefix}/bin'
1224build='arm-apple-darwin24.0.0'
1225build_alias=''
1226build_cpu='arm'
1227build_os='darwin24.0.0'
1228build_vendor='apple'
1229datadir='${datarootdir}'
1230datarootdir='${prefix}/share'
1231docdir='${datarootdir}/doc/${PACKAGE}'
1232dvidir='${docdir}'
1233exec_prefix='${prefix}'
1234host='arm-apple-darwin24.0.0'
1235host_alias='arm-apple-darwin24.0.0'
1236host_cpu='arm'
1237host_os='darwin24.0.0'
1238host_vendor='apple'
1239htmldir='${docdir}'
1240includedir='/opt/local/include/ossp'
1241infodir='${datarootdir}/info'
1242libdir='${exec_prefix}/lib'
1243libexecdir='${exec_prefix}/libexec'
1244localedir='${datarootdir}/locale'
1245localstatedir='${prefix}/var'
1246lt_ECHO='/bin/echo'
1247mandir='${datarootdir}/man'
1248oldincludedir='/usr/include'
1249pdfdir='${docdir}'
1250prefix='/opt/local'
1251program_transform_name='s,x,x,'
1252psdir='${docdir}'
1253sbindir='${exec_prefix}/sbin'
1254sharedstatedir='${prefix}/com'
1255sysconfdir='${prefix}/etc'
1256target_alias=''
1257
1258## ----------- ##
1259## confdefs.h. ##
1260## ----------- ##
1261
1262#define PACKAGE_NAME ""
1263#define PACKAGE_TARNAME ""
1264#define PACKAGE_VERSION ""
1265#define PACKAGE_STRING ""
1266#define PACKAGE_BUGREPORT ""
1267#define STDC_HEADERS 1
1268#define HAVE_SYS_TYPES_H 1
1269#define HAVE_SYS_STAT_H 1
1270#define HAVE_STDLIB_H 1
1271#define HAVE_STRING_H 1
1272#define HAVE_MEMORY_H 1
1273#define HAVE_STRINGS_H 1
1274#define HAVE_INTTYPES_H 1
1275#define HAVE_STDINT_H 1
1276#define HAVE_UNISTD_H 1
1277#define HAVE_DLFCN_H 1
1278#define LT_OBJDIR ".libs/"
1279#define HAVE_VA_COPY 1
1280#define __VA_COPY_USE __VA_COPY_USE_C99
1281#define HAVE_SYS_TYPES_H 1
1282#define HAVE_SYS_PARAM_H 1
1283#define HAVE_SYS_TIME_H 1
1284#define HAVE_SYS_SOCKET_H 1
1285#define HAVE_SYS_SOCKIO_H 1
1286#define HAVE_SYS_IOCTL_H 1
1287#define HAVE_SYS_SELECT_H 1
1288#define HAVE_NETDB_H 1
1289#define HAVE_IFADDRS_H 1
1290#define HAVE_NET_IF_H 1
1291#define HAVE_NET_IF_DL_H 1
1292#define HAVE_NET_IF_ARP_H 1
1293#define HAVE_NETINET_IN_H 1
1294#define HAVE_ARPA_INET_H 1
1295#define HAVE_STRUCT_TIMEVAL 1
1296#define HAVE_GETIFADDRS 1
1297#define HAVE_NANOSLEEP 1
1298#define HAVE_GETTIMEOFDAY 1
1299#define HAVE_CLOCK_GETTIME 1
1300#define HAVE_LONG_LONG 1
1301#define HAVE_LONG_DOUBLE 1
1302#define SIZEOF_CHAR 1
1303#define SIZEOF_UNSIGNED_CHAR 1
1304#define SIZEOF_SHORT 2
1305#define SIZEOF_UNSIGNED_SHORT 2
1306#define SIZEOF_INT 4
1307#define SIZEOF_UNSIGNED_INT 4
1308#define SIZEOF_LONG 8
1309#define SIZEOF_UNSIGNED_LONG 8
1310#define SIZEOF_LONG_LONG 8
1311#define SIZEOF_UNSIGNED_LONG_LONG 8
1312#define WITH_PERL 1
1313#define WITH_PERL_COMPAT 1
1314
1315configure: exit 0