This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:558: checking for a BSD compatible install configure:611: checking whether build environment is sane configure:668: checking whether gmake sets ${MAKE} configure:714: checking for working aclocal configure:727: checking for working autoconf configure:740: checking for working automake configure:753: checking for working autoheader configure:766: checking for working makeinfo configure:783: checking whether gmake sets ${MAKE} configure:815: checking for gcc configure:928: checking whether the C compiler (cc -fno-common -L/usr/local/lib) works configure:944: cc -o conftest -fno-common -I/usr/local/include -DGG_NEED_OLD_INTTYPES -L/usr/local/lib conftest.c 1>&5 configure:970: checking whether the C compiler (cc -fno-common -L/usr/local/lib) is a cross-compiler configure:975: checking whether we are using GNU C configure:984: cc -E conftest.c configure:1003: checking whether cc accepts -g configure:1036: checking for strerror in -lcposix configure:1055: cc -o conftest -fno-common -I/usr/local/include -DGG_NEED_OLD_INTTYPES -L/usr/local/lib conftest.c -lcposix 1>&5 ld: can't locate file for: -lcposix configure: failed program was: #line 1044 "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 strerror(); int main() { strerror() ; return 0; } configure:1080: checking for ranlib configure:1126: checking for ggiInit in -lggi -pthread configure:1145: cc -o conftest -g -O2 -Wall -Wimplicit -fno-common -I/usr/local/include -DGG_NEED_OLD_INTTYPES -L/usr/local/lib conftest.c -lggi -pthread 1>&5 cc: unrecognized option `-pthread' ld: can't locate file for: -lggi configure: failed program was: #line 1134 "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 ggiInit(); int main() { ggiInit() ; return 0; }