This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:585: checking for a BSD compatible install configure:638: checking whether build environment is sane configure:695: checking whether make sets ${MAKE} configure:741: checking for working aclocal configure:754: checking for working autoconf configure:767: checking for working automake configure:780: checking for working autoheader configure:793: checking for working makeinfo configure:807: checking whether make sets ${MAKE} configure:840: checking for gcc configure:953: checking whether the C compiler (cc -fno-common ) works configure:969: cc -o conftest -fno-common conftest.c 1>&5 configure:995: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1000: checking whether we are using GNU C configure:1028: checking whether cc accepts -g configure:1071: checking for a BSD compatible install configure:1128: checking for bison configure:1180: checking for socket in -lsocket configure:1227: checking for gethostbyname in -lnsl configure:1274: checking for crypt in -lcrypt configure:1293: cc -o conftest -fno-common conftest.c -lcrypt 1>&5 configure:1321: checking for dlopen in -ldl configure:1370: checking how to run the C preprocessor configure:1451: checking for termios.h configure:1478: checking for cfsetispeed configure:1536: checking for stdarg.h configure:1536: checking for stdlib.h configure:1546: cc -E conftest.c >/dev/null 2>conftest.out configure:1536: checking for string.h configure:1536: checking for sys/select.h configure:1546: cc -E conftest.c >/dev/null 2>conftest.out configure:1536: checking for unistd.h configure:1575: checking for working const configure:1650: checking size of short configure:1689: checking size of int configure:1728: checking size of long configure:1769: checking for ANSI C header files configure:1873: checking for pid_t configure:1907: checking for vfork.h configure:1942: checking for working vfork configure:2118: checking for getcwd configure:2146: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2118: checking for getdtablesize configure:2146: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2173: checking for getdtablesize configure:2230: checking for getcwd configure:2230: checking for getusershell configure:2258: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2230: checking for seteuid configure:2258: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2230: checking for setreuid configure:2258: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2230: checking for setresuid configure:2258: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 ld: Undefined symbols: _setresuid configure: failed program was: #line 2235 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setresuid(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char setresuid(); int main() { /* 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_setresuid) || defined (__stub___setresuid) choke me #else setresuid(); #endif ; return 0; } configure:2285: checking return type of signal handlers configure:2327: checking for sigprocmask configure:2355: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2370: checking for sigset_t and POSIX_SIGNALS configure:2382: cc -c -fno-common conftest.c 1>&5 configure:2408: checking for use of sigprocmask configure:2420: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2459: checking for union wait configure:2475: cc -c -fno-common conftest.c 1>&5 configure:2497: checking ut_pid in struct utmp configure:2510: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:2506: error: structure has no member named `ut_pid' configure: failed program was: #line 2502 "configure" #include "confdefs.h" #include #include int main() { struct utmp ut; ut.ut_pid; ; return 0; } configure:2530: checking ut_type in struct utmp configure:2543: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:2539: error: structure has no member named `ut_type' configure: failed program was: #line 2535 "configure" #include "confdefs.h" #include #include int main() { struct utmp ut; ut.ut_type; ; return 0; } configure:2563: checking ut_host in struct utmp configure:2576: cc -c -fno-common conftest.c 1>&5 configure:2607: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:2603: error: structure has no member named `ut_exit' configure: failed program was: #line 2599 "configure" #include "confdefs.h" #include #include int main() { struct utmp ut; ut.ut_exit; ; return 0; } configure:2627: checking for setutent configure:2655: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 ld: Undefined symbols: _setutent configure: failed program was: #line 2632 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setutent(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char setutent(); int main() { /* 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_setutent) || defined (__stub___setutent) choke me #else setutent(); #endif ; return 0; } configure:2678: checking for setutxent configure:2706: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2729: checking for updwtmp configure:2757: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 ld: Undefined symbols: _updwtmp configure: failed program was: #line 2734 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char updwtmp(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char updwtmp(); int main() { /* 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_updwtmp) || defined (__stub___updwtmp) choke me #else updwtmp(); #endif ; return 0; } configure:2780: checking for updwtmpx configure:2833: checking setenv configure:2845: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2918: checking shadow password support configure:2932: cc -o conftest -fno-common conftest.c -ldl -lcrypt 1>&5 configure:2926:20: shadow.h: No such file or directory configure: In function `main': configure:2929: warning: initialization makes pointer from integer without a cast configure: failed program was: #line 2923 "configure" #include "confdefs.h" #include #include #include int main() { struct spwd *sp = getspnam("root") ; return 0; }