Ticket #63163: libdnsres_config.log

File libdnsres_config.log, 61.9 KB (added by cooljeanius (Eric Gallager), 3 years ago)

config.log for libdnsres

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.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib --disable-shared
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Local-Admins-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 20.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 16.00 gigabytes
33Default processor set: 677 tasks, 3311 threads, 16 processors
34Load average: 3.56, Mach factor: 12.43
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:1539: checking for a BSD-compatible install
52configure:1594: result: /usr/bin/install -c
53configure:1605: checking whether build environment is sane
54configure:1648: result: yes
55configure:1705: checking for gawk
56configure:1721: found /opt/local/bin/gawk
57configure:1731: result: gawk
58configure:1741: checking whether make sets $(MAKE)
59configure:1761: result: yes
60configure:1927: checking whether to enable maintainer-specific portions of Makefiles
61configure:1936: result: no
62configure:1968: checking for style of include used by make
63configure:1996: result: GNU
64configure:2067: checking for gcc
65configure:2093: result: /usr/bin/clang
66configure:2337: checking for C compiler version
67configure:2340: /usr/bin/clang --version </dev/null >&5
68Apple clang version 12.0.5 (clang-1205.0.22.9)
69Target: x86_64-apple-darwin20.5.0
70Thread model: posix
71InstalledDir: /Library/Developer/CommandLineTools/usr/bin
72configure:2343: $? = 0
73configure:2345: /usr/bin/clang -v </dev/null >&5
74Apple clang version 12.0.5 (clang-1205.0.22.9)
75Target: x86_64-apple-darwin20.5.0
76Thread model: posix
77InstalledDir: /Library/Developer/CommandLineTools/usr/bin
78configure:2348: $? = 0
79configure:2350: /usr/bin/clang -V </dev/null >&5
80clang: error: argument to '-V' is missing (expected 1 value)
81clang: error: no input files
82configure:2353: $? = 1
83configure:2376: checking for C compiler default output file name
84configure:2379: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
85configure:2382: $? = 0
86configure:2428: result: a.out
87configure:2433: checking whether the C compiler works
88configure:2439: ./a.out
89configure:2442: $? = 0
90configure:2459: result: yes
91configure:2466: checking whether we are cross compiling
92configure:2468: result: no
93configure:2471: checking for suffix of executables
94configure:2473: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
95configure:2476: $? = 0
96configure:2501: result:
97configure:2507: checking for suffix of object files
98configure:2528: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
99configure:2531: $? = 0
100configure:2553: result: o
101configure:2557: checking whether we are using the GNU C compiler
102configure:2581: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
103configure:2587: $? = 0
104configure:2591: test -z
105                         || test ! -s conftest.err
106configure:2594: $? = 0
107configure:2597: test -s conftest.o
108configure:2600: $? = 0
109configure:2613: result: yes
110configure:2619: checking whether /usr/bin/clang accepts -g
111configure:2640: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
112configure:2646: $? = 0
113configure:2650: test -z
114                         || test ! -s conftest.err
115configure:2653: $? = 0
116configure:2656: test -s conftest.o
117configure:2659: $? = 0
118configure:2670: result: yes
119configure:2687: checking for /usr/bin/clang option to accept ANSI C
120configure:2757: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
121configure:2763: $? = 0
122configure:2767: test -z
123                         || test ! -s conftest.err
124configure:2770: $? = 0
125configure:2773: test -s conftest.o
126configure:2776: $? = 0
127configure:2794: result: none needed
128configure:2812: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
129conftest.c:2:3: error: unknown type name 'choke'
130  choke me
131  ^
132conftest.c:2:11: error: expected ';' after top level declarator
133  choke me
134          ^
135          ;
1362 errors generated.
137configure:2818: $? = 1
138configure: failed program was:
139| #ifndef __cplusplus
140|   choke me
141| #endif
142configure:2953: checking dependency style of /usr/bin/clang
143configure:3043: result: none
144configure:3061: checking whether /usr/bin/clang and cc understand -c and -o together
145configure:3091: /usr/bin/clang -c conftest.c -o conftest.o >&5
146configure:3094: $? = 0
147configure:3096: /usr/bin/clang -c conftest.c -o conftest.o >&5
148configure:3099: $? = 0
149configure:3106: cc -c conftest.c >&5
150configure:3109: $? = 0
151configure:3112: cc -c conftest.c -o conftest.o >&5
152configure:3115: $? = 0
153configure:3117: cc -c conftest.c -o conftest.o >&5
154configure:3120: $? = 0
155configure:3138: result: yes
156configure:3163: checking for a BSD-compatible install
157configure:3218: result: /usr/bin/install -c
158configure:3229: checking whether ln -s works
159configure:3233: result: yes
160configure:3318: checking build system type
161configure:3336: result: i686-apple-darwin20.5.0
162configure:3344: checking host system type
163configure:3358: result: i686-apple-darwin20.5.0
164configure:3366: checking for a sed that does not truncate output
165configure:3420: result: /opt/local/bin/gsed
166configure:3423: checking for egrep
167configure:3433: result: grep -E
168configure:3449: checking for ld used by /usr/bin/clang
169configure:3516: result: /Library/Developer/CommandLineTools/usr/bin/ld
170configure:3525: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
171configure:3540: result: no
172configure:3545: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
173configure:3552: result: -r
174configure:3570: checking for BSD-compatible nm
175configure:3612: result: /opt/local/bin/nm -B
176configure:3616: checking how to recognise dependent libraries
177configure:3788: result: pass_all
178configure:4002: checking how to run the C preprocessor
179configure:4037: /usr/bin/clang -E -I/opt/local/include conftest.c
180configure:4043: $? = 0
181configure:4075: /usr/bin/clang -E -I/opt/local/include conftest.c
182conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
183#include <ac_nonexistent.h>
184         ^~~~~~~~~~~~~~~~~~
1851 error generated.
186configure:4081: $? = 1
187configure: failed program was:
188| /* confdefs.h.  */
189|
190| #define PACKAGE_NAME ""
191| #define PACKAGE_TARNAME ""
192| #define PACKAGE_VERSION ""
193| #define PACKAGE_STRING ""
194| #define PACKAGE_BUGREPORT ""
195| #define PACKAGE "libdnsres"
196| #define VERSION "0.1a"
197| /* end confdefs.h.  */
198| #include <ac_nonexistent.h>
199configure:4120: result: /usr/bin/clang -E
200configure:4144: /usr/bin/clang -E -I/opt/local/include conftest.c
201configure:4150: $? = 0
202configure:4182: /usr/bin/clang -E -I/opt/local/include conftest.c
203conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
204#include <ac_nonexistent.h>
205         ^~~~~~~~~~~~~~~~~~
2061 error generated.
207configure:4188: $? = 1
208configure: failed program was:
209| /* confdefs.h.  */
210|
211| #define PACKAGE_NAME ""
212| #define PACKAGE_TARNAME ""
213| #define PACKAGE_VERSION ""
214| #define PACKAGE_STRING ""
215| #define PACKAGE_BUGREPORT ""
216| #define PACKAGE "libdnsres"
217| #define VERSION "0.1a"
218| /* end confdefs.h.  */
219| #include <ac_nonexistent.h>
220configure:4232: checking for ANSI C header files
221configure:4257: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
222configure:4263: $? = 0
223configure:4267: test -z
224                         || test ! -s conftest.err
225configure:4270: $? = 0
226configure:4273: test -s conftest.o
227configure:4276: $? = 0
228configure:4365: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
229conftest.c:28:7: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
230      exit(2);
231      ^
232conftest.c:28:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2331 error generated.
234configure:4368: $? = 1
235configure: program exited with status 1
236configure: failed program was:
237| /* confdefs.h.  */
238|
239| #define PACKAGE_NAME ""
240| #define PACKAGE_TARNAME ""
241| #define PACKAGE_VERSION ""
242| #define PACKAGE_STRING ""
243| #define PACKAGE_BUGREPORT ""
244| #define PACKAGE "libdnsres"
245| #define VERSION "0.1a"
246| /* end confdefs.h.  */
247| #include <ctype.h>
248| #if ((' ' & 0x0FF) == 0x020)
249| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
250| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
251| #else
252| # define ISLOWER(c)              (('a' <= (c) && (c) <= 'i')               || ('j' <= (c) && (c) <= 'r')                   || ('s' <= (c) && (c) <= 'z'))
253| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
254| #endif
255|
256| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
257| int
258| main ()
259| {
260|   int i;
261|   for (i = 0; i < 256; i++)
262|     if (XOR (islower (i), ISLOWER (i))
263|       || toupper (i) != TOUPPER (i))
264|       exit(2);
265|   exit (0);
266| }
267configure:4388: result: no
268configure:4412: checking for sys/types.h
269configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
270configure:4434: $? = 0
271configure:4438: test -z
272                         || test ! -s conftest.err
273configure:4441: $? = 0
274configure:4444: test -s conftest.o
275configure:4447: $? = 0
276configure:4458: result: yes
277configure:4412: checking for sys/stat.h
278configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
279configure:4434: $? = 0
280configure:4438: test -z
281                         || test ! -s conftest.err
282configure:4441: $? = 0
283configure:4444: test -s conftest.o
284configure:4447: $? = 0
285configure:4458: result: yes
286configure:4412: checking for stdlib.h
287configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
288configure:4434: $? = 0
289configure:4438: test -z
290                         || test ! -s conftest.err
291configure:4441: $? = 0
292configure:4444: test -s conftest.o
293configure:4447: $? = 0
294configure:4458: result: yes
295configure:4412: checking for string.h
296configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
297configure:4434: $? = 0
298configure:4438: test -z
299                         || test ! -s conftest.err
300configure:4441: $? = 0
301configure:4444: test -s conftest.o
302configure:4447: $? = 0
303configure:4458: result: yes
304configure:4412: checking for memory.h
305configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
306configure:4434: $? = 0
307configure:4438: test -z
308                         || test ! -s conftest.err
309configure:4441: $? = 0
310configure:4444: test -s conftest.o
311configure:4447: $? = 0
312configure:4458: result: yes
313configure:4412: checking for strings.h
314configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
315configure:4434: $? = 0
316configure:4438: test -z
317                         || test ! -s conftest.err
318configure:4441: $? = 0
319configure:4444: test -s conftest.o
320configure:4447: $? = 0
321configure:4458: result: yes
322configure:4412: checking for inttypes.h
323configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
324configure:4434: $? = 0
325configure:4438: test -z
326                         || test ! -s conftest.err
327configure:4441: $? = 0
328configure:4444: test -s conftest.o
329configure:4447: $? = 0
330configure:4458: result: yes
331configure:4412: checking for stdint.h
332configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
333configure:4434: $? = 0
334configure:4438: test -z
335                         || test ! -s conftest.err
336configure:4441: $? = 0
337configure:4444: test -s conftest.o
338configure:4447: $? = 0
339configure:4458: result: yes
340configure:4412: checking for unistd.h
341configure:4428: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
342configure:4434: $? = 0
343configure:4438: test -z
344                         || test ! -s conftest.err
345configure:4441: $? = 0
346configure:4444: test -s conftest.o
347configure:4447: $? = 0
348configure:4458: result: yes
349configure:4484: checking dlfcn.h usability
350configure:4496: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
351configure:4502: $? = 0
352configure:4506: test -z
353                         || test ! -s conftest.err
354configure:4509: $? = 0
355configure:4512: test -s conftest.o
356configure:4515: $? = 0
357configure:4525: result: yes
358configure:4529: checking dlfcn.h presence
359configure:4539: /usr/bin/clang -E -I/opt/local/include conftest.c
360configure:4545: $? = 0
361configure:4565: result: yes
362configure:4600: checking for dlfcn.h
363configure:4607: result: yes
364configure:4714: checking for C++ compiler version
365configure:4717: /usr/bin/clang++ --version </dev/null >&5
366Apple clang version 12.0.5 (clang-1205.0.22.9)
367Target: x86_64-apple-darwin20.5.0
368Thread model: posix
369InstalledDir: /Library/Developer/CommandLineTools/usr/bin
370configure:4720: $? = 0
371configure:4722: /usr/bin/clang++ -v </dev/null >&5
372Apple clang version 12.0.5 (clang-1205.0.22.9)
373Target: x86_64-apple-darwin20.5.0
374Thread model: posix
375InstalledDir: /Library/Developer/CommandLineTools/usr/bin
376configure:4725: $? = 0
377configure:4727: /usr/bin/clang++ -V </dev/null >&5
378clang: error: argument to '-V' is missing (expected 1 value)
379clang: error: no input files
380configure:4730: $? = 1
381configure:4733: checking whether we are using the GNU C++ compiler
382configure:4757: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
383configure:4763: $? = 0
384configure:4767: test -z
385                         || test ! -s conftest.err
386configure:4770: $? = 0
387configure:4773: test -s conftest.o
388configure:4776: $? = 0
389configure:4789: result: yes
390configure:4795: checking whether /usr/bin/clang++ accepts -g
391configure:4816: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cc >&5
392configure:4822: $? = 0
393configure:4826: test -z
394                         || test ! -s conftest.err
395configure:4829: $? = 0
396configure:4832: test -s conftest.o
397configure:4835: $? = 0
398configure:4846: result: yes
399configure:4888: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
400configure:4894: $? = 0
401configure:4898: test -z
402                         || test ! -s conftest.err
403configure:4901: $? = 0
404configure:4904: test -s conftest.o
405configure:4907: $? = 0
406configure:4933: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
407conftest.cc:25:1: error: use of undeclared identifier 'exit'
408exit (42);
409^
4101 error generated.
411configure:4939: $? = 1
412configure: failed program was:
413| /* confdefs.h.  */
414|
415| #define PACKAGE_NAME ""
416| #define PACKAGE_TARNAME ""
417| #define PACKAGE_VERSION ""
418| #define PACKAGE_STRING ""
419| #define PACKAGE_BUGREPORT ""
420| #define PACKAGE "libdnsres"
421| #define VERSION "0.1a"
422| #define HAVE_SYS_TYPES_H 1
423| #define HAVE_SYS_STAT_H 1
424| #define HAVE_STDLIB_H 1
425| #define HAVE_STRING_H 1
426| #define HAVE_MEMORY_H 1
427| #define HAVE_STRINGS_H 1
428| #define HAVE_INTTYPES_H 1
429| #define HAVE_STDINT_H 1
430| #define HAVE_UNISTD_H 1
431| #define HAVE_DLFCN_H 1
432| /* end confdefs.h.  */
433|
434| int
435| main ()
436| {
437| exit (42);
438|   ;
439|   return 0;
440| }
441configure:4888: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
442conftest.cc:21:17: error: use of undeclared identifier 'std'
443extern "C" void std::exit (int) throw (); using std::exit;
444                ^
445conftest.cc:21:49: error: use of undeclared identifier 'std'
446extern "C" void std::exit (int) throw (); using std::exit;
447                                                ^
4482 errors generated.
449configure:4894: $? = 1
450configure: failed program was:
451| /* confdefs.h.  */
452|
453| #define PACKAGE_NAME ""
454| #define PACKAGE_TARNAME ""
455| #define PACKAGE_VERSION ""
456| #define PACKAGE_STRING ""
457| #define PACKAGE_BUGREPORT ""
458| #define PACKAGE "libdnsres"
459| #define VERSION "0.1a"
460| #define HAVE_SYS_TYPES_H 1
461| #define HAVE_SYS_STAT_H 1
462| #define HAVE_STDLIB_H 1
463| #define HAVE_STRING_H 1
464| #define HAVE_MEMORY_H 1
465| #define HAVE_STRINGS_H 1
466| #define HAVE_INTTYPES_H 1
467| #define HAVE_STDINT_H 1
468| #define HAVE_UNISTD_H 1
469| #define HAVE_DLFCN_H 1
470| /* end confdefs.h.  */
471| extern "C" void std::exit (int) throw (); using std::exit;
472| #include <stdlib.h>
473| int
474| main ()
475| {
476| exit (42);
477|   ;
478|   return 0;
479| }
480configure:4888: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
481conftest.cc:21:17: error: use of undeclared identifier 'std'
482extern "C" void std::exit (int); using std::exit;
483                ^
484conftest.cc:21:40: error: use of undeclared identifier 'std'
485extern "C" void std::exit (int); using std::exit;
486                                       ^
4872 errors generated.
488configure:4894: $? = 1
489configure: failed program was:
490| /* confdefs.h.  */
491|
492| #define PACKAGE_NAME ""
493| #define PACKAGE_TARNAME ""
494| #define PACKAGE_VERSION ""
495| #define PACKAGE_STRING ""
496| #define PACKAGE_BUGREPORT ""
497| #define PACKAGE "libdnsres"
498| #define VERSION "0.1a"
499| #define HAVE_SYS_TYPES_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_STDLIB_H 1
502| #define HAVE_STRING_H 1
503| #define HAVE_MEMORY_H 1
504| #define HAVE_STRINGS_H 1
505| #define HAVE_INTTYPES_H 1
506| #define HAVE_STDINT_H 1
507| #define HAVE_UNISTD_H 1
508| #define HAVE_DLFCN_H 1
509| /* end confdefs.h.  */
510| extern "C" void std::exit (int); using std::exit;
511| #include <stdlib.h>
512| int
513| main ()
514| {
515| exit (42);
516|   ;
517|   return 0;
518| }
519configure:4888: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
520In file included from conftest.cc:22:
521In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/stdlib.h:93:
522/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/stdlib.h:145:7: error: 'exit' is missing exception specification 'throw()'
523void     exit(int) __dead2;
524         ^
525conftest.cc:21:17: note: previous declaration is here
526extern "C" void exit (int) throw ();
527                ^
5281 error generated.
529configure:4894: $? = 1
530configure: failed program was:
531| /* confdefs.h.  */
532|
533| #define PACKAGE_NAME ""
534| #define PACKAGE_TARNAME ""
535| #define PACKAGE_VERSION ""
536| #define PACKAGE_STRING ""
537| #define PACKAGE_BUGREPORT ""
538| #define PACKAGE "libdnsres"
539| #define VERSION "0.1a"
540| #define HAVE_SYS_TYPES_H 1
541| #define HAVE_SYS_STAT_H 1
542| #define HAVE_STDLIB_H 1
543| #define HAVE_STRING_H 1
544| #define HAVE_MEMORY_H 1
545| #define HAVE_STRINGS_H 1
546| #define HAVE_INTTYPES_H 1
547| #define HAVE_STDINT_H 1
548| #define HAVE_UNISTD_H 1
549| #define HAVE_DLFCN_H 1
550| /* end confdefs.h.  */
551| extern "C" void exit (int) throw ();
552| #include <stdlib.h>
553| int
554| main ()
555| {
556| exit (42);
557|   ;
558|   return 0;
559| }
560configure:4888: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
561configure:4894: $? = 0
562configure:4898: test -z
563                         || test ! -s conftest.err
564configure:4901: $? = 0
565configure:4904: test -s conftest.o
566configure:4907: $? = 0
567configure:4933: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
568configure:4939: $? = 0
569configure:4943: test -z
570                         || test ! -s conftest.err
571configure:4946: $? = 0
572configure:4949: test -s conftest.o
573configure:4952: $? = 0
574configure:4977: checking dependency style of /usr/bin/clang++
575configure:5067: result: none
576configure:5094: checking how to run the C++ preprocessor
577configure:5125: /usr/bin/clang++ -E -I/opt/local/include conftest.cc
578configure:5131: $? = 0
579configure:5163: /usr/bin/clang++ -E -I/opt/local/include conftest.cc
580conftest.cc:24:10: fatal error: 'ac_nonexistent.h' file not found
581#include <ac_nonexistent.h>
582         ^~~~~~~~~~~~~~~~~~
5831 error generated.
584configure:5169: $? = 1
585configure: failed program was:
586| /* confdefs.h.  */
587|
588| #define PACKAGE_NAME ""
589| #define PACKAGE_TARNAME ""
590| #define PACKAGE_VERSION ""
591| #define PACKAGE_STRING ""
592| #define PACKAGE_BUGREPORT ""
593| #define PACKAGE "libdnsres"
594| #define VERSION "0.1a"
595| #define HAVE_SYS_TYPES_H 1
596| #define HAVE_SYS_STAT_H 1
597| #define HAVE_STDLIB_H 1
598| #define HAVE_STRING_H 1
599| #define HAVE_MEMORY_H 1
600| #define HAVE_STRINGS_H 1
601| #define HAVE_INTTYPES_H 1
602| #define HAVE_STDINT_H 1
603| #define HAVE_UNISTD_H 1
604| #define HAVE_DLFCN_H 1
605| #ifdef __cplusplus
606| extern "C" void exit (int);
607| #endif
608| /* end confdefs.h.  */
609| #include <ac_nonexistent.h>
610configure:5208: result: /usr/bin/clang++ -E
611configure:5232: /usr/bin/clang++ -E -I/opt/local/include conftest.cc
612configure:5238: $? = 0
613configure:5270: /usr/bin/clang++ -E -I/opt/local/include conftest.cc
614conftest.cc:24:10: fatal error: 'ac_nonexistent.h' file not found
615#include <ac_nonexistent.h>
616         ^~~~~~~~~~~~~~~~~~
6171 error generated.
618configure:5276: $? = 1
619configure: failed program was:
620| /* confdefs.h.  */
621|
622| #define PACKAGE_NAME ""
623| #define PACKAGE_TARNAME ""
624| #define PACKAGE_VERSION ""
625| #define PACKAGE_STRING ""
626| #define PACKAGE_BUGREPORT ""
627| #define PACKAGE "libdnsres"
628| #define VERSION "0.1a"
629| #define HAVE_SYS_TYPES_H 1
630| #define HAVE_SYS_STAT_H 1
631| #define HAVE_STDLIB_H 1
632| #define HAVE_STRING_H 1
633| #define HAVE_MEMORY_H 1
634| #define HAVE_STRINGS_H 1
635| #define HAVE_INTTYPES_H 1
636| #define HAVE_STDINT_H 1
637| #define HAVE_UNISTD_H 1
638| #define HAVE_DLFCN_H 1
639| #ifdef __cplusplus
640| extern "C" void exit (int);
641| #endif
642| /* end confdefs.h.  */
643| #include <ac_nonexistent.h>
644configure:5373: checking for g77
645configure:5402: result: no
646configure:5373: checking for f77
647configure:5402: result: no
648configure:5373: checking for xlf
649configure:5402: result: no
650configure:5373: checking for frt
651configure:5402: result: no
652configure:5373: checking for pgf77
653configure:5402: result: no
654configure:5373: checking for fort77
655configure:5402: result: no
656configure:5373: checking for fl32
657configure:5402: result: no
658configure:5373: checking for af77
659configure:5402: result: no
660configure:5373: checking for f90
661configure:5402: result: no
662configure:5373: checking for xlf90
663configure:5402: result: no
664configure:5373: checking for pgf90
665configure:5402: result: no
666configure:5373: checking for epcf90
667configure:5402: result: no
668configure:5373: checking for f95
669configure:5402: result: no
670configure:5373: checking for fort
671configure:5402: result: no
672configure:5373: checking for xlf95
673configure:5402: result: no
674configure:5373: checking for ifc
675configure:5402: result: no
676configure:5373: checking for efc
677configure:5402: result: no
678configure:5373: checking for pgf95
679configure:5402: result: no
680configure:5373: checking for lf95
681configure:5402: result: no
682configure:5373: checking for gfortran
683configure:5389: found /opt/local/bin/gfortran
684configure:5399: result: gfortran
685configure:5414: checking for Fortran 77 compiler version
686configure:5417: gfortran --version </dev/null >&5
687GNU Fortran (MacPorts gcc10 10.3.0_0) 10.3.0
688Copyright (C) 2020 Free Software Foundation, Inc.
689This is free software; see the source for copying conditions.  There is NO
690warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
691
692configure:5420: $? = 0
693configure:5422: gfortran -v </dev/null >&5
694Using built-in specs.
695COLLECT_GCC=gfortran
696COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin20/10.3.0/lto-wrapper
697Target: x86_64-apple-darwin20
698Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc10/gcc10/work/gcc-10.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin20 --enable-languages=c,c++,objc,obj-c++,lto,fortran,jit --libdir=/opt/local/lib/gcc10 --includedir=/opt/local/include/gcc10 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-10 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-10 --with-gxx-include-dir=/opt/local/include/gcc10/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --enable-host-shared --disable-tls --with-pkgversion='MacPorts gcc10 10.3.0_0' --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
699Thread model: posix
700Supported LTO compression algorithms: zlib
701gcc version 10.3.0 (MacPorts gcc10 10.3.0_0)
702configure:5425: $? = 0
703configure:5427: gfortran -V </dev/null >&5
704gfortran: error: unrecognized command-line option '-V'
705gfortran: fatal error: no input files
706compilation terminated.
707configure:5430: $? = 1
708configure:5438: checking whether we are using the GNU Fortran 77 compiler
709configure:5452: gfortran -c -pipe -Os -m64 conftest.F >&5
710configure:5458: $? = 0
711configure:5462: test -z
712                         || test ! -s conftest.err
713configure:5465: $? = 0
714configure:5468: test -s conftest.o
715configure:5471: $? = 0
716configure:5484: result: yes
717configure:5490: checking whether gfortran accepts -g
718configure:5502: gfortran -c -g conftest.f >&5
719configure:5508: $? = 0
720configure:5512: test -z
721                         || test ! -s conftest.err
722configure:5515: $? = 0
723configure:5518: test -s conftest.o
724configure:5521: $? = 0
725configure:5533: result: yes
726configure:5563: checking the maximum length of command line arguments
727configure:5655: result: 786432
728configure:5666: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
729configure:5762: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
730configure:5765: $? = 0
731configure:5769: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[    ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
732configure:5772: $? = 0
733cannot find nm_test_var in conftest.nm
734configure:5762: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.c >&5
735configure:5765: $? = 0
736configure:5769: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[    ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
737configure:5772: $? = 0
738configure:5824: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
739configure:5827: $? = 0
740configure:5865: result: ok
741configure:5869: checking for objdir
742configure:5884: result: .libs
743configure:5974: checking for ar
744configure:5990: found /opt/local/bin/ar
745configure:6001: result: ar
746configure:6054: checking for ranlib
747configure:6070: found /opt/local/bin/ranlib
748configure:6081: result: ranlib
749configure:6134: checking for strip
750configure:6150: found /opt/local/bin/strip
751configure:6161: result: strip
752configure:6448: checking if /usr/bin/clang static flag  works
753configure:6476: result: yes
754configure:6494: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
755configure:6512: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
756configure:6516: $? = 0
757configure:6529: result: yes
758configure:6544: checking for /usr/bin/clang option to produce PIC
759configure:6748: result: -fno-common
760configure:6756: checking if /usr/bin/clang PIC flag -fno-common works
761configure:6774: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -fno-common -DPIC conftest.c >&5
762configure:6778: $? = 0
763configure:6791: result: yes
764configure:6815: checking if /usr/bin/clang supports -c -o file.o
765configure:6836: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
766configure:6840: $? = 0
767configure:6862: result: yes
768configure:6888: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
769configure:7784: result: yes
770configure:7855: checking dynamic linker characteristics
771configure:8401: result: darwin20.5.0 dyld
772configure:8405: checking how to hardcode library paths into programs
773configure:8430: result: immediate
774configure:8444: checking whether stripping libraries is possible
775configure:8457: result: yes
776configure:9279: checking if libtool supports shared libraries
777configure:9281: result: yes
778configure:9284: checking whether to build shared libraries
779configure:9305: result: no
780configure:9308: checking whether to build static libraries
781configure:9312: result: yes
782configure:9404: creating libtool
783configure:9982: checking for ld used by /usr/bin/clang++
784configure:10049: result: /Library/Developer/CommandLineTools/usr/bin/ld
785configure:10058: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
786configure:10073: result: no
787configure:10124: checking whether the /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
788configure:11011: result: yes
789configure:11029: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include conftest.cc >&5
790configure:11032: $? = 0
791configure:11128: checking for /usr/bin/clang++ option to produce PIC
792configure:11396: result: -fno-common
793configure:11404: checking if /usr/bin/clang++ PIC flag -fno-common works
794configure:11422: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -fno-common -DPIC conftest.cc >&5
795configure:11426: $? = 0
796configure:11439: result: yes
797configure:11463: checking if /usr/bin/clang++ supports -c -o file.o
798configure:11484: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cc >&5
799configure:11488: $? = 0
800configure:11510: result: yes
801configure:11536: checking whether the /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
802configure:11561: result: yes
803configure:11632: checking dynamic linker characteristics
804configure:12178: result: darwin20.5.0 dyld
805configure:12182: checking how to hardcode library paths into programs
806configure:12207: result: immediate
807configure:12221: checking whether stripping libraries is possible
808configure:12234: result: yes
809configure:13562: checking if libtool supports shared libraries
810configure:13564: result: yes
811configure:13567: checking whether to build shared libraries
812configure:13587: result: no
813configure:13590: checking whether to build static libraries
814configure:13594: result: yes
815configure:13606: checking for gfortran option to produce PIC
816configure:13810: result: -fno-common
817configure:13818: checking if gfortran PIC flag -fno-common works
818configure:13836: gfortran -c -pipe -Os -m64 -fno-common conftest.f >&5
819configure:13840: $? = 0
820configure:13853: result: yes
821configure:13877: checking if gfortran supports -c -o file.o
822configure:13898: gfortran -c -pipe -Os -m64 -o out/conftest2.o conftest.f >&5
823configure:13902: $? = 0
824configure:13924: result: yes
825configure:13950: checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
826configure:14826: result: yes
827configure:14897: checking dynamic linker characteristics
828configure:15443: result: darwin20.5.0 dyld
829configure:15447: checking how to hardcode library paths into programs
830configure:15472: result: immediate
831configure:15486: checking whether stripping libraries is possible
832configure:15499: result: yes
833configure:19734: checking whether /usr/bin/clang needs -traditional
834conftest.c:24:10: fatal error: 'termio.h' file not found
835#include <termio.h>
836         ^~~~~~~~~~
8371 error generated.
838configure:19776: result: no
839configure:19787: checking whether byte ordering is bigendian
840configure:19814: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
841configure:19820: $? = 0
842configure:19824: test -z
843                         || test ! -s conftest.err
844configure:19827: $? = 0
845configure:19830: test -s conftest.o
846configure:19833: $? = 0
847configure:19857: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
848conftest.c:31:2: error: use of undeclared identifier 'not'
849 not big endian
850 ^
8511 error generated.
852configure:19863: $? = 1
853configure: failed program was:
854| /* confdefs.h.  */
855|
856| #define PACKAGE_NAME ""
857| #define PACKAGE_TARNAME ""
858| #define PACKAGE_VERSION ""
859| #define PACKAGE_STRING ""
860| #define PACKAGE_BUGREPORT ""
861| #define PACKAGE "libdnsres"
862| #define VERSION "0.1a"
863| #define HAVE_SYS_TYPES_H 1
864| #define HAVE_SYS_STAT_H 1
865| #define HAVE_STDLIB_H 1
866| #define HAVE_STRING_H 1
867| #define HAVE_MEMORY_H 1
868| #define HAVE_STRINGS_H 1
869| #define HAVE_INTTYPES_H 1
870| #define HAVE_STDINT_H 1
871| #define HAVE_UNISTD_H 1
872| #define HAVE_DLFCN_H 1
873| #ifdef __cplusplus
874| extern "C" void exit (int);
875| #endif
876| /* end confdefs.h.  */
877| #include <sys/types.h>
878| #include <sys/param.h>
879|
880| int
881| main ()
882| {
883| #if BYTE_ORDER != BIG_ENDIAN
884|  not big endian
885| #endif
886|
887|   ;
888|   return 0;
889| }
890configure:19998: result: no
891configure:20019: checking for socket in -lsocket
892configure:20049: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lsocket   >&5
893ld: library not found for -lsocket
894clang: error: linker command failed with exit code 1 (use -v to see invocation)
895configure:20055: $? = 1
896configure: failed program was:
897| /* confdefs.h.  */
898|
899| #define PACKAGE_NAME ""
900| #define PACKAGE_TARNAME ""
901| #define PACKAGE_VERSION ""
902| #define PACKAGE_STRING ""
903| #define PACKAGE_BUGREPORT ""
904| #define PACKAGE "libdnsres"
905| #define VERSION "0.1a"
906| #define HAVE_SYS_TYPES_H 1
907| #define HAVE_SYS_STAT_H 1
908| #define HAVE_STDLIB_H 1
909| #define HAVE_STRING_H 1
910| #define HAVE_MEMORY_H 1
911| #define HAVE_STRINGS_H 1
912| #define HAVE_INTTYPES_H 1
913| #define HAVE_STDINT_H 1
914| #define HAVE_UNISTD_H 1
915| #define HAVE_DLFCN_H 1
916| #ifdef __cplusplus
917| extern "C" void exit (int);
918| #endif
919| /* end confdefs.h.  */
920|
921| /* Override any gcc2 internal prototype to avoid an error.  */
922| #ifdef __cplusplus
923| extern "C"
924| #endif
925| /* We use char because int might match the return type of a gcc2
926|    builtin and then its argument prototype would still apply.  */
927| char socket ();
928| int
929| main ()
930| {
931| socket ();
932|   ;
933|   return 0;
934| }
935configure:20081: result: no
936configure:20093: checking for libevent
937configure:20140: result: yes
938configure:20147: checking for ANSI C header files
939configure:20303: result: no
940configure:20335: checking fcntl.h usability
941configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
942configure:20353: $? = 0
943configure:20357: test -z
944                         || test ! -s conftest.err
945configure:20360: $? = 0
946configure:20363: test -s conftest.o
947configure:20366: $? = 0
948configure:20376: result: yes
949configure:20380: checking fcntl.h presence
950configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
951configure:20396: $? = 0
952configure:20416: result: yes
953configure:20451: checking for fcntl.h
954configure:20458: result: yes
955configure:20335: checking stdarg.h usability
956configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
957configure:20353: $? = 0
958configure:20357: test -z
959                         || test ! -s conftest.err
960configure:20360: $? = 0
961configure:20363: test -s conftest.o
962configure:20366: $? = 0
963configure:20376: result: yes
964configure:20380: checking stdarg.h presence
965configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
966configure:20396: $? = 0
967configure:20416: result: yes
968configure:20451: checking for stdarg.h
969configure:20458: result: yes
970configure:20326: checking for inttypes.h
971configure:20331: result: yes
972configure:20326: checking for stdint.h
973configure:20331: result: yes
974configure:20335: checking signal.h usability
975configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
976configure:20353: $? = 0
977configure:20357: test -z
978                         || test ! -s conftest.err
979configure:20360: $? = 0
980configure:20363: test -s conftest.o
981configure:20366: $? = 0
982configure:20376: result: yes
983configure:20380: checking signal.h presence
984configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
985configure:20396: $? = 0
986configure:20416: result: yes
987configure:20451: checking for signal.h
988configure:20458: result: yes
989configure:20326: checking for unistd.h
990configure:20331: result: yes
991configure:20335: checking sys/time.h usability
992configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
993configure:20353: $? = 0
994configure:20357: test -z
995                         || test ! -s conftest.err
996configure:20360: $? = 0
997configure:20363: test -s conftest.o
998configure:20366: $? = 0
999configure:20376: result: yes
1000configure:20380: checking sys/time.h presence
1001configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
1002configure:20396: $? = 0
1003configure:20416: result: yes
1004configure:20451: checking for sys/time.h
1005configure:20458: result: yes
1006configure:20335: checking sys/queue.h usability
1007configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1008configure:20353: $? = 0
1009configure:20357: test -z
1010                         || test ! -s conftest.err
1011configure:20360: $? = 0
1012configure:20363: test -s conftest.o
1013configure:20366: $? = 0
1014configure:20376: result: yes
1015configure:20380: checking sys/queue.h presence
1016configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
1017configure:20396: $? = 0
1018configure:20416: result: yes
1019configure:20451: checking for sys/queue.h
1020configure:20458: result: yes
1021configure:20335: checking sys/ioctl.h usability
1022configure:20347: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1023configure:20353: $? = 0
1024configure:20357: test -z
1025                         || test ! -s conftest.err
1026configure:20360: $? = 0
1027configure:20363: test -s conftest.o
1028configure:20366: $? = 0
1029configure:20376: result: yes
1030configure:20380: checking sys/ioctl.h presence
1031configure:20390: /usr/bin/clang -E -I/opt/local/include conftest.c
1032configure:20396: $? = 0
1033configure:20416: result: yes
1034configure:20451: checking for sys/ioctl.h
1035configure:20458: result: yes
1036configure:20472: checking for TAILQ_FOREACH in sys/queue.h
1037configure:20489: result: yes
1038configure:20506: checking for timeradd in sys/time.h
1039configure:20528: result: yes
1040configure:20540: checking for timercmp in sys/time.h
1041configure:20562: result: yes
1042configure:20574: checking for timerclear in sys/time.h
1043configure:20596: result: yes
1044configure:20608: checking for timerisset in sys/time.h
1045configure:20630: result: yes
1046configure:20641: checking for an ANSI C-conforming const
1047configure:20708: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1048conftest.c:65:17: warning: unused variable 's' [-Wunused-variable]
1049    char const *s = 0 ? (char *) 0 : (char const *) 0;
1050                ^
1051conftest.c:85:15: warning: unused variable 'foo' [-Wunused-variable]
1052    const int foo = 10;
1053              ^
1054conftest.c:46:17: warning: unused variable 'x' [-Wunused-variable]
1055  const charset x;
1056                ^
1057conftest.c:52:29: warning: unused variable 'zero' [-Wunused-variable]
1058  static struct point const zero = {0,0};
1059                            ^
1060conftest.c:67:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
1061    *t++ = 0;
1062     ^
1063conftest.c:64:12: note: initialize the variable 't' to silence this warning
1064    char *t;
1065           ^
1066            = 0
1067conftest.c:82:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
1068    struct s *b; b->j = 5;
1069                 ^
1070conftest.c:82:16: note: initialize the variable 'b' to silence this warning
1071    struct s *b; b->j = 5;
1072               ^
1073                = 0
10746 warnings generated.
1075configure:20714: $? = 0
1076configure:20718: test -z
1077                         || test ! -s conftest.err
1078configure:20721: $? = 0
1079configure:20724: test -s conftest.o
1080configure:20727: $? = 0
1081configure:20738: result: yes
1082configure:20748: checking for inline
1083configure:20769: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1084conftest.c:40:21: warning: unused function 'static_foo' [-Wunused-function]
1085static inline foo_t static_foo () {return 0; }
1086                    ^
10871 warning generated.
1088configure:20775: $? = 0
1089configure:20779: test -z
1090                         || test ! -s conftest.err
1091configure:20782: $? = 0
1092configure:20785: test -s conftest.o
1093configure:20788: $? = 0
1094configure:20800: result: inline
1095configure:20819: checking whether time.h and sys/time.h may both be included
1096configure:20844: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1097configure:20850: $? = 0
1098configure:20854: test -z
1099                         || test ! -s conftest.err
1100configure:20857: $? = 0
1101configure:20860: test -s conftest.o
1102configure:20863: $? = 0
1103configure:20874: result: yes
1104configure:20890: checking for strlcpy
1105configure:20947: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1106conftest.c:63:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
1107char strlcpy ();
1108     ^
1109conftest.c:63:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
11101 warning generated.
1111configure:20953: $? = 0
1112configure:20957: test -z
1113                         || test ! -s conftest.err
1114configure:20960: $? = 0
1115configure:20963: test -s conftest
1116configure:20966: $? = 0
1117configure:20978: result: yes
1118configure:20890: checking for arc4random
1119configure:20947: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1120configure:20953: $? = 0
1121configure:20957: test -z
1122                         || test ! -s conftest.err
1123configure:20960: $? = 0
1124configure:20963: test -s conftest
1125configure:20966: $? = 0
1126configure:20978: result: yes
1127configure:21006: checking for gettimeofday
1128configure:21063: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1129configure:21069: $? = 0
1130configure:21073: test -z
1131                         || test ! -s conftest.err
1132configure:21076: $? = 0
1133configure:21079: test -s conftest
1134configure:21082: $? = 0
1135configure:21094: result: yes
1136configure:21006: checking for vasprintf
1137configure:21063: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1138configure:21069: $? = 0
1139configure:21073: test -z
1140                         || test ! -s conftest.err
1141configure:21076: $? = 0
1142configure:21079: test -s conftest
1143configure:21082: $? = 0
1144configure:21094: result: yes
1145configure:21006: checking for fcntl
1146configure:21063: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1147configure:21069: $? = 0
1148configure:21073: test -z
1149                         || test ! -s conftest.err
1150configure:21076: $? = 0
1151configure:21079: test -s conftest
1152configure:21082: $? = 0
1153configure:21094: result: yes
1154configure:21006: checking for fgetln
1155configure:21063: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1156configure:21069: $? = 0
1157configure:21073: test -z
1158                         || test ! -s conftest.err
1159configure:21076: $? = 0
1160configure:21079: test -s conftest
1161configure:21082: $? = 0
1162configure:21094: result: yes
1163configure:21006: checking for issetugid
1164configure:21063: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1165configure:21069: $? = 0
1166configure:21073: test -z
1167                         || test ! -s conftest.err
1168configure:21076: $? = 0
1169configure:21079: test -s conftest
1170configure:21082: $? = 0
1171configure:21094: result: yes
1172configure:21105: checking for F_SETFD in fcntl.h
1173configure:21128: result: yes
1174configure:21137: checking for pid_t
1175configure:21161: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1176configure:21167: $? = 0
1177configure:21171: test -z
1178                         || test ! -s conftest.err
1179configure:21174: $? = 0
1180configure:21177: test -s conftest.o
1181configure:21180: $? = 0
1182configure:21191: result: yes
1183configure:21203: checking for size_t
1184configure:21227: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1185configure:21233: $? = 0
1186configure:21237: test -z
1187                         || test ! -s conftest.err
1188configure:21240: $? = 0
1189configure:21243: test -s conftest.o
1190configure:21246: $? = 0
1191configure:21257: result: yes
1192configure:21269: checking for u_int64_t
1193configure:21293: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1194configure:21299: $? = 0
1195configure:21303: test -z
1196                         || test ! -s conftest.err
1197configure:21306: $? = 0
1198configure:21309: test -s conftest.o
1199configure:21312: $? = 0
1200configure:21323: result: yes
1201configure:21335: checking for u_int32_t
1202configure:21359: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1203configure:21365: $? = 0
1204configure:21369: test -z
1205                         || test ! -s conftest.err
1206configure:21372: $? = 0
1207configure:21375: test -s conftest.o
1208configure:21378: $? = 0
1209configure:21389: result: yes
1210configure:21401: checking for u_int16_t
1211configure:21425: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1212configure:21431: $? = 0
1213configure:21435: test -z
1214                         || test ! -s conftest.err
1215configure:21438: $? = 0
1216configure:21441: test -s conftest.o
1217configure:21444: $? = 0
1218configure:21455: result: yes
1219configure:21467: checking for u_int8_t
1220configure:21491: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1221configure:21497: $? = 0
1222configure:21501: test -z
1223                         || test ! -s conftest.err
1224configure:21504: $? = 0
1225configure:21507: test -s conftest.o
1226configure:21510: $? = 0
1227configure:21521: result: yes
1228configure:21534: checking for sin_len
1229configure:21555: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1230configure:21561: $? = 0
1231configure:21565: test -z
1232                         || test ! -s conftest.err
1233configure:21568: $? = 0
1234configure:21571: test -s conftest.o
1235configure:21574: $? = 0
1236configure:21576: result: yes
1237configure:21593: checking for socklen_t
1238configure:21613: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1239conftest.c:54:11: warning: unused variable 'x' [-Wunused-variable]
1240socklen_t x;
1241          ^
12421 warning generated.
1243configure:21619: $? = 0
1244configure:21623: test -z
1245                         || test ! -s conftest.err
1246configure:21626: $? = 0
1247configure:21629: test -s conftest.o
1248configure:21632: $? = 0
1249configure:21634: result: yes
1250configure:21651: checking whether our compiler supports __func__
1251configure:21669: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1252conftest.c:52:12: error: function definition is not allowed here
1253void foo() { const char *cp = __func__; }
1254           ^
12551 error generated.
1256configure:21675: $? = 1
1257configure: failed program was:
1258| /* confdefs.h.  */
1259|
1260| #define PACKAGE_NAME ""
1261| #define PACKAGE_TARNAME ""
1262| #define PACKAGE_VERSION ""
1263| #define PACKAGE_STRING ""
1264| #define PACKAGE_BUGREPORT ""
1265| #define PACKAGE "libdnsres"
1266| #define VERSION "0.1a"
1267| #define HAVE_SYS_TYPES_H 1
1268| #define HAVE_SYS_STAT_H 1
1269| #define HAVE_STDLIB_H 1
1270| #define HAVE_STRING_H 1
1271| #define HAVE_MEMORY_H 1
1272| #define HAVE_STRINGS_H 1
1273| #define HAVE_INTTYPES_H 1
1274| #define HAVE_STDINT_H 1
1275| #define HAVE_UNISTD_H 1
1276| #define HAVE_DLFCN_H 1
1277| #ifdef __cplusplus
1278| extern "C" void exit (int);
1279| #endif
1280| #define HAVE_FCNTL_H 1
1281| #define HAVE_STDARG_H 1
1282| #define HAVE_INTTYPES_H 1
1283| #define HAVE_STDINT_H 1
1284| #define HAVE_SIGNAL_H 1
1285| #define HAVE_UNISTD_H 1
1286| #define HAVE_SYS_TIME_H 1
1287| #define HAVE_SYS_QUEUE_H 1
1288| #define HAVE_SYS_IOCTL_H 1
1289| #define HAVE_TAILQFOREACH 1
1290| #define HAVE_TIMERADD 1
1291| #define HAVE_TIMERCMP 1
1292| #define HAVE_TIMERCLEAR 1
1293| #define HAVE_TIMERISSET 1
1294| #define TIME_WITH_SYS_TIME 1
1295| #define HAVE_STRLCPY 1
1296| #define HAVE_ARC4RANDOM 1
1297| #define HAVE_GETTIMEOFDAY 1
1298| #define HAVE_VASPRINTF 1
1299| #define HAVE_FCNTL 1
1300| #define HAVE_FGETLN 1
1301| #define HAVE_ISSETUGID 1
1302| #define HAVE_SETFD 1
1303| #define HAVE_SIN_LEN 1
1304| /* end confdefs.h.  */
1305|
1306| int
1307| main ()
1308| {
1309| void foo() { const char *cp = __func__; }
1310|   ;
1311|   return 0;
1312| }
1313configure:21696: result: no
1314configure:21698: checking whether our compiler supports __FUNCTION__
1315configure:21716: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
1316conftest.c:52:12: error: function definition is not allowed here
1317void foo() { const char *cp = __FUNCTION__; }
1318           ^
13191 error generated.
1320configure:21722: $? = 1
1321configure: failed program was:
1322| /* confdefs.h.  */
1323|
1324| #define PACKAGE_NAME ""
1325| #define PACKAGE_TARNAME ""
1326| #define PACKAGE_VERSION ""
1327| #define PACKAGE_STRING ""
1328| #define PACKAGE_BUGREPORT ""
1329| #define PACKAGE "libdnsres"
1330| #define VERSION "0.1a"
1331| #define HAVE_SYS_TYPES_H 1
1332| #define HAVE_SYS_STAT_H 1
1333| #define HAVE_STDLIB_H 1
1334| #define HAVE_STRING_H 1
1335| #define HAVE_MEMORY_H 1
1336| #define HAVE_STRINGS_H 1
1337| #define HAVE_INTTYPES_H 1
1338| #define HAVE_STDINT_H 1
1339| #define HAVE_UNISTD_H 1
1340| #define HAVE_DLFCN_H 1
1341| #ifdef __cplusplus
1342| extern "C" void exit (int);
1343| #endif
1344| #define HAVE_FCNTL_H 1
1345| #define HAVE_STDARG_H 1
1346| #define HAVE_INTTYPES_H 1
1347| #define HAVE_STDINT_H 1
1348| #define HAVE_SIGNAL_H 1
1349| #define HAVE_UNISTD_H 1
1350| #define HAVE_SYS_TIME_H 1
1351| #define HAVE_SYS_QUEUE_H 1
1352| #define HAVE_SYS_IOCTL_H 1
1353| #define HAVE_TAILQFOREACH 1
1354| #define HAVE_TIMERADD 1
1355| #define HAVE_TIMERCMP 1
1356| #define HAVE_TIMERCLEAR 1
1357| #define HAVE_TIMERISSET 1
1358| #define TIME_WITH_SYS_TIME 1
1359| #define HAVE_STRLCPY 1
1360| #define HAVE_ARC4RANDOM 1
1361| #define HAVE_GETTIMEOFDAY 1
1362| #define HAVE_VASPRINTF 1
1363| #define HAVE_FCNTL 1
1364| #define HAVE_FGETLN 1
1365| #define HAVE_ISSETUGID 1
1366| #define HAVE_SETFD 1
1367| #define HAVE_SIN_LEN 1
1368| /* end confdefs.h.  */
1369|
1370| int
1371| main ()
1372| {
1373| void foo() { const char *cp = __FUNCTION__; }
1374|   ;
1375|   return 0;
1376| }
1377configure:21748: result: no
1378configure:21884: creating ./config.status
1379
1380## ---------------------- ##
1381## Running config.status. ##
1382## ---------------------- ##
1383
1384This file was extended by config.status, which was
1385generated by GNU Autoconf 2.59.  Invocation command line was
1386
1387  CONFIG_FILES    =
1388  CONFIG_HEADERS  =
1389  CONFIG_LINKS    =
1390  CONFIG_COMMANDS =
1391  $ ./config.status
1392
1393on Local-Admins-MacBook-Pro.local
1394
1395config.status:717: creating Makefile
1396config.status:821: creating config.h
1397config.status:1175: executing depfiles commands
1398
1399## ---------------- ##
1400## Cache variables. ##
1401## ---------------- ##
1402
1403ac_cv_build=i686-apple-darwin20.5.0
1404ac_cv_build_alias=i686-apple-darwin20.5.0
1405ac_cv_c_bigendian=no
1406ac_cv_c_compiler_gnu=yes
1407ac_cv_c_const=yes
1408ac_cv_c_inline=inline
1409ac_cv_cxx_compiler_gnu=yes
1410ac_cv_env_CC_set=set
1411ac_cv_env_CC_value=/usr/bin/clang
1412ac_cv_env_CFLAGS_set=set
1413ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1414ac_cv_env_CPPFLAGS_set=set
1415ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1416ac_cv_env_CPP_set=
1417ac_cv_env_CPP_value=
1418ac_cv_env_CXXCPP_set=
1419ac_cv_env_CXXCPP_value=
1420ac_cv_env_CXXFLAGS_set=set
1421ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1422ac_cv_env_CXX_set=set
1423ac_cv_env_CXX_value=/usr/bin/clang++
1424ac_cv_env_F77_set=
1425ac_cv_env_F77_value=
1426ac_cv_env_FFLAGS_set=set
1427ac_cv_env_FFLAGS_value='-pipe -Os -m64'
1428ac_cv_env_LDFLAGS_set=set
1429ac_cv_env_LDFLAGS_value=-L/opt/local/lib
1430ac_cv_env_build_alias_set=
1431ac_cv_env_build_alias_value=
1432ac_cv_env_host_alias_set=
1433ac_cv_env_host_alias_value=
1434ac_cv_env_target_alias_set=
1435ac_cv_env_target_alias_value=
1436ac_cv_exeext=
1437ac_cv_f77_compiler_gnu=yes
1438ac_cv_func_arc4random=yes
1439ac_cv_func_fcntl=yes
1440ac_cv_func_fgetln=yes
1441ac_cv_func_gettimeofday=yes
1442ac_cv_func_issetugid=yes
1443ac_cv_func_strlcpy=yes
1444ac_cv_func_vasprintf=yes
1445ac_cv_header_dlfcn_h=yes
1446ac_cv_header_fcntl_h=yes
1447ac_cv_header_inttypes_h=yes
1448ac_cv_header_memory_h=yes
1449ac_cv_header_signal_h=yes
1450ac_cv_header_stdarg_h=yes
1451ac_cv_header_stdc=no
1452ac_cv_header_stdint_h=yes
1453ac_cv_header_stdlib_h=yes
1454ac_cv_header_string_h=yes
1455ac_cv_header_strings_h=yes
1456ac_cv_header_sys_ioctl_h=yes
1457ac_cv_header_sys_queue_h=yes
1458ac_cv_header_sys_stat_h=yes
1459ac_cv_header_sys_time_h=yes
1460ac_cv_header_sys_types_h=yes
1461ac_cv_header_time=yes
1462ac_cv_header_unistd_h=yes
1463ac_cv_host=i686-apple-darwin20.5.0
1464ac_cv_host_alias=i686-apple-darwin20.5.0
1465ac_cv_lib_socket_socket=no
1466ac_cv_objext=o
1467ac_cv_prog_AWK=gawk
1468ac_cv_prog_CPP='/usr/bin/clang -E'
1469ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1470ac_cv_prog_ac_ct_AR=ar
1471ac_cv_prog_ac_ct_CC=/usr/bin/clang
1472ac_cv_prog_ac_ct_F77=gfortran
1473ac_cv_prog_ac_ct_RANLIB=ranlib
1474ac_cv_prog_ac_ct_STRIP=strip
1475ac_cv_prog_cc__usr_bin_clang_c_o=yes
1476ac_cv_prog_cc_g=yes
1477ac_cv_prog_cc_stdc=
1478ac_cv_prog_cxx_g=yes
1479ac_cv_prog_egrep='grep -E'
1480ac_cv_prog_f77_g=yes
1481ac_cv_prog_gcc_traditional=no
1482ac_cv_prog_make_make_set=yes
1483ac_cv_type_pid_t=yes
1484ac_cv_type_size_t=yes
1485ac_cv_type_u_int16_t=yes
1486ac_cv_type_u_int32_t=yes
1487ac_cv_type_u_int64_t=yes
1488ac_cv_type_u_int8_t=yes
1489am_cv_CC_dependencies_compiler_type=none
1490am_cv_CXX_dependencies_compiler_type=none
1491lt_cv_deplibs_check_method=pass_all
1492lt_cv_file_magic_cmd='$MAGIC_CMD'
1493lt_cv_file_magic_test_file=
1494lt_cv_ld_reload_flag=-r
1495lt_cv_objdir=.libs
1496lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1497lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
1498lt_cv_path_NM='/opt/local/bin/nm -B'
1499lt_cv_path_SED=/opt/local/bin/gsed
1500lt_cv_prog_compiler_c_o=yes
1501lt_cv_prog_compiler_c_o_CXX=yes
1502lt_cv_prog_compiler_c_o_F77=yes
1503lt_cv_prog_compiler_rtti_exceptions=yes
1504lt_cv_prog_gnu_ld=no
1505lt_cv_prog_gnu_ldcxx=no
1506lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
1507lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
1508lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
1509lt_cv_sys_max_cmd_len=786432
1510lt_lt_cv_prog_compiler_c_o='"yes"'
1511lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
1512lt_lt_cv_prog_compiler_c_o_F77='"yes"'
1513lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
1514lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
1515lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
1516
1517## ----------------- ##
1518## Output variables. ##
1519## ----------------- ##
1520
1521ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run aclocal-1.8'
1522AMDEPBACKSLASH='\'
1523AMDEP_FALSE='#'
1524AMDEP_TRUE=''
1525AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run tar'
1526AR='ar'
1527AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run autoconf'
1528AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run autoheader'
1529AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run automake-1.8'
1530AWK='gawk'
1531CC='/usr/bin/clang'
1532CCDEPMODE='depmode=none'
1533CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wall'
1534CPP='/usr/bin/clang -E'
1535CPPFLAGS='-I/opt/local/include'
1536CXX='/usr/bin/clang++'
1537CXXCPP='/usr/bin/clang++ -E'
1538CXXDEPMODE='depmode=none'
1539CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1540CYGPATH_W='echo'
1541DEFS='-DHAVE_CONFIG_H'
1542DEPDIR='.deps'
1543ECHO='/bin/echo'
1544ECHO_C='ECHO_N=''
1545ECHO_T=''
1546EGREP='grep -E'
1547EVENTINC='-I/opt/local/include'
1548EVENTLIB='-L/opt/local/lib -levent'
1549EXEEXT=''
1550F77='gfortran'
1551FFLAGS='-pipe -Os -m64'
1552INSTALL_DATA='${INSTALL} -m 644'
1553INSTALL_PROGRAM='${INSTALL}'
1554INSTALL_SCRIPT='${INSTALL}'
1555INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
1556LDFLAGS='-L/opt/local/lib'
1557LIBOBJS=''
1558LIBS=''
1559LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1560LN_S='ln -s'
1561LTLIBOBJS=''
1562MAINT='#'
1563MAINTAINER_MODE_FALSE=''
1564MAINTAINER_MODE_TRUE='#'
1565MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/missing --run makeinfo'
1566OBJEXT='o'
1567PACKAGE='libdnsres'
1568PACKAGE_BUGREPORT=''
1569PACKAGE_NAME=''
1570PACKAGE_STRING=''
1571PACKAGE_TARNAME=''
1572PACKAGE_VERSION=''
1573PATH_SEPARATOR=':'
1574RANLIB='ranlib'
1575SET_MAKE=''
1576SHELL='/bin/sh'
1577STRIP='strip'
1578VERSION='0.1a'
1579ac_ct_AR='ar'
1580ac_ct_CC='/usr/bin/clang'
1581ac_ct_CXX=''
1582ac_ct_F77='gfortran'
1583ac_ct_RANLIB='ranlib'
1584ac_ct_STRIP='strip'
1585am__fastdepCC_FALSE=''
1586am__fastdepCC_TRUE='#'
1587am__fastdepCXX_FALSE=''
1588am__fastdepCXX_TRUE='#'
1589am__include='include'
1590am__leading_dot='.'
1591am__quote=''
1592bindir='${exec_prefix}/bin'
1593build='i686-apple-darwin20.5.0'
1594build_alias=''
1595build_cpu='i686'
1596build_os='darwin20.5.0'
1597build_vendor='apple'
1598datadir='${prefix}/share'
1599exec_prefix='${prefix}'
1600host='i686-apple-darwin20.5.0'
1601host_alias=''
1602host_cpu='i686'
1603host_os='darwin20.5.0'
1604host_vendor='apple'
1605includedir='${prefix}/include'
1606infodir='${prefix}/info'
1607install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libdnsres/libdnsres/work/libdnsres-0.1a/install-sh'
1608libdir='${exec_prefix}/lib'
1609libexecdir='${exec_prefix}/libexec'
1610localstatedir='${prefix}/var'
1611mandir='${prefix}/man'
1612mkdir_p='$(install_sh) -d'
1613oldincludedir='/usr/include'
1614prefix='/opt/local'
1615program_transform_name='s,x,x,'
1616sbindir='${exec_prefix}/sbin'
1617sharedstatedir='${prefix}/com'
1618sysconfdir='${prefix}/etc'
1619target_alias=''
1620
1621## ----------- ##
1622## confdefs.h. ##
1623## ----------- ##
1624
1625#define HAVE_ARC4RANDOM 1
1626#define HAVE_DLFCN_H 1
1627#define HAVE_FCNTL 1
1628#define HAVE_FCNTL_H 1
1629#define HAVE_FGETLN 1
1630#define HAVE_GETTIMEOFDAY 1
1631#define HAVE_INTTYPES_H 1
1632#define HAVE_INTTYPES_H 1
1633#define HAVE_ISSETUGID 1
1634#define HAVE_MEMORY_H 1
1635#define HAVE_SETFD 1
1636#define HAVE_SIGNAL_H 1
1637#define HAVE_SIN_LEN 1
1638#define HAVE_STDARG_H 1
1639#define HAVE_STDINT_H 1
1640#define HAVE_STDINT_H 1
1641#define HAVE_STDLIB_H 1
1642#define HAVE_STRINGS_H 1
1643#define HAVE_STRING_H 1
1644#define HAVE_STRLCPY 1
1645#define HAVE_SYS_IOCTL_H 1
1646#define HAVE_SYS_QUEUE_H 1
1647#define HAVE_SYS_STAT_H 1
1648#define HAVE_SYS_TIME_H 1
1649#define HAVE_SYS_TYPES_H 1
1650#define HAVE_TAILQFOREACH 1
1651#define HAVE_TIMERADD 1
1652#define HAVE_TIMERCLEAR 1
1653#define HAVE_TIMERCMP 1
1654#define HAVE_TIMERISSET 1
1655#define HAVE_UNISTD_H 1
1656#define HAVE_UNISTD_H 1
1657#define HAVE_VASPRINTF 1
1658#define PACKAGE "libdnsres"
1659#define PACKAGE_BUGREPORT ""
1660#define PACKAGE_NAME ""
1661#define PACKAGE_STRING ""
1662#define PACKAGE_TARNAME ""
1663#define PACKAGE_VERSION ""
1664#define TIME_WITH_SYS_TIME 1
1665#define VERSION "0.1a"
1666#define __func__ __FILE__
1667#endif
1668#ifdef __cplusplus
1669extern "C" void exit (int);
1670
1671configure: exit 0