This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:577: checking for a BSD compatible install configure:630: checking whether build environment is sane configure:687: checking whether gmake sets ${MAKE} configure:733: checking for working aclocal configure:746: checking for working autoconf configure:759: checking for working automake configure:772: checking for working autoheader configure:785: checking for working makeinfo configure:875: checking host system type configure:896: checking build system type configure:916: checking for ranlib configure:946: checking for gcc configure:1059: checking whether the C compiler (cc -fno-common -L/usr/local/lib) works configure:1075: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1101: checking whether the C compiler (cc -fno-common -L/usr/local/lib) is a cross-compiler configure:1106: checking whether we are using GNU C configure:1115: cc -E conftest.c configure:1134: checking whether cc accepts -g configure:1177: checking for ld used by GCC configure:1240: checking if the linker (/usr/bin/ld) is GNU ld configure:1256: checking for BSD-compatible nm configure:1293: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c -fno-common conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -fno-common -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -fno-common -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -fno-common -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -fno-common -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -fno-common -L/usr/local/lib -static conftest.c 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: cc -c -fno-common conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" cannot find nm_test_var in conftest.nm ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: cc -c -fno-common conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1648: cc -o conftest -fno-common -fno-builtin -L/usr/local/lib conftest.c conftstm.o 1>&5 configure:1475: checking for gcc configure:1588: checking whether the C compiler (cc -fno-common -L/usr/local/lib) works configure:1604: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1630: checking whether the C compiler (cc -fno-common -L/usr/local/lib) is a cross-compiler configure:1635: checking whether we are using GNU C configure:1663: checking whether cc accepts -g configure:1737: checking for imlib-config configure:1772: checking for IMLIB - version >= 1.8.0 configure:1855: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1801:19: Imlib.h: No such file or directory configure: In function `main': configure:1833: error: parse error before '>' token configure:1834: error: parse error before '==' token configure:1834: error: parse error before '>' token configure:1835: error: parse error before '==' token configure:1835: error: parse error before '==' token configure:1836: error: parse error before '>=' token configure:1842: error: parse error before ',' token configure: failed program was: #line 1796 "configure" #include "confdefs.h" #include #include #include #include char* my_strdup (char *str) { char *new_str; if (str) { new_str = malloc ((strlen (str) + 1) * sizeof(char)); strcpy (new_str, str); } else new_str = NULL; return new_str; } int main () { int major, minor, micro; char *tmp_version; system ("touch conf.imlibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = my_strdup("1.8.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.8.0"); exit(1); } if (( > major) || (( == major) && ( > minor)) || (( == major) && ( == minor) && ( >= micro))) { 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:1899: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1892:19: Imlib.h: No such file or directory configure: failed program was: #line 1889 "configure" #include "confdefs.h" #include #include int main() { return 0; ; return 0; }