This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by FULL-PACKAGE-NAME configure VERSION, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-binpathbase=/usr/local/sbin --with-docpathbase=/usr/local/share/doc --with-confpathbase=/usr/local/etc --with-libpath=/usr/local/lib --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: 124 tasks, 179 threads, 4 processors Load average: 1.18, Mach factor: 2.81 /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:1354: checking for i386-unknown-gnu-gcc configure:1380: result: cc configure:1662: checking for C compiler version configure:1665: 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:1668: $? = 0 configure:1670: 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:1673: $? = 0 configure:1675: cc -V &5 cc: `-V' option must have argument configure:1678: $? = 1 configure:1701: checking for C compiler default output file name configure:1704: cc -fno-common conftest.c >&5 configure:1707: $? = 0 configure:1753: result: a.out configure:1758: checking whether the C compiler works configure:1764: ./a.out configure:1767: $? = 0 configure:1784: result: yes configure:1791: checking whether we are cross compiling configure:1793: result: no configure:1796: checking for suffix of executables configure:1798: cc -o conftest -fno-common conftest.c >&5 configure:1801: $? = 0 configure:1826: result: configure:1832: checking for suffix of object files configure:1853: cc -c -fno-common conftest.c >&5 configure:1856: $? = 0 configure:1878: result: configure:1882: checking whether we are using the GNU C compiler configure:1906: cc -c -fno-common conftest.c >&5 configure:1912: $? = 0 configure:1916: test -z || test ! -s conftest.err configure:1919: $? = 0 configure:1922: test -s conftest. configure:1925: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1938: result: no configure:1944: checking whether cc accepts -g configure:1965: cc -c -g conftest.c >&5 configure:1971: $? = 0 configure:1975: test -z || test ! -s conftest.err configure:1978: $? = 0 configure:1981: test -s conftest. configure:1984: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1995: result: no configure:2012: checking for cc option to accept ANSI C configure:2082: cc -c -fno-common conftest.c >&5 configure:2088: $? = 0 configure:2092: test -z || test ! -s conftest.err configure:2095: $? = 0 configure:2098: test -s conftest. configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2082: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2088: $? = 0 configure:2092: test -z || test ! -s conftest.err configure:2095: $? = 0 configure:2098: test -s conftest. configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2082: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2088: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2082: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2088: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2082: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2088: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2082: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2088: $? = 0 configure:2092: test -z || test ! -s conftest.err configure:2095: $? = 0 configure:2098: test -s conftest. configure:2101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | /* 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:2119: result: none needed configure:2137: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2143: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2314: checking for a BSD-compatible install configure:2369: result: /usr/bin/install -c -o root -g wheel configure:2385: checking for main in -ldl configure:2409: cc -o conftest -fno-common conftest.c -ldl >&5 configure:2415: $? = 0 configure:2419: test -z || test ! -s conftest.err configure:2422: $? = 0 configure:2425: test -s conftest configure:2428: $? = 0 configure:2441: result: yes configure:2454: checking for main in -lldap configure:2478: cc -o conftest -fno-common conftest.c -lldap -ldl >&5 configure:2484: $? = 0 configure:2488: test -z || test ! -s conftest.err configure:2491: $? = 0 configure:2494: test -s conftest configure:2497: $? = 0 configure:2510: result: yes configure:2523: checking for main in -lpam configure:2547: cc -o conftest -fno-common conftest.c -lpam -lldap -ldl >&5 configure:2553: $? = 0 configure:2557: test -z || test ! -s conftest.err configure:2560: $? = 0 configure:2563: test -s conftest configure:2566: $? = 0 configure:2579: result: yes configure:2592: checking for main in -lpam_misc configure:2616: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -lldap -ldl >&5 configure:2622: $? = 0 configure:2626: test -z || test ! -s conftest.err configure:2629: $? = 0 configure:2632: test -s conftest configure:2635: $? = 0 configure:2648: result: yes configure:2661: checking for main in -lpthread configure:2685: cc -o conftest -fno-common conftest.c -lpthread -lpam_misc -lpam -lldap -ldl >&5 configure:2691: $? = 0 configure:2695: test -z || test ! -s conftest.err configure:2698: $? = 0 configure:2701: test -s conftest configure:2704: $? = 0 configure:2717: result: yes configure:2735: checking how to run the C preprocessor configure:2770: cc -E conftest.c configure:2776: $? = 0 configure:2808: cc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:2814: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:2853: result: cc -E configure:2877: cc -E conftest.c configure:2883: $? = 0 configure:2915: cc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:2921: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:2965: checking for egrep configure:2975: result: grep -E configure:2980: checking for ANSI C header files configure:3005: cc -c -fno-common conftest.c >&5 configure:3011: $? = 0 configure:3015: test -z || test ! -s conftest.err configure:3018: $? = 0 configure:3021: test -s conftest. configure:3024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3133: result: no configure:3143: checking for sys/wait.h that is POSIX.1 compatible configure:3174: cc -c -fno-common conftest.c >&5 configure:3180: $? = 0 configure:3184: test -z || test ! -s conftest.err configure:3187: $? = 0 configure:3190: test -s conftest. configure:3193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:3204: result: no configure:3230: checking for sys/types.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for sys/stat.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for stdlib.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for string.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for memory.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for strings.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for inttypes.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for stdint.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3230: checking for unistd.h configure:3246: cc -c -fno-common conftest.c >&5 configure:3252: $? = 0 configure:3256: test -z || test ! -s conftest.err configure:3259: $? = 0 configure:3262: test -s conftest. configure:3265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3276: result: no configure:3315: checking arpa/inet.h usability configure:3327: cc -c -fno-common conftest.c >&5 configure:3333: $? = 0 configure:3337: test -z || test ! -s conftest.err configure:3340: $? = 0 configure:3343: test -s conftest. configure:3346: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 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:3356: result: no configure:3360: checking arpa/inet.h presence configure:3370: cc -E conftest.c configure:3376: $? = 0 configure:3396: result: yes configure:3409: WARNING: arpa/inet.h: present but cannot be compiled configure:3411: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:3413: WARNING: arpa/inet.h: see the Autoconf documentation configure:3415: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled" configure:3417: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:3419: WARNING: arpa/inet.h: in the future, the compiler will take precedence configure:3431: checking for arpa/inet.h configure:3438: result: yes configure:3315: checking fcntl.h usability configure:3327: cc -c -fno-common conftest.c >&5 configure:3333: $? = 0 configure:3337: test -z || test ! -s conftest.err configure:3340: $? = 0 configure:3343: test -s conftest. configure:3346: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_ARPA_INET_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:3356: result: no configure:3360: checking fcntl.h presence configure:3370: cc -E conftest.c configure:3376: $? = 0 configure:3396: result: yes configure:3409: WARNING: fcntl.h: present but cannot be compiled configure:3411: WARNING: fcntl.h: check for missing prerequisite headers? configure:3413: WARNING: fcntl.h: see the Autoconf documentation configure:3415: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:3417: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3419: WARNING: fcntl.h: in the future, the compiler will take precedence configure:3431: checking for fcntl.h configure:3438: result: yes configure:3315: checking netdb.h usability configure:3327: cc -c -fno-common conftest.c >&5 configure:3333: $? = 0 configure:3337: test -z || test ! -s conftest.err configure:3340: $? = 0 configure:3343: test -s conftest. configure:3346: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_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:3356: result: no configure:3360: checking netdb.h presence configure:3370: cc -E conftest.c configure:3376: $? = 0 configure:3396: result: yes configure:3409: WARNING: netdb.h: present but cannot be compiled configure:3411: WARNING: netdb.h: check for missing prerequisite headers? configure:3413: WARNING: netdb.h: see the Autoconf documentation configure:3415: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:3417: WARNING: netdb.h: proceeding with the preprocessor's result configure:3419: WARNING: netdb.h: in the future, the compiler will take precedence configure:3431: checking for netdb.h configure:3438: result: yes configure:3315: checking netinet/in.h usability configure:3327: cc -c -fno-common conftest.c >&5 configure:3333: $? = 0 configure:3337: test -z || test ! -s conftest.err configure:3340: $? = 0 configure:3343: test -s conftest. configure:3346: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define HAVE_LIBDL 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_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:3356: result: no configure:3360: checking netinet/in.h presence configure:3370: cc -E conftest.c configure:3376: $? = 0 configure:3396: result: yes configure:3409: WARNING: netinet/in.h: present but cannot be compiled configure:3411: WARNING: netinet/in.h: check for missing prerequisite headers? configure:3413: WARNING: netinet/in.h: see the Autoconf documentation configure:3415: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:3417: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:3419: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:3431: checking for netinet/in.h configure:3438: result: yes configure:3306: checking for stdlib.h configure:3311: result: no configure:3448: error: *** Some of the headers weren't found *** ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= 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_header_arpa_inet_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_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_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_unistd_h=no ac_cv_lib_dl_main=yes ac_cv_lib_ldap_main=yes ac_cv_lib_pam_main=yes ac_cv_lib_pam_misc_main=yes ac_cv_lib_pthread_main=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' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTRA_CFLAGS='' 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='' LIBOBJS='' LIBS='-lpthread -lpam_misc -lpam -lldap -ldl ' LTLIBOBJS='' OBJEXT='' OS='Darwin' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' PACKAGE_NAME='FULL-PACKAGE-NAME' PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' PACKAGE_TARNAME='full-package-name' PACKAGE_VERSION='VERSION' PATH_SEPARATOR=':' SHELL='/bin/sh' SS5_CONFIG_FILE='' SS5_DEFAULT_ADDR='' SS5_DEFAULT_PORT='' SS5_DEFAULT_USER='' SS5_LIB_PATH='' SS5_LOG_FILE='' SS5_PASSWORD_FILE='' SS5_PROFILE_PATH='' SS5_TRACE_PATH='' ac_ct_CC='' bin_path_base='/usr/sbin' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' conf_path_base='/etc/opt' datadir='${prefix}/share' doc_path_base='/usr/share/doc' exec_prefix='NONE' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' lib_path_base='/usr/lib' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' log_path_base='/var/log/ss5' man_path_base='/usr/share/man' 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' trc_path_base='/var/log/ss5' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBLDAP 1 #define HAVE_LIBPAM 1 #define HAVE_LIBPAM_MISC 1 #define HAVE_LIBPTHREAD 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" #define PACKAGE_NAME "FULL-PACKAGE-NAME" #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" #define PACKAGE_TARNAME "full-package-name" #define PACKAGE_VERSION "VERSION" configure: exit 1