Ticket #5933: config.log

File config.log, 1.9 KB (added by josh_root@…, 18 years ago)

relevant portion of config.log

Line 
1configure:19320: checking for GNU Pth
2configure:19585: gcc -E -I/opt/local/include -I/opt/local/include conftest.c
3configure:19591: $? = 0
4configure:19664: gcc -o conftest -pipe -O3 -mcpu=970 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conf
5test.c  -lpth >&5
6conftest.c: In function 'main':
7conftest.c:37: error: nested functions are not supported on MacOSX
8conftest.c: In function 'main':
9conftest.c:40: warning: incompatible implicit declaration of built-in function 'exit'
10configure:19670: $? = 1
11configure: failed program was:
12| /* confdefs.h.  */
13|
14| #define PACKAGE_NAME "gpgme"
15| #define PACKAGE_TARNAME "gpgme"
16| #define PACKAGE_VERSION "1.1.0"
17| #define PACKAGE_STRING "gpgme 1.1.0"
18| #define PACKAGE_BUGREPORT "bug-gpgme@gnupg.org"
19| #define PACKAGE "gpgme"
20| #define VERSION "1.1.0"
21| #define _GNU_SOURCE 1
22| #define NEED_GPG_VERSION "1.2.2"
23| #define NEED_GPGSM_VERSION "1.9.6"
24| #define PACKAGE "gpgme"
25| #define VERSION "1.1.0"
26| #define STDC_HEADERS 1
27| #define HAVE_SYS_TYPES_H 1
28| #define HAVE_SYS_STAT_H 1
29| #define HAVE_STDLIB_H 1
30| #define HAVE_STRING_H 1
31| #define HAVE_MEMORY_H 1
32| #define HAVE_STRINGS_H 1
33| #define HAVE_INTTYPES_H 1
34| #define HAVE_STDINT_H 1
35| #define HAVE_UNISTD_H 1
36| #define HAVE_DLFCN_H 1
37| #ifdef __cplusplus
38| extern "C" void std::exit (int); using std::exit;
39| #endif
40| /* end confdefs.h.  */
41|         #include <stdio.h>
42|         #include <pth.h>
43|
44| int
45| main ()
46| {
47|         int main(int argc, char *argv)
48|         {
49|             FILE *fp;
50|             if (!(fp = fopen("conftestval", "w")))
51|                 exit(1);
52|             fprintf(fp, "hmm");
53|             fclose(fp);
54|             pth_init();
55|             pth_kill();
56|             if (!(fp = fopen("conftestval", "w")))
57|                 exit(1);
58|             fprintf(fp, "yes");
59|             fclose(fp);
60|             exit(0);
61|         }
62|
63|   ;
64|   return 0;
65| }
66configure:19694: result: *FAILED*