This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:575: checking for a BSD compatible install configure:628: checking whether build environment is sane configure:685: checking whether make sets ${MAKE} configure:731: checking for working aclocal configure:744: checking for working autoconf configure:757: checking for working automake configure:770: checking for working autoheader configure:783: checking for working makeinfo configure:797: checking whether to enable maintainer-specific portions of Makefiles configure:821: checking whether to include debugging information in executables configure:852: checking for gcc configure:965: checking whether the C compiler (cc -fno-common ) works configure:981: cc -o conftest -fno-common conftest.c 1>&5 configure:1007: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1012: checking whether we are using GNU C configure:1021: cc -E conftest.c configure:1040: checking whether cc accepts -g configure:1072: checking how to run the C preprocessor configure:1093: cc -E conftest.c >/dev/null 2>conftest.out configure:1201: checking for gtk-config configure:1236: checking for GTK - version >= 1.2.0 configure:1337: cc -o conftest -fno-common -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:1514: checking for libmysqlclient in /usr/local/lib/mysql configure:1532: cc -o conftest -fno-common -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib/mysql -lmysqlclient -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm 1>&5 ld: warning -L: directory name (/usr/local/lib/mysql) does not exist ld: can't locate file for: -lmysqlclient configure: failed program was: #line 1522 "configure" #include "confdefs.h" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_connect(); int main() { mysql_connect() ; return 0; }