This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. 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: 91 tasks, 146 threads, 4 processors Load average: 1.38, Mach factor: 2.61 /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:1295: checking build system type configure:1313: result: i386-unknown-gnu configure:1321: checking host system type configure:1335: result: i386-unknown-gnu configure:1343: checking target system type configure:1357: result: i386-unknown-gnu configure:1381: checking for i386-unknown-gnu-gcc configure:1407: result: cc configure:1689: checking for C compiler version configure:1692: 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:1695: $? = 0 configure:1697: 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:1700: $? = 0 configure:1702: cc -V &5 cc: `-V' option must have argument configure:1705: $? = 1 configure:1729: checking for C compiler default output configure:1732: cc -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1735: $? = 0 configure:1781: result: a.out configure:1786: checking whether the C compiler works configure:1792: ./a.out configure:1795: $? = 0 configure:1812: result: yes configure:1819: checking whether we are cross compiling configure:1821: result: no configure:1824: checking for suffix of executables configure:1826: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1829: $? = 0 configure:1854: result: configure:1860: checking for suffix of object files configure:1882: cc -c -fno-common conftest.c >&5 configure:1885: $? = 0 configure:1907: result: configure:1911: checking whether we are using the GNU C compiler configure:1936: cc -c -fno-common conftest.c >&5 configure:1939: $? = 0 configure:1942: test -s conftest. configure:1945: $? = 1 configure: failed program was: | #line 1916 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1958: result: no configure:1964: checking whether cc accepts -g configure:1986: cc -c -g conftest.c >&5 configure:1989: $? = 0 configure:1992: test -s conftest. configure:1995: $? = 1 configure: failed program was: | #line 1969 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2006: result: no configure:2023: checking for cc option to accept ANSI C configure:2084: cc -c -fno-common conftest.c >&5 configure:2087: $? = 0 configure:2090: test -s conftest. configure:2093: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2084: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2087: $? = 0 configure:2090: test -s conftest. configure:2093: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2084: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2087: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2084: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2087: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2084: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2087: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2084: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2087: $? = 0 configure:2090: test -s conftest. configure:2093: $? = 1 configure: failed program was: | #line 2030 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | 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:2111: result: none needed configure:2129: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2132: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2253: checking for a BSD-compatible install configure:2307: result: /usr/bin/install -c -o root -g wheel configure:2318: checking whether gmake sets $(MAKE) configure:2338: result: yes configure:2366: checking for pam_start in -lpam configure:2397: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpam >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2400: $? = 0 configure:2403: test -s conftest configure:2406: $? = 0 configure:2418: result: yes configure:2428: checking for CRYPTO_set_id_callback in -lcrypto configure:2459: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lcrypto -lpam >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2462: $? = 0 configure:2465: test -s conftest configure:2468: $? = 0 configure:2480: result: yes configure:2490: checking for SSL_write in -lssl configure:2521: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lssl -lpam -lcrypto >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2524: $? = 0 configure:2527: test -s conftest configure:2530: $? = 0 configure:2542: result: yes configure:2558: checking how to run the C preprocessor configure:2594: cc -E conftest.c configure:2600: $? = 0 configure:2632: cc -E conftest.c configure:2631:28: ac_nonexistent.h: No such file or directory configure:2638: $? = 1 configure: failed program was: | #line 2623 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2676: result: cc -E configure:2701: cc -E conftest.c configure:2707: $? = 0 configure:2739: cc -E conftest.c configure:2738:28: ac_nonexistent.h: No such file or directory configure:2745: $? = 1 configure: failed program was: | #line 2730 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2788: checking for egrep configure:2798: result: grep -E configure:2803: checking for ANSI C header files configure:2829: cc -c -fno-common conftest.c >&5 configure:2832: $? = 0 configure:2835: test -s conftest. configure:2838: $? = 1 configure: failed program was: | #line 2808 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2950: result: no configure:2974: checking for sys/types.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for sys/stat.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for stdlib.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for string.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for memory.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for strings.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for inttypes.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for stdint.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:2974: checking for unistd.h configure:2991: cc -c -fno-common conftest.c >&5 configure:2994: $? = 0 configure:2997: test -s conftest. configure:3000: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3011: result: no configure:3046: checking syslog.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3078: result: no configure:3082: checking syslog.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: syslog.h: present but cannot be compiled configure:3140: WARNING: syslog.h: check for missing prerequisite headers? configure:3142: WARNING: syslog.h: proceeding with the preprocessor's result configure:3154: checking for syslog.h configure:3161: result: yes configure:3037: checking for unistd.h configure:3042: result: no configure:3037: checking for sys/stat.h configure:3042: result: no configure:3046: checking openssl/ssl.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_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:3078: result: no configure:3082: checking openssl/ssl.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: openssl/ssl.h: present but cannot be compiled configure:3140: WARNING: openssl/ssl.h: check for missing prerequisite headers? configure:3142: WARNING: openssl/ssl.h: proceeding with the preprocessor's result configure:3154: checking for openssl/ssl.h configure:3161: result: yes configure:3046: checking openssl/err.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_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:3078: result: no configure:3082: checking openssl/err.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: openssl/err.h: present but cannot be compiled configure:3140: WARNING: openssl/err.h: check for missing prerequisite headers? configure:3142: WARNING: openssl/err.h: proceeding with the preprocessor's result configure:3154: checking for openssl/err.h configure:3161: result: yes configure:3046: checking openssl/rand.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_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:3078: result: no configure:3082: checking openssl/rand.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: openssl/rand.h: present but cannot be compiled configure:3140: WARNING: openssl/rand.h: check for missing prerequisite headers? configure:3142: WARNING: openssl/rand.h: proceeding with the preprocessor's result configure:3154: checking for openssl/rand.h configure:3161: result: yes configure:3046: checking security/pam_appl.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3094:31: security/pam_appl.h: No such file or directory configure:3062: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_H 1 | #define HAVE_OPENSSL_RAND_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:3078: result: no configure:3082: checking security/pam_appl.h presence configure:3093: cc -E conftest.c configure:3096:31: security/pam_appl.h: No such file or directory configure:3099: $? = 1 configure: failed program was: | #line 3084 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_H 1 | #define HAVE_OPENSSL_RAND_H 1 | /* end confdefs.h. */ | #include configure:3118: result: no configure:3154: checking for security/pam_appl.h configure:3161: result: no configure:3046: checking pwd.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_H 1 | #define HAVE_OPENSSL_RAND_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:3078: result: no configure:3082: checking pwd.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: pwd.h: present but cannot be compiled configure:3140: WARNING: pwd.h: check for missing prerequisite headers? configure:3142: WARNING: pwd.h: proceeding with the preprocessor's result configure:3154: checking for pwd.h configure:3161: result: yes configure:3046: checking grp.h usability configure:3059: cc -c -fno-common conftest.c >&5 configure:3062: $? = 0 configure:3065: test -s conftest. configure:3068: $? = 1 configure: failed program was: | #line 3048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_H 1 | #define HAVE_OPENSSL_RAND_H 1 | #define HAVE_PWD_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:3078: result: no configure:3082: checking grp.h presence configure:3093: cc -E conftest.c configure:3099: $? = 0 configure:3118: result: yes configure:3138: WARNING: grp.h: present but cannot be compiled configure:3140: WARNING: grp.h: check for missing prerequisite headers? configure:3142: WARNING: grp.h: proceeding with the preprocessor's result configure:3154: checking for grp.h configure:3161: result: yes configure:3177: checking for an ANSI C-conforming const configure:3245: cc -c -fno-common conftest.c >&5 configure:3248: $? = 0 configure:3251: test -s conftest. configure:3254: $? = 1 configure: failed program was: | #line 3182 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_SYSLOG_H 1 | #define HAVE_OPENSSL_SSL_H 1 | #define HAVE_OPENSSL_ERR_H 1 | #define HAVE_OPENSSL_RAND_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:3265: result: no configure:3276: checking whether setpgrp takes no argument configure:3309: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpam -lcrypto -lssl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3312: $? = 0 configure:3314: ./conftest configure:3317: $? = 0 configure:3331: result: no configure:3345: checking for strdup configure:3395: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c -lpam -lcrypto -lssl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3398: $? = 0 configure:3401: test -s conftest configure:3404: $? = 0 configure:3415: result: yes configure:3553: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:621: creating Makefile config.status:621: creating src/Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=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= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -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_setpgrp_void=no ac_cv_func_strdup=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_openssl_err_h=yes ac_cv_header_openssl_rand_h=yes ac_cv_header_openssl_ssl_h=yes ac_cv_header_pwd_h=yes ac_cv_header_security_pam_appl_h=no 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_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_crypto_CRYPTO_set_id_callback=yes ac_cv_lib_pam_pam_start=yes ac_cv_lib_ssl_SSL_write=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 ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_SYSLOG_H=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_OPENSSL_ERR_H=1 -DHAVE_OPENSSL_RAND_H=1 -DHAVE_PWD_H=1 -DHAVE_GRP_H=1 -Dconst= -DHAVE_STRDUP=1 ' 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=' -rpath=/usr/lib:/usr/local/lib' LIBOBJS='' LIBS=' -lpam -lcrypto -lssl' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' 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='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GRP_H 1 #define HAVE_OPENSSL_ERR_H 1 #define HAVE_OPENSSL_RAND_H 1 #define HAVE_OPENSSL_SSL_H 1 #define HAVE_PWD_H 1 #define HAVE_STRDUP 1 #define HAVE_SYSLOG_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define const configure: exit 0