This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:529: checking for gcc configure:642: checking whether the C compiler (cc -fno-common -Wall -I. ) works configure:658: cc -o conftest -fno-common -Wall -I. conftest.c 1>&5 configure:655: warning: return type defaults to `int' configure:684: checking whether the C compiler (cc -fno-common -Wall -I. ) is a cross-compiler configure:689: checking whether we are using GNU C configure:717: checking whether cc accepts -g configure:781: checking host system type configure:803: checking how to run the C preprocessor configure:886: checking for sched.h configure:886: checking for sys/mman.h configure:925: checking for library containing socket configure:987: checking for library containing floor configure:1049: checking for library containing sched_setscheduler configure:1111: checking for library containing gethostbyname configure:1228: cc -c -fno-common -Wall -I. -Wall conftest.c 1>&5 configure: In function `main': configure:1224: warning: implicit declaration of function `foo' configure:1224: error: `SIOCGSTAMP' undeclared (first use in this function) configure:1224: error: (Each undeclared identifier is reported only once configure:1224: error: for each function it appears in.) configure: failed program was: #line 1221 "configure" #include "confdefs.h" #include int main() { foo(SIOCGSTAMP); ; return 0; } configure:1248: cc -c -fno-common -Wall -I. -Wall conftest.c 1>&5 configure: In function `main': configure:1244: warning: implicit declaration of function `foo'