Ticket #66088: config.log

File config.log, 81.5 KB (added by chillin-, 19 months ago)

cinfig.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by curl configure -, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-silent-rules --enable-ipv6 --without-gnutls --without-gssapi --without-libgsasl --without-librtmp --without-libssh2 --without-mbedtls --without-nghttp2 --without-nss --without-ssl --with-secure-transport --without-wolfssl --disable-ares --disable-ldap --disable-ldaps --with-brotli --with-libidn2=/opt/local --with-zlib=/opt/local --with-zstd ac_cv_prog_AWK=/usr/bin/awk --without-ca-bundle
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = ithid.local
14uname -m = x86_64
15uname -r = 12.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.6.0: Wed Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/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
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 12.6.0: Wed Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 93 tasks, 380 threads, 4 processors
34Load average: 1.64, Mach factor: 2.43
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3302: looking for aux files: ltmain.sh config.guess config.sub missing compile install-sh
52configure:3315:  trying ./
53configure:3344:   ./ltmain.sh found
54configure:3344:   ./config.guess found
55configure:3344:   ./config.sub found
56configure:3344:   ./missing found
57configure:3344:   ./compile found
58configure:3326:   ./install-sh found
59configure:3470: checking whether to enable maintainer-specific portions of Makefiles
60configure:3480: result: no
61configure:3505: checking whether make supports nested variables
62configure:3523: result: yes
63configure:3536: checking whether to enable debug build options
64configure:3559: result: no
65configure:3563: checking whether to enable compiler optimizer
66configure:3585: result: (assumed) yes
67configure:3597: checking whether to enable strict compiler warnings
68configure:3617: result: no
69configure:3621: checking whether to enable compiler warnings as errors
70configure:3641: result: no
71configure:3645: checking whether to enable curl debug memory tracking
72configure:3668: result: no
73configure:3685: checking whether to enable hiding of library internal symbols
74configure:3702: result: yes
75configure:3713: checking whether to enable c-ares for DNS lookups
76configure:3736: result: no
77configure:3740: checking whether to disable dependency on -lrt
78configure:3757: result: (assumed no)
79configure:3768: checking whether to enable ECH support
80configure:3787: result: no
81configure:3818: checking for path separator
82configure:3820: result: :
83configure:3840: checking for sed
84configure:3864: found /usr/bin/sed
85configure:3877: result: /usr/bin/sed
86configure:3894: checking for grep
87configure:3918: found /usr/bin/grep
88configure:3931: result: /usr/bin/grep
89configure:3946: checking that grep -E works
90configure:3950: result: yes
91configure:4062: checking for ar
92configure:4086: found /opt/local/bin/ar
93configure:4098: result: /opt/local/bin/ar
94configure:4319: checking for a BSD-compatible install
95configure:4392: result: /usr/bin/install -c
96configure:4469: checking for gcc
97configure:4501: result: /usr/bin/clang
98configure:4854: checking for C compiler version
99configure:4863: /usr/bin/clang --version >&5
100Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
101Target: x86_64-apple-darwin12.6.0
102Thread model: posix
103configure:4874: $? = 0
104configure:4863: /usr/bin/clang -v >&5
105Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
106Target: x86_64-apple-darwin12.6.0
107Thread model: posix
108configure:4874: $? = 0
109configure:4863: /usr/bin/clang -V >&5
110clang: error: argument to '-V' is missing (expected 1 value)
111clang: error: no input files
112configure:4874: $? = 1
113configure:4863: /usr/bin/clang -qversion >&5
114clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
115clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
116clang: error: no input files
117configure:4874: $? = 1
118configure:4863: /usr/bin/clang -version >&5
119clang: error: unknown argument: '-version' [-Wunused-command-line-argument-hard-error-in-future]
120clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
121clang: error: no input files
122configure:4874: $? = 1
123configure:4893: checking whether the C compiler works
124configure:4915: /usr/bin/clang -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
125configure:4919: $? = 0
126configure:4969: result: yes
127configure:4972: checking for C compiler default output file name
128configure:4974: result: a.out
129configure:4980: checking for suffix of executables
130configure:4987: /usr/bin/clang -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
131configure:4991: $? = 0
132configure:5014: result:
133configure:5035: checking whether we are cross compiling
134configure:5043: /usr/bin/clang -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
135configure:5047: $? = 0
136configure:5054: ./conftest
137configure:5058: $? = 0
138configure:5073: result: no
139configure:5078: checking for suffix of object files
140configure:5100: /usr/bin/clang -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
141configure:5104: $? = 0
142configure:5126: result: o
143configure:5130: checking whether the compiler supports GNU C
144configure:5149: /usr/bin/clang -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
145configure:5149: $? = 0
146configure:5159: result: yes
147configure:5170: checking whether /usr/bin/clang accepts -g
148configure:5190: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
149configure:5190: $? = 0
150configure:5232: result: yes
151configure:5252: checking for /usr/bin/clang option to enable C11 features
152configure:5267: /usr/bin/clang  -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
153conftest.c:165:3: error: "Compiler does not advertise C11 conformance"
154# error "Compiler does not advertise C11 conformance"
155  ^
156conftest.c:197:29: error: use of undeclared identifier 'syntax'
157char const utf8_literal[] = u8"happens to be ASCII" "another string";
158                            ^
159conftest.c:196:12: note: expanded from macro 'u8'
160#define u8 syntax error!
161           ^
162conftest.c:201:19: warning: redefinition of typedef 'long_ptr' is a C11 feature [-Wtypedef-redefinition]
163typedef long int *long_ptr;
164                  ^
165conftest.c:200:15: note: previous definition is here
166typedef long *long_ptr;
167              ^
168conftest.c:202:18: warning: redefinition of typedef 'long_ptr' is a C11 feature [-Wtypedef-redefinition]
169typedef long_ptr long_ptr;
170                 ^
171conftest.c:201:19: note: previous definition is here
172typedef long int *long_ptr;
173                  ^
1742 warnings and 2 errors generated.
175configure:5267: $? = 1
176configure: failed program was:
177| /* confdefs.h */
178| #define PACKAGE_NAME "curl"
179| #define PACKAGE_TARNAME "curl"
180| #define PACKAGE_VERSION "-"
181| #define PACKAGE_STRING "curl -"
182| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
183| #define PACKAGE_URL ""
184| /* end confdefs.h.  */
185|
186| /* Does the compiler advertise C89 conformance?
187|    Do not test the value of __STDC__, because some compilers set it to 0
188|    while being otherwise adequately conformant. */
189| #if !defined __STDC__
190| # error "Compiler does not advertise C89 conformance"
191| #endif
192|
193| #include <stddef.h>
194| #include <stdarg.h>
195| struct stat;
196| /* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
197| struct buf { int x; };
198| struct buf * (*rcsopen) (struct buf *, struct stat *, int);
199| static char *e (p, i)
200|      char **p;
201|      int i;
202| {
203|   return p[i];
204| }
205| static char *f (char * (*g) (char **, int), char **p, ...)
206| {
207|   char *s;
208|   va_list v;
209|   va_start (v,p);
210|   s = g (p, va_arg (v,int));
211|   va_end (v);
212|   return s;
213| }
214|
215| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
216|    function prototypes and stuff, but not \xHH hex character constants.
217|    These do not provoke an error unfortunately, instead are silently treated
218|    as an "x".  The following induces an error, until -std is added to get
219|    proper ANSI mode.  Curiously \x00 != x always comes out true, for an
220|    array size at least.  It is necessary to write \x00 == 0 to get something
221|    that is true only with -std.  */
222| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
223|
224| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
225|    inside strings and character constants.  */
226| #define FOO(x) 'x'
227| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
228|
229| int test (int i, double x);
230| struct s1 {int (*f) (int a);};
231| struct s2 {int (*f) (double a);};
232| int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
233|                int, int);
234|
235| // Does the compiler advertise C99 conformance?
236| #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
237| # error "Compiler does not advertise C99 conformance"
238| #endif
239|
240| #include <stdbool.h>
241| extern int puts (const char *);
242| extern int printf (const char *, ...);
243| extern int dprintf (int, const char *, ...);
244| extern void *malloc (size_t);
245|
246| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
247| // dprintf is used instead of fprintf to avoid needing to declare
248| // FILE and stderr.
249| #define debug(...) dprintf (2, __VA_ARGS__)
250| #define showlist(...) puts (#__VA_ARGS__)
251| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
252| static void
253| test_varargs_macros (void)
254| {
255|   int x = 1234;
256|   int y = 5678;
257|   debug ("Flag");
258|   debug ("X = %d\n", x);
259|   showlist (The first, second, and third items.);
260|   report (x>y, "x is %d but y is %d", x, y);
261| }
262|
263| // Check long long types.
264| #define BIG64 18446744073709551615ull
265| #define BIG32 4294967295ul
266| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
267| #if !BIG_OK
268|   #error "your preprocessor is broken"
269| #endif
270| #if BIG_OK
271| #else
272|   #error "your preprocessor is broken"
273| #endif
274| static long long int bignum = -9223372036854775807LL;
275| static unsigned long long int ubignum = BIG64;
276|
277| struct incomplete_array
278| {
279|   int datasize;
280|   double data[];
281| };
282|
283| struct named_init {
284|   int number;
285|   const wchar_t *name;
286|   double average;
287| };
288|
289| typedef const char *ccp;
290|
291| static inline int
292| test_restrict (ccp restrict text)
293| {
294|   // See if C++-style comments work.
295|   // Iterate through items via the restricted pointer.
296|   // Also check for declarations in for loops.
297|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
298|     continue;
299|   return 0;
300| }
301|
302| // Check varargs and va_copy.
303| static bool
304| test_varargs (const char *format, ...)
305| {
306|   va_list args;
307|   va_start (args, format);
308|   va_list args_copy;
309|   va_copy (args_copy, args);
310|
311|   const char *str = "";
312|   int number = 0;
313|   float fnumber = 0;
314|
315|   while (*format)
316|     {
317|       switch (*format++)
318|       {
319|       case 's': // string
320|         str = va_arg (args_copy, const char *);
321|         break;
322|       case 'd': // int
323|         number = va_arg (args_copy, int);
324|         break;
325|       case 'f': // float
326|         fnumber = va_arg (args_copy, double);
327|         break;
328|       default:
329|         break;
330|       }
331|     }
332|   va_end (args_copy);
333|   va_end (args);
334|
335|   return *str && number && fnumber;
336| }
337|
338|
339| // Does the compiler advertise C11 conformance?
340| #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
341| # error "Compiler does not advertise C11 conformance"
342| #endif
343|
344| // Check _Alignas.
345| char _Alignas (double) aligned_as_double;
346| char _Alignas (0) no_special_alignment;
347| extern char aligned_as_int;
348| char _Alignas (0) _Alignas (int) aligned_as_int;
349|
350| // Check _Alignof.
351| enum
352| {
353|   int_alignment = _Alignof (int),
354|   int_array_alignment = _Alignof (int[100]),
355|   char_alignment = _Alignof (char)
356| };
357| _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
358|
359| // Check _Noreturn.
360| int _Noreturn does_not_return (void) { for (;;) continue; }
361|
362| // Check _Static_assert.
363| struct test_static_assert
364| {
365|   int x;
366|   _Static_assert (sizeof (int) <= sizeof (long int),
367|                   "_Static_assert does not work in struct");
368|   long int y;
369| };
370|
371| // Check UTF-8 literals.
372| #define u8 syntax error!
373| char const utf8_literal[] = u8"happens to be ASCII" "another string";
374|
375| // Check duplicate typedefs.
376| typedef long *long_ptr;
377| typedef long int *long_ptr;
378| typedef long_ptr long_ptr;
379|
380| // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
381| struct anonymous
382| {
383|   union {
384|     struct { int i; int j; };
385|     struct { int k; long int l; } w;
386|   };
387|   int m;
388| } v1;
389|
390|
391| int
392| main (int argc, char **argv)
393| {
394|   int ok = 0;
395|   
396| ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
397|
398|   
399|   // Check bool.
400|   _Bool success = false;
401|   success |= (argc != 0);
402|
403|   // Check restrict.
404|   if (test_restrict ("String literal") == 0)
405|     success = true;
406|   char *restrict newvar = "Another string";
407|
408|   // Check varargs.
409|   success &= test_varargs ("s, d' f .", "string", 65, 34.234);
410|   test_varargs_macros ();
411|
412|   // Check flexible array members.
413|   struct incomplete_array *ia =
414|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
415|   ia->datasize = 10;
416|   for (int i = 0; i < ia->datasize; ++i)
417|     ia->data[i] = i * 1.234;
418|
419|   // Check named initializers.
420|   struct named_init ni = {
421|     .number = 34,
422|     .name = L"Test wide string",
423|     .average = 543.34343,
424|   };
425|
426|   ni.number = 58;
427|
428|   int dynamic_array[ni.number];
429|   dynamic_array[0] = argv[0][0];
430|   dynamic_array[ni.number - 1] = 543;
431|
432|   // work around unused variable warnings
433|   ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
434|        || dynamic_array[ni.number - 1] != 543);
435|
436|   
437|   _Static_assert ((offsetof (struct anonymous, i)
438|                  == offsetof (struct anonymous, w.k)),
439|                 "Anonymous union alignment botch");
440|   v1.i = 2;
441|   v1.w.k = 5;
442|   ok |= v1.i != 5;
443|
444|   return ok;
445| }
446|
447configure:5267: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
448configure:5267: $? = 0
449configure:5288: result: -std=gnu11
450configure:5401: checking whether /usr/bin/clang -std=gnu11 understands -c and -o together
451configure:5423: /usr/bin/clang -std=gnu11 -c conftest.c -o conftest2.o
452configure:5426: $? = 0
453configure:5423: /usr/bin/clang -std=gnu11 -c conftest.c -o conftest2.o
454configure:5426: $? = 0
455configure:5438: result: yes
456configure:5461: checking how to run the C preprocessor
457configure:5487: /usr/bin/clang -std=gnu11 -E -I/opt/local/include conftest.c
458configure:5487: $? = 0
459configure:5502: /usr/bin/clang -std=gnu11 -E -I/opt/local/include conftest.c
460conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
461#include <ac_nonexistent.h>
462         ^
4631 error generated.
464configure:5502: $? = 1
465configure: failed program was:
466| /* confdefs.h */
467| #define PACKAGE_NAME "curl"
468| #define PACKAGE_TARNAME "curl"
469| #define PACKAGE_VERSION "-"
470| #define PACKAGE_STRING "curl -"
471| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
472| #define PACKAGE_URL ""
473| /* end confdefs.h.  */
474| #include <ac_nonexistent.h>
475configure:5529: result: /usr/bin/clang -std=gnu11 -E
476configure:5543: /usr/bin/clang -std=gnu11 -E -I/opt/local/include conftest.c
477configure:5543: $? = 0
478configure:5558: /usr/bin/clang -std=gnu11 -E -I/opt/local/include conftest.c
479conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
480#include <ac_nonexistent.h>
481         ^
4821 error generated.
483configure:5558: $? = 1
484configure: failed program was:
485| /* confdefs.h */
486| #define PACKAGE_NAME "curl"
487| #define PACKAGE_TARNAME "curl"
488| #define PACKAGE_VERSION "-"
489| #define PACKAGE_STRING "curl -"
490| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
491| #define PACKAGE_URL ""
492| /* end confdefs.h.  */
493| #include <ac_nonexistent.h>
494configure:5604: checking for stdio.h
495configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
496configure:5604: $? = 0
497configure:5604: result: yes
498configure:5604: checking for stdlib.h
499configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
500configure:5604: $? = 0
501configure:5604: result: yes
502configure:5604: checking for string.h
503configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
504configure:5604: $? = 0
505configure:5604: result: yes
506configure:5604: checking for inttypes.h
507configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
508configure:5604: $? = 0
509configure:5604: result: yes
510configure:5604: checking for stdint.h
511configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
512configure:5604: $? = 0
513configure:5604: result: yes
514configure:5604: checking for strings.h
515configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
516configure:5604: $? = 0
517configure:5604: result: yes
518configure:5604: checking for sys/stat.h
519configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
520configure:5604: $? = 0
521configure:5604: result: yes
522configure:5604: checking for sys/types.h
523configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
524configure:5604: $? = 0
525configure:5604: result: yes
526configure:5604: checking for unistd.h
527configure:5604: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
528configure:5604: $? = 0
529configure:5604: result: yes
530configure:5632: checking for stdatomic.h
531configure:5632: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
532conftest.c:47:10: fatal error: 'stdatomic.h' file not found
533#include <stdatomic.h>
534         ^
5351 error generated.
536configure:5632: $? = 1
537configure: failed program was:
538| /* confdefs.h */
539| #define PACKAGE_NAME "curl"
540| #define PACKAGE_TARNAME "curl"
541| #define PACKAGE_VERSION "-"
542| #define PACKAGE_STRING "curl -"
543| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
544| #define PACKAGE_URL ""
545| #define HAVE_STDIO_H 1
546| #define HAVE_STDLIB_H 1
547| #define HAVE_STRING_H 1
548| #define HAVE_INTTYPES_H 1
549| #define HAVE_STDINT_H 1
550| #define HAVE_STRINGS_H 1
551| #define HAVE_SYS_STAT_H 1
552| #define HAVE_SYS_TYPES_H 1
553| #define HAVE_UNISTD_H 1
554| #define STDC_HEADERS 1
555| /* end confdefs.h.  */
556| #include <stddef.h>
557| #ifdef HAVE_STDIO_H
558| # include <stdio.h>
559| #endif
560| #ifdef HAVE_STDLIB_H
561| # include <stdlib.h>
562| #endif
563| #ifdef HAVE_STRING_H
564| # include <string.h>
565| #endif
566| #ifdef HAVE_INTTYPES_H
567| # include <inttypes.h>
568| #endif
569| #ifdef HAVE_STDINT_H
570| # include <stdint.h>
571| #endif
572| #ifdef HAVE_STRINGS_H
573| # include <strings.h>
574| #endif
575| #ifdef HAVE_SYS_TYPES_H
576| # include <sys/types.h>
577| #endif
578| #ifdef HAVE_SYS_STAT_H
579| # include <sys/stat.h>
580| #endif
581| #ifdef HAVE_UNISTD_H
582| # include <unistd.h>
583| #endif
584| #include <stdatomic.h>
585configure:5632: result: no
586configure:5681: checking for a sed that does not truncate output
587configure:5751: result: /usr/bin/sed
588configure:5759: checking for code coverage support
589configure:5775: result: no
590configure:5940: checking whether build environment is sane
591configure:5995: result: yes
592configure:6150: checking for a race-free mkdir -p
593configure:6194: result: /opt/local/bin/gmkdir -p
594configure:6201: checking for gawk
595configure:6233: result: /usr/bin/awk
596configure:6244: checking whether make sets $(MAKE)
597configure:6267: result: yes
598configure:6289: checking whether make supports the include directive
599configure:6304: make -f confmf.GNU && cat confinc.out
600this is the am__doit target
601configure:6307: $? = 0
602configure:6326: result: yes (GNU style)
603configure:6423: checking dependency style of /usr/bin/clang -std=gnu11
604configure:6535: result: gcc3
605configure:6612: checking curl version
606configure:6614: result: 7.86.0
607configure:6866: checking build system type
608configure:6881: result: x86_64-apple-darwin12.6.0
609configure:6901: checking host system type
610configure:6915: result: x86_64-apple-darwin12.6.0
611configure:6944: checking for grep that handles long lines and -e
612configure:7008: result: /usr/bin/grep
613configure:7013: checking for egrep
614configure:7081: result: /usr/bin/grep -E
615configure:7088: checking if OS is AIX (to define _ALL_SOURCE)
616configure:7109: result: no
617configure:7119: checking if _THREAD_SAFE is already defined
618configure:7140: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
619conftest.c:31:7: error: use of undeclared identifier 'force'
620      force compilation error
621      ^
6221 error generated.
623configure:7140: $? = 1
624configure: failed program was:
625| /* confdefs.h */
626| #define PACKAGE_NAME "curl"
627| #define PACKAGE_TARNAME "curl"
628| #define PACKAGE_VERSION "-"
629| #define PACKAGE_STRING "curl -"
630| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
631| #define PACKAGE_URL ""
632| #define HAVE_STDIO_H 1
633| #define HAVE_STDLIB_H 1
634| #define HAVE_STRING_H 1
635| #define HAVE_INTTYPES_H 1
636| #define HAVE_STDINT_H 1
637| #define HAVE_STRINGS_H 1
638| #define HAVE_SYS_STAT_H 1
639| #define HAVE_SYS_TYPES_H 1
640| #define HAVE_UNISTD_H 1
641| #define STDC_HEADERS 1
642| #define PACKAGE "curl"
643| #define VERSION "-"
644| #define OS "x86_64-apple-darwin12.6.0"
645| /* end confdefs.h.  */
646|
647|
648|
649| int main (void)
650| {
651|
652| #ifdef _THREAD_SAFE
653|       int dummy=1;
654| #else
655|       force compilation error
656| #endif
657|
658|  ;
659|  return 0;
660| }
661|
662configure:7149: result: no
663configure:7157: checking if _THREAD_SAFE is actually needed
664configure:7176: result: no
665configure:7181: checking if _THREAD_SAFE is onwards defined
666configure:7198: result: no
667configure:7205: checking if _REENTRANT is already defined
668configure:7226: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
669conftest.c:31:7: error: use of undeclared identifier 'force'
670      force compilation error
671      ^
6721 error generated.
673configure:7226: $? = 1
674configure: failed program was:
675| /* confdefs.h */
676| #define PACKAGE_NAME "curl"
677| #define PACKAGE_TARNAME "curl"
678| #define PACKAGE_VERSION "-"
679| #define PACKAGE_STRING "curl -"
680| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
681| #define PACKAGE_URL ""
682| #define HAVE_STDIO_H 1
683| #define HAVE_STDLIB_H 1
684| #define HAVE_STRING_H 1
685| #define HAVE_INTTYPES_H 1
686| #define HAVE_STDINT_H 1
687| #define HAVE_STRINGS_H 1
688| #define HAVE_SYS_STAT_H 1
689| #define HAVE_SYS_TYPES_H 1
690| #define HAVE_UNISTD_H 1
691| #define STDC_HEADERS 1
692| #define PACKAGE "curl"
693| #define VERSION "-"
694| #define OS "x86_64-apple-darwin12.6.0"
695| /* end confdefs.h.  */
696|
697|
698|
699| int main (void)
700| {
701|
702| #ifdef _REENTRANT
703|       int dummy=1;
704| #else
705|       force compilation error
706| #endif
707|
708|  ;
709|  return 0;
710| }
711|
712configure:7235: result: no
713configure:7243: checking if _REENTRANT is actually needed
714configure:7274: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
715configure:7274: $? = 0
716configure:7306: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
717configure:7306: $? = 0
718configure:7379: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
719configure:7379: $? = 0
720configure:7461: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
721configure:7461: $? = 0
722configure:7543: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
723configure:7543: $? = 0
724configure:7625: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
725configure:7625: $? = 0
726configure:7707: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
727Undefined symbols for architecture x86_64:
728  "_gethostbyname_r", referenced from:
729      _main in conftest-2678cf.o
730ld: symbol(s) not found for architecture x86_64
731clang: error: linker command failed with exit code 1 (use -v to see invocation)
732configure:7707: $? = 1
733configure: failed program was:
734| /* confdefs.h */
735| #define PACKAGE_NAME "curl"
736| #define PACKAGE_TARNAME "curl"
737| #define PACKAGE_VERSION "-"
738| #define PACKAGE_STRING "curl -"
739| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
740| #define PACKAGE_URL ""
741| #define HAVE_STDIO_H 1
742| #define HAVE_STDLIB_H 1
743| #define HAVE_STRING_H 1
744| #define HAVE_INTTYPES_H 1
745| #define HAVE_STDINT_H 1
746| #define HAVE_STRINGS_H 1
747| #define HAVE_SYS_STAT_H 1
748| #define HAVE_SYS_TYPES_H 1
749| #define HAVE_UNISTD_H 1
750| #define STDC_HEADERS 1
751| #define PACKAGE "curl"
752| #define VERSION "-"
753| #define OS "x86_64-apple-darwin12.6.0"
754| /* end confdefs.h.  */
755|
756|
757| #define gethostbyname_r innocuous_gethostbyname_r
758| #ifdef __STDC__
759| # include <limits.h>
760| #else
761| # include <assert.h>
762| #endif
763| #undef gethostbyname_r
764| #ifdef __cplusplus
765| extern "C"
766| #endif
767| char gethostbyname_r ();
768| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
769| choke me
770| #endif
771|
772| int main (void)
773| {
774| return gethostbyname_r ();
775|  ;
776|  return 0;
777| }
778|
779configure:7789: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
780Undefined symbols for architecture x86_64:
781  "_getprotobyname_r", referenced from:
782      _main in conftest-e5c167.o
783ld: symbol(s) not found for architecture x86_64
784clang: error: linker command failed with exit code 1 (use -v to see invocation)
785configure:7789: $? = 1
786configure: failed program was:
787| /* confdefs.h */
788| #define PACKAGE_NAME "curl"
789| #define PACKAGE_TARNAME "curl"
790| #define PACKAGE_VERSION "-"
791| #define PACKAGE_STRING "curl -"
792| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
793| #define PACKAGE_URL ""
794| #define HAVE_STDIO_H 1
795| #define HAVE_STDLIB_H 1
796| #define HAVE_STRING_H 1
797| #define HAVE_INTTYPES_H 1
798| #define HAVE_STDINT_H 1
799| #define HAVE_STRINGS_H 1
800| #define HAVE_SYS_STAT_H 1
801| #define HAVE_SYS_TYPES_H 1
802| #define HAVE_UNISTD_H 1
803| #define STDC_HEADERS 1
804| #define PACKAGE "curl"
805| #define VERSION "-"
806| #define OS "x86_64-apple-darwin12.6.0"
807| /* end confdefs.h.  */
808|
809|
810| #define getprotobyname_r innocuous_getprotobyname_r
811| #ifdef __STDC__
812| # include <limits.h>
813| #else
814| # include <assert.h>
815| #endif
816| #undef getprotobyname_r
817| #ifdef __cplusplus
818| extern "C"
819| #endif
820| char getprotobyname_r ();
821| #if defined __stub_getprotobyname_r || defined __stub___getprotobyname_r
822| choke me
823| #endif
824|
825| int main (void)
826| {
827| return getprotobyname_r ();
828|  ;
829|  return 0;
830| }
831|
832configure:7848: result: no
833configure:7853: checking if _REENTRANT is onwards defined
834configure:7870: result: no
835configure:7884: checking for special C compiler options needed for large files
836configure:7931: result: no
837configure:7937: checking for _FILE_OFFSET_BITS value needed for large files
838configure:7962: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
839configure:7962: $? = 0
840configure:7995: result: no
841configure:8123: checking how to print strings
842configure:8150: result: printf
843configure:8171: checking for a sed that does not truncate output
844configure:8241: result: /usr/bin/sed
845configure:8259: checking for fgrep
846configure:8327: result: /usr/bin/grep -F
847configure:8363: checking for ld used by /usr/bin/clang -std=gnu11
848configure:8431: result: /usr/bin/ld
849configure:8438: checking if the linker (/usr/bin/ld) is GNU ld
850configure:8454: result: no
851configure:8466: checking for BSD- or MS-compatible name lister (nm)
852configure:8521: result: /opt/local/bin/nm
853configure:8661: checking the name lister (/opt/local/bin/nm) interface
854configure:8669: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
855configure:8672: /opt/local/bin/nm "conftest.o"
856configure:8675: output
8570000000000000000 S _some_variable
858configure:8682: result: BSD nm
859configure:8685: checking whether ln -s works
860configure:8689: result: yes
861configure:8697: checking the maximum length of command line arguments
862configure:8829: result: 196608
863configure:8877: checking how to convert x86_64-apple-darwin12.6.0 file names to x86_64-apple-darwin12.6.0 format
864configure:8918: result: func_convert_file_noop
865configure:8925: checking how to convert x86_64-apple-darwin12.6.0 file names to toolchain format
866configure:8946: result: func_convert_file_noop
867configure:8953: checking for /usr/bin/ld option to reload object files
868configure:8961: result: -r
869configure:9040: checking for file
870configure:9061: found /usr/bin/file
871configure:9072: result: file
872configure:9148: checking for objdump
873configure:9183: result: no
874configure:9209: checking how to recognize dependent libraries
875configure:9410: result: pass_all
876configure:9500: checking for dlltool
877configure:9535: result: no
878configure:9562: checking how to associate runtime and link libraries
879configure:9590: result: printf %s\n
880configure:9740: checking for archiver @FILE support
881configure:9757: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
882configure:9757: $? = 0
883configure:9761: /opt/local/bin/ar cr libconftest.a @conftest.lst >&5
884ar: @conftest.lst: No such file or directory
885configure:9764: $? = 1
886configure:9784: result: no
887configure:9847: checking for strip
888configure:9868: found /opt/local/bin/strip
889configure:9879: result: strip
890configure:9956: checking for ranlib
891configure:9977: found /opt/local/bin/ranlib
892configure:9988: result: ranlib
893configure:10090: checking command to parse /opt/local/bin/nm output from /usr/bin/clang -std=gnu11 object
894configure:10244: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
895configure:10247: $? = 0
896configure:10251: /opt/local/bin/nm conftest.o | /usr/bin/sed -n -e 's/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm
897cannot find nm_test_var in conftest.nm
898configure:10244: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
899configure:10247: $? = 0
900configure:10251: /opt/local/bin/nm conftest.o | /usr/bin/sed -n -e 's/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm
901configure:10317: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
902configure:10320: $? = 0
903configure:10358: result: ok
904configure:10405: checking for sysroot
905configure:10436: result: no
906configure:10443: checking for a working dd
907configure:10487: result: /bin/dd
908configure:10491: checking how to truncate binary pipes
909configure:10507: result: /bin/dd bs=4096 count=1
910configure:10843: checking for mt
911configure:10878: result: no
912configure:10898: checking if : is a manifest tool
913configure:10905: : '-?'
914configure:10913: result: no
915configure:10974: checking for dsymutil
916configure:10995: found /usr/bin/dsymutil
917configure:11006: result: dsymutil
918configure:11076: checking for nmedit
919configure:11097: found /opt/local/bin/nmedit
920configure:11108: result: nmedit
921configure:11178: checking for lipo
922configure:11199: found /opt/local/bin/lipo
923configure:11210: result: lipo
924configure:11280: checking for otool
925configure:11301: found /opt/local/bin/otool
926configure:11312: result: otool
927configure:11382: checking for otool64
928configure:11417: result: no
929configure:11462: checking for -single_module linker flag
930/usr/bin/clang -std=gnu11 -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
931configure:11496: result: yes
932configure:11499: checking for -exported_symbols_list linker flag
933configure:11519: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
934configure:11519: $? = 0
935configure:11530: result: yes
936configure:11533: checking for -force_load linker flag
937/usr/bin/clang -std=gnu11 -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -c -o conftest.o conftest.c
938/opt/local/bin/ar cr libconftest.a conftest.o
939ranlib libconftest.a
940/usr/bin/clang -std=gnu11 -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
941configure:11566: result: yes
942configure:11633: checking for dlfcn.h
943configure:11633: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
944configure:11633: $? = 0
945configure:11633: result: yes
946configure:12327: checking for objdir
947configure:12343: result: .libs
948configure:12607: checking if /usr/bin/clang -std=gnu11 supports -fno-rtti -fno-exceptions
949configure:12626: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
950configure:12630: $? = 0
951configure:12643: result: yes
952configure:13007: checking for /usr/bin/clang -std=gnu11 option to produce PIC
953configure:13015: result: -fno-common -DPIC
954configure:13023: checking if /usr/bin/clang -std=gnu11 PIC flag -fno-common -DPIC works
955configure:13042: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
956configure:13046: $? = 0
957configure:13059: result: yes
958configure:13088: checking if /usr/bin/clang -std=gnu11 static flag -static works
959configure:13117: result: no
960configure:13132: checking if /usr/bin/clang -std=gnu11 supports -c -o file.o
961configure:13154: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
962configure:13158: $? = 0
963configure:13180: result: yes
964configure:13188: checking if /usr/bin/clang -std=gnu11 supports -c -o file.o
965configure:13236: result: yes
966configure:13269: checking whether the /usr/bin/clang -std=gnu11 linker (/usr/bin/ld) supports shared libraries
967configure:14541: result: yes
968configure:14782: checking dynamic linker characteristics
969configure:15614: result: darwin12.6.0 dyld
970configure:15736: checking how to hardcode library paths into programs
971configure:15761: result: immediate
972configure:16313: checking whether stripping libraries is possible
973configure:16330: result: yes
974configure:16364: checking if libtool supports shared libraries
975configure:16366: result: yes
976configure:16369: checking whether to build shared libraries
977configure:16394: result: yes
978configure:16397: checking whether to build static libraries
979configure:16401: result: yes
980configure:16472: checking whether to build shared libraries with -version-info
981configure:16483: result: yes
982configure:16490: checking whether to build shared libraries with -no-undefined
983configure:16503: result: no
984configure:16510: checking whether to build shared libraries with -mimpure-text
985configure:16520: result: no
986configure:16547: checking whether to build shared libraries with PIC
987configure:16549: result: yes
988configure:16551: checking whether to build static libraries with PIC
989configure:16553: result: no
990configure:16560: checking whether to build shared libraries only
991configure:16568: result: no
992configure:16575: checking whether to build static libraries only
993configure:16583: result: no
994configure:16637: checking for windres
995configure:16672: result: no
996configure:16854: checking for inline
997configure:16871: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -I/opt/local/include conftest.c >&5
998configure:16871: $? = 0
999configure:16880: result: inline
1000configure:16901: checking if cpp -P is needed
1001configure:16919: result: no
1002configure:16974: checking if compiler is DEC/Compaq/HP C
1003configure:16998: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1004configure:16998: $? = 0
1005configure:17043: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1006configure:17043: $? = 0
1007configure:17076: result: no
1008configure:17081: checking if compiler is HP-UX C
1009configure:17105: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1010configure:17105: $? = 0
1011configure:17137: result: no
1012configure:17142: checking if compiler is IBM C
1013configure:17166: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1014configure:17166: $? = 0
1015configure:17206: result: no
1016configure:17211: checking if compiler is Intel C
1017configure:17235: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1018configure:17235: $? = 0
1019configure:17321: result: no
1020configure:17326: checking if compiler is clang
1021configure:17350: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1022configure:17350: $? = 0
1023configure:17374: result: yes
1024configure:17376: checking if compiler is xlclang
1025configure:17400: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1026configure:17400: $? = 0
1027configure:17428: result: no
1028configure:17454: checking if compiler is GNU C
1029configure:17478: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1030configure:17478: $? = 0
1031configure:17560: result: no
1032configure:17565: checking if compiler is LCC
1033configure:17589: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1034configure:17589: $? = 0
1035configure:17621: result: no
1036configure:17626: checking if compiler is SGI MIPSpro C
1037configure:17650: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1038configure:17650: $? = 0
1039configure:17695: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1040configure:17695: $? = 0
1041configure:17740: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1042configure:17740: $? = 0
1043configure:17774: result: no
1044configure:17779: checking if compiler is SGI MIPS C
1045configure:17803: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1046configure:17803: $? = 0
1047configure:17848: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1048configure:17848: $? = 0
1049configure:17882: result: no
1050configure:17887: checking if compiler is SunPro C
1051configure:17911: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1052configure:17911: $? = 0
1053configure:17943: result: no
1054configure:17948: checking if compiler is Tiny C
1055configure:17972: /usr/bin/clang -std=gnu11 -E -I/opt/local/include  conftest.c
1056configure:17972: $? = 0
1057configure:18004: result: no
1058configure:18128: checking if compiler accepts some basic options
1059configure:18152: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include conftest.c >&5
1060warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
10611 warning generated.
1062configure:18152: $? = 0
1063configure:18183: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1064warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
10651 warning generated.
1066configure:18183: $? = 0
1067configure:18230: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1068warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
10691 warning generated.
1070configure:18230: $? = 0
1071configure:18230: ./conftest
1072configure:18230: $? = 0
1073configure:18298: result: yes
1074configure:18300: compiler options added: -Qunused-arguments -Wno-pointer-bool-conversion
1075configure:18361: checking if compiler optimizer assumed setting might be used
1076configure:18399: result: no
1077configure:20167: checking if compiler halts on compilation errors
1078configure:20184: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include conftest.c >&5
1079warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1080conftest.c:30:7: error: use of undeclared identifier 'force'
1081      force compilation error
1082      ^
10831 warning and 1 error generated.
1084configure:20184: $? = 1
1085configure: failed program was:
1086| /* confdefs.h */
1087| #define PACKAGE_NAME "curl"
1088| #define PACKAGE_TARNAME "curl"
1089| #define PACKAGE_VERSION "-"
1090| #define PACKAGE_STRING "curl -"
1091| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1092| #define PACKAGE_URL ""
1093| #define HAVE_STDIO_H 1
1094| #define HAVE_STDLIB_H 1
1095| #define HAVE_STRING_H 1
1096| #define HAVE_INTTYPES_H 1
1097| #define HAVE_STDINT_H 1
1098| #define HAVE_STRINGS_H 1
1099| #define HAVE_SYS_STAT_H 1
1100| #define HAVE_SYS_TYPES_H 1
1101| #define HAVE_UNISTD_H 1
1102| #define STDC_HEADERS 1
1103| #define PACKAGE "curl"
1104| #define VERSION "-"
1105| #define OS "x86_64-apple-darwin12.6.0"
1106| #define HAVE_DLFCN_H 1
1107| #define LT_OBJDIR ".libs/"
1108| /* end confdefs.h.  */
1109|
1110|
1111|
1112| int main (void)
1113| {
1114|
1115|       force compilation error
1116|
1117|  ;
1118|  return 0;
1119| }
1120|
1121configure:20193: result: yes
1122configure:20200: checking if compiler halts on negative sized arrays
1123configure:20218: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include conftest.c >&5
1124warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1125conftest.c:26:26: error: 'bad_t' declared as an array with a negative size
1126      typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
1127                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11281 warning and 1 error generated.
1129configure:20218: $? = 1
1130configure: failed program was:
1131| /* confdefs.h */
1132| #define PACKAGE_NAME "curl"
1133| #define PACKAGE_TARNAME "curl"
1134| #define PACKAGE_VERSION "-"
1135| #define PACKAGE_STRING "curl -"
1136| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1137| #define PACKAGE_URL ""
1138| #define HAVE_STDIO_H 1
1139| #define HAVE_STDLIB_H 1
1140| #define HAVE_STRING_H 1
1141| #define HAVE_INTTYPES_H 1
1142| #define HAVE_STDINT_H 1
1143| #define HAVE_STRINGS_H 1
1144| #define HAVE_SYS_STAT_H 1
1145| #define HAVE_SYS_TYPES_H 1
1146| #define HAVE_UNISTD_H 1
1147| #define STDC_HEADERS 1
1148| #define PACKAGE "curl"
1149| #define VERSION "-"
1150| #define OS "x86_64-apple-darwin12.6.0"
1151| #define HAVE_DLFCN_H 1
1152| #define LT_OBJDIR ".libs/"
1153| /* end confdefs.h.  */
1154|
1155|
1156|       typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
1157|
1158| int main (void)
1159| {
1160|
1161|       bad_t dummy;
1162|
1163|  ;
1164|  return 0;
1165| }
1166|
1167configure:20227: result: yes
1168configure:20234: checking if compiler halts on function prototype mismatch
1169configure:20263: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include conftest.c >&5
1170warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1171conftest.c:27:11: error: conflicting types for 'rand'
1172      int rand(int n);
1173          ^
1174/usr/include/stdlib.h:176:6: note: previous declaration is here
1175int      rand(void);
1176         ^
1177conftest.c:28:11: error: conflicting types for 'rand'
1178      int rand(int n)
1179          ^
1180/usr/include/stdlib.h:176:6: note: previous declaration is here
1181int      rand(void);
1182         ^
1183conftest.c:40:20: error: too many arguments to function call, expected 0, have 1
1184      int j = rand(i[0]);
1185              ~~~~ ^~~~
1186/usr/include/stdlib.h:176:1: note: 'rand' declared here
1187int      rand(void);
1188^
11891 warning and 3 errors generated.
1190configure:20263: $? = 1
1191configure: failed program was:
1192| /* confdefs.h */
1193| #define PACKAGE_NAME "curl"
1194| #define PACKAGE_TARNAME "curl"
1195| #define PACKAGE_VERSION "-"
1196| #define PACKAGE_STRING "curl -"
1197| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1198| #define PACKAGE_URL ""
1199| #define HAVE_STDIO_H 1
1200| #define HAVE_STDLIB_H 1
1201| #define HAVE_STRING_H 1
1202| #define HAVE_INTTYPES_H 1
1203| #define HAVE_STDINT_H 1
1204| #define HAVE_STRINGS_H 1
1205| #define HAVE_SYS_STAT_H 1
1206| #define HAVE_SYS_TYPES_H 1
1207| #define HAVE_UNISTD_H 1
1208| #define STDC_HEADERS 1
1209| #define PACKAGE "curl"
1210| #define VERSION "-"
1211| #define OS "x86_64-apple-darwin12.6.0"
1212| #define HAVE_DLFCN_H 1
1213| #define LT_OBJDIR ".libs/"
1214| /* end confdefs.h.  */
1215|
1216|
1217| #     include <stdlib.h>
1218|       int rand(int n);
1219|       int rand(int n)
1220|       {
1221|         if(n)
1222|           return ++n;
1223|         else
1224|           return n;
1225|       }
1226|
1227| int main (void)
1228| {
1229|
1230|       int i[2]={0,0};
1231|       int j = rand(i[0]);
1232|       if(j)
1233|         return j;
1234|
1235|  ;
1236|  return 0;
1237| }
1238|
1239configure:20272: result: yes
1240configure:20279: checking if compiler supports hiding library internal symbols
1241configure:20374: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -fvisibility=hidden -I/opt/local/include conftest.c >&5
1242warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
12431 warning generated.
1244configure:20374: $? = 0
1245configure:20398: result: yes
1246configure:20588: checking for windows.h
1247configure:20619: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -I/opt/local/include conftest.c >&5
1248warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1249conftest.c:30:10: fatal error: 'windows.h' file not found
1250#include <windows.h>
1251         ^
12521 warning and 1 error generated.
1253configure:20619: $? = 1
1254configure: failed program was:
1255| /* confdefs.h */
1256| #define PACKAGE_NAME "curl"
1257| #define PACKAGE_TARNAME "curl"
1258| #define PACKAGE_VERSION "-"
1259| #define PACKAGE_STRING "curl -"
1260| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1261| #define PACKAGE_URL ""
1262| #define HAVE_STDIO_H 1
1263| #define HAVE_STDLIB_H 1
1264| #define HAVE_STRING_H 1
1265| #define HAVE_INTTYPES_H 1
1266| #define HAVE_STDINT_H 1
1267| #define HAVE_STRINGS_H 1
1268| #define HAVE_SYS_STAT_H 1
1269| #define HAVE_SYS_TYPES_H 1
1270| #define HAVE_UNISTD_H 1
1271| #define STDC_HEADERS 1
1272| #define PACKAGE "curl"
1273| #define VERSION "-"
1274| #define OS "x86_64-apple-darwin12.6.0"
1275| #define HAVE_DLFCN_H 1
1276| #define LT_OBJDIR ".libs/"
1277| /* end confdefs.h.  */
1278|
1279|
1280| #undef inline
1281| #ifndef WIN32_LEAN_AND_MEAN
1282| #define WIN32_LEAN_AND_MEAN
1283| #endif
1284| #include <windows.h>
1285|
1286| int main (void)
1287| {
1288|
1289| #if defined(__CYGWIN__) || defined(__CEGCC__)
1290|         HAVE_WINDOWS_H shall not be defined.
1291| #else
1292|         int dummy=2*WINVER;
1293| #endif
1294|
1295|  ;
1296|  return 0;
1297| }
1298|
1299configure:20632: result: no
1300configure:20643: checking whether build target is a native Windows one
1301configure:20687: result: no
1302configure:20933: checking whether build target supports WIN32 file API
1303configure:21016: result: no
1304configure:21022: checking whether build target supports WIN32 crypto API
1305configure:21070: result: no
1306configure:21085: checking for good-to-use Darwin CFLAGS
1307configure:21087: result: yes
1308configure:21093: checking whether /usr/bin/clang -std=gnu11 accepts -Werror=partial-availability
1309configure:21105: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1310warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1311warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
13122 warnings generated.
1313configure:21105: $? = 0
1314configure:21107: result: yes
1315configure:21119: checking whether to link macOS CoreFoundation and SystemConfiguration framework
1316configure:21143: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1317warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1318warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
1319conftest.c:34:2: error: Not a macOS
1320#error Not a macOS
1321 ^
13222 warnings and 1 error generated.
1323configure:21143: $? = 1
1324configure: failed program was:
1325| /* confdefs.h */
1326| #define PACKAGE_NAME "curl"
1327| #define PACKAGE_TARNAME "curl"
1328| #define PACKAGE_VERSION "-"
1329| #define PACKAGE_STRING "curl -"
1330| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1331| #define PACKAGE_URL ""
1332| #define HAVE_STDIO_H 1
1333| #define HAVE_STDLIB_H 1
1334| #define HAVE_STRING_H 1
1335| #define HAVE_INTTYPES_H 1
1336| #define HAVE_STDINT_H 1
1337| #define HAVE_STRINGS_H 1
1338| #define HAVE_SYS_STAT_H 1
1339| #define HAVE_SYS_TYPES_H 1
1340| #define HAVE_UNISTD_H 1
1341| #define STDC_HEADERS 1
1342| #define PACKAGE "curl"
1343| #define VERSION "-"
1344| #define OS "x86_64-apple-darwin12.6.0"
1345| #define HAVE_DLFCN_H 1
1346| #define LT_OBJDIR ".libs/"
1347| /* end confdefs.h.  */
1348|
1349|
1350| #include <TargetConditionals.h>
1351|
1352| int main (void)
1353| {
1354|
1355| #if (TARGET_OS_OSX)
1356|       return 0;
1357| #else
1358| #error Not a macOS
1359| #endif
1360|
1361|  ;
1362|  return 0;
1363| }
1364|
1365configure:21159: result: no
1366configure:21169: checking to see if the compiler supports __builtin_available()
1367configure:21187: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1368warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1369warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
1370conftest.c:31:11: error: use of unknown builtin '__builtin_available' [-Wimplicit-function-declaration]
1371      if (__builtin_available(macOS 10.8, iOS 5.0, *)) {}
1372          ^
1373conftest.c:31:31: error: use of undeclared identifier 'macOS'
1374      if (__builtin_available(macOS 10.8, iOS 5.0, *)) {}
1375                              ^
13762 warnings and 2 errors generated.
1377configure:21187: $? = 1
1378configure: failed program was:
1379| /* confdefs.h */
1380| #define PACKAGE_NAME "curl"
1381| #define PACKAGE_TARNAME "curl"
1382| #define PACKAGE_VERSION "-"
1383| #define PACKAGE_STRING "curl -"
1384| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1385| #define PACKAGE_URL ""
1386| #define HAVE_STDIO_H 1
1387| #define HAVE_STDLIB_H 1
1388| #define HAVE_STRING_H 1
1389| #define HAVE_INTTYPES_H 1
1390| #define HAVE_STDINT_H 1
1391| #define HAVE_STRINGS_H 1
1392| #define HAVE_SYS_STAT_H 1
1393| #define HAVE_SYS_TYPES_H 1
1394| #define HAVE_UNISTD_H 1
1395| #define STDC_HEADERS 1
1396| #define PACKAGE "curl"
1397| #define VERSION "-"
1398| #define OS "x86_64-apple-darwin12.6.0"
1399| #define HAVE_DLFCN_H 1
1400| #define LT_OBJDIR ".libs/"
1401| /* end confdefs.h.  */
1402|
1403|
1404| #include <stdlib.h>
1405|
1406| int main (void)
1407| {
1408|
1409|       if (__builtin_available(macOS 10.8, iOS 5.0, *)) {}
1410|
1411|  ;
1412|  return 0;
1413| }
1414|
1415configure:21198: result: no
1416configure:21214: checking whether to support http
1417configure:21253: result: yes
1418configure:21258: checking whether to support ftp
1419configure:21278: result: yes
1420configure:21283: checking whether to support file
1421configure:21303: result: yes
1422configure:21308: checking whether to support ldap
1423configure:21315: result: no
1424configure:21340: checking whether to support ldaps
1425configure:21347: result: no
1426configure:21698: checking whether to support rtsp
1427configure:21725: result: yes
1428configure:21737: checking whether to support proxies
1429configure:21758: result: yes
1430configure:21764: checking whether to support dict
1431configure:21784: result: yes
1432configure:21789: checking whether to support telnet
1433configure:21809: result: yes
1434configure:21814: checking whether to support tftp
1435configure:21834: result: yes
1436configure:21840: checking whether to support pop3
1437configure:21860: result: yes
1438configure:21867: checking whether to support imap
1439configure:21887: result: yes
1440configure:21894: checking whether to support smb
1441configure:21914: result: yes
1442configure:21920: checking whether to support smtp
1443configure:21940: result: yes
1444configure:21946: checking whether to support gopher
1445configure:21966: result: yes
1446configure:21972: checking whether to support mqtt
1447configure:21992: result: no
1448configure:21999: checking whether to provide built-in manual
1449configure:22015: result: yes
1450configure:22022: checking whether to enable generation of C code
1451configure:22041: result: yes
1452configure:22048: checking whether to use libgcc
1453configure:22064: result: no
1454configure:22071: checking if X/Open network library is required
1455configure:22091: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1456warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1457warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
1458conftest.c:35:3: error: use of undeclared identifier 'force'
1459  force compilation error
1460  ^
14612 warnings and 1 error generated.
1462configure:22091: $? = 1
1463configure: failed program was:
1464| /* confdefs.h */
1465| #define PACKAGE_NAME "curl"
1466| #define PACKAGE_TARNAME "curl"
1467| #define PACKAGE_VERSION "-"
1468| #define PACKAGE_STRING "curl -"
1469| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1470| #define PACKAGE_URL ""
1471| #define HAVE_STDIO_H 1
1472| #define HAVE_STDLIB_H 1
1473| #define HAVE_STRING_H 1
1474| #define HAVE_INTTYPES_H 1
1475| #define HAVE_STDINT_H 1
1476| #define HAVE_STRINGS_H 1
1477| #define HAVE_SYS_STAT_H 1
1478| #define HAVE_SYS_TYPES_H 1
1479| #define HAVE_UNISTD_H 1
1480| #define STDC_HEADERS 1
1481| #define PACKAGE "curl"
1482| #define VERSION "-"
1483| #define OS "x86_64-apple-darwin12.6.0"
1484| #define HAVE_DLFCN_H 1
1485| #define LT_OBJDIR ".libs/"
1486| #define CURL_DISABLE_LDAP 1
1487| #define CURL_DISABLE_LDAPS 1
1488| /* end confdefs.h.  */
1489|
1490|
1491| int main (void)
1492| {
1493| #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
1494|   return 0;
1495| #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
1496|   return 0;
1497| #else
1498|   force compilation error
1499| #endif
1500| }
1501|
1502|
1503configure:22099: result: no
1504configure:22103: checking for gethostbyname
1505configure:22103: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1506warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1507warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
15082 warnings generated.
1509configure:22103: $? = 0
1510configure:22103: result: yes
1511configure:22533: checking for windows.h
1512configure:22577: result: no
1513configure:22588: checking for winsock2.h
1514configure:22633: result: no
1515configure:22662: checking for proto/bsdsocket.h
1516configure:22662: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1517warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1518warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
1519conftest.c:43:10: fatal error: 'proto/bsdsocket.h' file not found
1520#include <proto/bsdsocket.h>
1521         ^
15222 warnings and 1 error generated.
1523configure:22662: $? = 1
1524configure: failed program was:
1525| /* confdefs.h */
1526| #define PACKAGE_NAME "curl"
1527| #define PACKAGE_TARNAME "curl"
1528| #define PACKAGE_VERSION "-"
1529| #define PACKAGE_STRING "curl -"
1530| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1531| #define PACKAGE_URL ""
1532| #define HAVE_STDIO_H 1
1533| #define HAVE_STDLIB_H 1
1534| #define HAVE_STRING_H 1
1535| #define HAVE_INTTYPES_H 1
1536| #define HAVE_STDINT_H 1
1537| #define HAVE_STRINGS_H 1
1538| #define HAVE_SYS_STAT_H 1
1539| #define HAVE_SYS_TYPES_H 1
1540| #define HAVE_UNISTD_H 1
1541| #define STDC_HEADERS 1
1542| #define PACKAGE "curl"
1543| #define VERSION "-"
1544| #define OS "x86_64-apple-darwin12.6.0"
1545| #define HAVE_DLFCN_H 1
1546| #define LT_OBJDIR ".libs/"
1547| #define CURL_DISABLE_LDAP 1
1548| #define CURL_DISABLE_LDAPS 1
1549| /* end confdefs.h.  */
1550| /* includes start */
1551| #if defined(HAVE_PROTO_BSDSOCKET_H)
1552| #  define __NO_NET_API
1553| #  define __USE_INLINE__
1554| #  include <proto/bsdsocket.h>
1555| #  ifdef HAVE_SYS_IOCTL_H
1556| #    include <sys/ioctl.h>
1557| #  endif
1558| #  ifdef __amigaos4__
1559| struct SocketIFace *ISocket = NULL;
1560| #  else
1561| struct Library *SocketBase = NULL;
1562| #  endif
1563| #  define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0)
1564| #endif
1565| /* includes end */
1566|
1567| #include <proto/bsdsocket.h>
1568configure:22662: result: no
1569configure:22672: checking for connect in libraries
1570configure:22700: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
1571warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1572warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
15732 warnings generated.
1574configure:22700: $? = 0
1575configure:22719: result: yes
1576configure:22733: checking for sys/types.h
1577configure:22733: result: yes
1578configure:22739: checking for sys/time.h
1579configure:22739: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1580warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1581warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
15822 warnings generated.
1583configure:22739: $? = 0
1584configure:22739: result: yes
1585configure:22746: checking for monotonic clock_gettime
1586configure:22773: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include conftest.c >&5
1587warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1588warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
1589conftest.c:42:15: warning: implicit declaration of function 'clock_gettime' is invalid in C99 [-Wimplicit-function-declaration]
1590        (void)clock_gettime(CLOCK_MONOTONIC, &ts);
1591              ^
1592conftest.c:42:29: error: use of undeclared identifier 'CLOCK_MONOTONIC'
1593        (void)clock_gettime(CLOCK_MONOTONIC, &ts);
1594                            ^
15953 warnings and 1 error generated.
1596configure:22773: $? = 1
1597configure: failed program was:
1598| /* confdefs.h */
1599| #define PACKAGE_NAME "curl"
1600| #define PACKAGE_TARNAME "curl"
1601| #define PACKAGE_VERSION "-"
1602| #define PACKAGE_STRING "curl -"
1603| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
1604| #define PACKAGE_URL ""
1605| #define HAVE_STDIO_H 1
1606| #define HAVE_STDLIB_H 1
1607| #define HAVE_STRING_H 1
1608| #define HAVE_INTTYPES_H 1
1609| #define HAVE_STDINT_H 1
1610| #define HAVE_STRINGS_H 1
1611| #define HAVE_SYS_STAT_H 1
1612| #define HAVE_SYS_TYPES_H 1
1613| #define HAVE_UNISTD_H 1
1614| #define STDC_HEADERS 1
1615| #define PACKAGE "curl"
1616| #define VERSION "-"
1617| #define OS "x86_64-apple-darwin12.6.0"
1618| #define HAVE_DLFCN_H 1
1619| #define LT_OBJDIR ".libs/"
1620| #define CURL_DISABLE_LDAP 1
1621| #define CURL_DISABLE_LDAPS 1
1622| #define HAVE_SYS_TYPES_H 1
1623| #define HAVE_SYS_TIME_H 1
1624| /* end confdefs.h.  */
1625|
1626|
1627| #ifdef HAVE_SYS_TYPES_H
1628| #include <sys/types.h>
1629| #endif
1630| #ifdef HAVE_SYS_TIME_H
1631| #include <sys/time.h>
1632| #endif
1633| #include <time.h>
1634|
1635| int main (void)
1636| {
1637|
1638|         struct timespec ts;
1639|         (void)clock_gettime(CLOCK_MONOTONIC, &ts);
1640|
1641|  ;
1642|  return 0;
1643| }
1644|
1645configure:22782: result: no
1646configure:23230: checking for zlib.h
1647configure:23230: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include conftest.c >&5
1648warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1649warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16502 warnings generated.
1651configure:23230: $? = 0
1652configure:23230: result: yes
1653configure:23236: checking for gzread in -lz
1654configure:23259: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lz   >&5
1655warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1656warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16572 warnings generated.
1658configure:23259: $? = 0
1659configure:23269: result: yes
1660configure:23318: found both libz and libz.h header
1661configure:23408: checking for pkg-config
1662configure:23432: found /opt/local/bin/pkg-config
1663configure:23444: result: /opt/local/bin/pkg-config
1664configure:23469: checking for libbrotlidec options with pkg-config
1665configure:23483: result: found
1666configure:23516: checking for BrotliDecoderDecompress in -lbrotlidec
1667configure:23539: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib conftest.c -lbrotlidec  -lbrotlidec -lz  >&5
1668warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1669warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16702 warnings generated.
1671configure:23539: $? = 0
1672configure:23549: result: yes
1673configure:23562: checking for brotli/decode.h
1674configure:23562: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include  conftest.c >&5
1675warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1676warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16772 warnings generated.
1678configure:23562: $? = 0
1679configure:23562: result: yes
1680configure:23589: Added /opt/local/lib to CURL_LIBRARY_PATH
1681configure:23673: checking for pkg-config
1682configure:23709: result: /opt/local/bin/pkg-config
1683configure:23734: checking for libzstd options with pkg-config
1684configure:23748: result: found
1685configure:23781: checking for ZSTD_createDStream in -lzstd
1686configure:23804: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib conftest.c -lzstd  -lzstd -lbrotlidec -lbrotlidec -lz  >&5
1687warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1688warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16892 warnings generated.
1690configure:23804: $? = 0
1691configure:23814: result: yes
1692configure:23827: checking for zstd.h
1693configure:23827: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include   conftest.c >&5
1694warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1695warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
16962 warnings generated.
1697configure:23827: $? = 0
1698configure:23827: result: yes
1699configure:23854: Added /opt/local/lib to CURL_LIBRARY_PATH
1700configure:24432: checking whether to enable IPv6
1701configure:24443: result: yes
1702configure:24509: checking if struct sockaddr_in6 has sin6_scope_id member
1703configure:24535: /usr/bin/clang -std=gnu11 -c -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include   conftest.c >&5
1704warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1705warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
17062 warnings generated.
1707configure:24535: $? = 0
1708configure:24538: result: yes
1709configure:24554: checking if argv can be written to
1710configure:24575: /usr/bin/clang -std=gnu11 -o conftest -pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability -I/opt/local/include -I/opt/local/include   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib conftest.c -lzstd -lzstd -lbrotlidec -lbrotlidec -lz  >&5
1711warning: unknown warning option '-Wno-pointer-bool-conversion'; did you mean '-Wno-literal-conversion'? [-Wunknown-warning-option]
1712warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
17132 warnings generated.
1714configure:24575: $? = 0
1715configure:24575: ./conftest
1716configure:24575: $? = 0
1717configure:24629: result: yes
1718configure:24686: checking if GSS-API support is requested
1719configure:25093: result: no
1720configure:25515: checking whether to enable Windows native SSL/TLS
1721configure:25544: result: no
1722configure:25549: checking whether to enable Secure Transport
1723configure:25554: result: yes
1724configure:25577: checking whether to enable Amiga native SSL/TLS (AmiSSL v5)
1725configure:25679: result: no
1726configure:28319: error: --without-ssl has been set together with an explicit option to use an ssl library
1727(e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-nss, --with-schannel, --with-secure-transport, --with-amissl, --with-bearssl, --with-rustls).
1728Since these are conflicting parameters, verify which is the desired one and drop the other.
1729
1730## ---------------- ##
1731## Cache variables. ##
1732## ---------------- ##
1733
1734ac_cv_build=x86_64-apple-darwin12.6.0
1735ac_cv_c_compiler_gnu=yes
1736ac_cv_c_inline=inline
1737ac_cv_env_CC_set=set
1738ac_cv_env_CC_value=/usr/bin/clang
1739ac_cv_env_CFLAGS_set=set
1740ac_cv_env_CFLAGS_value='-pipe -Os -mmacosx-version-min=10.8 -arch x86_64'
1741ac_cv_env_CPPFLAGS_set=set
1742ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1743ac_cv_env_CPP_set=
1744ac_cv_env_CPP_value=
1745ac_cv_env_LDFLAGS_set=set
1746ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1747ac_cv_env_LIBS_set=
1748ac_cv_env_LIBS_value=
1749ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1750ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1751ac_cv_env_build_alias_set=
1752ac_cv_env_build_alias_value=
1753ac_cv_env_host_alias_set=
1754ac_cv_env_host_alias_value=
1755ac_cv_env_target_alias_set=
1756ac_cv_env_target_alias_value=
1757ac_cv_func_gethostbyname=yes
1758ac_cv_header_brotli_decode_h=yes
1759ac_cv_header_dlfcn_h=yes
1760ac_cv_header_inttypes_h=yes
1761ac_cv_header_proto_bsdsocket_h=no
1762ac_cv_header_stdatomic_h=no
1763ac_cv_header_stdint_h=yes
1764ac_cv_header_stdio_h=yes
1765ac_cv_header_stdlib_h=yes
1766ac_cv_header_string_h=yes
1767ac_cv_header_strings_h=yes
1768ac_cv_header_sys_stat_h=yes
1769ac_cv_header_sys_time_h=yes
1770ac_cv_header_sys_types_h=yes
1771ac_cv_header_unistd_h=yes
1772ac_cv_header_zlib_h=yes
1773ac_cv_header_zstd_h=yes
1774ac_cv_host=x86_64-apple-darwin12.6.0
1775ac_cv_lib_brotlidec_BrotliDecoderDecompress=yes
1776ac_cv_lib_z_gzread=yes
1777ac_cv_lib_zstd_ZSTD_createDStream=yes
1778ac_cv_objext=o
1779ac_cv_path_EGREP='/usr/bin/grep -E'
1780ac_cv_path_FGREP='/usr/bin/grep -F'
1781ac_cv_path_GREP=/usr/bin/grep
1782ac_cv_path_SED=/usr/bin/sed
1783ac_cv_path_ac_pt_AR=/opt/local/bin/ar
1784ac_cv_path_ac_pt_PKGCONFIG=/opt/local/bin/pkg-config
1785ac_cv_path_lt_DD=/bin/dd
1786ac_cv_path_mkdir=/opt/local/bin/gmkdir
1787ac_cv_prog_AWK=/usr/bin/awk
1788ac_cv_prog_CPP='/usr/bin/clang -std=gnu11 -E'
1789ac_cv_prog_ac_ct_CC=/usr/bin/clang
1790ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1791ac_cv_prog_ac_ct_FILECMD=file
1792ac_cv_prog_ac_ct_LIPO=lipo
1793ac_cv_prog_ac_ct_NMEDIT=nmedit
1794ac_cv_prog_ac_ct_OTOOL=otool
1795ac_cv_prog_ac_ct_RANLIB=ranlib
1796ac_cv_prog_ac_ct_STRIP=strip
1797ac_cv_prog_cc_c11=-std=gnu11
1798ac_cv_prog_cc_g=yes
1799ac_cv_prog_cc_stdc=-std=gnu11
1800ac_cv_prog_make_make_set=yes
1801ac_cv_sys_file_offset_bits=no
1802ac_cv_sys_largefile_CC=no
1803am_cv_CC_dependencies_compiler_type=gcc3
1804am_cv_make_support_nested_variables=yes
1805am_cv_prog_cc_c_o=yes
1806curl_cv_def___GNUC__=4
1807curl_cv_def___clang__=1
1808curl_cv_have_def__COMPILER_VERSION=no
1809curl_cv_have_def__SGI_COMPILER_VERSION=no
1810curl_cv_have_def___DECC=no
1811curl_cv_have_def___DECC_VER=no
1812curl_cv_have_def___GNUC__=yes
1813curl_cv_have_def___HP_cc=no
1814curl_cv_have_def___IBMC__=no
1815curl_cv_have_def___INTEL_COMPILER=no
1816curl_cv_have_def___LCC__=no
1817curl_cv_have_def___SUNPRO_C=no
1818curl_cv_have_def___TINYC__=no
1819curl_cv_have_def___clang__=yes
1820curl_cv_have_def___ibmxl__=no
1821curl_cv_have_def___sgi=no
1822curl_cv_header_wincrypt_h=no
1823curl_cv_header_windows_h=no
1824curl_cv_header_winldap_h=no
1825curl_cv_header_winsock2_h=no
1826curl_cv_header_ws2tcpip_h=no
1827curl_cv_native_windows=no
1828curl_cv_writable_argv=yes
1829lt_cv_apple_cc_single_mod=yes
1830lt_cv_ar_at_file=no
1831lt_cv_deplibs_check_method=pass_all
1832lt_cv_file_magic_cmd='$MAGIC_CMD'
1833lt_cv_file_magic_test_file=
1834lt_cv_ld_exported_symbols_list=yes
1835lt_cv_ld_force_load=yes
1836lt_cv_ld_reload_flag=-r
1837lt_cv_nm_interface='BSD nm'
1838lt_cv_objdir=.libs
1839lt_cv_path_LD=/usr/bin/ld
1840lt_cv_path_NM=/opt/local/bin/nm
1841lt_cv_path_mainfest_tool=no
1842lt_cv_prog_compiler_c_o=yes
1843lt_cv_prog_compiler_c_o_RC=yes
1844lt_cv_prog_compiler_pic='-fno-common -DPIC'
1845lt_cv_prog_compiler_pic_works=yes
1846lt_cv_prog_compiler_rtti_exceptions=yes
1847lt_cv_prog_compiler_static_works=no
1848lt_cv_prog_gnu_ld=no
1849lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1850lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
1851lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1852lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1853lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1854lt_cv_sys_global_symbol_to_import=
1855lt_cv_sys_max_cmd_len=196608
1856lt_cv_to_host_file_cmd=func_convert_file_noop
1857lt_cv_to_tool_file_cmd=func_convert_file_noop
1858lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1859
1860## ----------------- ##
1861## Output variables. ##
1862## ----------------- ##
1863
1864ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/missing'\'' aclocal-1.16'
1865AMDEPBACKSLASH='\'
1866AMDEP_FALSE='#'
1867AMDEP_TRUE=''
1868AMTAR='$${TAR-tar}'
1869AM_BACKSLASH='\'
1870AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1871AM_DEFAULT_VERBOSITY='1'
1872AM_V='$(V)'
1873AR='/opt/local/bin/ar'
1874AR_FLAGS='cr'
1875AS='as'
1876AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/missing'\'' autoconf'
1877AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/missing'\'' autoheader'
1878AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/missing'\'' automake-1.16'
1879AWK='/usr/bin/awk'
1880BLANK_AT_MAKETIME=''
1881BUILD_LIBHOSTNAME_FALSE=''
1882BUILD_LIBHOSTNAME_TRUE=''
1883BUILD_STUB_GSS_FALSE=''
1884BUILD_STUB_GSS_TRUE='#'
1885BUILD_UNITTESTS_FALSE=''
1886BUILD_UNITTESTS_TRUE='#'
1887CC='/usr/bin/clang -std=gnu11'
1888CCDEPMODE='depmode=gcc3'
1889CFLAGS='-pipe -Os -mmacosx-version-min=10.8 -arch x86_64 -Qunused-arguments -Wno-pointer-bool-conversion -Werror=partial-availability'
1890CFLAG_CURL_SYMBOL_HIDING=''
1891CONFIGURE_OPTIONS='" '\''--prefix=/opt/local'\'' '\''--disable-silent-rules'\'' '\''--enable-ipv6'\'' '\''--without-gnutls'\'' '\''--without-gssapi'\'' '\''--without-libgsasl'\'' '\''--without-librtmp'\'' '\''--without-libssh2'\'' '\''--without-mbedtls'\'' '\''--without-nghttp2'\'' '\''--without-nss'\'' '\''--without-ssl'\'' '\''--with-secure-transport'\'' '\''--without-wolfssl'\'' '\''--disable-ares'\'' '\''--disable-ldap'\'' '\''--disable-ldaps'\'' '\''--with-brotli'\'' '\''--with-libidn2=/opt/local'\'' '\''--with-zlib=/opt/local'\'' '\''--with-zstd'\'' '\''ac_cv_prog_AWK=/usr/bin/awk'\'' '\''--without-ca-bundle'\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-pipe -Os -mmacosx-version-min=10.8 -arch x86_64'\'' '\''LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'\'' '\''CPPFLAGS=-I/opt/local/include'\''"'
1892CPP='/usr/bin/clang -std=gnu11 -E'
1893CPPFLAGS='-I/opt/local/include -I/opt/local/include  '
1894CPPFLAG_CURL_STATICLIB=''
1895CROSSCOMPILING_FALSE=''
1896CROSSCOMPILING_TRUE=''
1897CSCOPE='cscope'
1898CTAGS='ctags'
1899CURLDEBUG_FALSE=''
1900CURLDEBUG_TRUE='#'
1901CURLVERSION='7.86.0'
1902CURL_CA_BUNDLE=''
1903CURL_CFLAG_EXTRAS=''
1904CURL_DISABLE_DICT=''
1905CURL_DISABLE_FILE=''
1906CURL_DISABLE_FTP=''
1907CURL_DISABLE_GOPHER=''
1908CURL_DISABLE_HTTP=''
1909CURL_DISABLE_IMAP=''
1910CURL_DISABLE_LDAP='1'
1911CURL_DISABLE_LDAPS='1'
1912CURL_DISABLE_MQTT=''
1913CURL_DISABLE_POP3=''
1914CURL_DISABLE_PROXY=''
1915CURL_DISABLE_RTSP=''
1916CURL_DISABLE_SMB=''
1917CURL_DISABLE_SMTP=''
1918CURL_DISABLE_TELNET=''
1919CURL_DISABLE_TFTP=''
1920CURL_LT_SHLIB_USE_MIMPURE_TEXT_FALSE=''
1921CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE='#'
1922CURL_LT_SHLIB_USE_NO_UNDEFINED_FALSE=''
1923CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE='#'
1924CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE=''
1925CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE=''
1926CURL_LT_SHLIB_USE_VERSION_INFO_FALSE='#'
1927CURL_LT_SHLIB_USE_VERSION_INFO_TRUE=''
1928CURL_LT_SHLIB_VERSIONED_FLAVOUR=''
1929CURL_NETWORK_AND_TIME_LIBS=''
1930CURL_NETWORK_LIBS=''
1931CURL_PLIST_VERSION=''
1932CURL_WITH_MULTI_SSL=''
1933CYGPATH_W='echo'
1934DEFAULT_SSL_BACKEND='no'
1935DEFS=''
1936DEPDIR='.deps'
1937DLLTOOL='false'
1938DOING_CURL_SYMBOL_HIDING_FALSE=''
1939DOING_CURL_SYMBOL_HIDING_TRUE=''
1940DOING_NATIVE_WINDOWS_FALSE=''
1941DOING_NATIVE_WINDOWS_TRUE='#'
1942DSYMUTIL='dsymutil'
1943DUMPBIN=''
1944ECHO_C='\c'
1945ECHO_N=''
1946ECHO_T=''
1947EGREP='/usr/bin/grep -E'
1948ENABLE_SHARED=''
1949ENABLE_STATIC=''
1950ETAGS='etags'
1951EXEEXT=''
1952FGREP='/usr/bin/grep -F'
1953FILECMD='file'
1954FISH_FUNCTIONS_DIR=''
1955GCOV=''
1956GREP='/usr/bin/grep'
1957HAVE_BROTLI='1'
1958HAVE_GNUTLS_SRP=''
1959HAVE_LDAP_SSL=''
1960HAVE_LIBZ='1'
1961HAVE_LIBZ_FALSE='#'
1962HAVE_LIBZ_TRUE=''
1963HAVE_OPENSSL_SRP=''
1964HAVE_PROTO_BSDSOCKET_H=''
1965HAVE_ZSTD='1'
1966IDN_ENABLED=''
1967INSTALL_DATA='${INSTALL} -m 644'
1968INSTALL_PROGRAM='${INSTALL}'
1969INSTALL_SCRIPT='${INSTALL}'
1970INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1971IPV6_ENABLED='1'
1972LCOV=''
1973LD='/usr/bin/ld'
1974LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -framework CoreFoundation -framework Security'
1975LIBCURL_LIBS=''
1976LIBCURL_NO_SHARED=''
1977LIBOBJS=''
1978LIBS='-lzstd -lzstd -lbrotlidec -lbrotlidec -lz '
1979LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1980LIPO='lipo'
1981LN_S='ln -s'
1982LTLIBOBJS=''
1983LT_SYS_LIBRARY_PATH=''
1984MAINT='#'
1985MAINTAINER_MODE_FALSE=''
1986MAINTAINER_MODE_TRUE='#'
1987MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/missing'\'' makeinfo'
1988MANIFEST_TOOL=':'
1989MANOPT=''
1990MKDIR_P='/opt/local/bin/gmkdir -p'
1991NM='/opt/local/bin/nm'
1992NMEDIT='nmedit'
1993NROFF=''
1994NSS_LIBS=''
1995OBJDUMP='false'
1996OBJEXT='o'
1997OS_WINDOWS_FALSE=''
1998OS_WINDOWS_TRUE='#'
1999OTOOL64=':'
2000OTOOL='otool'
2001PACKAGE='curl'
2002PACKAGE_BUGREPORT='a suitable curl mailing list: https://curl.se/mail/'
2003PACKAGE_NAME='curl'
2004PACKAGE_STRING='curl -'
2005PACKAGE_TARNAME='curl'
2006PACKAGE_URL=''
2007PACKAGE_VERSION='-'
2008PATH_SEPARATOR=':'
2009PERL=''
2010PKGADD_NAME='curl - a client that groks URLs'
2011PKGADD_PKG='HAXXcurl'
2012PKGADD_VENDOR='curl.se'
2013PKGCONFIG='/opt/local/bin/pkg-config'
2014RANDOM_FILE=''
2015RANLIB='ranlib'
2016RC=''
2017REQUIRE_LIB_DEPS='no'
2018SED='/usr/bin/sed'
2019SET_MAKE=''
2020SHELL='/bin/sh'
2021SSL_BACKENDS=''
2022SSL_ENABLED=''
2023SSL_LIBS=''
2024STRIP='strip'
2025SUPPORT_FEATURES=''
2026SUPPORT_PROTOCOLS=''
2027USE_ARES=''
2028USE_BEARSSL=''
2029USE_CPPFLAG_CURL_STATICLIB_FALSE=''
2030USE_CPPFLAG_CURL_STATICLIB_TRUE='#'
2031USE_EXPLICIT_LIB_DEPS_FALSE=''
2032USE_EXPLICIT_LIB_DEPS_TRUE='#'
2033USE_GNUTLS=''
2034USE_GSASL_FALSE=''
2035USE_GSASL_TRUE=''
2036USE_HYPER=''
2037USE_LIBPSL_FALSE=''
2038USE_LIBPSL_TRUE=''
2039USE_LIBRTMP=''
2040USE_LIBSSH2=''
2041USE_LIBSSH=''
2042USE_MANUAL_FALSE=''
2043USE_MANUAL_TRUE=''
2044USE_MBEDTLS=''
2045USE_MSH3=''
2046USE_NGHTTP2=''
2047USE_NGHTTP3=''
2048USE_NGTCP2=''
2049USE_NGTCP2_CRYPTO_GNUTLS=''
2050USE_NGTCP2_CRYPTO_OPENSSL=''
2051USE_NGTCP2_CRYPTO_WOLFSSL=''
2052USE_NSS=''
2053USE_OPENLDAP=''
2054USE_QUICHE=''
2055USE_RUSTLS=''
2056USE_SCHANNEL=''
2057USE_SECTRANSP='1'
2058USE_UNIX_SOCKETS=''
2059USE_WIN32_CRYPTO=''
2060USE_WIN32_LARGE_FILES=''
2061USE_WIN32_SMALL_FILES=''
2062USE_WINDOWS_SSPI=''
2063USE_WOLFSSH=''
2064USE_WOLFSSL=''
2065VERSION='-'
2066VERSIONNUM='075600'
2067ZLIB_LIBS='-lz'
2068ZSH_FUNCTIONS_DIR=''
2069ac_ct_AR=''
2070ac_ct_CC='/usr/bin/clang'
2071ac_ct_DUMPBIN=''
2072am__EXEEXT_FALSE=''
2073am__EXEEXT_TRUE=''
2074am__fastdepCC_FALSE='#'
2075am__fastdepCC_TRUE=''
2076am__include='include'
2077am__isrc=''
2078am__leading_dot='.'
2079am__nodep='_no'
2080am__quote=''
2081am__tar='$${TAR-tar} chof - "$$tardir"'
2082am__untar='$${TAR-tar} xf -'
2083bindir='${exec_prefix}/bin'
2084build='x86_64-apple-darwin12.6.0'
2085build_alias=''
2086build_cpu='x86_64'
2087build_os='darwin12.6.0'
2088build_vendor='apple'
2089datadir='${datarootdir}'
2090datarootdir='${prefix}/share'
2091docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2092dvidir='${docdir}'
2093exec_prefix='NONE'
2094host='x86_64-apple-darwin12.6.0'
2095host_alias=''
2096host_cpu='x86_64'
2097host_os='darwin12.6.0'
2098host_vendor='apple'
2099htmldir='${docdir}'
2100includedir='${prefix}/include'
2101infodir='${datarootdir}/info'
2102install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.86.0/install-sh'
2103libdir='${exec_prefix}/lib'
2104libexecdir='${exec_prefix}/libexec'
2105libext='a'
2106localedir='${datarootdir}/locale'
2107localstatedir='${prefix}/var'
2108mandir='${datarootdir}/man'
2109mkdir_p='$(MKDIR_P)'
2110oldincludedir='/usr/include'
2111pdfdir='${docdir}'
2112prefix='/opt/local'
2113program_transform_name='s,x,x,'
2114psdir='${docdir}'
2115runstatedir='${localstatedir}/run'
2116sbindir='${exec_prefix}/sbin'
2117sharedstatedir='${prefix}/com'
2118sysconfdir='${prefix}/etc'
2119target_alias=''
2120
2121## ----------- ##
2122## confdefs.h. ##
2123## ----------- ##
2124
2125/* confdefs.h */
2126#define PACKAGE_NAME "curl"
2127#define PACKAGE_TARNAME "curl"
2128#define PACKAGE_VERSION "-"
2129#define PACKAGE_STRING "curl -"
2130#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
2131#define PACKAGE_URL ""
2132#define HAVE_STDIO_H 1
2133#define HAVE_STDLIB_H 1
2134#define HAVE_STRING_H 1
2135#define HAVE_INTTYPES_H 1
2136#define HAVE_STDINT_H 1
2137#define HAVE_STRINGS_H 1
2138#define HAVE_SYS_STAT_H 1
2139#define HAVE_SYS_TYPES_H 1
2140#define HAVE_UNISTD_H 1
2141#define STDC_HEADERS 1
2142#define PACKAGE "curl"
2143#define VERSION "-"
2144#define OS "x86_64-apple-darwin12.6.0"
2145#define HAVE_DLFCN_H 1
2146#define LT_OBJDIR ".libs/"
2147#define CURL_DISABLE_LDAP 1
2148#define CURL_DISABLE_LDAPS 1
2149#define HAVE_SYS_TYPES_H 1
2150#define HAVE_SYS_TIME_H 1
2151#define HAVE_LIBZ 1
2152#define HAVE_LIBBROTLIDEC 1
2153#define HAVE_BROTLI_DECODE_H 1
2154#define HAVE_BROTLI 1
2155#define HAVE_LIBZSTD 1
2156#define HAVE_ZSTD_H 1
2157#define HAVE_ZSTD 1
2158#define ENABLE_IPV6 1
2159#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
2160#define HAVE_WRITABLE_ARGV 1
2161#define USE_SECTRANSP 1
2162
2163configure: exit 1