This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:536: checking for gcc configure:649: checking whether the C compiler (cc -fno-common ) works configure:665: cc -o conftest -fno-common conftest.c 1>&5 configure:691: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:696: checking whether we are using GNU C configure:705: cc -E conftest.c configure:724: checking whether cc accepts -g configure:786: checking for a BSD compatible install configure:840: checking for kvm_openfiles in -lkvm configure:859: cc -o conftest -fno-common conftest.c -lkvm 1>&5 configure:888: checking for scrollok in -lncurses configure:907: cc -o conftest -fno-common conftest.c -lncurses -lkvm 1>&5 configure:979: checking for dirent.h that defines DIR configure:992: cc -c -fno-common conftest.c 1>&5 configure:1017: checking for opendir in -ldir configure:1036: cc -o conftest -fno-common conftest.c -ldir -lkvm -lncurses 1>&5 ld: can't locate file for: -ldir configure: failed program was: #line 1025 "configure" #include "confdefs.h" /* 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 opendir(); int main() { opendir() ; return 0; } configure:1100: checking how to run the C preprocessor configure:1121: cc -E conftest.c >/dev/null 2>conftest.out configure:1180: checking for ANSI C header files configure:1193: cc -E conftest.c >/dev/null 2>conftest.out configure:1260: cc -o conftest -fno-common conftest.c -lkvm -lncurses 1>&5 configure:1284: checking for sys/wait.h that is POSIX.1 compatible configure:1305: cc -c -fno-common conftest.c 1>&5 configure:1329: checking for fcntl.h configure:1339: cc -E conftest.c >/dev/null 2>conftest.out configure:1329: checking for sys/ioctl.h configure:1339: cc -E conftest.c >/dev/null 2>conftest.out configure:1329: checking for sys/time.h configure:1339: cc -E conftest.c >/dev/null 2>conftest.out configure:1329: checking for unistd.h configure:1339: cc -E conftest.c >/dev/null 2>conftest.out configure:1369: checking for curses.h configure:1379: cc -E conftest.c >/dev/null 2>conftest.out configure:1407: checking for working const configure:1461: cc -c -fno-common conftest.c 1>&5 configure:1482: checking for inline configure:1496: cc -c -fno-common conftest.c 1>&5 configure:1522: checking for pid_t configure:1555: checking for st_rdev in struct stat configure:1568: cc -c -fno-common conftest.c 1>&5 configure:1589: checking whether time.h and sys/time.h may both be included configure:1603: cc -c -fno-common conftest.c 1>&5 configure:1625: checking whether utmp has USER_PROCESS type configure:1637: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1633: error: `USER_PROCESS' undeclared (first use in this function) configure:1633: error: (Each undeclared identifier is reported only once configure:1633: error: for each function it appears in.) configure: failed program was: #line 1627 "configure" #include "confdefs.h" #include #include int main() { int i=USER_PROCESS; ; return 0; } configure:1653: checking whether utmp has DEAD_PROCESS type configure:1665: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1661: error: `DEAD_PROCESS' undeclared (first use in this function) configure:1661: error: (Each undeclared identifier is reported only once configure:1661: error: for each function it appears in.) configure: failed program was: #line 1655 "configure" #include "confdefs.h" #include #include int main() { int i=DEAD_PROCESS; ; return 0; } configure:1681: checking whether utmp struct has ut_pid member configure:1693: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1689: error: structure has no member named `ut_pid' configure: failed program was: #line 1683 "configure" #include "confdefs.h" #include #include int main() { struct utmp u;int i=u.ut_pid; ; return 0; } configure:1709: checking whether utmp struct has ut_name member configure:1721: cc -c -fno-common conftest.c 1>&5 configure:1738: checking whether cc needs -traditional configure:1763:20: termio.h: No such file or directory configure:1784: checking return type of signal handlers configure:1806: cc -c -fno-common conftest.c 1>&5 configure:1827: checking for select configure:1855: cc -o conftest -fno-common conftest.c -lkvm -lncurses 1>&5 configure:1882: checking for getloadavg configure:1910: cc -o conftest -fno-common conftest.c -lkvm -lncurses 1>&5 configure:1936: checking whether select() modifies the time value configure:1959: cc -o conftest -fno-common conftest.c -lkvm -lncurses 1>&5 configure: failed program was: #line 1941 "configure" #include "confdefs.h" #include #include #include int main() { int retval; fd_set rfds; struct timeval tv = {1, 0}; FD_ZERO(&rfds); FD_SET(0,&rfds); select(1,&rfds,0,0,&tv); if(tv.tv_sec == 0) exit(0); else exit(1); } configure:1976: checking whether sysctl() can be used configure:1991: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1986: warning: passing arg 4 of `sysctl' from incompatible pointer type