This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:585: checking for a BSD compatible install configure:642: checking whether build environment is sane configure:699: checking whether gmake sets ${MAKE} configure:746: checking for working aclocal configure:759: checking for working autoconf configure:772: checking for working automake configure:785: checking for working autoheader configure:798: checking for working makeinfo configure:817: checking for python configure:849: checking where .py files should go configure:858: checking where python extensions should go configure:881: checking for python headers configure:898: checking definitions from Python makefile configure:932: checking for python module thread configure:1006: checking for gtk-config configure:1041: checking for GTK - version >= 1.2.1 configure:1142: gcc -o conftest -fno-common -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lgthread-12 -lglib-12 -pthread -lintl -lXi -lXext -lX11 -lm 1>&5 gcc: unrecognized option `-pthread' configure:1265: checking for imlib-config configure:1300: checking for IMLIB - version >= 1.8.2 configure:1362: gcc -o conftest -fno-common conftest.c 1>&5 configure:1326:23: gdk_imlib.h: No such file or directory configure: In function `main': configure:1336: warning: assignment makes pointer from integer without a cast configure:1342: error: parse error before '>' token configure:1343: error: parse error before '==' token configure:1343: error: parse error before '>=' token configure:1349: error: parse error before ',' token configure: failed program was: #line 1322 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor; char *tmp_version; system ("touch conf.gdkimlibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.8.2"); if (sscanf(tmp_version, "%d.%d", &major, &minor) != 2) { printf("%s, bad version string\n", "1.8.2"); exit(1); } if (( > major) || (( == major) && ( >= minor))) { return 0; } else { printf("\n*** 'imlib-config --version' returned %d.%d, but the minimum version\n", , ); printf("*** of IMLIB required is %d.%d. If imlib-config is correct, then it is\n", major, minor); printf("*** best to upgrade to the required version.\n"); printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n"); printf("*** to point to the correct copy of imlib-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:1406: gcc -o conftest -fno-common conftest.c 1>&5 configure:1399:23: gdk_imlib.h: No such file or directory configure: failed program was: #line 1396 "configure" #include "confdefs.h" #include #include int main() { return 0; ; return 0; } configure:1494: checking for gnome-config configure:1531: checking if /usr/local/bin/gnome-config works configure:1709: checking for gnomeConf.sh file in /usr/local/lib