This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:537: checking for gcc configure:650: checking whether the C compiler (cc -fno-common ) works configure:666: cc -o conftest -fno-common conftest.c 1>&5 configure:692: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:697: checking whether we are using GNU C configure:706: cc -E conftest.c configure:725: checking whether cc accepts -g configure:757: checking how to run the C preprocessor configure:778: cc -E conftest.c >/dev/null 2>conftest.out configure:868: checking for a BSD compatible install configure:922: checking Checking operating system configure:953: checking if sysctl works as needed configure:968: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:963: warning: passing arg 4 of `sysctl' from incompatible pointer type configure:985: checking for kvm_open in -lkvm configure:1004: cc -o conftest -fno-common conftest.c -lkvm 1>&5 configure:1033: checking for ANSI C header files configure:1046: cc -E conftest.c >/dev/null 2>conftest.out configure:1113: cc -o conftest -fno-common conftest.c -lkvm 1>&5 configure:1140: checking for fcntl.h configure:1150: cc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for sys/ioctl.h configure:1150: cc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for unistd.h configure:1150: cc -E conftest.c >/dev/null 2>conftest.out configure:1177: checking whether sys/user.h has struct kinfo_proc configure:1200: checking for st_rdev in struct stat configure:1213: cc -c -fno-common conftest.c 1>&5 configure:1235: checking whether utmp has ut_pid configure:1258: checking whether utmp has ut_name configure:1307: checking whether utmp has USER_PROCESS type configure:1318: cc -c -fno-common conftest.c 1>&5 In file included from configure:1311: /usr/include/utmp.h:75: error: parse error before "time_t" /usr/include/utmp.h:78: error: parse error before '}' token configure: In function `main': configure:1314: error: `USER_PROCESS' undeclared (first use in this function) configure:1314: error: (Each undeclared identifier is reported only once configure:1314: error: for each function it appears in.) configure: failed program was: #line 1309 "configure" #include "confdefs.h" #include int main() { int i = USER_PROCESS; ; return 0; }