This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:532: checking for gcc configure:645: checking whether the C compiler (cc -fno-common ) works configure:661: cc -o conftest -fno-common conftest.c 1>&5 configure:687: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:692: checking whether we are using GNU C configure:701: cc -E conftest.c configure:720: checking whether cc accepts -g configure:754: checking how to run the C preprocessor configure:775: cc -E conftest.c >/dev/null 2>conftest.out configure:838: checking for X configure:1152: checking for dnet_ntoa in -ldnet configure:1171: cc -o conftest -fno-common conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 1160 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1193: checking for dnet_ntoa in -ldnet_stub configure:1212: cc -o conftest -fno-common conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 1201 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1241: checking for gethostbyname configure:1269: cc -o conftest -fno-common conftest.c 1>&5 configure:1339: checking for connect configure:1367: cc -o conftest -fno-common conftest.c 1>&5 configure:1431: checking for remove configure:1459: cc -o conftest -fno-common conftest.c 1>&5 configure:1523: checking for shmat configure:1551: cc -o conftest -fno-common conftest.c 1>&5 configure:1624: checking for IceConnectionNumber in -lICE configure:1643: cc -o conftest -fno-common -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1676: checking for XpmCreatePixmapFromData in -lXpm configure:1695: cc -o conftest -fno-common conftest.c -lXpm -L/usr/X11R6/lib -lX11 -lSM -lICE 1>&5 configure:1725: checking for ncurses.h configure:1735: cc -E conftest.c >/dev/null 2>conftest.out configure:1770: checking for initscr in -lncurses configure:1789: cc -o conftest -fno-common conftest.c -lncurses 1>&5 configure:1817: checking for pow in -lm configure:1836: cc -o conftest -fno-common conftest.c -lm 1>&5 configure:1875: checking for gh_new_procedure in -lguile configure:1894: cc -o conftest -fno-common conftest.c -lguile -lm 1>&5 ld: Undefined symbols: _scm_tc16_variable _qt_abort _qt_block _qt_error configure: failed program was: #line 1883 "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 gh_new_procedure(); int main() { gh_new_procedure() ; return 0; }