This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:549: checking for X configure:617: conftest.c >/dev/null 2>conftest.out ./configure: line 1: conftest.c: command not found configure: failed program was: #line 612 "configure" #include "confdefs.h" #include configure:693: cc -o conftest -fno-common conftest.c -lXt 1>&5 ld: can't locate file for: -lXt configure: failed program was: #line 686 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:810: checking host system type configure:860: checking for gcc configure:973: checking whether the C compiler (cc -fno-common ) works configure:989: cc -o conftest -fno-common conftest.c 1>&5 configure:1015: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1020: checking whether we are using GNU C configure:1029: cc -E conftest.c configure:1048: checking whether cc accepts -g configure:1091: checking for a BSD compatible install configure:1144: checking for working const configure:1198: cc -c -fno-common conftest.c 1>&5 configure:1221: checking for cc option to accept ANSI C configure:1333: cc -c -fno-common -DCC_HAS_PROTOS conftest.c 1>&5 configure:1441: checking for Cygwin environment configure:1457: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1453: error: `__CYGWIN32__' undeclared (first use in this function) configure:1453: error: (Each undeclared identifier is reported only once configure:1453: error: for each function it appears in.) configure: failed program was: #line 1446 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1474: checking for mingw32 environment configure:1486: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1482: error: `__MINGW32__' undeclared (first use in this function) configure:1482: error: (Each undeclared identifier is reported only once configure:1482: error: for each function it appears in.) configure: failed program was: #line 1479 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1518: checking for executable suffix configure:1528: cc -o conftest -fno-common conftest.c 1>&5 configure:1549: checking for object suffix configure:1555: cc -c -fno-common conftest.c 1>&5 configure:1582: checking how to run the C preprocessor configure:1603: cc -E conftest.c >/dev/null 2>conftest.out configure:1662: checking for ANSI C header files configure:1675: cc -E conftest.c >/dev/null 2>conftest.out configure:1742: cc -o conftest -fno-common conftest.c 1>&5 configure:1774: checking for getopt.h configure:1784: cc -E conftest.c >/dev/null 2>conftest.out configure:1774: checking for stdlib.h configure:1784: cc -E conftest.c >/dev/null 2>conftest.out configure:1774: checking for string.h configure:1784: cc -E conftest.c >/dev/null 2>conftest.out configure:1774: checking for unistd.h configure:1784: cc -E conftest.c >/dev/null 2>conftest.out configure:1816: checking version of cc configure:1826: checking if you want to turn on gcc warnings configure:4337: checking for extra include directories configure:4362: checking if we have identified curses headers configure:4382: cc -c -fno-common conftest.c 1>&5 configure:4405: checking for curses.h configure:4415: cc -E conftest.c >/dev/null 2>conftest.out configure:4444: checking for terminfo header configure:4471: cc -c -fno-common conftest.c 1>&5 configure:4520: checking for ncurses version configure:4579: cc -o conftest -fno-common conftest.c 1>&5 configure:4603: checking if we have identified curses libraries configure:4612: cc -o conftest -fno-common conftest.c 1>&5 ld: Undefined symbols: _initscr _tgoto configure: failed program was: #line 4605 "configure" #include "confdefs.h" #include int main() { initscr(); tgoto("?", 0,0) ; return 0; } configure:4784: checking for tgoto configure:4812: cc -o conftest -fno-common conftest.c 1>&5 ld: Undefined symbols: _tgoto configure: failed program was: #line 4789 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tgoto(); 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 tgoto(); 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_tgoto) || defined (__stub___tgoto) choke me #else tgoto(); #endif ; return 0; } configure:4833: checking for tgoto in -lncurses configure:4852: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:4882: checking for initscr in -lncurses configure:4901: cc -o conftest -fno-common conftest.c -lncurses -lncurses 1>&5 configure:5002: checking if you want to use dmalloc for testing configure:5191: checking if you want to use dbmalloc for testing configure:5380: checking if you want to use purify for testing configure:5486: checking if you want to use valgrind for testing configure:5598: checking if you want to perform memory-leak testing configure:5624: checking for size_t configure:5658: checking declaration of chtype configure:5671: cc -c -fno-common conftest.c 1>&5 configure:5695: checking for getcwd configure:5723: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5695: checking for getopt configure:5723: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5750: checking if we must define _XOPEN_SOURCE_EXTENDED configure:5768: cc -o conftest -fno-common conftest.c -lncurses 1>&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:5758: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: failed program was: #line 5756 "configure" #include "confdefs.h" #include #include int main() { long x = winnstr(stdscr, "", 0); int x1, y1; getbegyx(stdscr, y1, x1) ; return 0; } configure:5789: cc -o conftest -fno-common conftest.c -lncurses 1>&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:5779: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: failed program was: #line 5776 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED #include #include int main() { long x = winnstr(stdscr, "", 0); int x1, y1; getbegyx(stdscr, y1, x1) ; return 0; } configure:5808: checking for term.h configure:5885: checking for COLOR_PAIR (line 5887) testing COLOR_PAIR ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for beep (line 5887) testing beep ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for bkgd (line 5887) testing bkgd ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for flash (line 5887) testing flash ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for keypad (line 5887) testing keypad ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for typeahead (line 5887) testing typeahead ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:5885: checking for wsetscrreg (line 5887) testing wsetscrreg ... configure:5925: cc -o conftest -fno-common conftest.c -lncurses 1>&5