This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by osslsigncode configure 1.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 94 tasks, 149 threads, 4 processors Load average: 1.41, Mach factor: 2.58 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1346: checking build system type configure:1364: result: i386-unknown-gnu configure:1373: checking host system type configure:1387: result: i386-unknown-gnu configure:1398: checking host operating system configure:1400: result: gnu configure:1424: checking for i386-unknown-gnu-gcc configure:1450: result: cc configure:1732: checking for C compiler version configure:1735: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1738: $? = 0 configure:1740: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1743: $? = 0 configure:1745: cc -V &5 cc: `-V' option must have argument configure:1748: $? = 1 configure:1771: checking for C compiler default output file name configure:1774: cc -fno-common -I/usr/local/include -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1777: $? = 0 configure:1823: result: a.out configure:1828: checking whether the C compiler works configure:1834: ./a.out configure:1837: $? = 0 configure:1854: result: yes configure:1861: checking whether we are cross compiling configure:1863: result: no configure:1866: checking for suffix of executables configure:1868: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1871: $? = 0 configure:1896: result: configure:1902: checking for suffix of object files configure:1923: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1926: $? = 0 configure:1948: result: configure:1952: checking whether we are using the GNU C compiler configure:1976: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1982: $? = 0 configure:1986: test -z || test ! -s conftest.err configure:1989: $? = 0 configure:1992: test -s conftest. configure:1995: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2008: result: no configure:2014: checking whether cc accepts -g configure:2035: cc -c -g -I/usr/local/include conftest.c >&5 configure:2041: $? = 0 configure:2045: test -z || test ! -s conftest.err configure:2048: $? = 0 configure:2051: test -s conftest. configure:2054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2065: result: no configure:2082: checking for cc option to accept ANSI C configure:2152: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2158: $? = 0 configure:2162: test -z || test ! -s conftest.err configure:2165: $? = 0 configure:2168: test -s conftest. configure:2171: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2152: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2158: $? = 0 configure:2162: test -z || test ! -s conftest.err configure:2165: $? = 0 configure:2168: test -s conftest. configure:2171: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2152: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2152: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2152: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2152: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2158: $? = 0 configure:2162: test -z || test ! -s conftest.err configure:2165: $? = 0 configure:2168: test -s conftest. configure:2171: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2189: result: none needed configure:2207: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2213: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2351: checking whether gmake sets $(MAKE) configure:2371: result: yes configure:2393: checking for a BSD-compatible install configure:2448: result: /usr/bin/install -c -o root -g wheel configure:2465: checking how to run the C preprocessor configure:2500: cc -E -I/usr/local/include conftest.c configure:2506: $? = 0 configure:2538: cc -E -I/usr/local/include conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2544: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include configure:2583: result: cc -E configure:2607: cc -E -I/usr/local/include conftest.c configure:2613: $? = 0 configure:2645: cc -E -I/usr/local/include conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2651: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | /* end confdefs.h. */ | #include configure:2695: checking for egrep configure:2705: result: grep -E configure:2711: checking for AIX configure:2733: result: no configure:2746: checking for ANSI C header files configure:2771: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2777: $? = 0 configure:2781: test -z || test ! -s conftest.err configure:2784: $? = 0 configure:2787: test -s conftest. configure:2790: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2899: result: no configure:2923: checking for sys/types.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for sys/stat.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for stdlib.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for string.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for memory.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for strings.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for inttypes.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for stdint.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2923: checking for unistd.h configure:2939: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2945: $? = 0 configure:2949: test -z || test ! -s conftest.err configure:2952: $? = 0 configure:2955: test -s conftest. configure:2958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2969: result: no configure:2996: checking getopt.h usability configure:3008: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3014: $? = 0 configure:3018: test -z || test ! -s conftest.err configure:3021: $? = 0 configure:3024: test -s conftest. configure:3027: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3037: result: no configure:3041: checking getopt.h presence configure:3051: cc -E -I/usr/local/include conftest.c configure:3057: $? = 0 configure:3077: result: yes configure:3090: WARNING: getopt.h: present but cannot be compiled configure:3092: WARNING: getopt.h: check for missing prerequisite headers? configure:3094: WARNING: getopt.h: see the Autoconf documentation configure:3096: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:3098: WARNING: getopt.h: proceeding with the preprocessor's result configure:3100: WARNING: getopt.h: in the future, the compiler will take precedence configure:3112: checking for getopt.h configure:3119: result: yes configure:2996: checking sys/mman.h usability configure:3008: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3014: $? = 0 configure:3018: test -z || test ! -s conftest.err configure:3021: $? = 0 configure:3024: test -s conftest. configure:3027: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3037: result: no configure:3041: checking sys/mman.h presence configure:3051: cc -E -I/usr/local/include conftest.c configure:3057: $? = 0 configure:3077: result: yes configure:3090: WARNING: sys/mman.h: present but cannot be compiled configure:3092: WARNING: sys/mman.h: check for missing prerequisite headers? configure:3094: WARNING: sys/mman.h: see the Autoconf documentation configure:3096: WARNING: sys/mman.h: section "Present But Cannot Be Compiled" configure:3098: WARNING: sys/mman.h: proceeding with the preprocessor's result configure:3100: WARNING: sys/mman.h: in the future, the compiler will take precedence configure:3112: checking for sys/mman.h configure:3119: result: yes configure:3132: checking whether time.h and sys/time.h may both be included configure:3157: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3163: $? = 0 configure:3167: test -z || test ! -s conftest.err configure:3170: $? = 0 configure:3173: test -s conftest. configure:3176: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3187: result: no configure:3202: checking for getopt configure:3259: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3265: $? = 0 configure:3269: test -z || test ! -s conftest.err configure:3272: $? = 0 configure:3275: test -s conftest configure:3278: $? = 0 configure:3290: result: yes configure:3311: checking for mmap configure:3368: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3374: $? = 0 configure:3378: test -z || test ! -s conftest.err configure:3381: $? = 0 configure:3384: test -s conftest configure:3387: $? = 0 configure:3399: result: yes configure:3429: checking for PKCS7_dataFinal in -lcrypto configure:3459: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c -lcrypto -L/usr/local/lib -lssl -lcrypto >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3465: $? = 0 configure:3469: test -z || test ! -s conftest.err configure:3472: $? = 0 configure:3475: test -s conftest configure:3478: $? = 0 configure:3491: result: yes configure:3509: checking openssl/pkcs7.h usability configure:3521: cc -c -fno-common -I/usr/local/include -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:3527: $? = 0 configure:3531: test -z || test ! -s conftest.err configure:3534: $? = 0 configure:3537: test -s conftest. configure:3540: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_GETOPT 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3550: result: no configure:3554: checking openssl/pkcs7.h presence configure:3564: cc -E -I/usr/local/include -I/usr/local/include conftest.c configure:3570: $? = 0 configure:3590: result: yes configure:3603: WARNING: openssl/pkcs7.h: present but cannot be compiled configure:3605: WARNING: openssl/pkcs7.h: check for missing prerequisite headers? configure:3607: WARNING: openssl/pkcs7.h: see the Autoconf documentation configure:3609: WARNING: openssl/pkcs7.h: section "Present But Cannot Be Compiled" configure:3611: WARNING: openssl/pkcs7.h: proceeding with the preprocessor's result configure:3613: WARNING: openssl/pkcs7.h: in the future, the compiler will take precedence configure:3625: checking for openssl/pkcs7.h configure:3632: result: yes configure:3683: checking for PKCS7_dataFinal in -lcrypto configure:3745: result: yes configure:3754: checking for openssl/pkcs7.h configure:3759: result: yes configure:4013: checking for curl_easy_strerror in -lcurl configure:4043: cc -o conftest -fno-common -I/usr/local/include -I/usr/local/include -I/usr/local/include -L/usr/local/lib -lssl -lcrypto -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c -lcurl -lcrypto >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:4049: $? = 0 configure:4053: test -z || test ! -s conftest.err configure:4056: $? = 0 configure:4059: test -s conftest configure:4062: $? = 0 configure:4075: result: yes configure:4093: checking curl/curl.h usability configure:4105: cc -c -fno-common -I/usr/local/include -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:4111: $? = 0 configure:4115: test -z || test ! -s conftest.err configure:4118: $? = 0 configure:4121: test -s conftest. configure:4124: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "osslsigncode" | #define PACKAGE_TARNAME "osslsigncode" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "osslsigncode 1.2" | #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" | #define _GNU_SOURCE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_GETOPT 1 | #define HAVE_MMAP 1 | #define HAVE_OPENSSL_H 1 | #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4134: result: no configure:4138: checking curl/curl.h presence configure:4148: cc -E -I/usr/local/include -I/usr/local/include conftest.c configure:4154: $? = 0 configure:4174: result: yes configure:4187: WARNING: curl/curl.h: present but cannot be compiled configure:4189: WARNING: curl/curl.h: check for missing prerequisite headers? configure:4191: WARNING: curl/curl.h: see the Autoconf documentation configure:4193: WARNING: curl/curl.h: section "Present But Cannot Be Compiled" configure:4195: WARNING: curl/curl.h: proceeding with the preprocessor's result configure:4197: WARNING: curl/curl.h: in the future, the compiler will take precedence configure:4209: checking for curl/curl.h configure:4216: result: yes configure:4265: checking for curl_easy_strerror in -lcurl configure:4327: result: yes configure:4336: checking for curl/curl.h configure:4341: result: yes configure:4675: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by osslsigncode config.status 1.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:658: creating Makefile config.status:762: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_getopt=yes ac_cv_func_mmap=yes ac_cv_header_curl_curl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_openssl_pkcs7_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_crypto_PKCS7_dataFinal=yes ac_cv_lib_curl_curl_easy_strerror=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common -I/usr/local/include ' CPP='cc -E' CPPFLAGS='-I/usr/local/include -I/usr/local/include ' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS=' -L/usr/local/lib -lssl -lcrypto -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' LIBOBJS='' LIBS='-lcurl -lcrypto ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='mfive@users.sourceforge.net' PACKAGE_NAME='osslsigncode' PACKAGE_STRING='osslsigncode 1.2' PACKAGE_TARNAME='osslsigncode' PACKAGE_VERSION='1.2' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_CURL 1 #define HAVE_CURL_H 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 #define HAVE_MMAP 1 #define HAVE_OPENSSL 1 #define HAVE_OPENSSL_H 1 #define HAVE_SYS_MMAN_H 1 #define PACKAGE_BUGREPORT "mfive@users.sourceforge.net" #define PACKAGE_NAME "osslsigncode" #define PACKAGE_STRING "osslsigncode 1.2" #define PACKAGE_TARNAME "osslsigncode" #define PACKAGE_VERSION "1.2" #define _GNU_SOURCE 1 configure: exit 0