Ticket #7853: config.log

File config.log, 51.6 KB (added by opendarwin.nospam@…, 18 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by gpgme configure 1.1.2, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-gpg=/opt/local/bin/gpg --enable-static
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = G3.local
14uname -m = Power Macintosh
15uname -r = 8.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
27Kernel configured for a single processor only.
281 processor is physically available.
29Processor type: ppc750 (PowerPC 750)
30Processor active: 0
31Primary memory available: 384.00 megabytes
32Default processor set: 71 tasks, 180 threads, 1 processors
33Load average: 1.07, Mach factor: 0.37
34/bin/machine           = unknown
35/usr/bin/oslevel       = unknown
36/bin/universe          = unknown
37
38PATH: /opt/local/bin
39PATH: /opt/local/sbin
40PATH: /bin
41PATH: /sbin
42PATH: /usr/bin
43PATH: /usr/sbin
44PATH: /usr/X11R6/bin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1591: checking for a BSD-compatible install
52configure:1646: result: /usr/bin/install -c
53configure:1657: checking whether build environment is sane
54configure:1700: result: yes
55configure:1765: checking for gawk
56configure:1794: result: no
57configure:1765: checking for mawk
58configure:1794: result: no
59configure:1765: checking for nawk
60configure:1794: result: no
61configure:1765: checking for awk
62configure:1781: found /usr/bin/awk
63configure:1791: result: awk
64configure:1801: checking whether make sets $(MAKE)
65configure:1821: result: yes
66configure:1989: checking whether to enable maintainer-specific portions of Makefiles
67configure:1998: result: no
68configure:2019: checking build system type
69configure:2037: result: powerpc-apple-darwin8.5.0
70configure:2045: checking host system type
71configure:2059: result: powerpc-apple-darwin8.5.0
72configure:2125: checking for gcc
73configure:2141: found /usr/bin/gcc
74configure:2151: result: gcc
75configure:2395: checking for C compiler version
76configure:2398: gcc --version </dev/null >&5
77powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
78Copyright (C) 2005 Free Software Foundation, Inc.
79This is free software; see the source for copying conditions.  There is NO
80warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
81
82configure:2401: $? = 0
83configure:2403: gcc -v </dev/null >&5
84Using built-in specs.
85Target: powerpc-apple-darwin8
86Configured with: /private/var/tmp/gcc/gcc-5250.obj~12/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
87Thread model: posix
88gcc version 4.0.1 (Apple Computer, Inc. build 5250)
89configure:2406: $? = 0
90configure:2408: gcc -V </dev/null >&5
91gcc: argument to `-V' is missing
92configure:2411: $? = 1
93configure:2434: checking for C compiler default output file name
94configure:2437: gcc  -I/opt/local/include -L/opt/local/lib conftest.c  >&5
95configure:2440: $? = 0
96configure:2486: result: a.out
97configure:2491: checking whether the C compiler works
98configure:2497: ./a.out
99configure:2500: $? = 0
100configure:2517: result: yes
101configure:2524: checking whether we are cross compiling
102configure:2526: result: no
103configure:2529: checking for suffix of executables
104configure:2531: gcc -o conftest  -I/opt/local/include -L/opt/local/lib conftest.c  >&5
105configure:2534: $? = 0
106configure:2559: result:
107configure:2565: checking for suffix of object files
108configure:2586: gcc -c  -I/opt/local/include conftest.c >&5
109configure:2589: $? = 0
110configure:2611: result: o
111configure:2615: checking whether we are using the GNU C compiler
112configure:2639: gcc -c  -I/opt/local/include conftest.c >&5
113configure:2645: $? = 0
114configure:2648: test -z                          || test ! -s conftest.err
115configure:2651: $? = 0
116configure:2654: test -s conftest.o
117configure:2657: $? = 0
118configure:2670: result: yes
119configure:2676: checking whether gcc accepts -g
120configure:2697: gcc -c -g -I/opt/local/include conftest.c >&5
121configure:2703: $? = 0
122configure:2706: test -z                          || test ! -s conftest.err
123configure:2709: $? = 0
124configure:2712: test -s conftest.o
125configure:2715: $? = 0
126configure:2726: result: yes
127configure:2743: checking for gcc option to accept ANSI C
128configure:2813: gcc  -c -g -O2 -I/opt/local/include conftest.c >&5
129configure:2819: $? = 0
130configure:2822: test -z                          || test ! -s conftest.err
131configure:2825: $? = 0
132configure:2828: test -s conftest.o
133configure:2831: $? = 0
134configure:2849: result: none needed
135configure:2867: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
136conftest.c:2: error: parse error before 'me'
137configure:2873: $? = 1
138configure: failed program was:
139| #ifndef __cplusplus
140|   choke me
141| #endif
142configure:3014: checking for style of include used by make
143configure:3042: result: GNU
144configure:3070: checking dependency style of gcc
145configure:3160: result: gcc3
146configure:3274: checking for windres
147configure:3301: result: no
148configure:3366: checking for a sed that does not truncate output
149configure:3420: result: /usr/bin/sed
150configure:3423: checking for egrep
151configure:3433: result: grep -E
152configure:3449: checking for ld used by gcc
153configure:3516: result: /usr/bin/ld
154configure:3525: checking if the linker (/usr/bin/ld) is GNU ld
155configure:3540: result: no
156configure:3545: checking for /usr/bin/ld option to reload object files
157configure:3552: result: -r
158configure:3561: checking for BSD-compatible nm
159configure:3603: result: /usr/bin/nm -p
160configure:3607: checking whether ln -s works
161configure:3611: result: yes
162configure:3618: checking how to recognise dependent libraries
163configure:3792: result: pass_all
164configure:4247: checking how to run the C preprocessor
165configure:4282: gcc -E -I/opt/local/include conftest.c
166configure:4288: $? = 0
167configure:4320: gcc -E -I/opt/local/include conftest.c
168conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
169configure:4326: $? = 1
170configure: failed program was:
171| /* confdefs.h.  */
172|
173| #define PACKAGE_NAME "gpgme"
174| #define PACKAGE_TARNAME "gpgme"
175| #define PACKAGE_VERSION "1.1.2"
176| #define PACKAGE_STRING "gpgme 1.1.2"
177| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
178| #define PACKAGE "gpgme"
179| #define VERSION "1.1.2"
180| #define _GNU_SOURCE 1
181| #define NEED_GPG_VERSION "1.2.2"
182| #define NEED_GPGSM_VERSION "1.9.6"
183| #define PACKAGE "gpgme"
184| #define VERSION "1.1.2"
185| /* end confdefs.h.  */
186| #include <ac_nonexistent.h>
187configure:4365: result: gcc -E
188configure:4389: gcc -E -I/opt/local/include conftest.c
189configure:4395: $? = 0
190configure:4427: gcc -E -I/opt/local/include conftest.c
191conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
192configure:4433: $? = 1
193configure: failed program was:
194| /* confdefs.h.  */
195|
196| #define PACKAGE_NAME "gpgme"
197| #define PACKAGE_TARNAME "gpgme"
198| #define PACKAGE_VERSION "1.1.2"
199| #define PACKAGE_STRING "gpgme 1.1.2"
200| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
201| #define PACKAGE "gpgme"
202| #define VERSION "1.1.2"
203| #define _GNU_SOURCE 1
204| #define NEED_GPG_VERSION "1.2.2"
205| #define NEED_GPGSM_VERSION "1.9.6"
206| #define PACKAGE "gpgme"
207| #define VERSION "1.1.2"
208| /* end confdefs.h.  */
209| #include <ac_nonexistent.h>
210configure:4477: checking for ANSI C header files
211configure:4502: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
212configure:4508: $? = 0
213configure:4511: test -z                          || test ! -s conftest.err
214configure:4514: $? = 0
215configure:4517: test -s conftest.o
216configure:4520: $? = 0
217configure:4606: gcc -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
218conftest.c: In function 'main':
219conftest.c:33: warning: incompatible implicit declaration of built-in function 'exit'
220configure:4609: $? = 0
221configure:4611: ./conftest
222configure:4614: $? = 0
223configure:4629: result: yes
224configure:4653: checking for sys/types.h
225configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
226configure:4675: $? = 0
227configure:4678: test -z                          || test ! -s conftest.err
228configure:4681: $? = 0
229configure:4684: test -s conftest.o
230configure:4687: $? = 0
231configure:4698: result: yes
232configure:4653: checking for sys/stat.h
233configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
234configure:4675: $? = 0
235configure:4678: test -z                          || test ! -s conftest.err
236configure:4681: $? = 0
237configure:4684: test -s conftest.o
238configure:4687: $? = 0
239configure:4698: result: yes
240configure:4653: checking for stdlib.h
241configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
242configure:4675: $? = 0
243configure:4678: test -z                          || test ! -s conftest.err
244configure:4681: $? = 0
245configure:4684: test -s conftest.o
246configure:4687: $? = 0
247configure:4698: result: yes
248configure:4653: checking for string.h
249configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
250configure:4675: $? = 0
251configure:4678: test -z                          || test ! -s conftest.err
252configure:4681: $? = 0
253configure:4684: test -s conftest.o
254configure:4687: $? = 0
255configure:4698: result: yes
256configure:4653: checking for memory.h
257configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
258configure:4675: $? = 0
259configure:4678: test -z                          || test ! -s conftest.err
260configure:4681: $? = 0
261configure:4684: test -s conftest.o
262configure:4687: $? = 0
263configure:4698: result: yes
264configure:4653: checking for strings.h
265configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
266configure:4675: $? = 0
267configure:4678: test -z                          || test ! -s conftest.err
268configure:4681: $? = 0
269configure:4684: test -s conftest.o
270configure:4687: $? = 0
271configure:4698: result: yes
272configure:4653: checking for inttypes.h
273configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
274configure:4675: $? = 0
275configure:4678: test -z                          || test ! -s conftest.err
276configure:4681: $? = 0
277configure:4684: test -s conftest.o
278configure:4687: $? = 0
279configure:4698: result: yes
280configure:4653: checking for stdint.h
281configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
282configure:4675: $? = 0
283configure:4678: test -z                          || test ! -s conftest.err
284configure:4681: $? = 0
285configure:4684: test -s conftest.o
286configure:4687: $? = 0
287configure:4698: result: yes
288configure:4653: checking for unistd.h
289configure:4669: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
290configure:4675: $? = 0
291configure:4678: test -z                          || test ! -s conftest.err
292configure:4681: $? = 0
293configure:4684: test -s conftest.o
294configure:4687: $? = 0
295configure:4698: result: yes
296configure:4724: checking dlfcn.h usability
297configure:4736: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
298configure:4742: $? = 0
299configure:4745: test -z                          || test ! -s conftest.err
300configure:4748: $? = 0
301configure:4751: test -s conftest.o
302configure:4754: $? = 0
303configure:4764: result: yes
304configure:4768: checking dlfcn.h presence
305configure:4778: gcc -E -I/opt/local/include conftest.c
306configure:4784: $? = 0
307configure:4804: result: yes
308configure:4839: checking for dlfcn.h
309configure:4846: result: yes
310configure:4911: checking for g++
311configure:4927: found /usr/bin/g++
312configure:4937: result: g++
313configure:4953: checking for C++ compiler version
314configure:4956: g++ --version </dev/null >&5
315powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
316Copyright (C) 2005 Free Software Foundation, Inc.
317This is free software; see the source for copying conditions.  There is NO
318warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
319
320configure:4959: $? = 0
321configure:4961: g++ -v </dev/null >&5
322Using built-in specs.
323Target: powerpc-apple-darwin8
324Configured with: /private/var/tmp/gcc/gcc-5250.obj~12/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
325Thread model: posix
326gcc version 4.0.1 (Apple Computer, Inc. build 5250)
327configure:4964: $? = 0
328configure:4966: g++ -V </dev/null >&5
329g++: argument to `-V' is missing
330configure:4969: $? = 1
331configure:4972: checking whether we are using the GNU C++ compiler
332configure:4996: g++ -c  -I/opt/local/include conftest.cc >&5
333configure:5002: $? = 0
334configure:5005: test -z                          || test ! -s conftest.err
335configure:5008: $? = 0
336configure:5011: test -s conftest.o
337configure:5014: $? = 0
338configure:5027: result: yes
339configure:5033: checking whether g++ accepts -g
340configure:5054: g++ -c -g -I/opt/local/include conftest.cc >&5
341configure:5060: $? = 0
342configure:5063: test -z                          || test ! -s conftest.err
343configure:5066: $? = 0
344configure:5069: test -s conftest.o
345configure:5072: $? = 0
346configure:5083: result: yes
347configure:5125: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
348configure:5131: $? = 0
349configure:5134: test -z                          || test ! -s conftest.err
350configure:5137: $? = 0
351configure:5140: test -s conftest.o
352configure:5143: $? = 0
353configure:5169: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
354conftest.cc: In function 'int main()':
355conftest.cc:31: error: 'exit' was not declared in this scope
356configure:5175: $? = 1
357configure: failed program was:
358| /* confdefs.h.  */
359|
360| #define PACKAGE_NAME "gpgme"
361| #define PACKAGE_TARNAME "gpgme"
362| #define PACKAGE_VERSION "1.1.2"
363| #define PACKAGE_STRING "gpgme 1.1.2"
364| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
365| #define PACKAGE "gpgme"
366| #define VERSION "1.1.2"
367| #define _GNU_SOURCE 1
368| #define NEED_GPG_VERSION "1.2.2"
369| #define NEED_GPGSM_VERSION "1.9.6"
370| #define PACKAGE "gpgme"
371| #define VERSION "1.1.2"
372| #define STDC_HEADERS 1
373| #define HAVE_SYS_TYPES_H 1
374| #define HAVE_SYS_STAT_H 1
375| #define HAVE_STDLIB_H 1
376| #define HAVE_STRING_H 1
377| #define HAVE_MEMORY_H 1
378| #define HAVE_STRINGS_H 1
379| #define HAVE_INTTYPES_H 1
380| #define HAVE_STDINT_H 1
381| #define HAVE_UNISTD_H 1
382| #define HAVE_DLFCN_H 1
383| /* end confdefs.h.  */
384|
385| int
386| main ()
387| {
388| exit (42);
389|   ;
390|   return 0;
391| }
392configure:5125: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
393/usr/include/stdlib.h:158: error: declaration of 'void std::exit(int)' throws different exceptions
394conftest.cc:27: error: than previous declaration 'void std::exit(int) throw ()'
395configure:5131: $? = 1
396configure: failed program was:
397| /* confdefs.h.  */
398|
399| #define PACKAGE_NAME "gpgme"
400| #define PACKAGE_TARNAME "gpgme"
401| #define PACKAGE_VERSION "1.1.2"
402| #define PACKAGE_STRING "gpgme 1.1.2"
403| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
404| #define PACKAGE "gpgme"
405| #define VERSION "1.1.2"
406| #define _GNU_SOURCE 1
407| #define NEED_GPG_VERSION "1.2.2"
408| #define NEED_GPGSM_VERSION "1.9.6"
409| #define PACKAGE "gpgme"
410| #define VERSION "1.1.2"
411| #define STDC_HEADERS 1
412| #define HAVE_SYS_TYPES_H 1
413| #define HAVE_SYS_STAT_H 1
414| #define HAVE_STDLIB_H 1
415| #define HAVE_STRING_H 1
416| #define HAVE_MEMORY_H 1
417| #define HAVE_STRINGS_H 1
418| #define HAVE_INTTYPES_H 1
419| #define HAVE_STDINT_H 1
420| #define HAVE_UNISTD_H 1
421| #define HAVE_DLFCN_H 1
422| /* end confdefs.h.  */
423| extern "C" void std::exit (int) throw (); using std::exit;
424| #include <stdlib.h>
425| int
426| main ()
427| {
428| exit (42);
429|   ;
430|   return 0;
431| }
432configure:5125: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
433configure:5131: $? = 0
434configure:5134: test -z                          || test ! -s conftest.err
435configure:5137: $? = 0
436configure:5140: test -s conftest.o
437configure:5143: $? = 0
438configure:5169: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
439configure:5175: $? = 0
440configure:5178: test -z                          || test ! -s conftest.err
441configure:5181: $? = 0
442configure:5184: test -s conftest.o
443configure:5187: $? = 0
444configure:5212: checking dependency style of g++
445configure:5302: result: gcc3
446configure:5324: checking how to run the C++ preprocessor
447configure:5355: g++ -E -I/opt/local/include conftest.cc
448configure:5361: $? = 0
449configure:5393: g++ -E -I/opt/local/include conftest.cc
450conftest.cc:30:28: error: ac_nonexistent.h: No such file or directory
451configure:5399: $? = 1
452configure: failed program was:
453| /* confdefs.h.  */
454|
455| #define PACKAGE_NAME "gpgme"
456| #define PACKAGE_TARNAME "gpgme"
457| #define PACKAGE_VERSION "1.1.2"
458| #define PACKAGE_STRING "gpgme 1.1.2"
459| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
460| #define PACKAGE "gpgme"
461| #define VERSION "1.1.2"
462| #define _GNU_SOURCE 1
463| #define NEED_GPG_VERSION "1.2.2"
464| #define NEED_GPGSM_VERSION "1.9.6"
465| #define PACKAGE "gpgme"
466| #define VERSION "1.1.2"
467| #define STDC_HEADERS 1
468| #define HAVE_SYS_TYPES_H 1
469| #define HAVE_SYS_STAT_H 1
470| #define HAVE_STDLIB_H 1
471| #define HAVE_STRING_H 1
472| #define HAVE_MEMORY_H 1
473| #define HAVE_STRINGS_H 1
474| #define HAVE_INTTYPES_H 1
475| #define HAVE_STDINT_H 1
476| #define HAVE_UNISTD_H 1
477| #define HAVE_DLFCN_H 1
478| #ifdef __cplusplus
479| extern "C" void std::exit (int); using std::exit;
480| #endif
481| /* end confdefs.h.  */
482| #include <ac_nonexistent.h>
483configure:5438: result: g++ -E
484configure:5462: g++ -E -I/opt/local/include conftest.cc
485configure:5468: $? = 0
486configure:5500: g++ -E -I/opt/local/include conftest.cc
487conftest.cc:30:28: error: ac_nonexistent.h: No such file or directory
488configure:5506: $? = 1
489configure: failed program was:
490| /* confdefs.h.  */
491|
492| #define PACKAGE_NAME "gpgme"
493| #define PACKAGE_TARNAME "gpgme"
494| #define PACKAGE_VERSION "1.1.2"
495| #define PACKAGE_STRING "gpgme 1.1.2"
496| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
497| #define PACKAGE "gpgme"
498| #define VERSION "1.1.2"
499| #define _GNU_SOURCE 1
500| #define NEED_GPG_VERSION "1.2.2"
501| #define NEED_GPGSM_VERSION "1.9.6"
502| #define PACKAGE "gpgme"
503| #define VERSION "1.1.2"
504| #define STDC_HEADERS 1
505| #define HAVE_SYS_TYPES_H 1
506| #define HAVE_SYS_STAT_H 1
507| #define HAVE_STDLIB_H 1
508| #define HAVE_STRING_H 1
509| #define HAVE_MEMORY_H 1
510| #define HAVE_STRINGS_H 1
511| #define HAVE_INTTYPES_H 1
512| #define HAVE_STDINT_H 1
513| #define HAVE_UNISTD_H 1
514| #define HAVE_DLFCN_H 1
515| #ifdef __cplusplus
516| extern "C" void std::exit (int); using std::exit;
517| #endif
518| /* end confdefs.h.  */
519| #include <ac_nonexistent.h>
520configure:5601: checking for g77
521configure:5630: result: no
522configure:5601: checking for f77
523configure:5630: result: no
524configure:5601: checking for xlf
525configure:5630: result: no
526configure:5601: checking for frt
527configure:5630: result: no
528configure:5601: checking for pgf77
529configure:5630: result: no
530configure:5601: checking for fort77
531configure:5630: result: no
532configure:5601: checking for fl32
533configure:5630: result: no
534configure:5601: checking for af77
535configure:5630: result: no
536configure:5601: checking for f90
537configure:5630: result: no
538configure:5601: checking for xlf90
539configure:5630: result: no
540configure:5601: checking for pgf90
541configure:5630: result: no
542configure:5601: checking for epcf90
543configure:5630: result: no
544configure:5601: checking for f95
545configure:5630: result: no
546configure:5601: checking for fort
547configure:5630: result: no
548configure:5601: checking for xlf95
549configure:5630: result: no
550configure:5601: checking for ifc
551configure:5630: result: no
552configure:5601: checking for efc
553configure:5630: result: no
554configure:5601: checking for pgf95
555configure:5630: result: no
556configure:5601: checking for lf95
557configure:5630: result: no
558configure:5601: checking for gfortran
559configure:5630: result: no
560configure:5645: checking for Fortran 77 compiler version
561configure:5645:  --version </dev/null >&5
562./configure: line 1: --version: command not found
563configure:5648: $? = 127
564configure:5650:  -v </dev/null >&5
565./configure: line 1: -v: command not found
566configure:5653: $? = 127
567configure:5655:  -V </dev/null >&5
568./configure: line 1: -V: command not found
569configure:5658: $? = 127
570configure:5666: checking whether we are using the GNU Fortran 77 compiler
571configure:5680:  -c  conftest.F >&5
572./configure: line 1: -c: command not found
573configure:5686: $? = 127
574configure: failed program was:
575|       program main
576| #ifndef __GNUC__
577|        choke me
578| #endif
579|
580|       end
581configure:5711: result: no
582configure:5717: checking whether  accepts -g
583configure:5729:  -c -g conftest.f >&5
584./configure: line 1: -c: command not found
585configure:5735: $? = 127
586configure: failed program was:
587|       program main
588|
589|       end
590configure:5759: result: no
591configure:5789: checking the maximum length of command line arguments
592configure:5854: result: 65536
593configure:5865: checking command to parse /usr/bin/nm -p output from gcc object
594configure:5954: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
595configure:5957: $? = 0
596configure:5961: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
597configure:5964: $? = 0
598cannot find nm_test_var in conftest.nm
599configure:5954: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
600configure:5957: $? = 0
601configure:5961: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
602configure:5964: $? = 0
603configure:6016: gcc -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
604configure:6019: $? = 0
605configure:6057: result: ok
606configure:6061: checking for objdir
607configure:6076: result: .libs
608configure:6166: checking for ar
609configure:6182: found /usr/bin/ar
610configure:6193: result: ar
611configure:6246: checking for ranlib
612configure:6262: found /usr/bin/ranlib
613configure:6273: result: ranlib
614configure:6326: checking for strip
615configure:6342: found /usr/bin/strip
616configure:6353: result: strip
617configure:6615: checking if gcc static flag  works
618configure:6638: result: yes
619configure:6660: checking if gcc supports -fno-rtti -fno-exceptions
620configure:6681: gcc -c -g -O2 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
621cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
622configure:6685: $? = 0
623configure:6693: result: no
624configure:6708: checking for gcc option to produce PIC
625configure:6885: result: -fno-common
626configure:6893: checking if gcc PIC flag -fno-common works
627configure:6914: gcc -c -g -O2 -I/opt/local/include -fno-common -DPIC conftest.c >&5
628configure:6918: $? = 0
629configure:6926: result: yes
630configure:6950: checking if gcc supports -c -o file.o
631configure:6974: gcc -c -g -O2 -I/opt/local/include -o out/conftest2.o conftest.c >&5
632configure:6978: $? = 0
633configure:6995: result: yes
634configure:7021: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
635configure:7868: result: yes
636configure:7939: checking dynamic linker characteristics
637configure:8479: result: darwin8.5.0 dyld
638configure:8483: checking how to hardcode library paths into programs
639configure:8508: result: immediate
640configure:8522: checking whether stripping libraries is possible
641configure:8535: result: yes
642configure:9350: checking if libtool supports shared libraries
643configure:9352: result: yes
644configure:9355: checking whether to build shared libraries
645configure:9413: result: yes
646configure:9416: checking whether to build static libraries
647configure:9420: result: yes
648configure:9512: creating libtool
649configure:10059: checking for ld used by g++
650configure:10126: result: /usr/bin/ld
651configure:10135: checking if the linker (/usr/bin/ld) is GNU ld
652configure:10150: result: no
653configure:10201: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
654configure:11027: result: yes
655configure:11049: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
656configure:11052: $? = 0
657configure:11148: checking for g++ option to produce PIC
658configure:11400: result: -fno-common
659configure:11408: checking if g++ PIC flag -fno-common works
660configure:11429: g++ -c -g -O2 -I/opt/local/include -fno-common -DPIC conftest.cc >&5
661configure:11433: $? = 0
662configure:11441: result: yes
663configure:11465: checking if g++ supports -c -o file.o
664configure:11489: g++ -c -g -O2 -I/opt/local/include -o out/conftest2.o conftest.cc >&5
665configure:11493: $? = 0
666configure:11510: result: yes
667configure:11536: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
668configure:11564: result: yes
669configure:11635: checking dynamic linker characteristics
670configure:12175: result: darwin8.5.0 dyld
671configure:12179: checking how to hardcode library paths into programs
672configure:12204: result: immediate
673configure:12218: checking whether stripping libraries is possible
674configure:12231: result: yes
675configure:19493: checking for GNU Pth
676configure:19758: gcc -E -I/opt/local/include -I/opt/local/include conftest.c
677configure:19764: $? = 0
678configure:19834: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c  -lpth >&5
679conftest.c: In function 'main':
680conftest.c:38: warning: incompatible implicit declaration of built-in function 'exit'
681/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libpth.20.dylib is not prebound
682configure:19840: $? = 0
683configure:19843: test -z                         || test ! -s conftest.err
684configure:19846: $? = 0
685configure:19849: test -s conftest
686configure:19852: $? = 0
687configure:19923: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c  -lpth >&5
688conftest.c: In function 'main':
689conftest.c:67: warning: incompatible implicit declaration of built-in function 'exit'
690/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libpth.20.dylib is not prebound
691configure:19926: $? = 0
692configure:19928: ./conftest
693configure:19931: $? = 0
694configure:20040: result: version 2.0.6, installed under /opt/local
695configure:20056: checking for pthread_create in -lpthread
696configure:20086: gcc -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lpthread   >&5
697configure:20092: $? = 0
698configure:20095: test -z                         || test ! -s conftest.err
699configure:20098: $? = 0
700configure:20101: test -s conftest
701configure:20104: $? = 0
702configure:20117: result: yes
703configure:20203: checking for pkg-config
704configure:20221: found /opt/local/bin/pkg-config
705configure:20234: result: /opt/local/bin/pkg-config
706configure:20257: checking for GLIB - version >= 2.0.0
707configure:20376: gcc -o conftest -g -O2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include -L/opt/local/lib conftest.c -L/opt/local/lib -lglib-2.0 -lintl -liconv    >&5
708/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libglib-2.0.0.dylib is not prebound
709configure:20379: $? = 0
710configure:20381: ./conftest
711configure:20384: $? = 0
712configure:20402: result: yes (version 2.8.6)
713configure:20548: checking sys/select.h usability
714configure:20560: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
715configure:20566: $? = 0
716configure:20569: test -z                         || test ! -s conftest.err
717configure:20572: $? = 0
718configure:20575: test -s conftest.o
719configure:20578: $? = 0
720configure:20588: result: yes
721configure:20592: checking sys/select.h presence
722configure:20602: gcc -E -I/opt/local/include conftest.c
723configure:20608: $? = 0
724configure:20628: result: yes
725configure:20663: checking for sys/select.h
726configure:20670: result: yes
727configure:20686: checking for inline
728configure:20707: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
729configure:20713: $? = 0
730configure:20716: test -z                         || test ! -s conftest.err
731configure:20719: $? = 0
732configure:20722: test -s conftest.o
733configure:20725: $? = 0
734configure:20737: result: inline
735configure:20756: checking for unsigned int
736configure:20780: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
737configure:20786: $? = 0
738configure:20789: test -z                         || test ! -s conftest.err
739configure:20792: $? = 0
740configure:20795: test -s conftest.o
741configure:20798: $? = 0
742configure:20809: result: yes
743configure:20812: checking size of unsigned int
744configure:21124: gcc -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
745configure:21127: $? = 0
746configure:21129: ./conftest
747configure:21132: $? = 0
748configure:21155: result: 4
749configure:21169: checking for special C compiler options needed for large files
750configure:21266: result: no
751configure:21272: checking for _FILE_OFFSET_BITS value needed for large files
752configure:21303: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
753configure:21309: $? = 0
754configure:21312: test -z                         || test ! -s conftest.err
755configure:21315: $? = 0
756configure:21318: test -s conftest.o
757configure:21321: $? = 0
758configure:21385: result: no
759configure:21395: checking for _LARGE_FILES value needed for large files
760configure:21426: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
761configure:21432: $? = 0
762configure:21435: test -z                         || test ! -s conftest.err
763configure:21438: $? = 0
764configure:21441: test -s conftest.o
765configure:21444: $? = 0
766configure:21508: result: no
767configure:21520: checking for off_t
768configure:21544: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
769configure:21550: $? = 0
770configure:21553: test -z                         || test ! -s conftest.err
771configure:21556: $? = 0
772configure:21559: test -s conftest.o
773configure:21562: $? = 0
774configure:21573: result: yes
775configure:21596: checking for _LARGEFILE_SOURCE value needed for large files
776configure:21619: gcc -c -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include conftest.c >&5
777conftest.c:37: warning: function declaration isn't a prototype
778conftest.c: In function 'main':
779conftest.c:38: warning: the address of 'fseeko', will always evaluate as 'true'
780configure:21625: $? = 0
781configure:21628: test -z                         || test ! -s conftest.err
782configure:21631: $? = 0
783configure:21634: test -s conftest.o
784configure:21637: $? = 0
785configure:21693: result: no
786configure:21707: checking for fseeko
787configure:21728: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
788conftest.c:37: warning: function declaration isn't a prototype
789conftest.c: In function 'main':
790conftest.c:38: warning: the address of 'fseeko', will always evaluate as 'true'
791configure:21734: $? = 0
792configure:21737: test -z                         || test ! -s conftest.err
793configure:21740: $? = 0
794configure:21743: test -s conftest
795configure:21746: $? = 0
796configure:21758: result: yes
797configure:21773: checking for stpcpy
798configure:21830: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
799conftest.c:59: warning: function declaration isn't a prototype
800conftest.c:59: warning: conflicting types for built-in function 'stpcpy'
801conftest.c:66: warning: function declaration isn't a prototype
802conftest.c:74: warning: function declaration isn't a prototype
803configure:21836: $? = 0
804configure:21839: test -z                         || test ! -s conftest.err
805configure:21842: $? = 0
806configure:21845: test -s conftest
807configure:21848: $? = 0
808configure:21860: result: yes
809configure:21875: checking for vasprintf
810configure:21932: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
811conftest.c:60: warning: function declaration isn't a prototype
812conftest.c:67: warning: function declaration isn't a prototype
813conftest.c:75: warning: function declaration isn't a prototype
814configure:21938: $? = 0
815configure:21941: test -z                         || test ! -s conftest.err
816configure:21944: $? = 0
817configure:21947: test -s conftest
818configure:21950: $? = 0
819configure:21962: result: yes
820configure:22072: checking for ttyname_r
821configure:22129: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
822conftest.c:61: warning: function declaration isn't a prototype
823conftest.c:68: warning: function declaration isn't a prototype
824conftest.c:76: warning: function declaration isn't a prototype
825configure:22135: $? = 0
826configure:22138: test -z                         || test ! -s conftest.err
827configure:22141: $? = 0
828configure:22144: test -s conftest
829configure:22147: $? = 0
830configure:22159: result: yes
831configure:22193: checking whether we are using the GNU C Library 2.1 or newer
832conftest.c:39:22: error: features.h: No such file or directory
833configure:22224: result: no
834configure:22245: checking for getenv_r
835configure:22302: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
836conftest.c:62: warning: function declaration isn't a prototype
837conftest.c:69: warning: function declaration isn't a prototype
838conftest.c:77: warning: function declaration isn't a prototype
839/usr/bin/ld: warning prebinding disabled because of undefined symbols
840/usr/bin/ld: Undefined symbols:
841_getenv_r
842collect2: ld returned 1 exit status
843configure:22308: $? = 1
844configure: failed program was:
845| /* confdefs.h.  */
846|
847| #define PACKAGE_NAME "gpgme"
848| #define PACKAGE_TARNAME "gpgme"
849| #define PACKAGE_VERSION "1.1.2"
850| #define PACKAGE_STRING "gpgme 1.1.2"
851| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
852| #define PACKAGE "gpgme"
853| #define VERSION "1.1.2"
854| #define _GNU_SOURCE 1
855| #define NEED_GPG_VERSION "1.2.2"
856| #define NEED_GPGSM_VERSION "1.9.6"
857| #define PACKAGE "gpgme"
858| #define VERSION "1.1.2"
859| #define STDC_HEADERS 1
860| #define HAVE_SYS_TYPES_H 1
861| #define HAVE_SYS_STAT_H 1
862| #define HAVE_STDLIB_H 1
863| #define HAVE_STRING_H 1
864| #define HAVE_MEMORY_H 1
865| #define HAVE_STRINGS_H 1
866| #define HAVE_INTTYPES_H 1
867| #define HAVE_STDINT_H 1
868| #define HAVE_UNISTD_H 1
869| #define HAVE_DLFCN_H 1
870| #ifdef __cplusplus
871| extern "C" void std::exit (int); using std::exit;
872| #endif
873| #define HAVE_PTH
874| #define HAVE_PTHREAD
875| #define HAVE_SYS_SELECT_H 1
876| #define SIZEOF_UNSIGNED_INT 4
877| #define HAVE_FSEEKO 1
878| #define HAVE_STPCPY 1
879| #define HAVE_VASPRINTF 1
880| #define HAVE_TTYNAME_R 1
881| /* end confdefs.h.  */
882| /* Define getenv_r to an innocuous variant, in case <limits.h> declares getenv_r.
883|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
884| #define getenv_r innocuous_getenv_r
885|
886| /* System header to define __stub macros and hopefully few prototypes,
887|     which can conflict with char getenv_r (); below.
888|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
889|     <limits.h> exists even on freestanding compilers.  */
890|
891| #ifdef __STDC__
892| # include <limits.h>
893| #else
894| # include <assert.h>
895| #endif
896|
897| #undef getenv_r
898|
899| /* Override any gcc2 internal prototype to avoid an error.  */
900| #ifdef __cplusplus
901| extern "C"
902| {
903| #endif
904| /* We use char because int might match the return type of a gcc2
905|    builtin and then its argument prototype would still apply.  */
906| char getenv_r ();
907| /* The GNU C library defines this for functions which it implements
908|     to always fail with ENOSYS.  Some functions are actually named
909|     something starting with __ and the normal name is an alias.  */
910| #if defined (__stub_getenv_r) || defined (__stub___getenv_r)
911| choke me
912| #else
913| char (*f) () = getenv_r;
914| #endif
915| #ifdef __cplusplus
916| }
917| #endif
918|
919| int
920| main ()
921| {
922| return f != getenv_r;
923|   ;
924|   return 0;
925| }
926configure:22332: result: no
927configure:22346: WARNING:
928***
929*** getenv() is not thread-safe and getenv_r() does not exist
930***
931configure:22359: checking for timegm
932configure:22416: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
933conftest.c:62: warning: function declaration isn't a prototype
934conftest.c:69: warning: function declaration isn't a prototype
935conftest.c:77: warning: function declaration isn't a prototype
936configure:22422: $? = 0
937configure:22425: test -z                         || test ! -s conftest.err
938configure:22428: $? = 0
939configure:22431: test -s conftest
940configure:22434: $? = 0
941configure:22446: result: yes
942configure:22486: checking for gpg-error-config
943configure:22504: found /opt/local/bin/gpg-error-config
944configure:22517: result: /opt/local/bin/gpg-error-config
945configure:22525: checking for GPG Error - version >= 0.5
946configure:22551: result: yes
947configure:22681: checking for GnuPG >= 1.2.2
948configure:22714: result: yes
949configure:22750: checking for gpgsm
950configure:22768: found /opt/local/bin/gpgsm
951configure:22780: result: /opt/local/bin/gpgsm
952configure:22857: checking for GPGSM >= 1.9.6
953configure:22890: result: yes
954configure:22930: checking for funopen
955configure:22987: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
956conftest.c:67: warning: function declaration isn't a prototype
957conftest.c:74: warning: function declaration isn't a prototype
958conftest.c:82: warning: function declaration isn't a prototype
959configure:22993: $? = 0
960configure:22996: test -z                         || test ! -s conftest.err
961configure:22999: $? = 0
962configure:23002: test -s conftest
963configure:23005: $? = 0
964configure:23017: result: yes
965configure:23156: checking for isascii
966configure:23213: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
967conftest.c:68: warning: function declaration isn't a prototype
968conftest.c:68: warning: conflicting types for built-in function 'isascii'
969conftest.c:75: warning: function declaration isn't a prototype
970conftest.c:83: warning: function declaration isn't a prototype
971configure:23219: $? = 0
972configure:23222: test -z                         || test ! -s conftest.err
973configure:23225: $? = 0
974configure:23228: test -s conftest
975configure:23231: $? = 0
976configure:23243: result: yes
977configure:23267: checking for putc_unlocked
978configure:23324: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
979conftest.c:69: warning: function declaration isn't a prototype
980conftest.c:76: warning: function declaration isn't a prototype
981conftest.c:84: warning: function declaration isn't a prototype
982configure:23330: $? = 0
983configure:23333: test -z                         || test ! -s conftest.err
984configure:23336: $? = 0
985configure:23339: test -s conftest
986configure:23342: $? = 0
987configure:23354: result: yes
988configure:23378: checking for memrchr
989configure:23435: gcc -o conftest -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib conftest.c  >&5
990conftest.c:70: warning: function declaration isn't a prototype
991conftest.c:77: warning: function declaration isn't a prototype
992conftest.c:85: warning: function declaration isn't a prototype
993/usr/bin/ld: warning prebinding disabled because of undefined symbols
994/usr/bin/ld: Undefined symbols:
995_memrchr
996collect2: ld returned 1 exit status
997configure:23441: $? = 1
998configure: failed program was:
999| /* confdefs.h.  */
1000|
1001| #define PACKAGE_NAME "gpgme"
1002| #define PACKAGE_TARNAME "gpgme"
1003| #define PACKAGE_VERSION "1.1.2"
1004| #define PACKAGE_STRING "gpgme 1.1.2"
1005| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
1006| #define PACKAGE "gpgme"
1007| #define VERSION "1.1.2"
1008| #define _GNU_SOURCE 1
1009| #define NEED_GPG_VERSION "1.2.2"
1010| #define NEED_GPGSM_VERSION "1.9.6"
1011| #define PACKAGE "gpgme"
1012| #define VERSION "1.1.2"
1013| #define STDC_HEADERS 1
1014| #define HAVE_SYS_TYPES_H 1
1015| #define HAVE_SYS_STAT_H 1
1016| #define HAVE_STDLIB_H 1
1017| #define HAVE_STRING_H 1
1018| #define HAVE_MEMORY_H 1
1019| #define HAVE_STRINGS_H 1
1020| #define HAVE_INTTYPES_H 1
1021| #define HAVE_STDINT_H 1
1022| #define HAVE_UNISTD_H 1
1023| #define HAVE_DLFCN_H 1
1024| #ifdef __cplusplus
1025| extern "C" void std::exit (int); using std::exit;
1026| #endif
1027| #define HAVE_PTH
1028| #define HAVE_PTHREAD
1029| #define HAVE_SYS_SELECT_H 1
1030| #define SIZEOF_UNSIGNED_INT 4
1031| #define HAVE_FSEEKO 1
1032| #define HAVE_STPCPY 1
1033| #define HAVE_VASPRINTF 1
1034| #define HAVE_TTYNAME_R 1
1035| #define HAVE_TIMEGM 1
1036| #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GPGME
1037| #define GPG_PATH "/opt/local/bin/gpg"
1038| #define GPGSM_PATH "/opt/local/bin/gpgsm"
1039| #define ENABLE_GPGSM 1
1040| #define HAVE_FUNOPEN 1
1041| #define HAVE_ISASCII 1
1042| #define HAVE_PUTC_UNLOCKED 1
1043| /* end confdefs.h.  */
1044| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
1045|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1046| #define memrchr innocuous_memrchr
1047|
1048| /* System header to define __stub macros and hopefully few prototypes,
1049|     which can conflict with char memrchr (); below.
1050|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1051|     <limits.h> exists even on freestanding compilers.  */
1052|
1053| #ifdef __STDC__
1054| # include <limits.h>
1055| #else
1056| # include <assert.h>
1057| #endif
1058|
1059| #undef memrchr
1060|
1061| /* Override any gcc2 internal prototype to avoid an error.  */
1062| #ifdef __cplusplus
1063| extern "C"
1064| {
1065| #endif
1066| /* We use char because int might match the return type of a gcc2
1067|    builtin and then its argument prototype would still apply.  */
1068| char memrchr ();
1069| /* The GNU C library defines this for functions which it implements
1070|     to always fail with ENOSYS.  Some functions are actually named
1071|     something starting with __ and the normal name is an alias.  */
1072| #if defined (__stub_memrchr) || defined (__stub___memrchr)
1073| choke me
1074| #else
1075| char (*f) () = memrchr;
1076| #endif
1077| #ifdef __cplusplus
1078| }
1079| #endif
1080|
1081| int
1082| main ()
1083| {
1084| return f != memrchr;
1085|   ;
1086|   return 0;
1087| }
1088configure:23465: result: no
1089configure:23501: checking sys/uio.h usability
1090configure:23513: gcc -c -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -I/opt/local/include conftest.c >&5
1091configure:23519: $? = 0
1092configure:23522: test -z                         || test ! -s conftest.err
1093configure:23525: $? = 0
1094configure:23528: test -s conftest.o
1095configure:23531: $? = 0
1096configure:23541: result: yes
1097configure:23545: checking sys/uio.h presence
1098configure:23555: gcc -E -I/opt/local/include conftest.c
1099configure:23561: $? = 0
1100configure:23581: result: yes
1101configure:23616: checking for sys/uio.h
1102configure:23623: result: yes
1103configure:23916: creating ./config.status
1104
1105## ---------------------- ##
1106## Running config.status. ##
1107## ---------------------- ##
1108
1109This file was extended by gpgme config.status 1.1.2, which was
1110generated by GNU Autoconf 2.59.  Invocation command line was
1111
1112  CONFIG_FILES    =
1113  CONFIG_HEADERS  =
1114  CONFIG_LINKS    =
1115  CONFIG_COMMANDS =
1116  $ ./config.status
1117
1118on G3.local
1119
1120config.status:821: creating Makefile
1121config.status:821: creating assuan/Makefile
1122config.status:821: creating gpgme/Makefile
1123config.status:821: creating tests/Makefile
1124config.status:821: creating tests/gpg/Makefile
1125config.status:821: creating tests/gpgsm/Makefile
1126config.status:821: creating doc/Makefile
1127config.status:821: creating complus/Makefile
1128config.status:821: creating gpgme/versioninfo.rc
1129config.status:821: creating gpgme/gpgme-config
1130config.status:891: creating config.h
1131config.status:1241: executing depfiles commands
1132
1133## ---------------- ##
1134## Cache variables. ##
1135## ---------------- ##
1136
1137ac_cv_build=powerpc-apple-darwin8.5.0
1138ac_cv_build_alias=powerpc-apple-darwin8.5.0
1139ac_cv_c_compiler_gnu=yes
1140ac_cv_c_inline=inline
1141ac_cv_cxx_compiler_gnu=yes
1142ac_cv_env_CC_set=
1143ac_cv_env_CC_value=
1144ac_cv_env_CFLAGS_set=
1145ac_cv_env_CFLAGS_value=
1146ac_cv_env_CPPFLAGS_set=set
1147ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1148ac_cv_env_CPP_set=
1149ac_cv_env_CPP_value=
1150ac_cv_env_CXXCPP_set=
1151ac_cv_env_CXXCPP_value=
1152ac_cv_env_CXXFLAGS_set=
1153ac_cv_env_CXXFLAGS_value=
1154ac_cv_env_CXX_set=
1155ac_cv_env_CXX_value=
1156ac_cv_env_F77_set=
1157ac_cv_env_F77_value=
1158ac_cv_env_FFLAGS_set=
1159ac_cv_env_FFLAGS_value=
1160ac_cv_env_LDFLAGS_set=set
1161ac_cv_env_LDFLAGS_value=-L/opt/local/lib
1162ac_cv_env_build_alias_set=
1163ac_cv_env_build_alias_value=
1164ac_cv_env_host_alias_set=
1165ac_cv_env_host_alias_value=
1166ac_cv_env_target_alias_set=
1167ac_cv_env_target_alias_value=
1168ac_cv_exeext=
1169ac_cv_f77_compiler_gnu=no
1170ac_cv_func_fseeko=yes
1171ac_cv_func_funopen=yes
1172ac_cv_func_getenv_r=no
1173ac_cv_func_isascii=yes
1174ac_cv_func_memrchr=no
1175ac_cv_func_putc_unlocked=yes
1176ac_cv_func_stpcpy=yes
1177ac_cv_func_timegm=yes
1178ac_cv_func_ttyname_r=yes
1179ac_cv_func_vasprintf=yes
1180ac_cv_gnu_library_2_1=no
1181ac_cv_header_dlfcn_h=yes
1182ac_cv_header_inttypes_h=yes
1183ac_cv_header_memory_h=yes
1184ac_cv_header_stdc=yes
1185ac_cv_header_stdint_h=yes
1186ac_cv_header_stdlib_h=yes
1187ac_cv_header_string_h=yes
1188ac_cv_header_strings_h=yes
1189ac_cv_header_sys_select_h=yes
1190ac_cv_header_sys_stat_h=yes
1191ac_cv_header_sys_types_h=yes
1192ac_cv_header_sys_uio_h=yes
1193ac_cv_header_unistd_h=yes
1194ac_cv_host=powerpc-apple-darwin8.5.0
1195ac_cv_host_alias=powerpc-apple-darwin8.5.0
1196ac_cv_lib_pthread_pthread_create=yes
1197ac_cv_objext=o
1198ac_cv_path_GPGSM=/opt/local/bin/gpgsm
1199ac_cv_path_GPG_ERROR_CONFIG=/opt/local/bin/gpg-error-config
1200ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
1201ac_cv_path_install='/usr/bin/install -c'
1202ac_cv_prog_AWK=awk
1203ac_cv_prog_CPP='gcc -E'
1204ac_cv_prog_CXXCPP='g++ -E'
1205ac_cv_prog_ac_ct_AR=ar
1206ac_cv_prog_ac_ct_CC=gcc
1207ac_cv_prog_ac_ct_CXX=g++
1208ac_cv_prog_ac_ct_RANLIB=ranlib
1209ac_cv_prog_ac_ct_RC=no
1210ac_cv_prog_ac_ct_STRIP=strip
1211ac_cv_prog_cc_g=yes
1212ac_cv_prog_cc_stdc=
1213ac_cv_prog_cxx_g=yes
1214ac_cv_prog_egrep='grep -E'
1215ac_cv_prog_f77_g=no
1216ac_cv_prog_make_make_set=yes
1217ac_cv_sizeof_unsigned_int=4
1218ac_cv_sys_file_offset_bits=no
1219ac_cv_sys_large_files=no
1220ac_cv_sys_largefile_CC=no
1221ac_cv_sys_largefile_source=no
1222ac_cv_type_off_t=yes
1223ac_cv_type_unsigned_int=yes
1224am_cv_CC_dependencies_compiler_type=gcc3
1225am_cv_CXX_dependencies_compiler_type=gcc3
1226lt_cv_deplibs_check_method=pass_all
1227lt_cv_file_magic_cmd='$MAGIC_CMD'
1228lt_cv_file_magic_test_file=
1229lt_cv_ld_reload_flag=-r
1230lt_cv_objdir=.libs
1231lt_cv_path_LD=/usr/bin/ld
1232lt_cv_path_LDCXX=/usr/bin/ld
1233lt_cv_path_NM='/usr/bin/nm -p'
1234lt_cv_path_SED=/usr/bin/sed
1235lt_cv_prog_compiler_c_o=yes
1236lt_cv_prog_compiler_c_o_CXX=yes
1237lt_cv_prog_compiler_c_o_RC=yes
1238lt_cv_prog_compiler_rtti_exceptions=no
1239lt_cv_prog_gnu_ld=no
1240lt_cv_prog_gnu_ldcxx=no
1241lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
1242lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
1243lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
1244lt_cv_sys_max_cmd_len=65536
1245lt_lt_cv_prog_compiler_c_o='"yes"'
1246lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
1247lt_lt_cv_prog_compiler_c_o_RC='"yes"'
1248lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
1249lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
1250lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
1251
1252## ----------------- ##
1253## Output variables. ##
1254## ----------------- ##
1255
1256ACLOCAL='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run aclocal-1.9'
1257AMDEPBACKSLASH='\'
1258AMDEP_FALSE='#'
1259AMDEP_TRUE=''
1260AMTAR='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run tar'
1261AR='ar'
1262AS='as'
1263AUTOCONF='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run autoconf'
1264AUTOHEADER='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run autoheader'
1265AUTOMAKE='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run automake-1.9'
1266AWK='awk'
1267BUILD_ASSUAN_FALSE='#'
1268BUILD_ASSUAN_TRUE=''
1269BUILD_COMPLUS_FALSE=''
1270BUILD_COMPLUS_TRUE='#'
1271BUILD_FILEVERSION=''
1272BUILD_REVISION='1163'
1273BUILD_TIMESTAMP=''
1274BUILD_W32_GLIB_FALSE=''
1275BUILD_W32_GLIB_TRUE='#'
1276CC='gcc'
1277CCDEPMODE='depmode=gcc3'
1278CFLAGS='-g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes'
1279CPP='gcc -E'
1280CPPFLAGS='-I/opt/local/include'
1281CXX='g++'
1282CXXCPP='g++ -E'
1283CXXDEPMODE='depmode=gcc3'
1284CXXFLAGS='-g -O2'
1285CYGPATH_W='echo'
1286DEFS='-DHAVE_CONFIG_H'
1287DEPDIR='.deps'
1288DLLTOOL='dlltool'
1289ECHO='echo'
1290ECHO_C=''
1291ECHO_N='-n'
1292ECHO_T=''
1293EGREP='grep -E'
1294EXEEXT=''
1295F77=''
1296FFLAGS=''
1297GLIBC21='no'
1298GLIB_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
1299GLIB_GENMARSHAL='glib-genmarshal'
1300GLIB_LIBS='-L/opt/local/lib -lglib-2.0 -lintl -liconv  '
1301GLIB_MKENUMS='glib-mkenums'
1302GOBJECT_QUERY='gobject-query'
1303GPG='/opt/local/bin/gpg'
1304GPGME_CONFIG_API_VERSION='1'
1305GPGME_CONFIG_CFLAGS=''
1306GPGME_CONFIG_LIBS='-lgpgme'
1307GPGSM='/opt/local/bin/gpgsm'
1308GPG_ERROR_CFLAGS='-I/opt/local/include'
1309GPG_ERROR_CONFIG='/opt/local/bin/gpg-error-config'
1310GPG_ERROR_LIBS='-L/opt/local/lib -lgpg-error'
1311GPG_PATH=''
1312HAVE_DOSISH_SYSTEM_FALSE=''
1313HAVE_DOSISH_SYSTEM_TRUE='#'
1314HAVE_GPGSM_FALSE='#'
1315HAVE_GPGSM_TRUE=''
1316HAVE_LD_VERSION_SCRIPT_FALSE=''
1317HAVE_LD_VERSION_SCRIPT_TRUE='#'
1318HAVE_PTHREAD_FALSE='#'
1319HAVE_PTHREAD_TRUE=''
1320HAVE_PTH_FALSE='#'
1321HAVE_PTH_TRUE=''
1322HAVE_W32_SYSTEM_FALSE=''
1323HAVE_W32_SYSTEM_TRUE='#'
1324INSTALL_DATA='${INSTALL} -m 644'
1325INSTALL_PROGRAM='${INSTALL}'
1326INSTALL_SCRIPT='${INSTALL}'
1327INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
1328LDFLAGS='-L/opt/local/lib'
1329LIBGPGME_LT_AGE='6'
1330LIBGPGME_LT_CURRENT='17'
1331LIBGPGME_LT_REVISION='1'
1332LIBOBJS=' memrchr$U.o'
1333LIBS=''
1334LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1335LN_S='ln -s'
1336LTLIBOBJS=' memrchr$U.lo'
1337MAINT='#'
1338MAINTAINER_MODE_FALSE=''
1339MAINTAINER_MODE_TRUE='#'
1340MAKEINFO='${SHELL} /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/missing --run makeinfo'
1341OBJDUMP='objdump'
1342OBJEXT='o'
1343PACKAGE='gpgme'
1344PACKAGE_BUGREPORT='bug-gpgme@gnupg.org'
1345PACKAGE_NAME='gpgme'
1346PACKAGE_STRING='gpgme 1.1.2'
1347PACKAGE_TARNAME='gpgme'
1348PACKAGE_VERSION='1.1.2'
1349PATH_SEPARATOR=':'
1350PKG_CONFIG='/opt/local/bin/pkg-config'
1351PTH_CFLAGS='-I/opt/local/include'
1352PTH_CPPFLAGS='-I/opt/local/include'
1353PTH_LDFLAGS='-L/opt/local/lib'
1354PTH_LIBS='-lpth'
1355RANLIB='ranlib'
1356RC='no'
1357RUN_GPGSM_TESTS_FALSE='#'
1358RUN_GPGSM_TESTS_TRUE=''
1359RUN_GPG_TESTS_FALSE='#'
1360RUN_GPG_TESTS_TRUE=''
1361SET_MAKE=''
1362SHELL='/bin/sh'
1363STRIP='strip'
1364VERSION='1.1.2'
1365ac_ct_AR='ar'
1366ac_ct_AS=''
1367ac_ct_CC='gcc'
1368ac_ct_CXX='g++'
1369ac_ct_DLLTOOL=''
1370ac_ct_F77=''
1371ac_ct_OBJDUMP=''
1372ac_ct_RANLIB='ranlib'
1373ac_ct_RC='no'
1374ac_ct_STRIP='strip'
1375am__fastdepCC_FALSE='#'
1376am__fastdepCC_TRUE=''
1377am__fastdepCXX_FALSE='#'
1378am__fastdepCXX_TRUE=''
1379am__include='include'
1380am__leading_dot='.'
1381am__quote=''
1382am__tar='${AMTAR} chof - "$$tardir"'
1383am__untar='${AMTAR} xf -'
1384bindir='${exec_prefix}/bin'
1385build='powerpc-apple-darwin8.5.0'
1386build_alias=''
1387build_cpu='powerpc'
1388build_os='darwin8.5.0'
1389build_vendor='apple'
1390datadir='${prefix}/share'
1391exec_prefix='${prefix}'
1392host='powerpc-apple-darwin8.5.0'
1393host_alias=''
1394host_cpu='powerpc'
1395host_os='darwin8.5.0'
1396host_vendor='apple'
1397includedir='${prefix}/include'
1398infodir='/opt/local/share/info'
1399install_sh='/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gpgme/work/gpgme-1.1.2/install-sh'
1400libdir='${exec_prefix}/lib'
1401libexecdir='${exec_prefix}/libexec'
1402localstatedir='${prefix}/var'
1403mandir='/opt/local/share/man'
1404mkdir_p='$(mkinstalldirs)'
1405oldincludedir='/usr/include'
1406prefix='/opt/local'
1407program_transform_name='s,x,x,'
1408sbindir='${exec_prefix}/sbin'
1409sharedstatedir='${prefix}/com'
1410sysconfdir='${prefix}/etc'
1411target_alias=''
1412
1413## ----------- ##
1414## confdefs.h. ##
1415## ----------- ##
1416
1417#define ENABLE_GPGSM 1
1418#define GPGSM_PATH "/opt/local/bin/gpgsm"
1419#define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GPGME
1420#define GPG_PATH "/opt/local/bin/gpg"
1421#define HAVE_DLFCN_H 1
1422#define HAVE_FSEEKO 1
1423#define HAVE_FUNOPEN 1
1424#define HAVE_INTTYPES_H 1
1425#define HAVE_ISASCII 1
1426#define HAVE_MEMORY_H 1
1427#define HAVE_PTH
1428#define HAVE_PTHREAD
1429#define HAVE_PUTC_UNLOCKED 1
1430#define HAVE_STDINT_H 1
1431#define HAVE_STDLIB_H 1
1432#define HAVE_STPCPY 1
1433#define HAVE_STRINGS_H 1
1434#define HAVE_STRING_H 1
1435#define HAVE_SYS_SELECT_H 1
1436#define HAVE_SYS_STAT_H 1
1437#define HAVE_SYS_TYPES_H 1
1438#define HAVE_SYS_UIO_H 1
1439#define HAVE_TIMEGM 1
1440#define HAVE_TTYNAME_R 1
1441#define HAVE_UNISTD_H 1
1442#define HAVE_VASPRINTF 1
1443#define NEED_GPGSM_VERSION "1.9.6"
1444#define NEED_GPG_VERSION "1.2.2"
1445#define PACKAGE "gpgme"
1446#define PACKAGE "gpgme"
1447#define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
1448#define PACKAGE_NAME "gpgme"
1449#define PACKAGE_STRING "gpgme 1.1.2"
1450#define PACKAGE_TARNAME "gpgme"
1451#define PACKAGE_VERSION "1.1.2"
1452#define SIZEOF_UNSIGNED_INT 4
1453#define STDC_HEADERS 1
1454#define VERSION "1.1.2"
1455#define VERSION "1.1.2"
1456#define _GNU_SOURCE 1
1457#endif
1458#ifdef __cplusplus
1459extern "C" void std::exit (int); using std::exit;
1460
1461configure: exit 0