Ticket #63222: libmemcache_config.log

File libmemcache_config.log, 86.2 KB (added by cooljeanius (Eric Gallager), 3 years ago)

config.log for libmemcache

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 memcache configure 1.4.0.rc2, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
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: 577 tasks, 2842 threads, 16 processors
34Load average: 2.24, Mach factor: 13.75
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:1560: checking build system type
52configure:1578: result: i686-apple-darwin20.5.0
53configure:1586: checking host system type
54configure:1600: result: i686-apple-darwin20.5.0
55configure:1608: checking target system type
56configure:1622: result: i686-apple-darwin20.5.0
57configure:1669: checking for a BSD-compatible install
58configure:1724: result: /usr/bin/install -c
59configure:1735: checking whether build environment is sane
60configure:1778: result: yes
61configure:1843: checking for gawk
62configure:1859: found /opt/local/bin/gawk
63configure:1869: result: gawk
64configure:1879: checking whether make sets $(MAKE)
65configure:1899: result: yes
66configure:2081: checking for style of include used by make
67configure:2109: result: GNU
68configure:2180: checking for gcc
69configure:2206: result: /usr/bin/clang
70configure:2450: checking for C compiler version
71configure:2453: /usr/bin/clang --version </dev/null >&5
72Apple clang version 12.0.5 (clang-1205.0.22.9)
73Target: x86_64-apple-darwin20.5.0
74Thread model: posix
75InstalledDir: /Library/Developer/CommandLineTools/usr/bin
76configure:2456: $? = 0
77configure:2458: /usr/bin/clang -v </dev/null >&5
78Apple clang version 12.0.5 (clang-1205.0.22.9)
79Target: x86_64-apple-darwin20.5.0
80Thread model: posix
81InstalledDir: /Library/Developer/CommandLineTools/usr/bin
82configure:2461: $? = 0
83configure:2463: /usr/bin/clang -V </dev/null >&5
84clang: error: argument to '-V' is missing (expected 1 value)
85clang: error: no input files
86configure:2466: $? = 1
87configure:2489: checking for C compiler default output file name
88configure:2492: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
89configure:2495: $? = 0
90configure:2541: result: a.out
91configure:2546: checking whether the C compiler works
92configure:2552: ./a.out
93configure:2555: $? = 0
94configure:2572: result: yes
95configure:2579: checking whether we are cross compiling
96configure:2581: result: no
97configure:2584: checking for suffix of executables
98configure:2586: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
99configure:2589: $? = 0
100configure:2614: result:
101configure:2620: checking for suffix of object files
102configure:2641: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
103configure:2644: $? = 0
104configure:2666: result: o
105configure:2670: checking whether we are using the GNU C compiler
106configure:2694: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
107configure:2700: $? = 0
108configure:2704: test -z
109                         || test ! -s conftest.err
110configure:2707: $? = 0
111configure:2710: test -s conftest.o
112configure:2713: $? = 0
113configure:2726: result: yes
114configure:2732: checking whether /usr/bin/clang accepts -g
115configure:2753: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
116configure:2759: $? = 0
117configure:2763: test -z
118                         || test ! -s conftest.err
119configure:2766: $? = 0
120configure:2769: test -s conftest.o
121configure:2772: $? = 0
122configure:2783: result: yes
123configure:2800: checking for /usr/bin/clang option to accept ANSI C
124configure:2870: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
125configure:2876: $? = 0
126configure:2880: test -z
127                         || test ! -s conftest.err
128configure:2883: $? = 0
129configure:2886: test -s conftest.o
130configure:2889: $? = 0
131configure:2907: result: none needed
132configure:2925: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
133conftest.c:2:3: error: unknown type name 'choke'
134  choke me
135  ^
136conftest.c:2:11: error: expected ';' after top level declarator
137  choke me
138          ^
139          ;
1402 errors generated.
141configure:2931: $? = 1
142configure: failed program was:
143| #ifndef __cplusplus
144|   choke me
145| #endif
146configure:3066: checking dependency style of /usr/bin/clang
147configure:3156: result: gcc3
148configure:3174: checking for an ANSI C-conforming const
149configure:3241: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
150configure:3247: $? = 0
151configure:3251: test -z
152                         || test ! -s conftest.err
153configure:3254: $? = 0
154configure:3257: test -s conftest.o
155configure:3260: $? = 0
156configure:3271: result: yes
157configure:3328: checking for gcc
158configure:3354: result: /usr/bin/clang
159configure:3598: checking for C compiler version
160configure:3601: /usr/bin/clang --version </dev/null >&5
161Apple clang version 12.0.5 (clang-1205.0.22.9)
162Target: x86_64-apple-darwin20.5.0
163Thread model: posix
164InstalledDir: /Library/Developer/CommandLineTools/usr/bin
165configure:3604: $? = 0
166configure:3606: /usr/bin/clang -v </dev/null >&5
167Apple clang version 12.0.5 (clang-1205.0.22.9)
168Target: x86_64-apple-darwin20.5.0
169Thread model: posix
170InstalledDir: /Library/Developer/CommandLineTools/usr/bin
171configure:3609: $? = 0
172configure:3611: /usr/bin/clang -V </dev/null >&5
173clang: error: argument to '-V' is missing (expected 1 value)
174clang: error: no input files
175configure:3614: $? = 1
176configure:3617: checking whether we are using the GNU C compiler
177configure:3673: result: yes
178configure:3679: checking whether /usr/bin/clang accepts -g
179configure:3730: result: yes
180configure:3747: checking for /usr/bin/clang option to accept ANSI C
181configure:3854: result: none needed
182configure:3872: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
183conftest.c:2:3: error: unknown type name 'choke'
184  choke me
185  ^
186conftest.c:2:11: error: expected ';' after top level declarator
187  choke me
188          ^
189          ;
1902 errors generated.
191configure:3878: $? = 1
192configure: failed program was:
193| #ifndef __cplusplus
194|   choke me
195| #endif
196configure:4013: checking dependency style of /usr/bin/clang
197configure:4103: result: gcc3
198configure:4133: checking for a BSD-compatible install
199configure:4188: result: /usr/bin/install -c
200configure:4271: checking for a sed that does not truncate output
201configure:4325: result: /opt/local/bin/gsed
202configure:4328: checking for egrep
203configure:4338: result: grep -E
204configure:4354: checking for ld used by /usr/bin/clang
205configure:4421: result: /Library/Developer/CommandLineTools/usr/bin/ld
206configure:4430: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
207configure:4445: result: no
208configure:4450: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
209configure:4457: result: -r
210configure:4475: checking for BSD-compatible nm
211configure:4517: result: /opt/local/bin/nm -B
212configure:4521: checking whether ln -s works
213configure:4525: result: yes
214configure:4532: checking how to recognise dependent libraries
215configure:4704: result: pass_all
216configure:4916: checking how to run the C preprocessor
217configure:4951: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
218configure:4957: $? = 0
219configure:4989: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
220conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
221#include <ac_nonexistent.h>
222         ^~~~~~~~~~~~~~~~~~
2231 error generated.
224configure:4995: $? = 1
225configure: failed program was:
226| /* confdefs.h.  */
227|
228| #define PACKAGE_NAME "memcache"
229| #define PACKAGE_TARNAME "libmemcache"
230| #define PACKAGE_VERSION "1.4.0.rc2"
231| #define PACKAGE_STRING "memcache 1.4.0.rc2"
232| #define PACKAGE_BUGREPORT "sean@gigave.org"
233| #define PACKAGE "libmemcache"
234| #define VERSION "1.4.0.rc2"
235| /* end confdefs.h.  */
236| #include <ac_nonexistent.h>
237configure:5034: result: /usr/bin/clang -E
238configure:5058: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
239configure:5064: $? = 0
240configure:5096: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
241conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
242#include <ac_nonexistent.h>
243         ^~~~~~~~~~~~~~~~~~
2441 error generated.
245configure:5102: $? = 1
246configure: failed program was:
247| /* confdefs.h.  */
248|
249| #define PACKAGE_NAME "memcache"
250| #define PACKAGE_TARNAME "libmemcache"
251| #define PACKAGE_VERSION "1.4.0.rc2"
252| #define PACKAGE_STRING "memcache 1.4.0.rc2"
253| #define PACKAGE_BUGREPORT "sean@gigave.org"
254| #define PACKAGE "libmemcache"
255| #define VERSION "1.4.0.rc2"
256| /* end confdefs.h.  */
257| #include <ac_nonexistent.h>
258configure:5146: checking for ANSI C header files
259configure:5171: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
260configure:5177: $? = 0
261configure:5181: test -z
262                         || test ! -s conftest.err
263configure:5184: $? = 0
264configure:5187: test -s conftest.o
265configure:5190: $? = 0
266configure:5279: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
267conftest.c:28:7: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
268      exit(2);
269      ^
270conftest.c:28:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2711 error generated.
272configure:5282: $? = 1
273configure: program exited with status 1
274configure: failed program was:
275| /* confdefs.h.  */
276|
277| #define PACKAGE_NAME "memcache"
278| #define PACKAGE_TARNAME "libmemcache"
279| #define PACKAGE_VERSION "1.4.0.rc2"
280| #define PACKAGE_STRING "memcache 1.4.0.rc2"
281| #define PACKAGE_BUGREPORT "sean@gigave.org"
282| #define PACKAGE "libmemcache"
283| #define VERSION "1.4.0.rc2"
284| /* end confdefs.h.  */
285| #include <ctype.h>
286| #if ((' ' & 0x0FF) == 0x020)
287| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
288| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
289| #else
290| # define ISLOWER(c)              (('a' <= (c) && (c) <= 'i')               || ('j' <= (c) && (c) <= 'r')                   || ('s' <= (c) && (c) <= 'z'))
291| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
292| #endif
293|
294| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
295| int
296| main ()
297| {
298|   int i;
299|   for (i = 0; i < 256; i++)
300|     if (XOR (islower (i), ISLOWER (i))
301|       || toupper (i) != TOUPPER (i))
302|       exit(2);
303|   exit (0);
304| }
305configure:5302: result: no
306configure:5326: checking for sys/types.h
307configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
308configure:5348: $? = 0
309configure:5352: test -z
310                         || test ! -s conftest.err
311configure:5355: $? = 0
312configure:5358: test -s conftest.o
313configure:5361: $? = 0
314configure:5372: result: yes
315configure:5326: checking for sys/stat.h
316configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
317configure:5348: $? = 0
318configure:5352: test -z
319                         || test ! -s conftest.err
320configure:5355: $? = 0
321configure:5358: test -s conftest.o
322configure:5361: $? = 0
323configure:5372: result: yes
324configure:5326: checking for stdlib.h
325configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
326configure:5348: $? = 0
327configure:5352: test -z
328                         || test ! -s conftest.err
329configure:5355: $? = 0
330configure:5358: test -s conftest.o
331configure:5361: $? = 0
332configure:5372: result: yes
333configure:5326: checking for string.h
334configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
335configure:5348: $? = 0
336configure:5352: test -z
337                         || test ! -s conftest.err
338configure:5355: $? = 0
339configure:5358: test -s conftest.o
340configure:5361: $? = 0
341configure:5372: result: yes
342configure:5326: checking for memory.h
343configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
344configure:5348: $? = 0
345configure:5352: test -z
346                         || test ! -s conftest.err
347configure:5355: $? = 0
348configure:5358: test -s conftest.o
349configure:5361: $? = 0
350configure:5372: result: yes
351configure:5326: checking for strings.h
352configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
353configure:5348: $? = 0
354configure:5352: test -z
355                         || test ! -s conftest.err
356configure:5355: $? = 0
357configure:5358: test -s conftest.o
358configure:5361: $? = 0
359configure:5372: result: yes
360configure:5326: checking for inttypes.h
361configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
362configure:5348: $? = 0
363configure:5352: test -z
364                         || test ! -s conftest.err
365configure:5355: $? = 0
366configure:5358: test -s conftest.o
367configure:5361: $? = 0
368configure:5372: result: yes
369configure:5326: checking for stdint.h
370configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
371configure:5348: $? = 0
372configure:5352: test -z
373                         || test ! -s conftest.err
374configure:5355: $? = 0
375configure:5358: test -s conftest.o
376configure:5361: $? = 0
377configure:5372: result: yes
378configure:5326: checking for unistd.h
379configure:5342: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
380configure:5348: $? = 0
381configure:5352: test -z
382                         || test ! -s conftest.err
383configure:5355: $? = 0
384configure:5358: test -s conftest.o
385configure:5361: $? = 0
386configure:5372: result: yes
387configure:5398: checking dlfcn.h usability
388configure:5410: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
389configure:5416: $? = 0
390configure:5420: test -z
391                         || test ! -s conftest.err
392configure:5423: $? = 0
393configure:5426: test -s conftest.o
394configure:5429: $? = 0
395configure:5439: result: yes
396configure:5443: checking dlfcn.h presence
397configure:5453: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
398configure:5459: $? = 0
399configure:5479: result: yes
400configure:5514: checking for dlfcn.h
401configure:5521: result: yes
402configure:5628: checking for C++ compiler version
403configure:5631: /usr/bin/clang++ --version </dev/null >&5
404Apple clang version 12.0.5 (clang-1205.0.22.9)
405Target: x86_64-apple-darwin20.5.0
406Thread model: posix
407InstalledDir: /Library/Developer/CommandLineTools/usr/bin
408configure:5634: $? = 0
409configure:5636: /usr/bin/clang++ -v </dev/null >&5
410Apple clang version 12.0.5 (clang-1205.0.22.9)
411Target: x86_64-apple-darwin20.5.0
412Thread model: posix
413InstalledDir: /Library/Developer/CommandLineTools/usr/bin
414configure:5639: $? = 0
415configure:5641: /usr/bin/clang++ -V </dev/null >&5
416clang: error: argument to '-V' is missing (expected 1 value)
417clang: error: no input files
418configure:5644: $? = 1
419configure:5647: checking whether we are using the GNU C++ compiler
420configure:5671: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
421configure:5677: $? = 0
422configure:5681: test -z
423                         || test ! -s conftest.err
424configure:5684: $? = 0
425configure:5687: test -s conftest.o
426configure:5690: $? = 0
427configure:5703: result: yes
428configure:5709: checking whether /usr/bin/clang++ accepts -g
429configure:5730: /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
430configure:5736: $? = 0
431configure:5740: test -z
432                         || test ! -s conftest.err
433configure:5743: $? = 0
434configure:5746: test -s conftest.o
435configure:5749: $? = 0
436configure:5760: result: yes
437configure:5802: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
438configure:5808: $? = 0
439configure:5812: test -z
440                         || test ! -s conftest.err
441configure:5815: $? = 0
442configure:5818: test -s conftest.o
443configure:5821: $? = 0
444configure:5847: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
445conftest.cc:25:1: error: use of undeclared identifier 'exit'
446exit (42);
447^
4481 error generated.
449configure:5853: $? = 1
450configure: failed program was:
451| /* confdefs.h.  */
452|
453| #define PACKAGE_NAME "memcache"
454| #define PACKAGE_TARNAME "libmemcache"
455| #define PACKAGE_VERSION "1.4.0.rc2"
456| #define PACKAGE_STRING "memcache 1.4.0.rc2"
457| #define PACKAGE_BUGREPORT "sean@gigave.org"
458| #define PACKAGE "libmemcache"
459| #define VERSION "1.4.0.rc2"
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|
472| int
473| main ()
474| {
475| exit (42);
476|   ;
477|   return 0;
478| }
479configure:5802: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
480conftest.cc:21:17: error: use of undeclared identifier 'std'
481extern "C" void std::exit (int) throw (); using std::exit;
482                ^
483conftest.cc:21:49: error: use of undeclared identifier 'std'
484extern "C" void std::exit (int) throw (); using std::exit;
485                                                ^
4862 errors generated.
487configure:5808: $? = 1
488configure: failed program was:
489| /* confdefs.h.  */
490|
491| #define PACKAGE_NAME "memcache"
492| #define PACKAGE_TARNAME "libmemcache"
493| #define PACKAGE_VERSION "1.4.0.rc2"
494| #define PACKAGE_STRING "memcache 1.4.0.rc2"
495| #define PACKAGE_BUGREPORT "sean@gigave.org"
496| #define PACKAGE "libmemcache"
497| #define VERSION "1.4.0.rc2"
498| #define HAVE_SYS_TYPES_H 1
499| #define HAVE_SYS_STAT_H 1
500| #define HAVE_STDLIB_H 1
501| #define HAVE_STRING_H 1
502| #define HAVE_MEMORY_H 1
503| #define HAVE_STRINGS_H 1
504| #define HAVE_INTTYPES_H 1
505| #define HAVE_STDINT_H 1
506| #define HAVE_UNISTD_H 1
507| #define HAVE_DLFCN_H 1
508| /* end confdefs.h.  */
509| extern "C" void std::exit (int) throw (); using std::exit;
510| #include <stdlib.h>
511| int
512| main ()
513| {
514| exit (42);
515|   ;
516|   return 0;
517| }
518configure:5802: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
519conftest.cc:21:17: error: use of undeclared identifier 'std'
520extern "C" void std::exit (int); using std::exit;
521                ^
522conftest.cc:21:40: error: use of undeclared identifier 'std'
523extern "C" void std::exit (int); using std::exit;
524                                       ^
5252 errors generated.
526configure:5808: $? = 1
527configure: failed program was:
528| /* confdefs.h.  */
529|
530| #define PACKAGE_NAME "memcache"
531| #define PACKAGE_TARNAME "libmemcache"
532| #define PACKAGE_VERSION "1.4.0.rc2"
533| #define PACKAGE_STRING "memcache 1.4.0.rc2"
534| #define PACKAGE_BUGREPORT "sean@gigave.org"
535| #define PACKAGE "libmemcache"
536| #define VERSION "1.4.0.rc2"
537| #define HAVE_SYS_TYPES_H 1
538| #define HAVE_SYS_STAT_H 1
539| #define HAVE_STDLIB_H 1
540| #define HAVE_STRING_H 1
541| #define HAVE_MEMORY_H 1
542| #define HAVE_STRINGS_H 1
543| #define HAVE_INTTYPES_H 1
544| #define HAVE_STDINT_H 1
545| #define HAVE_UNISTD_H 1
546| #define HAVE_DLFCN_H 1
547| /* end confdefs.h.  */
548| extern "C" void std::exit (int); using std::exit;
549| #include <stdlib.h>
550| int
551| main ()
552| {
553| exit (42);
554|   ;
555|   return 0;
556| }
557configure:5802: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
558In file included from conftest.cc:22:
559In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/stdlib.h:93:
560/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/stdlib.h:145:7: error: 'exit' is missing exception specification 'throw()'
561void     exit(int) __dead2;
562         ^
563conftest.cc:21:17: note: previous declaration is here
564extern "C" void exit (int) throw ();
565                ^
5661 error generated.
567configure:5808: $? = 1
568configure: failed program was:
569| /* confdefs.h.  */
570|
571| #define PACKAGE_NAME "memcache"
572| #define PACKAGE_TARNAME "libmemcache"
573| #define PACKAGE_VERSION "1.4.0.rc2"
574| #define PACKAGE_STRING "memcache 1.4.0.rc2"
575| #define PACKAGE_BUGREPORT "sean@gigave.org"
576| #define PACKAGE "libmemcache"
577| #define VERSION "1.4.0.rc2"
578| #define HAVE_SYS_TYPES_H 1
579| #define HAVE_SYS_STAT_H 1
580| #define HAVE_STDLIB_H 1
581| #define HAVE_STRING_H 1
582| #define HAVE_MEMORY_H 1
583| #define HAVE_STRINGS_H 1
584| #define HAVE_INTTYPES_H 1
585| #define HAVE_STDINT_H 1
586| #define HAVE_UNISTD_H 1
587| #define HAVE_DLFCN_H 1
588| /* end confdefs.h.  */
589| extern "C" void exit (int) throw ();
590| #include <stdlib.h>
591| int
592| main ()
593| {
594| exit (42);
595|   ;
596|   return 0;
597| }
598configure:5802: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
599configure:5808: $? = 0
600configure:5812: test -z
601                         || test ! -s conftest.err
602configure:5815: $? = 0
603configure:5818: test -s conftest.o
604configure:5821: $? = 0
605configure:5847: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
606configure:5853: $? = 0
607configure:5857: test -z
608                         || test ! -s conftest.err
609configure:5860: $? = 0
610configure:5863: test -s conftest.o
611configure:5866: $? = 0
612configure:5891: checking dependency style of /usr/bin/clang++
613configure:5981: result: gcc3
614configure:6008: checking how to run the C++ preprocessor
615configure:6039: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc
616configure:6045: $? = 0
617configure:6077: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc
618conftest.cc:24:10: fatal error: 'ac_nonexistent.h' file not found
619#include <ac_nonexistent.h>
620         ^~~~~~~~~~~~~~~~~~
6211 error generated.
622configure:6083: $? = 1
623configure: failed program was:
624| /* confdefs.h.  */
625|
626| #define PACKAGE_NAME "memcache"
627| #define PACKAGE_TARNAME "libmemcache"
628| #define PACKAGE_VERSION "1.4.0.rc2"
629| #define PACKAGE_STRING "memcache 1.4.0.rc2"
630| #define PACKAGE_BUGREPORT "sean@gigave.org"
631| #define PACKAGE "libmemcache"
632| #define VERSION "1.4.0.rc2"
633| #define HAVE_SYS_TYPES_H 1
634| #define HAVE_SYS_STAT_H 1
635| #define HAVE_STDLIB_H 1
636| #define HAVE_STRING_H 1
637| #define HAVE_MEMORY_H 1
638| #define HAVE_STRINGS_H 1
639| #define HAVE_INTTYPES_H 1
640| #define HAVE_STDINT_H 1
641| #define HAVE_UNISTD_H 1
642| #define HAVE_DLFCN_H 1
643| #ifdef __cplusplus
644| extern "C" void exit (int);
645| #endif
646| /* end confdefs.h.  */
647| #include <ac_nonexistent.h>
648configure:6122: result: /usr/bin/clang++ -E
649configure:6146: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc
650configure:6152: $? = 0
651configure:6184: /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc
652conftest.cc:24:10: fatal error: 'ac_nonexistent.h' file not found
653#include <ac_nonexistent.h>
654         ^~~~~~~~~~~~~~~~~~
6551 error generated.
656configure:6190: $? = 1
657configure: failed program was:
658| /* confdefs.h.  */
659|
660| #define PACKAGE_NAME "memcache"
661| #define PACKAGE_TARNAME "libmemcache"
662| #define PACKAGE_VERSION "1.4.0.rc2"
663| #define PACKAGE_STRING "memcache 1.4.0.rc2"
664| #define PACKAGE_BUGREPORT "sean@gigave.org"
665| #define PACKAGE "libmemcache"
666| #define VERSION "1.4.0.rc2"
667| #define HAVE_SYS_TYPES_H 1
668| #define HAVE_SYS_STAT_H 1
669| #define HAVE_STDLIB_H 1
670| #define HAVE_STRING_H 1
671| #define HAVE_MEMORY_H 1
672| #define HAVE_STRINGS_H 1
673| #define HAVE_INTTYPES_H 1
674| #define HAVE_STDINT_H 1
675| #define HAVE_UNISTD_H 1
676| #define HAVE_DLFCN_H 1
677| #ifdef __cplusplus
678| extern "C" void exit (int);
679| #endif
680| /* end confdefs.h.  */
681| #include <ac_nonexistent.h>
682configure:6287: checking for g77
683configure:6316: result: no
684configure:6287: checking for f77
685configure:6316: result: no
686configure:6287: checking for xlf
687configure:6316: result: no
688configure:6287: checking for frt
689configure:6316: result: no
690configure:6287: checking for pgf77
691configure:6316: result: no
692configure:6287: checking for fort77
693configure:6316: result: no
694configure:6287: checking for fl32
695configure:6316: result: no
696configure:6287: checking for af77
697configure:6316: result: no
698configure:6287: checking for f90
699configure:6316: result: no
700configure:6287: checking for xlf90
701configure:6316: result: no
702configure:6287: checking for pgf90
703configure:6316: result: no
704configure:6287: checking for epcf90
705configure:6316: result: no
706configure:6287: checking for f95
707configure:6316: result: no
708configure:6287: checking for fort
709configure:6316: result: no
710configure:6287: checking for xlf95
711configure:6316: result: no
712configure:6287: checking for ifc
713configure:6316: result: no
714configure:6287: checking for efc
715configure:6316: result: no
716configure:6287: checking for pgf95
717configure:6316: result: no
718configure:6287: checking for lf95
719configure:6316: result: no
720configure:6287: checking for gfortran
721configure:6303: found /opt/local/bin/gfortran
722configure:6313: result: gfortran
723configure:6328: checking for Fortran 77 compiler version
724configure:6331: gfortran --version </dev/null >&5
725GNU Fortran (MacPorts gcc10 10.3.0_0) 10.3.0
726Copyright (C) 2020 Free Software Foundation, Inc.
727This is free software; see the source for copying conditions.  There is NO
728warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
729
730configure:6334: $? = 0
731configure:6336: gfortran -v </dev/null >&5
732Using built-in specs.
733COLLECT_GCC=gfortran
734COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin20/10.3.0/lto-wrapper
735Target: x86_64-apple-darwin20
736Configured 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
737Thread model: posix
738Supported LTO compression algorithms: zlib
739gcc version 10.3.0 (MacPorts gcc10 10.3.0_0)
740configure:6339: $? = 0
741configure:6341: gfortran -V </dev/null >&5
742gfortran: error: unrecognized command-line option '-V'
743gfortran: fatal error: no input files
744compilation terminated.
745configure:6344: $? = 1
746configure:6352: checking whether we are using the GNU Fortran 77 compiler
747configure:6366: gfortran -c -pipe -Os -m64 conftest.F >&5
748configure:6372: $? = 0
749configure:6376: test -z
750                         || test ! -s conftest.err
751configure:6379: $? = 0
752configure:6382: test -s conftest.o
753configure:6385: $? = 0
754configure:6398: result: yes
755configure:6404: checking whether gfortran accepts -g
756configure:6416: gfortran -c -g conftest.f >&5
757configure:6422: $? = 0
758configure:6426: test -z
759                         || test ! -s conftest.err
760configure:6429: $? = 0
761configure:6432: test -s conftest.o
762configure:6435: $? = 0
763configure:6447: result: yes
764configure:6477: checking the maximum length of command line arguments
765configure:6569: result: 786432
766configure:6580: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
767configure:6676: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
768configure:6679: $? = 0
769configure:6683: /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
770configure:6686: $? = 0
771cannot find nm_test_var in conftest.nm
772configure:6676: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
773configure:6679: $? = 0
774configure:6683: /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
775configure:6686: $? = 0
776configure:6738: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c conftstm.o >&5
777configure:6741: $? = 0
778configure:6779: result: ok
779configure:6783: checking for objdir
780configure:6798: result: .libs
781configure:6888: checking for ar
782configure:6904: found /opt/local/bin/ar
783configure:6915: result: ar
784configure:6968: checking for ranlib
785configure:6984: found /opt/local/bin/ranlib
786configure:6995: result: ranlib
787configure:7048: checking for strip
788configure:7064: found /opt/local/bin/strip
789configure:7075: result: strip
790configure:7362: checking if /usr/bin/clang static flag  works
791configure:7390: result: yes
792configure:7412: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
793configure:7430: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -fno-rtti -fno-exceptions conftest.c >&5
794configure:7434: $? = 0
795configure:7447: result: yes
796configure:7462: checking for /usr/bin/clang option to produce PIC
797configure:7666: result: -fno-common
798configure:7674: checking if /usr/bin/clang PIC flag -fno-common works
799configure:7692: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -fno-common -DPIC conftest.c >&5
800configure:7696: $? = 0
801configure:7709: result: yes
802configure:7733: checking if /usr/bin/clang supports -c -o file.o
803configure:7754: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -o out/conftest2.o conftest.c >&5
804configure:7758: $? = 0
805configure:7780: result: yes
806configure:7806: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
807configure:8702: result: yes
808configure:8773: checking dynamic linker characteristics
809configure:9319: result: darwin20.5.0 dyld
810configure:9323: checking how to hardcode library paths into programs
811configure:9348: result: immediate
812configure:9362: checking whether stripping libraries is possible
813configure:9375: result: yes
814configure:10197: checking if libtool supports shared libraries
815configure:10199: result: yes
816configure:10202: checking whether to build shared libraries
817configure:10223: result: yes
818configure:10226: checking whether to build static libraries
819configure:10230: result: yes
820configure:10322: creating libtool
821configure:10900: checking for ld used by /usr/bin/clang++
822configure:10967: result: /Library/Developer/CommandLineTools/usr/bin/ld
823configure:10976: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
824configure:10991: result: no
825configure:11042: checking whether the /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
826configure:11929: result: yes
827configure:11951: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.cc >&5
828configure:11954: $? = 0
829configure:12050: checking for /usr/bin/clang++ option to produce PIC
830configure:12318: result: -fno-common
831configure:12326: checking if /usr/bin/clang++ PIC flag -fno-common works
832configure:12344: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -fno-common -DPIC conftest.cc >&5
833configure:12348: $? = 0
834configure:12361: result: yes
835configure:12385: checking if /usr/bin/clang++ supports -c -o file.o
836configure:12406: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -o out/conftest2.o conftest.cc >&5
837configure:12410: $? = 0
838configure:12432: result: yes
839configure:12458: checking whether the /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
840configure:12483: result: yes
841configure:12554: checking dynamic linker characteristics
842configure:13100: result: darwin20.5.0 dyld
843configure:13104: checking how to hardcode library paths into programs
844configure:13129: result: immediate
845configure:13143: checking whether stripping libraries is possible
846configure:13156: result: yes
847configure:14484: checking if libtool supports shared libraries
848configure:14486: result: yes
849configure:14489: checking whether to build shared libraries
850configure:14509: result: yes
851configure:14512: checking whether to build static libraries
852configure:14516: result: yes
853configure:14528: checking for gfortran option to produce PIC
854configure:14732: result: -fno-common
855configure:14740: checking if gfortran PIC flag -fno-common works
856configure:14758: gfortran -c -pipe -Os -m64 -fno-common conftest.f >&5
857configure:14762: $? = 0
858configure:14775: result: yes
859configure:14799: checking if gfortran supports -c -o file.o
860configure:14820: gfortran -c -pipe -Os -m64 -o out/conftest2.o conftest.f >&5
861configure:14824: $? = 0
862configure:14846: result: yes
863configure:14872: checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
864configure:15748: result: yes
865configure:15819: checking dynamic linker characteristics
866configure:16365: result: darwin20.5.0 dyld
867configure:16369: checking how to hardcode library paths into programs
868configure:16394: result: immediate
869configure:16408: checking whether stripping libraries is possible
870configure:16421: result: yes
871configure:20658: checking whether ln -s works
872configure:20662: result: yes
873configure:20671: checking for killall
874configure:20689: found /usr/bin/killall
875configure:20701: result: /usr/bin/killall
876configure:20710: checking for memcached
877configure:20728: found /opt/local/bin/memcached
878configure:20740: result: /opt/local/bin/memcached
879configure:20749: checking for md5
880configure:20767: found /sbin/md5
881configure:20779: result: /sbin/md5
882configure:20788: checking for svn2cl
883configure:20806: found /opt/local/bin/svn2cl
884configure:20818: result: /opt/local/bin/svn2cl
885configure:20872: checking if /usr/bin/clang supports -Wpacked
886configure:20892: /usr/bin/clang -c -Wall -pipe -Wpacked -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
887configure:20898: $? = 0
888configure:20902: test -z
889                         || test ! -s conftest.err
890configure:20905: $? = 0
891configure:20908: test -s conftest.o
892configure:20911: $? = 0
893configure:20913: result: yes
894configure:20924: checking if /usr/bin/clang supports -Wdisabled-optimization
895configure:20944: /usr/bin/clang -c -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
896configure:20950: $? = 0
897configure:20954: test -z
898                         || test ! -s conftest.err
899configure:20957: $? = 0
900configure:20960: test -s conftest.o
901configure:20963: $? = 0
902configure:20965: result: yes
903configure:20976: checking if /usr/bin/clang supports -std=c99
904configure:20996: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
905configure:21002: $? = 0
906configure:21006: test -z
907                         || test ! -s conftest.err
908configure:21009: $? = 0
909configure:21012: test -s conftest.o
910configure:21015: $? = 0
911configure:21017: result: yes
912configure:21028: checking if /usr/bin/clang supports variadic macros
913configure:21050: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
914configure:21056: $? = 0
915configure:21060: test -z
916                         || test ! -s conftest.err
917configure:21063: $? = 0
918configure:21066: test -s conftest.o
919configure:21069: $? = 0
920configure:21080: result: yes
921configure:21088: checking for uint16_t
922configure:21112: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
923configure:21118: $? = 0
924configure:21122: test -z
925                         || test ! -s conftest.err
926configure:21125: $? = 0
927configure:21128: test -s conftest.o
928configure:21131: $? = 0
929configure:21142: result: yes
930configure:21145: checking size of uint16_t
931configure:21464: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
932configure:21467: $? = 0
933configure:21469: ./conftest
934configure:21472: $? = 0
935configure:21495: result: 2
936configure:21502: checking for u_int16_t
937configure:21526: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
938configure:21532: $? = 0
939configure:21536: test -z
940                         || test ! -s conftest.err
941configure:21539: $? = 0
942configure:21542: test -s conftest.o
943configure:21545: $? = 0
944configure:21556: result: yes
945configure:21559: checking size of u_int16_t
946configure:21878: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
947configure:21881: $? = 0
948configure:21883: ./conftest
949configure:21886: $? = 0
950configure:21909: result: 2
951configure:21916: checking for unsigned short int
952configure:21940: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
953configure:21946: $? = 0
954configure:21950: test -z
955                         || test ! -s conftest.err
956configure:21953: $? = 0
957configure:21956: test -s conftest.o
958configure:21959: $? = 0
959configure:21970: result: yes
960configure:21973: checking size of unsigned short int
961configure:22292: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
962configure:22295: $? = 0
963configure:22297: ./conftest
964configure:22300: $? = 0
965configure:22323: result: 2
966configure:22343: checking for uint32_t
967configure:22367: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
968configure:22373: $? = 0
969configure:22377: test -z
970                         || test ! -s conftest.err
971configure:22380: $? = 0
972configure:22383: test -s conftest.o
973configure:22386: $? = 0
974configure:22397: result: yes
975configure:22400: checking size of uint32_t
976configure:22719: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
977configure:22722: $? = 0
978configure:22724: ./conftest
979configure:22727: $? = 0
980configure:22750: result: 4
981configure:22757: checking for u_int32_t
982configure:22781: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
983configure:22787: $? = 0
984configure:22791: test -z
985                         || test ! -s conftest.err
986configure:22794: $? = 0
987configure:22797: test -s conftest.o
988configure:22800: $? = 0
989configure:22811: result: yes
990configure:22814: checking size of u_int32_t
991configure:23133: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
992configure:23136: $? = 0
993configure:23138: ./conftest
994configure:23141: $? = 0
995configure:23164: result: 4
996configure:23171: checking for unsigned long
997configure:23195: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
998configure:23201: $? = 0
999configure:23205: test -z
1000                         || test ! -s conftest.err
1001configure:23208: $? = 0
1002configure:23211: test -s conftest.o
1003configure:23214: $? = 0
1004configure:23225: result: yes
1005configure:23228: checking size of unsigned long
1006configure:23547: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1007configure:23550: $? = 0
1008configure:23552: ./conftest
1009configure:23555: $? = 0
1010configure:23578: result: 8
1011configure:23597: checking for unsigned int
1012configure:23621: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1013configure:23627: $? = 0
1014configure:23631: test -z
1015                         || test ! -s conftest.err
1016configure:23634: $? = 0
1017configure:23637: test -s conftest.o
1018configure:23640: $? = 0
1019configure:23651: result: yes
1020configure:23654: checking size of unsigned int
1021configure:23973: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1022configure:23976: $? = 0
1023configure:23978: ./conftest
1024configure:23981: $? = 0
1025configure:24004: result: 4
1026configure:24011: checking for u_int64_t
1027configure:24035: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1028configure:24041: $? = 0
1029configure:24045: test -z
1030                         || test ! -s conftest.err
1031configure:24048: $? = 0
1032configure:24051: test -s conftest.o
1033configure:24054: $? = 0
1034configure:24065: result: yes
1035configure:24068: checking size of u_int64_t
1036configure:24387: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1037configure:24390: $? = 0
1038configure:24392: ./conftest
1039configure:24395: $? = 0
1040configure:24418: result: 8
1041configure:24425: checking for unsigned long
1042configure:24479: result: yes
1043configure:24482: checking size of unsigned long
1044configure:24832: result: 8
1045configure:24839: checking for unsigned long long
1046configure:24863: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1047configure:24869: $? = 0
1048configure:24873: test -z
1049                         || test ! -s conftest.err
1050configure:24876: $? = 0
1051configure:24879: test -s conftest.o
1052configure:24882: $? = 0
1053configure:24893: result: yes
1054configure:24896: checking size of unsigned long long
1055configure:25215: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1056configure:25218: $? = 0
1057configure:25220: ./conftest
1058configure:25223: $? = 0
1059configure:25246: result: 8
1060configure:25253: checking for unsigned longlong
1061configure:25277: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1062conftest.c:71:15: error: expected ')'
1063if ((unsigned longlong *) 0)
1064              ^
1065conftest.c:71:5: note: to match this '('
1066if ((unsigned longlong *) 0)
1067    ^
1068conftest.c:73:22: error: expected ')'
1069if (sizeof (unsigned longlong))
1070                     ^
1071conftest.c:73:12: note: to match this '('
1072if (sizeof (unsigned longlong))
1073           ^
10742 errors generated.
1075configure:25283: $? = 1
1076configure: failed program was:
1077| /* confdefs.h.  */
1078|
1079| #define PACKAGE_NAME "memcache"
1080| #define PACKAGE_TARNAME "libmemcache"
1081| #define PACKAGE_VERSION "1.4.0.rc2"
1082| #define PACKAGE_STRING "memcache 1.4.0.rc2"
1083| #define PACKAGE_BUGREPORT "sean@gigave.org"
1084| #define PACKAGE "libmemcache"
1085| #define VERSION "1.4.0.rc2"
1086| #define HAVE_SYS_TYPES_H 1
1087| #define HAVE_SYS_STAT_H 1
1088| #define HAVE_STDLIB_H 1
1089| #define HAVE_STRING_H 1
1090| #define HAVE_MEMORY_H 1
1091| #define HAVE_STRINGS_H 1
1092| #define HAVE_INTTYPES_H 1
1093| #define HAVE_STDINT_H 1
1094| #define HAVE_UNISTD_H 1
1095| #define HAVE_DLFCN_H 1
1096| #ifdef __cplusplus
1097| extern "C" void exit (int);
1098| #endif
1099| #define SIZEOF_UINT16_T 2
1100| #define SIZEOF_U_INT16_T 2
1101| #define SIZEOF_UNSIGNED_SHORT_INT 2
1102| #define SIZEOF_UINT32_T 4
1103| #define SIZEOF_U_INT32_T 4
1104| #define SIZEOF_UNSIGNED_LONG 8
1105| #define SIZEOF_UNSIGNED_INT 4
1106| #define SIZEOF_U_INT64_T 8
1107| #define SIZEOF_UNSIGNED_LONG 8
1108| #define SIZEOF_UNSIGNED_LONG_LONG 8
1109| /* end confdefs.h.  */
1110| #include <stdio.h>
1111| #if HAVE_SYS_TYPES_H
1112| # include <sys/types.h>
1113| #endif
1114| #if HAVE_SYS_STAT_H
1115| # include <sys/stat.h>
1116| #endif
1117| #if STDC_HEADERS
1118| # include <stdlib.h>
1119| # include <stddef.h>
1120| #else
1121| # if HAVE_STDLIB_H
1122| #  include <stdlib.h>
1123| # endif
1124| #endif
1125| #if HAVE_STRING_H
1126| # if !STDC_HEADERS && HAVE_MEMORY_H
1127| #  include <memory.h>
1128| # endif
1129| # include <string.h>
1130| #endif
1131| #if HAVE_STRINGS_H
1132| # include <strings.h>
1133| #endif
1134| #if HAVE_INTTYPES_H
1135| # include <inttypes.h>
1136| #else
1137| # if HAVE_STDINT_H
1138| #  include <stdint.h>
1139| # endif
1140| #endif
1141| #if HAVE_UNISTD_H
1142| # include <unistd.h>
1143| #endif
1144| int
1145| main ()
1146| {
1147| if ((unsigned longlong *) 0)
1148|   return 0;
1149| if (sizeof (unsigned longlong))
1150|   return 0;
1151|   ;
1152|   return 0;
1153| }
1154configure:25307: result: no
1155configure:25310: checking size of unsigned longlong
1156configure:25660: result: 0
1157configure:25690: checking for ANSI C header files
1158configure:25846: result: no
1159configure:25878: checking fcntl.h usability
1160configure:25890: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1161configure:25896: $? = 0
1162configure:25900: test -z
1163                         || test ! -s conftest.err
1164configure:25903: $? = 0
1165configure:25906: test -s conftest.o
1166configure:25909: $? = 0
1167configure:25919: result: yes
1168configure:25923: checking fcntl.h presence
1169configure:25933: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1170configure:25939: $? = 0
1171configure:25959: result: yes
1172configure:25994: checking for fcntl.h
1173configure:26001: result: yes
1174configure:25878: checking netdb.h usability
1175configure:25890: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1176configure:25896: $? = 0
1177configure:25900: test -z
1178                         || test ! -s conftest.err
1179configure:25903: $? = 0
1180configure:25906: test -s conftest.o
1181configure:25909: $? = 0
1182configure:25919: result: yes
1183configure:25923: checking netdb.h presence
1184configure:25933: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1185configure:25939: $? = 0
1186configure:25959: result: yes
1187configure:25994: checking for netdb.h
1188configure:26001: result: yes
1189configure:25878: checking netinet/in.h usability
1190configure:25890: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1191configure:25896: $? = 0
1192configure:25900: test -z
1193                         || test ! -s conftest.err
1194configure:25903: $? = 0
1195configure:25906: test -s conftest.o
1196configure:25909: $? = 0
1197configure:25919: result: yes
1198configure:25923: checking netinet/in.h presence
1199configure:25933: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1200configure:25939: $? = 0
1201configure:25959: result: yes
1202configure:25994: checking for netinet/in.h
1203configure:26001: result: yes
1204configure:25869: checking for stdlib.h
1205configure:25874: result: yes
1206configure:25869: checking for string.h
1207configure:25874: result: yes
1208configure:25869: checking for strings.h
1209configure:25874: result: yes
1210configure:25878: checking sys/socket.h usability
1211configure:25890: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1212configure:25896: $? = 0
1213configure:25900: test -z
1214                         || test ! -s conftest.err
1215configure:25903: $? = 0
1216configure:25906: test -s conftest.o
1217configure:25909: $? = 0
1218configure:25919: result: yes
1219configure:25923: checking sys/socket.h presence
1220configure:25933: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1221configure:25939: $? = 0
1222configure:25959: result: yes
1223configure:25994: checking for sys/socket.h
1224configure:26001: result: yes
1225configure:25878: checking sys/time.h usability
1226configure:25890: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1227configure:25896: $? = 0
1228configure:25900: test -z
1229                         || test ! -s conftest.err
1230configure:25903: $? = 0
1231configure:25906: test -s conftest.o
1232configure:25909: $? = 0
1233configure:25919: result: yes
1234configure:25923: checking sys/time.h presence
1235configure:25933: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1236configure:25939: $? = 0
1237configure:25959: result: yes
1238configure:25994: checking for sys/time.h
1239configure:26001: result: yes
1240configure:25869: checking for unistd.h
1241configure:25874: result: yes
1242configure:26015: checking for an ANSI C-conforming const
1243configure:26112: result: yes
1244configure:26122: checking for inline
1245configure:26143: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1246conftest.c:46:21: warning: unused function 'static_foo' [-Wunused-function]
1247static inline foo_t static_foo () {return 0; }
1248                    ^
12491 warning generated.
1250configure:26149: $? = 0
1251configure:26153: test -z
1252                         || test ! -s conftest.err
1253configure:26156: $? = 0
1254configure:26159: test -s conftest.o
1255configure:26162: $? = 0
1256configure:26174: result: inline
1257configure:26193: checking for pid_t
1258configure:26217: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1259configure:26223: $? = 0
1260configure:26227: test -z
1261                         || test ! -s conftest.err
1262configure:26230: $? = 0
1263configure:26233: test -s conftest.o
1264configure:26236: $? = 0
1265configure:26247: result: yes
1266configure:26259: checking for size_t
1267configure:26283: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1268configure:26289: $? = 0
1269configure:26293: test -z
1270                         || test ! -s conftest.err
1271configure:26296: $? = 0
1272configure:26299: test -s conftest.o
1273configure:26302: $? = 0
1274configure:26313: result: yes
1275configure:26325: checking whether time.h and sys/time.h may both be included
1276configure:26350: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1277configure:26356: $? = 0
1278configure:26360: test -z
1279                         || test ! -s conftest.err
1280configure:26363: $? = 0
1281configure:26366: test -s conftest.o
1282configure:26369: $? = 0
1283configure:26380: result: yes
1284configure:26396: checking for stdlib.h
1285configure:26401: result: yes
1286configure:26541: checking for GNU libc compatible malloc
1287configure:26570: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1288configure:26573: $? = 0
1289configure:26575: ./conftest
1290configure:26578: $? = 0
1291configure:26592: result: yes
1292configure:26622: checking for working memcmp
1293configure:26670: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1294configure:26673: $? = 0
1295configure:26675: ./conftest
1296configure:26678: $? = 0
1297configure:26692: result: yes
1298configure:26718: checking sys/select.h usability
1299configure:26730: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1300configure:26736: $? = 0
1301configure:26740: test -z
1302                         || test ! -s conftest.err
1303configure:26743: $? = 0
1304configure:26746: test -s conftest.o
1305configure:26749: $? = 0
1306configure:26759: result: yes
1307configure:26763: checking sys/select.h presence
1308configure:26773: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
1309configure:26779: $? = 0
1310configure:26799: result: yes
1311configure:26834: checking for sys/select.h
1312configure:26841: result: yes
1313configure:26709: checking for sys/socket.h
1314configure:26714: result: yes
1315configure:26854: checking types of arguments for select
1316configure:26887: /usr/bin/clang -c -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
1317configure:26893: $? = 0
1318configure:26897: test -z
1319                         || test ! -s conftest.err
1320configure:26900: $? = 0
1321configure:26903: test -s conftest.o
1322configure:26906: $? = 0
1323configure:26922: result: int,fd_set *,struct timeval *
1324configure:26956: checking for bzero
1325configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1326configure:27019: $? = 0
1327configure:27023: test -z
1328                         || test ! -s conftest.err
1329configure:27026: $? = 0
1330configure:27029: test -s conftest
1331configure:27032: $? = 0
1332configure:27044: result: yes
1333configure:26956: checking for gettimeofday
1334configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1335configure:27019: $? = 0
1336configure:27023: test -z
1337                         || test ! -s conftest.err
1338configure:27026: $? = 0
1339configure:27029: test -s conftest
1340configure:27032: $? = 0
1341configure:27044: result: yes
1342configure:26956: checking for memchr
1343configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1344conftest.c:78:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
1345char memchr ();
1346     ^
1347conftest.c:78:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
13481 warning generated.
1349configure:27019: $? = 0
1350configure:27023: test -z
1351                         || test ! -s conftest.err
1352configure:27026: $? = 0
1353configure:27029: test -s conftest
1354configure:27032: $? = 0
1355configure:27044: result: yes
1356configure:26956: checking for memset
1357configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1358conftest.c:79:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
1359char memset ();
1360     ^
1361conftest.c:79:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
13621 warning generated.
1363configure:27019: $? = 0
1364configure:27023: test -z
1365                         || test ! -s conftest.err
1366configure:27026: $? = 0
1367configure:27029: test -s conftest
1368configure:27032: $? = 0
1369configure:27044: result: yes
1370configure:26956: checking for select
1371configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1372configure:27019: $? = 0
1373configure:27023: test -z
1374                         || test ! -s conftest.err
1375configure:27026: $? = 0
1376configure:27029: test -s conftest
1377configure:27032: $? = 0
1378configure:27044: result: yes
1379configure:26956: checking for socket
1380configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1381configure:27019: $? = 0
1382configure:27023: test -z
1383                         || test ! -s conftest.err
1384configure:27026: $? = 0
1385configure:27029: test -s conftest
1386configure:27032: $? = 0
1387configure:27044: result: yes
1388configure:26956: checking for strerror
1389configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1390conftest.c:82:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
1391char strerror ();
1392     ^
1393conftest.c:82:6: note: 'strerror' is a builtin with type 'char *(int)'
13941 warning generated.
1395configure:27019: $? = 0
1396configure:27023: test -z
1397                         || test ! -s conftest.err
1398configure:27026: $? = 0
1399configure:27029: test -s conftest
1400configure:27032: $? = 0
1401configure:27044: result: yes
1402configure:26956: checking for strtol
1403configure:27013: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1404conftest.c:83:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration]
1405char strtol ();
1406     ^
1407conftest.c:83:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)'
14081 warning generated.
1409configure:27019: $? = 0
1410configure:27023: test -z
1411                         || test ! -s conftest.err
1412configure:27026: $? = 0
1413configure:27029: test -s conftest
1414configure:27032: $? = 0
1415configure:27044: result: yes
1416configure:27055: checking for setsockopt in -lsocket
1417configure:27085: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lsocket   >&5
1418ld: library not found for -lsocket
1419clang: error: linker command failed with exit code 1 (use -v to see invocation)
1420configure:27091: $? = 1
1421configure: failed program was:
1422| /* confdefs.h.  */
1423|
1424| #define PACKAGE_NAME "memcache"
1425| #define PACKAGE_TARNAME "libmemcache"
1426| #define PACKAGE_VERSION "1.4.0.rc2"
1427| #define PACKAGE_STRING "memcache 1.4.0.rc2"
1428| #define PACKAGE_BUGREPORT "sean@gigave.org"
1429| #define PACKAGE "libmemcache"
1430| #define VERSION "1.4.0.rc2"
1431| #define HAVE_SYS_TYPES_H 1
1432| #define HAVE_SYS_STAT_H 1
1433| #define HAVE_STDLIB_H 1
1434| #define HAVE_STRING_H 1
1435| #define HAVE_MEMORY_H 1
1436| #define HAVE_STRINGS_H 1
1437| #define HAVE_INTTYPES_H 1
1438| #define HAVE_STDINT_H 1
1439| #define HAVE_UNISTD_H 1
1440| #define HAVE_DLFCN_H 1
1441| #ifdef __cplusplus
1442| extern "C" void exit (int);
1443| #endif
1444| #define SIZEOF_UINT16_T 2
1445| #define SIZEOF_U_INT16_T 2
1446| #define SIZEOF_UNSIGNED_SHORT_INT 2
1447| #define SIZEOF_UINT32_T 4
1448| #define SIZEOF_U_INT32_T 4
1449| #define SIZEOF_UNSIGNED_LONG 8
1450| #define SIZEOF_UNSIGNED_INT 4
1451| #define SIZEOF_U_INT64_T 8
1452| #define SIZEOF_UNSIGNED_LONG 8
1453| #define SIZEOF_UNSIGNED_LONG_LONG 8
1454| #define SIZEOF_UNSIGNED_LONGLONG 0
1455| #define HAVE_FCNTL_H 1
1456| #define HAVE_NETDB_H 1
1457| #define HAVE_NETINET_IN_H 1
1458| #define HAVE_STDLIB_H 1
1459| #define HAVE_STRING_H 1
1460| #define HAVE_STRINGS_H 1
1461| #define HAVE_SYS_SOCKET_H 1
1462| #define HAVE_SYS_TIME_H 1
1463| #define HAVE_UNISTD_H 1
1464| #define TIME_WITH_SYS_TIME 1
1465| #define HAVE_STDLIB_H 1
1466| #define HAVE_MALLOC 1
1467| #define HAVE_SYS_SELECT_H 1
1468| #define HAVE_SYS_SOCKET_H 1
1469| #define SELECT_TYPE_ARG1 int
1470| #define SELECT_TYPE_ARG234 (fd_set *)
1471| #define SELECT_TYPE_ARG5 (struct timeval *)
1472| #define HAVE_BZERO 1
1473| #define HAVE_GETTIMEOFDAY 1
1474| #define HAVE_MEMCHR 1
1475| #define HAVE_MEMSET 1
1476| #define HAVE_SELECT 1
1477| #define HAVE_SOCKET 1
1478| #define HAVE_STRERROR 1
1479| #define HAVE_STRTOL 1
1480| /* end confdefs.h.  */
1481|
1482| /* Override any gcc2 internal prototype to avoid an error.  */
1483| #ifdef __cplusplus
1484| extern "C"
1485| #endif
1486| /* We use char because int might match the return type of a gcc2
1487|    builtin and then its argument prototype would still apply.  */
1488| char setsockopt ();
1489| int
1490| main ()
1491| {
1492| setsockopt ();
1493|   ;
1494|   return 0;
1495| }
1496configure:27117: result: no
1497configure:27124: checking for enabled debug CFLAGS
1498configure:27136: result: no
1499configure:27143: checking whether to use SO_RCVTIMEO with setsockopt()
1500configure:27188: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1501conftest.c:76:5: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
1502    exit(2);
1503    ^
1504conftest.c:76:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
15051 error generated.
1506configure:27191: $? = 1
1507configure: program exited with status 1
1508configure: failed program was:
1509| /* confdefs.h.  */
1510|
1511| #define PACKAGE_NAME "memcache"
1512| #define PACKAGE_TARNAME "libmemcache"
1513| #define PACKAGE_VERSION "1.4.0.rc2"
1514| #define PACKAGE_STRING "memcache 1.4.0.rc2"
1515| #define PACKAGE_BUGREPORT "sean@gigave.org"
1516| #define PACKAGE "libmemcache"
1517| #define VERSION "1.4.0.rc2"
1518| #define HAVE_SYS_TYPES_H 1
1519| #define HAVE_SYS_STAT_H 1
1520| #define HAVE_STDLIB_H 1
1521| #define HAVE_STRING_H 1
1522| #define HAVE_MEMORY_H 1
1523| #define HAVE_STRINGS_H 1
1524| #define HAVE_INTTYPES_H 1
1525| #define HAVE_STDINT_H 1
1526| #define HAVE_UNISTD_H 1
1527| #define HAVE_DLFCN_H 1
1528| #ifdef __cplusplus
1529| extern "C" void exit (int);
1530| #endif
1531| #define SIZEOF_UINT16_T 2
1532| #define SIZEOF_U_INT16_T 2
1533| #define SIZEOF_UNSIGNED_SHORT_INT 2
1534| #define SIZEOF_UINT32_T 4
1535| #define SIZEOF_U_INT32_T 4
1536| #define SIZEOF_UNSIGNED_LONG 8
1537| #define SIZEOF_UNSIGNED_INT 4
1538| #define SIZEOF_U_INT64_T 8
1539| #define SIZEOF_UNSIGNED_LONG 8
1540| #define SIZEOF_UNSIGNED_LONG_LONG 8
1541| #define SIZEOF_UNSIGNED_LONGLONG 0
1542| #define HAVE_FCNTL_H 1
1543| #define HAVE_NETDB_H 1
1544| #define HAVE_NETINET_IN_H 1
1545| #define HAVE_STDLIB_H 1
1546| #define HAVE_STRING_H 1
1547| #define HAVE_STRINGS_H 1
1548| #define HAVE_SYS_SOCKET_H 1
1549| #define HAVE_SYS_TIME_H 1
1550| #define HAVE_UNISTD_H 1
1551| #define TIME_WITH_SYS_TIME 1
1552| #define HAVE_STDLIB_H 1
1553| #define HAVE_MALLOC 1
1554| #define HAVE_SYS_SELECT_H 1
1555| #define HAVE_SYS_SOCKET_H 1
1556| #define SELECT_TYPE_ARG1 int
1557| #define SELECT_TYPE_ARG234 (fd_set *)
1558| #define SELECT_TYPE_ARG5 (struct timeval *)
1559| #define HAVE_BZERO 1
1560| #define HAVE_GETTIMEOFDAY 1
1561| #define HAVE_MEMCHR 1
1562| #define HAVE_MEMSET 1
1563| #define HAVE_SELECT 1
1564| #define HAVE_SOCKET 1
1565| #define HAVE_STRERROR 1
1566| #define HAVE_STRTOL 1
1567| /* end confdefs.h.  */
1568|
1569| #include <sys/types.h>
1570| #include <sys/socket.h>
1571| #include <sys/time.h>
1572|
1573| int
1574| main(void) {
1575|   int s;
1576|   struct timeval tv;
1577|   tv.tv_sec  = 3;
1578|   tv.tv_usec = 0;
1579|
1580| #ifndef SO_RCVTIMEO
1581|   exit(3);
1582| #else
1583|   if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1)
1584|     exit(2);
1585|
1586|   /* fails on Solaris 2.6,8,9,10 and some Linuxes because
1587|      SO_RCVTIMEO|SO_SNDTIMEO are defined but not implemented */
1588|   if (setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (const void *)&tv, sizeof(tv)) == -1)
1589|     exit(1);
1590|
1591|   exit(0);
1592| #endif
1593| }
1594|
1595|
1596configure:27211: result: no
1597configure:27219: checking whether to use SO_SNDTIMEO with setsockopt()
1598configure:27264: /usr/bin/clang -o conftest -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
1599conftest.c:76:5: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
1600    exit(2);
1601    ^
1602conftest.c:76:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
16031 error generated.
1604configure:27267: $? = 1
1605configure: program exited with status 1
1606configure: failed program was:
1607| /* confdefs.h.  */
1608|
1609| #define PACKAGE_NAME "memcache"
1610| #define PACKAGE_TARNAME "libmemcache"
1611| #define PACKAGE_VERSION "1.4.0.rc2"
1612| #define PACKAGE_STRING "memcache 1.4.0.rc2"
1613| #define PACKAGE_BUGREPORT "sean@gigave.org"
1614| #define PACKAGE "libmemcache"
1615| #define VERSION "1.4.0.rc2"
1616| #define HAVE_SYS_TYPES_H 1
1617| #define HAVE_SYS_STAT_H 1
1618| #define HAVE_STDLIB_H 1
1619| #define HAVE_STRING_H 1
1620| #define HAVE_MEMORY_H 1
1621| #define HAVE_STRINGS_H 1
1622| #define HAVE_INTTYPES_H 1
1623| #define HAVE_STDINT_H 1
1624| #define HAVE_UNISTD_H 1
1625| #define HAVE_DLFCN_H 1
1626| #ifdef __cplusplus
1627| extern "C" void exit (int);
1628| #endif
1629| #define SIZEOF_UINT16_T 2
1630| #define SIZEOF_U_INT16_T 2
1631| #define SIZEOF_UNSIGNED_SHORT_INT 2
1632| #define SIZEOF_UINT32_T 4
1633| #define SIZEOF_U_INT32_T 4
1634| #define SIZEOF_UNSIGNED_LONG 8
1635| #define SIZEOF_UNSIGNED_INT 4
1636| #define SIZEOF_U_INT64_T 8
1637| #define SIZEOF_UNSIGNED_LONG 8
1638| #define SIZEOF_UNSIGNED_LONG_LONG 8
1639| #define SIZEOF_UNSIGNED_LONGLONG 0
1640| #define HAVE_FCNTL_H 1
1641| #define HAVE_NETDB_H 1
1642| #define HAVE_NETINET_IN_H 1
1643| #define HAVE_STDLIB_H 1
1644| #define HAVE_STRING_H 1
1645| #define HAVE_STRINGS_H 1
1646| #define HAVE_SYS_SOCKET_H 1
1647| #define HAVE_SYS_TIME_H 1
1648| #define HAVE_UNISTD_H 1
1649| #define TIME_WITH_SYS_TIME 1
1650| #define HAVE_STDLIB_H 1
1651| #define HAVE_MALLOC 1
1652| #define HAVE_SYS_SELECT_H 1
1653| #define HAVE_SYS_SOCKET_H 1
1654| #define SELECT_TYPE_ARG1 int
1655| #define SELECT_TYPE_ARG234 (fd_set *)
1656| #define SELECT_TYPE_ARG5 (struct timeval *)
1657| #define HAVE_BZERO 1
1658| #define HAVE_GETTIMEOFDAY 1
1659| #define HAVE_MEMCHR 1
1660| #define HAVE_MEMSET 1
1661| #define HAVE_SELECT 1
1662| #define HAVE_SOCKET 1
1663| #define HAVE_STRERROR 1
1664| #define HAVE_STRTOL 1
1665| /* end confdefs.h.  */
1666|
1667| #include <sys/types.h>
1668| #include <sys/socket.h>
1669| #include <sys/time.h>
1670|
1671| int
1672| main(void) {
1673|   int s;
1674|   struct timeval tv;
1675|   tv.tv_sec  = 3;
1676|   tv.tv_usec = 0;
1677|
1678| #ifndef SO_SNDTIMEO
1679|   exit(3);
1680| #else
1681|   if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1)
1682|     exit(2);
1683|
1684|   /* fails on Solaris 2.6,8,9,10 and some Linuxes because
1685|      SO_RCVTIMEO|SO_SNDTIMEO are defined but not implemented */
1686|   if (setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, (const void *)&tv, sizeof(tv)) == -1)
1687|     exit(1);
1688|
1689|   exit(0);
1690| #endif
1691| }
1692|
1693|
1694configure:27287: result: no
1695configure:27302: checking for default buffer size for "get" commands
1696configure:27313: result: 4096
1697configure:27323: checking for client side hash algo preference
1698configure:27330: result: crc32
1699configure:27365: checking viability of using protocol assertions
1700configure:27373: result: yes
1701configure:27408: checking for enabled compiler optimizations
1702configure:27423: result: yes
1703configure:27430: checking for enabled profiling CFLAGS
1704configure:27442: result: no
1705configure:27571: creating ./config.status
1706
1707## ---------------------- ##
1708## Running config.status. ##
1709## ---------------------- ##
1710
1711This file was extended by memcache config.status 1.4.0.rc2, which was
1712generated by GNU Autoconf 2.59.  Invocation command line was
1713
1714  CONFIG_FILES    =
1715  CONFIG_HEADERS  =
1716  CONFIG_LINKS    =
1717  CONFIG_COMMANDS =
1718  $ ./config.status
1719
1720on Local-Admins-MacBook-Pro.local
1721
1722config.status:756: creating Makefile
1723config.status:756: creating doc/Makefile
1724config.status:756: creating include/Makefile
1725config.status:756: creating include/memcache.h
1726config.status:756: creating include/memcache/Makefile
1727config.status:756: creating src/Makefile
1728config.status:756: creating test/Makefile
1729config.status:756: creating test/benchmark/Makefile
1730config.status:756: creating test/buffer_recycle/Makefile
1731config.status:756: creating test/long_val/Makefile
1732config.status:756: creating test/regress/Makefile
1733config.status:756: creating test/redundant_server/Makefile
1734config.status:756: creating test/unit/Makefile
1735config.status:860: creating config.h
1736config.status:1240: executing depfiles commands
1737
1738## ---------------- ##
1739## Cache variables. ##
1740## ---------------- ##
1741
1742ac_cv_build=i686-apple-darwin20.5.0
1743ac_cv_build_alias=i686-apple-darwin20.5.0
1744ac_cv_c_compiler_gnu=yes
1745ac_cv_c_const=yes
1746ac_cv_c_inline=inline
1747ac_cv_cxx_compiler_gnu=yes
1748ac_cv_env_CC_set=set
1749ac_cv_env_CC_value=/usr/bin/clang
1750ac_cv_env_CFLAGS_set=set
1751ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1752ac_cv_env_CPPFLAGS_set=set
1753ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk'
1754ac_cv_env_CPP_set=
1755ac_cv_env_CPP_value=
1756ac_cv_env_CXXCPP_set=
1757ac_cv_env_CXXCPP_value=
1758ac_cv_env_CXXFLAGS_set=set
1759ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1760ac_cv_env_CXX_set=set
1761ac_cv_env_CXX_value=/usr/bin/clang++
1762ac_cv_env_F77_set=
1763ac_cv_env_F77_value=
1764ac_cv_env_FFLAGS_set=set
1765ac_cv_env_FFLAGS_value='-pipe -Os -m64'
1766ac_cv_env_LDFLAGS_set=set
1767ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1768ac_cv_env_build_alias_set=
1769ac_cv_env_build_alias_value=
1770ac_cv_env_host_alias_set=
1771ac_cv_env_host_alias_value=
1772ac_cv_env_target_alias_set=
1773ac_cv_env_target_alias_value=
1774ac_cv_exeext=
1775ac_cv_f77_compiler_gnu=yes
1776ac_cv_func_bzero=yes
1777ac_cv_func_gettimeofday=yes
1778ac_cv_func_malloc_0_nonnull=yes
1779ac_cv_func_memchr=yes
1780ac_cv_func_memcmp_working=yes
1781ac_cv_func_memset=yes
1782ac_cv_func_select=yes
1783ac_cv_func_select_args='int,fd_set *,struct timeval *'
1784ac_cv_func_socket=yes
1785ac_cv_func_strerror=yes
1786ac_cv_func_strtol=yes
1787ac_cv_header_dlfcn_h=yes
1788ac_cv_header_fcntl_h=yes
1789ac_cv_header_inttypes_h=yes
1790ac_cv_header_memory_h=yes
1791ac_cv_header_netdb_h=yes
1792ac_cv_header_netinet_in_h=yes
1793ac_cv_header_stdc=no
1794ac_cv_header_stdint_h=yes
1795ac_cv_header_stdlib_h=yes
1796ac_cv_header_string_h=yes
1797ac_cv_header_strings_h=yes
1798ac_cv_header_sys_select_h=yes
1799ac_cv_header_sys_socket_h=yes
1800ac_cv_header_sys_stat_h=yes
1801ac_cv_header_sys_time_h=yes
1802ac_cv_header_sys_types_h=yes
1803ac_cv_header_time=yes
1804ac_cv_header_unistd_h=yes
1805ac_cv_host=i686-apple-darwin20.5.0
1806ac_cv_host_alias=i686-apple-darwin20.5.0
1807ac_cv_lib_socket_setsockopt=no
1808ac_cv_objext=o
1809ac_cv_path_BIN_KILLALL=/usr/bin/killall
1810ac_cv_path_BIN_MD5=/sbin/md5
1811ac_cv_path_BIN_MEMCACHED=/opt/local/bin/memcached
1812ac_cv_path_BIN_SVN2CL=/opt/local/bin/svn2cl
1813ac_cv_prog_AWK=gawk
1814ac_cv_prog_CPP='/usr/bin/clang -E'
1815ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1816ac_cv_prog_ac_ct_AR=ar
1817ac_cv_prog_ac_ct_CC=/usr/bin/clang
1818ac_cv_prog_ac_ct_F77=gfortran
1819ac_cv_prog_ac_ct_RANLIB=ranlib
1820ac_cv_prog_ac_ct_STRIP=strip
1821ac_cv_prog_cc_g=yes
1822ac_cv_prog_cc_stdc=
1823ac_cv_prog_cxx_g=yes
1824ac_cv_prog_egrep='grep -E'
1825ac_cv_prog_f77_g=yes
1826ac_cv_prog_make_make_set=yes
1827ac_cv_sizeof_u_int16_t=2
1828ac_cv_sizeof_u_int32_t=4
1829ac_cv_sizeof_u_int64_t=8
1830ac_cv_sizeof_uint16_t=2
1831ac_cv_sizeof_uint32_t=4
1832ac_cv_sizeof_unsigned_int=4
1833ac_cv_sizeof_unsigned_long=8
1834ac_cv_sizeof_unsigned_long_long=8
1835ac_cv_sizeof_unsigned_longlong=0
1836ac_cv_sizeof_unsigned_short_int=2
1837ac_cv_target=i686-apple-darwin20.5.0
1838ac_cv_target_alias=i686-apple-darwin20.5.0
1839ac_cv_type_pid_t=yes
1840ac_cv_type_size_t=yes
1841ac_cv_type_u_int16_t=yes
1842ac_cv_type_u_int32_t=yes
1843ac_cv_type_u_int64_t=yes
1844ac_cv_type_uint16_t=yes
1845ac_cv_type_uint32_t=yes
1846ac_cv_type_unsigned_int=yes
1847ac_cv_type_unsigned_long=yes
1848ac_cv_type_unsigned_long_long=yes
1849ac_cv_type_unsigned_longlong=no
1850ac_cv_type_unsigned_short_int=yes
1851am_cv_CC_dependencies_compiler_type=gcc3
1852am_cv_CXX_dependencies_compiler_type=gcc3
1853lt_cv_deplibs_check_method=pass_all
1854lt_cv_file_magic_cmd='$MAGIC_CMD'
1855lt_cv_file_magic_test_file=
1856lt_cv_ld_reload_flag=-r
1857lt_cv_objdir=.libs
1858lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1859lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
1860lt_cv_path_NM='/opt/local/bin/nm -B'
1861lt_cv_path_SED=/opt/local/bin/gsed
1862lt_cv_prog_compiler_c_o=yes
1863lt_cv_prog_compiler_c_o_CXX=yes
1864lt_cv_prog_compiler_c_o_F77=yes
1865lt_cv_prog_compiler_rtti_exceptions=yes
1866lt_cv_prog_gnu_ld=no
1867lt_cv_prog_gnu_ldcxx=no
1868lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
1869lt_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'\'''
1870lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
1871lt_cv_sys_max_cmd_len=786432
1872lt_lt_cv_prog_compiler_c_o='"yes"'
1873lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
1874lt_lt_cv_prog_compiler_c_o_F77='"yes"'
1875lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
1876lt_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'\''"'
1877lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
1878
1879## ----------------- ##
1880## Output variables. ##
1881## ----------------- ##
1882
1883ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run aclocal-1.9'
1884AMDEPBACKSLASH='\'
1885AMDEP_FALSE='#'
1886AMDEP_TRUE=''
1887AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run tar'
1888AR='ar'
1889AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run autoconf'
1890AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run autoheader'
1891AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run automake-1.9'
1892AWK='gawk'
1893BIN_KILLALL='/usr/bin/killall'
1894BIN_MD5='/sbin/md5'
1895BIN_MEMCACHED='/opt/local/bin/memcached'
1896BIN_SVN2CL='/opt/local/bin/svn2cl'
1897CC='/usr/bin/clang'
1898CCDEPMODE='depmode=gcc3'
1899CFLAGS='-O3 -std=c99 -Wall -pipe -Wpacked -Wdisabled-optimization'
1900CPP='/usr/bin/clang -E'
1901CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk'
1902CXX='/usr/bin/clang++'
1903CXXCPP='/usr/bin/clang++ -E'
1904CXXDEPMODE='depmode=gcc3'
1905CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1906CYGPATH_W='echo'
1907DEFS='-DHAVE_CONFIG_H'
1908DEPDIR='.deps'
1909ECHO='/bin/echo'
1910ECHO_C='ECHO_N=''
1911ECHO_T=''
1912EGREP='grep -E'
1913EXEEXT=''
1914F77='gfortran'
1915FFLAGS='-pipe -Os -m64'
1916INIT_GET_BUF_SIZE='4096'
1917INSTALL_DATA='${INSTALL} -m 644'
1918INSTALL_PROGRAM='${INSTALL}'
1919INSTALL_SCRIPT='${INSTALL}'
1920INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
1921LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
1922LIBOBJS=''
1923LIBS=''
1924LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1925LN_S='ln -s'
1926LTLIBOBJS=''
1927MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/missing --run makeinfo'
1928MCM_CALLBACK_CTXT='97f78ab4a96c3e71c3bb9fe036f37367'
1929MCM_CALLBACK_KEY='783365dee46035fa36d8d9e6fe15da0f'
1930MCM_CALLBACK_LEN='4c1f40392e708222b8a25a4337cd05fd'
1931MCM_CALLBACK_MC='646277084faa5a0f511793a728521ef5'
1932MCM_CALLBACK_PTR='7f5686851aeded9e00761d4aaaac20ee'
1933MCM_CALLBACK_RES='2e8a13a74753effc0f149a3ce900dc28'
1934MCM_ERR_FUNC_ERR_CTXT='096953205b8982964e25927bd8154148'
1935MCM_ERR_FUNC_MC_CTXT='21e67c8edeaac774b00d960e230c8686'
1936MCM_ERR_MASK='fc9f4e2249ad88de0081136fef04defa'
1937MCM_KEY_VALID_KEY='8926735b19e189407440aa1ba3ab1962'
1938MCM_KEY_VALID_LEN='d6077405f1a7b35ddeac18ccc2a8f4c7'
1939MCM_UINT_16_DCL='typedef uint16_t u_int16_t;'
1940MCM_UINT_32_DCL='typedef uint32_t u_int32_t;'
1941MCM_UINT_64_DCL=''
1942MEMCACHE_MAJOR_VERSION='1'
1943MEMCACHE_MICRO_VERSION_SUFFIX='.rc2'
1944MEMCACHE_MINOR_VERSION='4'
1945MEMCACHE_RELDATE='20060220'
1946MEMCACHE_VERSION='1.4.0.rc2'
1947MEMCACHE_VERSION_INFO='4:0:4'
1948MEMCACHE_VERSION_NUMBER='10400'
1949OBJEXT='o'
1950PACKAGE='libmemcache'
1951PACKAGE_BUGREPORT='sean@gigave.org'
1952PACKAGE_NAME='memcache'
1953PACKAGE_STRING='memcache 1.4.0.rc2'
1954PACKAGE_TARNAME='libmemcache'
1955PACKAGE_VERSION='1.4.0.rc2'
1956PATH_SEPARATOR=':'
1957RANLIB='ranlib'
1958SET_MAKE=''
1959SHELL='/bin/sh'
1960STRIP='strip'
1961VERSION='1.4.0.rc2'
1962ac_ct_AR='ar'
1963ac_ct_CC='/usr/bin/clang'
1964ac_ct_CXX=''
1965ac_ct_F77='gfortran'
1966ac_ct_RANLIB='ranlib'
1967ac_ct_STRIP='strip'
1968am__fastdepCC_FALSE='#'
1969am__fastdepCC_TRUE=''
1970am__fastdepCXX_FALSE='#'
1971am__fastdepCXX_TRUE=''
1972am__include='include'
1973am__leading_dot='.'
1974am__quote=''
1975am__tar='${AMTAR} chof - "$$tardir"'
1976am__untar='${AMTAR} xf -'
1977bindir='${exec_prefix}/bin'
1978build='i686-apple-darwin20.5.0'
1979build_alias=''
1980build_cpu='i686'
1981build_os='darwin20.5.0'
1982build_vendor='apple'
1983datadir='${prefix}/share'
1984exec_prefix='${prefix}'
1985host='i686-apple-darwin20.5.0'
1986host_alias=''
1987host_cpu='i686'
1988host_os='darwin20.5.0'
1989host_vendor='apple'
1990includedir='${prefix}/include'
1991infodir='${prefix}/info'
1992install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmemcache/libmemcache/work/libmemcache-1.4.0.rc2/install-sh'
1993libdir='${exec_prefix}/lib'
1994libexecdir='${exec_prefix}/libexec'
1995localstatedir='${prefix}/var'
1996mandir='${prefix}/man'
1997mkdir_p='$(install_sh) -d'
1998oldincludedir='/usr/include'
1999prefix='/opt/local'
2000program_transform_name='s,x,x,'
2001sbindir='${exec_prefix}/sbin'
2002sharedstatedir='${prefix}/com'
2003sysconfdir='${prefix}/etc'
2004target='i686-apple-darwin20.5.0'
2005target_alias=''
2006target_cpu='i686'
2007target_os='darwin20.5.0'
2008target_vendor='apple'
2009
2010## ----------- ##
2011## confdefs.h. ##
2012## ----------- ##
2013
2014#define DEBUG_MC_PROTO_ASSERT 1
2015#define HAVE_BZERO 1
2016#define HAVE_DLFCN_H 1
2017#define HAVE_FCNTL_H 1
2018#define HAVE_GETTIMEOFDAY 1
2019#define HAVE_INTTYPES_H 1
2020#define HAVE_MALLOC 1
2021#define HAVE_MEMCHR 1
2022#define HAVE_MEMORY_H 1
2023#define HAVE_MEMSET 1
2024#define HAVE_NETDB_H 1
2025#define HAVE_NETINET_IN_H 1
2026#define HAVE_SELECT 1
2027#define HAVE_SOCKET 1
2028#define HAVE_STDINT_H 1
2029#define HAVE_STDLIB_H 1
2030#define HAVE_STDLIB_H 1
2031#define HAVE_STDLIB_H 1
2032#define HAVE_STRERROR 1
2033#define HAVE_STRINGS_H 1
2034#define HAVE_STRINGS_H 1
2035#define HAVE_STRING_H 1
2036#define HAVE_STRING_H 1
2037#define HAVE_STRTOL 1
2038#define HAVE_SYS_SELECT_H 1
2039#define HAVE_SYS_SOCKET_H 1
2040#define HAVE_SYS_SOCKET_H 1
2041#define HAVE_SYS_STAT_H 1
2042#define HAVE_SYS_TIME_H 1
2043#define HAVE_SYS_TYPES_H 1
2044#define HAVE_UNISTD_H 1
2045#define HAVE_UNISTD_H 1
2046#define PACKAGE "libmemcache"
2047#define PACKAGE_BUGREPORT "sean@gigave.org"
2048#define PACKAGE_NAME "memcache"
2049#define PACKAGE_STRING "memcache 1.4.0.rc2"
2050#define PACKAGE_TARNAME "libmemcache"
2051#define PACKAGE_VERSION "1.4.0.rc2"
2052#define SELECT_TYPE_ARG1 int
2053#define SELECT_TYPE_ARG234 (fd_set *)
2054#define SELECT_TYPE_ARG5 (struct timeval *)
2055#define SIZEOF_UINT16_T 2
2056#define SIZEOF_UINT32_T 4
2057#define SIZEOF_UNSIGNED_INT 4
2058#define SIZEOF_UNSIGNED_LONG 8
2059#define SIZEOF_UNSIGNED_LONG 8
2060#define SIZEOF_UNSIGNED_LONGLONG 0
2061#define SIZEOF_UNSIGNED_LONG_LONG 8
2062#define SIZEOF_UNSIGNED_SHORT_INT 2
2063#define SIZEOF_U_INT16_T 2
2064#define SIZEOF_U_INT32_T 4
2065#define SIZEOF_U_INT64_T 8
2066#define TIME_WITH_SYS_TIME 1
2067#define USE_CRC32_HASH 1
2068#define VERSION "1.4.0.rc2"
2069#endif
2070#ifdef __cplusplus
2071extern "C" void exit (int);
2072
2073configure: exit 0