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.61. Invocation command line was $ ./configure --without-sasl --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 /usr/bin/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: 85 tasks, 140 threads, 4 processors Load average: 1.75, Mach factor: 2.24 /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:1749: checking for a BSD-compatible install configure:1805: result: /usr/bin/install -c -o root -g wheel configure:1826: checking for i386-unknown-gnu-gcc configure:1853: result: cc configure:2131: checking for C compiler version configure:2138: 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:2141: $? = 0 configure:2148: 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:2151: $? = 0 configure:2158: cc -V >&5 cc: `-V' option must have argument configure:2161: $? = 1 configure:2184: checking for C compiler default output file name configure:2211: cc -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2214: $? = 0 configure:2252: result: a.out configure:2269: checking whether the C compiler works configure:2279: ./a.out configure:2282: $? = 0 configure:2299: result: yes configure:2306: checking whether we are cross compiling configure:2308: result: no configure:2311: checking for suffix of executables configure:2318: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2321: $? = 0 configure:2345: result: configure:2351: checking for suffix of object files configure:2377: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2380: $? = 0 configure:2403: result: configure:2407: checking whether we are using the GNU C compiler configure:2436: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2442: $? = 0 configure: failed program was: | /* 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:2459: result: no configure:2464: checking whether cc accepts -g configure:2494: cc -c -g -I/usr/local/include conftest.c >&5 configure:2500: $? = 0 configure: failed program was: | /* 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:2532: cc -c -I/usr/local/include conftest.c >&5 configure:2538: $? = 0 configure: failed program was: | /* 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:2571: cc -c -g -I/usr/local/include conftest.c >&5 configure:2577: $? = 0 configure: failed program was: | /* 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:2599: result: no configure:2616: checking for cc option to accept ISO C89 configure:2690: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2696: $? = 0 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -qlanglvl=extc89 -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:2696: $? = 0 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2696: $? = 0 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -std -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std' configure:2696: $? = 1 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2696: $? = 1 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2696: $? = 1 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2690: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2696: $? = 0 configure: failed program was: | /* 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; | } | | /* 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2722: result: unsupported configure:2742: checking for mkdtemp configure:2798: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2804: $? = 0 configure:2822: result: yes configure:2836: checking for on_exit configure:2892: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: _on_exit configure:2898: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | /* end confdefs.h. */ | /* Define on_exit to an innocuous variant, in case declares on_exit. | For example, HP-UX 11i declares gettimeofday. */ | #define on_exit innocuous_on_exit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char on_exit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef on_exit | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char on_exit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_on_exit || defined __stub___on_exit | choke me | #endif | | int | main () | { | return on_exit (); | ; | return 0; | } configure:2916: result: no configure:2929: checking for main in -lsocket configure:2958: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:2964: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:2982: result: no configure:2994: checking for main in -lresolv configure:3023: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lresolv >&5 configure:3029: $? = 0 configure:3047: result: yes configure:3061: checking for main in -llber configure:3090: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -llber -lresolv >&5 configure:3096: $? = 0 configure:3114: result: yes configure:3125: checking for main in -lldap configure:3154: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lldap -llber -lresolv >&5 configure:3160: $? = 0 configure:3178: result: yes configure:3189: checking for ldap_initialize in -lldap configure:3224: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lldap -llber -lresolv >&5 configure:3230: $? = 0 configure:3248: result: yes configure:3263: checking for ldap_bv2dn_x in -lldap configure:3298: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lldap -lldap -llber -lresolv >&5 ld: Undefined symbols: _ldap_bv2dn_x configure:3304: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ldap_bv2dn_x (); | int | main () | { | return ldap_bv2dn_x (); | ; | return 0; | } configure:3322: result: no configure:3343: checking how to run the C preprocessor configure:3383: cc -E -I/usr/local/include conftest.c configure:3389: $? = 0 configure:3420: cc -E -I/usr/local/include conftest.c conftest.c:13:28: ac_nonexistent.h: No such file or directory configure:3426: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include configure:3459: result: cc -E configure:3488: cc -E -I/usr/local/include conftest.c configure:3494: $? = 0 configure:3525: cc -E -I/usr/local/include conftest.c conftest.c:13:28: ac_nonexistent.h: No such file or directory configure:3531: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include configure:3569: checking for grep that handles long lines and -e configure:3643: result: /usr/bin/grep configure:3648: checking for egrep configure:3726: result: /usr/bin/grep -E configure:3731: checking for ANSI C header files configure:3761: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3767: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3892: result: no configure:3916: checking for sys/types.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for sys/stat.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for stdlib.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for string.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for memory.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for strings.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for inttypes.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for stdint.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3916: checking for unistd.h configure:3937: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3943: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3959: result: no configure:3981: checking sasl/sasl.h usability configure:3998: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:46:23: sasl/sasl.h: No such file or directory configure:4004: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4018: result: no configure:4022: checking sasl/sasl.h presence configure:4037: cc -E -I/usr/local/include conftest.c conftest.c:13:23: sasl/sasl.h: No such file or directory configure:4043: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include configure:4057: result: no configure:4085: checking for sasl/sasl.h configure:4092: result: no configure:4102: WARNING: SASL support disabled configure:4109: checking for library containing tigetstr configure:4150: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lldap -llber -lresolv >&5 ld: Undefined symbols: _tigetstr configure:4156: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tigetstr (); | int | main () | { | return tigetstr (); | ; | return 0; | } configure:4150: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lcurses -lldap -llber -lresolv >&5 configure:4156: $? = 0 configure:4184: result: -lcurses configure:4206: checking curses.h usability configure:4223: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4229: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MKDTEMP 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBLBER 1 | #define HAVE_LIBLDAP 1 | #define LIBLDAP21 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4243: result: no configure:4247: checking curses.h presence configure:4262: cc -E -I/usr/local/include conftest.c configure:4268: $? = 0 configure:4282: result: yes configure:4295: WARNING: curses.h: present but cannot be compiled configure:4297: WARNING: curses.h: check for missing prerequisite headers? configure:4299: WARNING: curses.h: see the Autoconf documentation configure:4301: WARNING: curses.h: section "Present But Cannot Be Compiled" configure:4303: WARNING: curses.h: proceeding with the preprocessor's result configure:4305: WARNING: curses.h: in the future, the compiler will take precedence configure:4310: checking for curses.h configure:4317: result: yes configure:4333: checking for poptGetContext in -lpopt configure:4368: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lpopt -lcurses -lldap -llber -lresolv >&5 configure:4374: $? = 0 configure:4392: result: yes configure:4410: checking for readline in -lreadline configure:4445: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:4451: $? = 0 configure:4469: result: yes configure:4488: checking for pkg-config configure:4506: found /usr/local/bin/pkg-config configure:4519: result: /usr/local/bin/pkg-config configure:4534: checking for main in -lglib-2.0 configure:4563: cc -o conftest -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lglib-2.0 -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:4569: $? = 0 configure:4587: result: yes configure:4613: checking for main in -lssl configure:4642: cc -o conftest -I/usr/local/include -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lssl -L/usr/local/lib -lssl -lcrypto -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:4648: $? = 0 configure:4666: result: yes configure:4846: checking for SHA1 configure:4902: cc -o conftest -I/usr/local/include -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lssl -L/usr/local/lib -lssl -lcrypto -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:4908: $? = 0 configure:4926: result: yes configure:4940: checking for RAND_pseudo_bytes configure:4996: cc -o conftest -I/usr/local/include -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lssl -L/usr/local/lib -lssl -lcrypto -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:5002: $? = 0 configure:5020: result: yes configure:5032: checking for main in -lcrypt configure:5061: cc -o conftest -I/usr/local/include -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lcrypt -lssl -L/usr/local/lib -lssl -lcrypto -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv >&5 configure:5067: $? = 0 configure:5085: result: yes configure:5208: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:596: creating GNUmakefile config.status:731: WARNING: GNUmakefile.in seems to ignore the --datarootdir setting config.status:596: creating config.h ## ---------------- ## ## 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=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' ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_func_RAND_pseudo_bytes=yes ac_cv_func_SHA1=yes ac_cv_func_mkdtemp=yes ac_cv_func_on_exit=no ac_cv_header_curses_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_sasl_sasl_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_unistd_h=no ac_cv_lib_crypt_main=yes ac_cv_lib_glib_2_0_main=yes ac_cv_lib_lber_main=yes ac_cv_lib_ldap_ldap_bv2dn_x=no ac_cv_lib_ldap_ldap_initialize=yes ac_cv_lib_ldap_main=yes ac_cv_lib_popt_poptGetContext=yes ac_cv_lib_readline_readline=yes ac_cv_lib_resolv_main=yes ac_cv_lib_socket_main=no ac_cv_lib_ssl_main=yes ac_cv_objext= ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=no ac_cv_search_tigetstr=-lcurses lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-I/usr/local/include -I/include/glib-2.0 -I/lib/glib-2.0/include -fno-common' CPP='cc -E' CPPFLAGS='-I/usr/local/include' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' 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' LIBOBJS='' LIBS='-lcrypt -lssl -L/usr/local/lib -lssl -lcrypto -L/lib -lglib-2.0 -lintl -liconv -lreadline -lpopt -lcurses -lldap -llber -lresolv ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_MKDTEMP 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBLBER 1 #define HAVE_LIBLDAP 1 #define LIBLDAP21 1 #define HAVE_LIBPOPT 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBSSL 1 #define HAVE_OPENSSL 1 #define HAVE_SHA1 1 #define HAVE_RAND_PSEUDO_BYTES 1 #define HAVE_LIBCRYPT 1 configure: exit 0