Ticket #60243: config.log

File config.log, 26.5 KB (added by ryandesign (Ryan Carsten Schmidt), 4 years ago)
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 cpabe configure 0.11, which was
5generated by GNU Autoconf 2.67.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-pbc-include=/opt/local/include/pbc
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = untitled-mac.internal.macports.net
14uname -m = x86_64
15uname -r = 17.7.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.7.0: Tue Feb 18 22:51:29 PST 2020; root:xnu-4570.71.73~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 17.7.0: Tue Feb 18 22:51:29 PST 2020; root:xnu-4570.71.73~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 1085 tasks, 2943 threads, 8 processors
34Load average: 3.23, Mach factor: 4.85
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:2224: checking whether to enable debugging
52configure:2242: result: no
53configure:2249: checking for bison
54configure:2265: found /usr/bin/bison
55configure:2276: result: bison -y
56configure:2336: checking for gcc
57configure:2363: result: ccache /usr/bin/clang
58configure:2592: checking for C compiler version
59configure:2601: ccache /usr/bin/clang --version >&5
60Apple LLVM version 9.1.0 (clang-902.0.39.2)
61Target: x86_64-apple-darwin17.7.0
62Thread model: posix
63InstalledDir: /Library/Developer/CommandLineTools/usr/bin
64configure:2612: $? = 0
65configure:2601: ccache /usr/bin/clang -v >&5
66Apple LLVM version 9.1.0 (clang-902.0.39.2)
67Target: x86_64-apple-darwin17.7.0
68Thread model: posix
69InstalledDir: /Library/Developer/CommandLineTools/usr/bin
70configure:2612: $? = 0
71configure:2601: ccache /usr/bin/clang -V >&5
72clang: error: argument to '-V' is missing (expected 1 value)
73clang: error: no input files
74configure:2612: $? = 1
75configure:2601: ccache /usr/bin/clang -qversion >&5
76clang: error: unknown argument: '-qversion'
77clang: error: no input files
78configure:2612: $? = 1
79configure:2632: checking whether the C compiler works
80configure:2654: ccache /usr/bin/clang -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
81configure:2658: $? = 0
82configure:2706: result: yes
83configure:2709: checking for C compiler default output file name
84configure:2711: result: a.out
85configure:2717: checking for suffix of executables
86configure:2724: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
87configure:2728: $? = 0
88configure:2750: result:
89configure:2772: checking whether we are cross compiling
90configure:2780: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
91configure:2784: $? = 0
92configure:2791: ./conftest
93configure:2795: $? = 0
94configure:2810: result: no
95configure:2815: checking for suffix of object files
96configure:2837: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
97configure:2841: $? = 0
98configure:2862: result: o
99configure:2866: checking whether we are using the GNU C compiler
100configure:2885: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
101configure:2885: $? = 0
102configure:2894: result: yes
103configure:2903: checking whether ccache /usr/bin/clang accepts -g
104configure:2923: ccache /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
105configure:2923: $? = 0
106configure:2964: result: yes
107configure:2981: checking for ccache /usr/bin/clang option to accept ISO C89
108configure:3045: ccache /usr/bin/clang  -c -O3 -Wall -I/opt/local/include conftest.c >&5
109configure:3045: $? = 0
110configure:3058: result: none needed
111configure:3085: checking for an ANSI C-conforming const
112configure:3150: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
113conftest.c:54:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
114    struct s *b; b->j = 5;
115                 ^
116conftest.c:54:16: note: initialize the variable 'b' to silence this warning
117    struct s *b; b->j = 5;
118               ^
119                = 0
120conftest.c:38:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
121    *t++ = 0;
122     ^
123conftest.c:35:12: note: initialize the variable 't' to silence this warning
124    char *t;
125           ^
126            = 0
1272 warnings generated.
128configure:3150: $? = 0
129configure:3157: result: yes
130configure:3170: checking how to run the C preprocessor
131configure:3201: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
132configure:3201: $? = 0
133configure:3215: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
134conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
135#include <ac_nonexistent.h>
136         ^~~~~~~~~~~~~~~~~~
1371 error generated.
138configure:3215: $? = 1
139configure: failed program was:
140| /* confdefs.h */
141| #define PACKAGE_NAME "cpabe"
142| #define PACKAGE_TARNAME "cpabe"
143| #define PACKAGE_VERSION "0.11"
144| #define PACKAGE_STRING "cpabe 0.11"
145| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
146| #define PACKAGE_URL ""
147| /* end confdefs.h.  */
148| #include <ac_nonexistent.h>
149configure:3240: result: ccache /usr/bin/clang -E
150configure:3260: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
151configure:3260: $? = 0
152configure:3274: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
153conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
154#include <ac_nonexistent.h>
155         ^~~~~~~~~~~~~~~~~~
1561 error generated.
157configure:3274: $? = 1
158configure: failed program was:
159| /* confdefs.h */
160| #define PACKAGE_NAME "cpabe"
161| #define PACKAGE_TARNAME "cpabe"
162| #define PACKAGE_VERSION "0.11"
163| #define PACKAGE_STRING "cpabe 0.11"
164| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
165| #define PACKAGE_URL ""
166| /* end confdefs.h.  */
167| #include <ac_nonexistent.h>
168configure:3303: checking for grep that handles long lines and -e
169configure:3361: result: /usr/bin/grep
170configure:3366: checking for egrep
171configure:3428: result: /usr/bin/grep -E
172configure:3433: checking for ANSI C header files
173configure:3453: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
174configure:3453: $? = 0
175configure:3526: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
176configure:3526: $? = 0
177configure:3526: ./conftest
178configure:3526: $? = 0
179configure:3537: result: yes
180configure:3550: checking for sys/types.h
181configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
182configure:3550: $? = 0
183configure:3550: result: yes
184configure:3550: checking for sys/stat.h
185configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
186configure:3550: $? = 0
187configure:3550: result: yes
188configure:3550: checking for stdlib.h
189configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
190configure:3550: $? = 0
191configure:3550: result: yes
192configure:3550: checking for string.h
193configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
194configure:3550: $? = 0
195configure:3550: result: yes
196configure:3550: checking for memory.h
197configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
198configure:3550: $? = 0
199configure:3550: result: yes
200configure:3550: checking for strings.h
201configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
202configure:3550: $? = 0
203configure:3550: result: yes
204configure:3550: checking for inttypes.h
205configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
206configure:3550: $? = 0
207configure:3550: result: yes
208configure:3550: checking for stdint.h
209configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
210configure:3550: $? = 0
211configure:3550: result: yes
212configure:3550: checking for unistd.h
213configure:3550: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
214configure:3550: $? = 0
215configure:3550: result: yes
216configure:3562: checking for size_t
217configure:3562: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
218configure:3562: $? = 0
219configure:3562: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
220conftest.c:55:21: error: expected expression
221if (sizeof ((size_t)))
222                    ^
2231 error generated.
224configure:3562: $? = 1
225configure: failed program was:
226| /* confdefs.h */
227| #define PACKAGE_NAME "cpabe"
228| #define PACKAGE_TARNAME "cpabe"
229| #define PACKAGE_VERSION "0.11"
230| #define PACKAGE_STRING "cpabe 0.11"
231| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
232| #define PACKAGE_URL ""
233| #define STDC_HEADERS 1
234| #define HAVE_SYS_TYPES_H 1
235| #define HAVE_SYS_STAT_H 1
236| #define HAVE_STDLIB_H 1
237| #define HAVE_STRING_H 1
238| #define HAVE_MEMORY_H 1
239| #define HAVE_STRINGS_H 1
240| #define HAVE_INTTYPES_H 1
241| #define HAVE_STDINT_H 1
242| #define HAVE_UNISTD_H 1
243| /* end confdefs.h.  */
244| #include <stdio.h>
245| #ifdef HAVE_SYS_TYPES_H
246| # include <sys/types.h>
247| #endif
248| #ifdef HAVE_SYS_STAT_H
249| # include <sys/stat.h>
250| #endif
251| #ifdef STDC_HEADERS
252| # include <stdlib.h>
253| # include <stddef.h>
254| #else
255| # ifdef HAVE_STDLIB_H
256| #  include <stdlib.h>
257| # endif
258| #endif
259| #ifdef HAVE_STRING_H
260| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
261| #  include <memory.h>
262| # endif
263| # include <string.h>
264| #endif
265| #ifdef HAVE_STRINGS_H
266| # include <strings.h>
267| #endif
268| #ifdef HAVE_INTTYPES_H
269| # include <inttypes.h>
270| #endif
271| #ifdef HAVE_STDINT_H
272| # include <stdint.h>
273| #endif
274| #ifdef HAVE_UNISTD_H
275| # include <unistd.h>
276| #endif
277| int
278| main ()
279| {
280| if (sizeof ((size_t)))
281|           return 0;
282|   ;
283|   return 0;
284| }
285configure:3562: result: yes
286configure:3573: checking for uint32_t
287configure:3573: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
288configure:3573: $? = 0
289configure:3573: result: yes
290configure:3587: checking for uint64_t
291configure:3587: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
292configure:3587: $? = 0
293configure:3587: result: yes
294configure:3602: checking for ANSI C header files
295configure:3706: result: yes
296configure:3717: checking fcntl.h usability
297configure:3717: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
298configure:3717: $? = 0
299configure:3717: result: yes
300configure:3717: checking fcntl.h presence
301configure:3717: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
302configure:3717: $? = 0
303configure:3717: result: yes
304configure:3717: checking for fcntl.h
305configure:3717: result: yes
306configure:3717: checking stddef.h usability
307configure:3717: ccache /usr/bin/clang -c -O3 -Wall -I/opt/local/include conftest.c >&5
308configure:3717: $? = 0
309configure:3717: result: yes
310configure:3717: checking stddef.h presence
311configure:3717: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
312configure:3717: $? = 0
313configure:3717: result: yes
314configure:3717: checking for stddef.h
315configure:3717: result: yes
316configure:3717: checking for string.h
317configure:3717: result: yes
318configure:3732: checking for stdlib.h
319configure:3732: result: yes
320configure:3742: checking for GNU libc compatible malloc
321configure:3766: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
322configure:3766: $? = 0
323configure:3766: ./conftest
324configure:3766: $? = 0
325configure:3776: result: yes
326configure:3797: checking whether lstat correctly handles trailing slash
327configure:3823: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
328configure:3823: $? = 0
329configure:3823: ./conftest
330configure:3823: $? = 1
331configure: program exited with status 1
332configure: failed program was:
333| /* confdefs.h */
334| #define PACKAGE_NAME "cpabe"
335| #define PACKAGE_TARNAME "cpabe"
336| #define PACKAGE_VERSION "0.11"
337| #define PACKAGE_STRING "cpabe 0.11"
338| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
339| #define PACKAGE_URL ""
340| #define STDC_HEADERS 1
341| #define HAVE_SYS_TYPES_H 1
342| #define HAVE_SYS_STAT_H 1
343| #define HAVE_STDLIB_H 1
344| #define HAVE_STRING_H 1
345| #define HAVE_MEMORY_H 1
346| #define HAVE_STRINGS_H 1
347| #define HAVE_INTTYPES_H 1
348| #define HAVE_STDINT_H 1
349| #define HAVE_UNISTD_H 1
350| #define STDC_HEADERS 1
351| #define HAVE_FCNTL_H 1
352| #define HAVE_STDDEF_H 1
353| #define HAVE_STRING_H 1
354| #define HAVE_STDLIB_H 1
355| #define HAVE_MALLOC 1
356| /* end confdefs.h.  */
357| #include <stdio.h>
358| #ifdef HAVE_SYS_TYPES_H
359| # include <sys/types.h>
360| #endif
361| #ifdef HAVE_SYS_STAT_H
362| # include <sys/stat.h>
363| #endif
364| #ifdef STDC_HEADERS
365| # include <stdlib.h>
366| # include <stddef.h>
367| #else
368| # ifdef HAVE_STDLIB_H
369| #  include <stdlib.h>
370| # endif
371| #endif
372| #ifdef HAVE_STRING_H
373| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
374| #  include <memory.h>
375| # endif
376| # include <string.h>
377| #endif
378| #ifdef HAVE_STRINGS_H
379| # include <strings.h>
380| #endif
381| #ifdef HAVE_INTTYPES_H
382| # include <inttypes.h>
383| #endif
384| #ifdef HAVE_STDINT_H
385| # include <stdint.h>
386| #endif
387| #ifdef HAVE_UNISTD_H
388| # include <unistd.h>
389| #endif
390| int
391| main ()
392| {
393| struct stat sbuf;
394|      /* Linux will dereference the symlink and fail, as required by POSIX.
395|       That is better in the sense that it means we will not
396|       have to compile and use the lstat wrapper.  */
397|      return lstat ("conftest.sym/", &sbuf) == 0;
398|   ;
399|   return 0;
400| }
401configure:3840: result: no
402configure:3859: checking whether stat accepts an empty string
403configure:3879: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
404configure:3879: $? = 0
405configure:3879: ./conftest
406configure:3879: $? = 0
407configure:3889: result: no
408configure:3907: checking for vprintf
409configure:3907: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
410conftest.c:48:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
411char vprintf ();
412     ^
413conftest.c:48:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
4141 warning generated.
415configure:3907: $? = 0
416configure:3907: result: yes
417configure:3913: checking for _doprnt
418configure:3913: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c  >&5
419Undefined symbols for architecture x86_64:
420  "__doprnt", referenced from:
421      _main in conftest-f8b2a7.o
422ld: symbol(s) not found for architecture x86_64
423clang: error: linker command failed with exit code 1 (use -v to see invocation)
424configure:3913: $? = 1
425configure: failed program was:
426| /* confdefs.h */
427| #define PACKAGE_NAME "cpabe"
428| #define PACKAGE_TARNAME "cpabe"
429| #define PACKAGE_VERSION "0.11"
430| #define PACKAGE_STRING "cpabe 0.11"
431| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
432| #define PACKAGE_URL ""
433| #define STDC_HEADERS 1
434| #define HAVE_SYS_TYPES_H 1
435| #define HAVE_SYS_STAT_H 1
436| #define HAVE_STDLIB_H 1
437| #define HAVE_STRING_H 1
438| #define HAVE_MEMORY_H 1
439| #define HAVE_STRINGS_H 1
440| #define HAVE_INTTYPES_H 1
441| #define HAVE_STDINT_H 1
442| #define HAVE_UNISTD_H 1
443| #define STDC_HEADERS 1
444| #define HAVE_FCNTL_H 1
445| #define HAVE_STDDEF_H 1
446| #define HAVE_STRING_H 1
447| #define HAVE_STDLIB_H 1
448| #define HAVE_MALLOC 1
449| #define HAVE_VPRINTF 1
450| /* end confdefs.h.  */
451| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
452|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
453| #define _doprnt innocuous__doprnt
454|
455| /* System header to define __stub macros and hopefully few prototypes,
456|     which can conflict with char _doprnt (); below.
457|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
458|     <limits.h> exists even on freestanding compilers.  */
459|
460| #ifdef __STDC__
461| # include <limits.h>
462| #else
463| # include <assert.h>
464| #endif
465|
466| #undef _doprnt
467|
468| /* Override any GCC internal prototype to avoid an error.
469|    Use char because int might match the return type of a GCC
470|    builtin and then its argument prototype would still apply.  */
471| #ifdef __cplusplus
472| extern "C"
473| #endif
474| char _doprnt ();
475| /* The GNU C library defines this for functions which it implements
476|     to always fail with ENOSYS.  Some functions are actually named
477|     something starting with __ and the normal name is an alias.  */
478| #if defined __stub__doprnt || defined __stub____doprnt
479| choke me
480| #endif
481|
482| int
483| main ()
484| {
485| return _doprnt ();
486|   ;
487|   return 0;
488| }
489configure:3913: result: no
490configure:3924: checking for SHA1 in -lcrypto
491configure:3949: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c -lcrypto   >&5
492configure:3949: $? = 0
493configure:3958: result: yes
494configure:3971: checking for EVP_aes_128_cbc in -lcrypto
495configure:3996: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c -lcrypto  -lcrypto  >&5
496configure:3996: $? = 0
497configure:4005: result: yes
498configure:4021: checking for strchr
499configure:4021: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  >&5
500conftest.c:51:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
501char strchr ();
502     ^
503conftest.c:51:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
5041 warning generated.
505configure:4021: $? = 0
506configure:4021: result: yes
507configure:4021: checking for strdup
508configure:4021: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  >&5
509conftest.c:52:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
510char strdup ();
511     ^
512conftest.c:52:6: note: 'strdup' is a builtin with type 'char *(const char *)'
5131 warning generated.
514configure:4021: $? = 0
515configure:4021: result: yes
516configure:4021: checking for memset
517configure:4021: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  >&5
518conftest.c:53:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
519char memset ();
520     ^
521conftest.c:53:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
5221 warning generated.
523configure:4021: $? = 0
524configure:4021: result: yes
525configure:4062: checking for pkg-config
526configure:4080: found /opt/local/bin/pkg-config
527configure:4093: result: /opt/local/bin/pkg-config
528configure:4117: checking for GLIB - version >= 2.0.0
529configure:4231: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -O3 -Wall conftest.c -L/opt/local/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcrypto -lcrypto  >&5
530configure:4231: $? = 0
531configure:4231: ./conftest
532configure:4231: $? = 0
533configure:4245: result: yes (version 2.58.3)
534configure:4313: checking for GMP version >= 4.0.0 or later
535configure:4360: ccache /usr/bin/clang -o conftest -O3 -Wall  -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  -Wl,-rpath /usr/local/lib -lgmp >&5
536configure:4360: $? = 0
537configure:4375: ccache /usr/bin/clang -o conftest -O3 -Wall  -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  -Wl,-rpath /usr/local/lib -lgmp >&5
538configure:4375: $? = 0
539configure:4375: ./conftest
540configure:4375: $? = 0
541configure:4377: result: found
542configure:4436: checking for the PBC library
543configure:4483: ccache /usr/bin/clang -o conftest -O3 -Wall -I/opt/local/include/pbc  -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  -Wl,-rpath /usr/local/lib -lpbc -Wl,-rpath /usr/local/lib -lgmp >&5
544configure:4483: $? = 0
545configure:4485: result: found
546configure:4524: checking for libbswabe
547configure:4574: ccache /usr/bin/clang -o conftest -O3 -Wall  -I/opt/local/include/pbc  -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lcrypto  -lbswabe -Wl,-rpath /usr/local/lib -lpbc -Wl,-rpath /usr/local/lib -lgmp -L/opt/local/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5
548conftest.c:40:20: warning: variable 'p' is uninitialized when used here [-Wuninitialized]
549   bswabe_pub_free(p);
550                   ^
551conftest.c:39:16: note: initialize the variable 'p' to silence this warning
552bswabe_pub_t* p;
553               ^
554                = NULL
5551 warning generated.
556Undefined symbols for architecture x86_64:
557  "_bswabe_pub_free", referenced from:
558      _main in conftest-944aac.o
559ld: symbol(s) not found for architecture x86_64
560clang: error: linker command failed with exit code 1 (use -v to see invocation)
561configure:4574: $? = 1
562configure: failed program was:
563| /* confdefs.h */
564| #define PACKAGE_NAME "cpabe"
565| #define PACKAGE_TARNAME "cpabe"
566| #define PACKAGE_VERSION "0.11"
567| #define PACKAGE_STRING "cpabe 0.11"
568| #define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
569| #define PACKAGE_URL ""
570| #define STDC_HEADERS 1
571| #define HAVE_SYS_TYPES_H 1
572| #define HAVE_SYS_STAT_H 1
573| #define HAVE_STDLIB_H 1
574| #define HAVE_STRING_H 1
575| #define HAVE_MEMORY_H 1
576| #define HAVE_STRINGS_H 1
577| #define HAVE_INTTYPES_H 1
578| #define HAVE_STDINT_H 1
579| #define HAVE_UNISTD_H 1
580| #define STDC_HEADERS 1
581| #define HAVE_FCNTL_H 1
582| #define HAVE_STDDEF_H 1
583| #define HAVE_STRING_H 1
584| #define HAVE_STDLIB_H 1
585| #define HAVE_MALLOC 1
586| #define HAVE_VPRINTF 1
587| #define HAVE_LIBCRYPTO 1
588| #define HAVE_LIBCRYPTO 1
589| #define HAVE_STRCHR 1
590| #define HAVE_STRDUP 1
591| #define HAVE_MEMSET 1
592| #define HAVE_GMP 1
593| #define HAVE_PBC 1
594| /* end confdefs.h.  */
595| #include <glib.h>
596|    #include <pbc.h>
597|    #include <bswabe.h>
598| int
599| main ()
600| {
601| bswabe_pub_t* p;
602|    bswabe_pub_free(p);
603|   ;
604|   return 0;
605| }
606configure:4586: result: not found
607configure:4588: error:
608
609The library libbswabe was not found on your system! Please obtain it
610from
611
612  http://acsc.csl.sri.com/cpabe/
613
614and install it before trying again. If libbswabe is already
615installed in a non-standard location, try again with
616
617  ./configure --with-bswabe-include=<path> --with-bswabe-lib=<path>
618
619If you already specified those arguments, double check that bswabe.h
620can be found in the first path and libbswabe.a can be found in the
621second.
622
623See ./configure --help for more information.
624
625
626## ---------------- ##
627## Cache variables. ##
628## ---------------- ##
629
630ac_cv_c_compiler_gnu=yes
631ac_cv_c_const=yes
632ac_cv_c_uint32_t=yes
633ac_cv_c_uint64_t=yes
634ac_cv_env_CC_set=set
635ac_cv_env_CC_value='ccache /usr/bin/clang'
636ac_cv_env_CFLAGS_set=set
637ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
638ac_cv_env_CPPFLAGS_set=set
639ac_cv_env_CPPFLAGS_value=-I/opt/local/include
640ac_cv_env_CPP_set=
641ac_cv_env_CPP_value=
642ac_cv_env_LDFLAGS_set=set
643ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
644ac_cv_env_LIBS_set=
645ac_cv_env_LIBS_value=
646ac_cv_env_YACC_set=
647ac_cv_env_YACC_value=
648ac_cv_env_YFLAGS_set=
649ac_cv_env_YFLAGS_value=
650ac_cv_env_build_alias_set=
651ac_cv_env_build_alias_value=
652ac_cv_env_host_alias_set=
653ac_cv_env_host_alias_value=
654ac_cv_env_target_alias_set=
655ac_cv_env_target_alias_value=
656ac_cv_func__doprnt=no
657ac_cv_func_lstat_dereferences_slashed_symlink=no
658ac_cv_func_malloc_0_nonnull=yes
659ac_cv_func_memset=yes
660ac_cv_func_stat_empty_string_bug=no
661ac_cv_func_strchr=yes
662ac_cv_func_strdup=yes
663ac_cv_func_vprintf=yes
664ac_cv_header_fcntl_h=yes
665ac_cv_header_inttypes_h=yes
666ac_cv_header_memory_h=yes
667ac_cv_header_stdc=yes
668ac_cv_header_stddef_h=yes
669ac_cv_header_stdint_h=yes
670ac_cv_header_stdlib_h=yes
671ac_cv_header_string_h=yes
672ac_cv_header_strings_h=yes
673ac_cv_header_sys_stat_h=yes
674ac_cv_header_sys_types_h=yes
675ac_cv_header_unistd_h=yes
676ac_cv_lib_crypto_EVP_aes_128_cbc=yes
677ac_cv_lib_crypto_SHA1=yes
678ac_cv_objext=o
679ac_cv_path_EGREP='/usr/bin/grep -E'
680ac_cv_path_GREP=/usr/bin/grep
681ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
682ac_cv_prog_CPP='ccache /usr/bin/clang -E'
683ac_cv_prog_YACC='bison -y'
684ac_cv_prog_ac_ct_CC='ccache /usr/bin/clang'
685ac_cv_prog_cc_c89=
686ac_cv_prog_cc_g=yes
687ac_cv_type_size_t=yes
688
689## ----------------- ##
690## Output variables. ##
691## ----------------- ##
692
693BSWABE_CFLAGS=''
694BSWABE_LIBS='-lbswabe'
695CC='ccache /usr/bin/clang'
696CFLAGS='-O3 -Wall  -I/opt/local/include/pbc  -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
697CPP='ccache /usr/bin/clang -E'
698CPPFLAGS='-I/opt/local/include'
699DEFS=''
700ECHO_C='\c'
701ECHO_N=''
702ECHO_T=''
703EGREP='/usr/bin/grep -E'
704EXEEXT=''
705GLIB_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
706GLIB_GENMARSHAL='/opt/local/bin/glib-genmarshal'
707GLIB_LIBS='-L/opt/local/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
708GLIB_MKENUMS='/opt/local/bin/glib-mkenums'
709GMP_CFLAGS=''
710GMP_LIBS='-Wl,-rpath /usr/local/lib -lgmp'
711GOBJECT_QUERY='/opt/local/bin/gobject-query'
712GREP='/usr/bin/grep'
713LDFLAGS='-O3 -Wall'
714LIBOBJS=' lstat.o'
715LIBS='-lcrypto -lcrypto  -lbswabe -Wl,-rpath /usr/local/lib -lpbc -Wl,-rpath /usr/local/lib -lgmp -L/opt/local/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
716LTLIBOBJS=''
717OBJEXT='o'
718PACKAGE_BUGREPORT='bethenco@cs.berkeley.edu'
719PACKAGE_NAME='cpabe'
720PACKAGE_STRING='cpabe 0.11'
721PACKAGE_TARNAME='cpabe'
722PACKAGE_URL=''
723PACKAGE_VERSION='0.11'
724PATH_SEPARATOR=':'
725PBC_CFLAGS='-I/opt/local/include/pbc'
726PBC_LIBS='-Wl,-rpath /usr/local/lib -lpbc'
727PKG_CONFIG='/opt/local/bin/pkg-config'
728SHELL='/bin/sh'
729YACC='bison -y'
730YFLAGS=''
731ac_ct_CC='ccache /usr/bin/clang'
732bindir='${exec_prefix}/bin'
733build_alias=''
734datadir='${datarootdir}'
735datarootdir='${prefix}/share'
736docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
737dvidir='${docdir}'
738exec_prefix='NONE'
739host_alias=''
740htmldir='${docdir}'
741includedir='${prefix}/include'
742infodir='${datarootdir}/info'
743libdir='${exec_prefix}/lib'
744libexecdir='${exec_prefix}/libexec'
745localedir='${datarootdir}/locale'
746localstatedir='${prefix}/var'
747mandir='${datarootdir}/man'
748oldincludedir='/usr/include'
749pdfdir='${docdir}'
750prefix='/opt/local'
751program_transform_name='s,x,x,'
752psdir='${docdir}'
753sbindir='${exec_prefix}/sbin'
754sharedstatedir='${prefix}/com'
755sysconfdir='${prefix}/etc'
756target_alias=''
757
758## ----------- ##
759## confdefs.h. ##
760## ----------- ##
761
762/* confdefs.h */
763#define PACKAGE_NAME "cpabe"
764#define PACKAGE_TARNAME "cpabe"
765#define PACKAGE_VERSION "0.11"
766#define PACKAGE_STRING "cpabe 0.11"
767#define PACKAGE_BUGREPORT "bethenco@cs.berkeley.edu"
768#define PACKAGE_URL ""
769#define STDC_HEADERS 1
770#define HAVE_SYS_TYPES_H 1
771#define HAVE_SYS_STAT_H 1
772#define HAVE_STDLIB_H 1
773#define HAVE_STRING_H 1
774#define HAVE_MEMORY_H 1
775#define HAVE_STRINGS_H 1
776#define HAVE_INTTYPES_H 1
777#define HAVE_STDINT_H 1
778#define HAVE_UNISTD_H 1
779#define STDC_HEADERS 1
780#define HAVE_FCNTL_H 1
781#define HAVE_STDDEF_H 1
782#define HAVE_STRING_H 1
783#define HAVE_STDLIB_H 1
784#define HAVE_MALLOC 1
785#define HAVE_VPRINTF 1
786#define HAVE_LIBCRYPTO 1
787#define HAVE_LIBCRYPTO 1
788#define HAVE_STRCHR 1
789#define HAVE_STRDUP 1
790#define HAVE_MEMSET 1
791#define HAVE_GMP 1
792#define HAVE_PBC 1
793
794configure: exit 1