This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:530: checking for gcc configure:643: checking whether the C compiler (cc -fno-common ) works configure:659: cc -o conftest -fno-common conftest.c 1>&5 configure:685: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:690: checking whether we are using GNU C configure:699: cc -E conftest.c configure:718: checking whether cc accepts -g configure:780: checking for a BSD compatible install configure:840: checking host system type configure:868: checking how to run the C preprocessor configure:889: cc -E conftest.c >/dev/null 2>conftest.out configure:948: checking for ANSI C header files configure:961: cc -E conftest.c >/dev/null 2>conftest.out configure:1028: cc -o conftest -fno-common conftest.c 1>&5 configure:1066: checking for stdio.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for unistd.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for errno.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for fcntl.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for ctype.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for stdarg.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for signal.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for sys/types.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for sys/stat.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1066: checking for sys/time.h configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1110: checking for termios.h configure:1120: cc -E conftest.c >/dev/null 2>conftest.out configure:1150: checking for termio.h configure:1160: cc -E conftest.c >/dev/null 2>conftest.out configure:1156:20: termio.h: No such file or directory configure: failed program was: #line 1155 "configure" #include "confdefs.h" #include configure:1190: checking for linux/serial.h configure:1200: cc -E conftest.c >/dev/null 2>conftest.out configure:1196:26: linux/serial.h: No such file or directory configure: failed program was: #line 1195 "configure" #include "confdefs.h" #include configure:1264: checking for working const configure:1318: cc -c -fno-common conftest.c 1>&5 configure:1341: checking whether cc needs -traditional configure:1366:20: termio.h: No such file or directory configure:1401: checking for gettimeofday configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for select configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for strdup configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for strerror configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for strstr configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1413: warning: conflicting types for built-in function `strstr' configure:1401: checking for sigaction configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for snprintf configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1413: warning: conflicting types for built-in function `snprintf' configure:1401: checking for tcgetattr configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for tcsetattr configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for cfsetispeed configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1401: checking for cfsetospeed configure:1429: cc -o conftest -fno-common conftest.c 1>&5 configure:1523: checking for CRTSCTS option configure:1533: cc -c -fno-common conftest.c 1>&5 configure:1555: checking for NEW_RTSCTS option configure:1565: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1560: error: `CNEW_RTSCTS' undeclared (first use in this function) configure:1560: error: (Each undeclared identifier is reported only once configure:1560: error: for each function it appears in.) configure: failed program was: #line 1557 "configure" #include "confdefs.h" #include int main() { int a = CNEW_RTSCTS; ; return 0; }