This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:608: checking for a BSD compatible install configure:661: checking whether build environment is sane configure:718: checking whether make sets ${MAKE} configure:764: checking for working aclocal configure:777: checking for working autoconf configure:790: checking for working automake configure:803: checking for working autoheader configure:816: checking for working makeinfo configure:833: checking whether to enable maintainer-specific portions of Makefiles configure:969: checking for gcc configure:1082: checking whether the C compiler (cc -fno-common ) works configure:1098: cc -o conftest -fno-common conftest.c 1>&5 configure:1124: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1129: checking whether we are using GNU C configure:1138: cc -E conftest.c configure:1157: checking whether cc accepts -g configure:1189: checking how to run the C preprocessor configure:1210: cc -E conftest.c >/dev/null 2>conftest.out configure:1273: checking for c++ configure:1305: checking whether the C++ compiler (c++ -fno-common ) works configure:1321: c++ -o conftest -fno-common conftest.C 1>&5 configure:1347: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:1352: checking whether we are using GNU C++ configure:1361: c++ -E conftest.C configure:1380: checking whether c++ accepts -g configure:1416: checking for bison configure:1452: checking for flex configure:1485: checking for flex configure:1519: checking for yywrap in -lfl configure:1538: cc -o conftest -fno-common conftest.c -lfl 1>&5 configure:1561: checking lex output file root configure:1582: checking whether yytext is a pointer configure:1601: cc -o conftest -fno-common conftest.c -lfl 1>&5 configure:1634: checking for a BSD compatible install configure:1687: checking whether ln -s works configure:1708: checking whether make sets ${MAKE} configure:1738: checking for rm configure:1776: checking for X configure:2090: checking for dnet_ntoa in -ldnet configure:2109: cc -o conftest -fno-common conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 2098 "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:2131: checking for dnet_ntoa in -ldnet_stub configure:2150: cc -o conftest -fno-common conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 2139 "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:2179: checking for gethostbyname configure:2207: cc -o conftest -fno-common conftest.c 1>&5 configure:2277: checking for connect configure:2305: cc -o conftest -fno-common conftest.c 1>&5 configure:2369: checking for remove configure:2397: cc -o conftest -fno-common conftest.c 1>&5 configure:2461: checking for shmat configure:2489: cc -o conftest -fno-common conftest.c 1>&5 configure:2562: checking for IceConnectionNumber in -lICE configure:2581: cc -o conftest -fno-common -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:2609: checking for XOpenDisplay in -lX11 configure:2628: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lX11 -lSM -lICE -L/usr/X11R6/lib 1>&5 configure:2651: checking for XShapeCombineMask in -lXext configure:2670: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lXext -lSM -lICE -lX11 -L/usr/X11R6/lib 1>&5 configure:2697: checking for SmcOpenConnection in -lSM configure:2716: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lSM -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib 1>&5 configure:2790: checking for imlib-config configure:2825: checking for IMLIB - version >= 1.8.2 configure:2908: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:2886: error: parse error before '>' token configure:2887: error: parse error before '==' token configure:2887: error: parse error before '>' token configure:2888: error: parse error before '==' token configure:2888: error: parse error before '==' token configure:2889: error: parse error before '>=' token configure:2895: error: parse error before ',' token configure: failed program was: #line 2849 "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.2"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.8.2"); 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:2957: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:3001: checking for XpmReadFileToPixmap in -lXpm configure:3020: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lXpm -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib 1>&5 configure:3049: checking for XScreenSaverQueryExtension in -lXss configure:3068: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lXss -lSM -lICE -lXpm -lXext -lX11 -L/usr/X11R6/lib 1>&5 configure:3389: checking for snd_cards in -lasound configure:3408: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lasound -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib 1>&5 ld: can't locate file for: -lasound configure: failed program was: #line 3397 "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 snd_cards(); int main() { snd_cards() ; return 0; } configure:3477: checking for esd-config configure:3512: checking for ESD - version >= 0.2.6 configure:3594: cc -o conftest -fno-common -I/usr/X11R6/include -I/usr/local/include conftest.c -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm 1>&5 configure:3679: checking for _Xsetlocale in -lX11 configure:3698: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lX11 -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm 1>&5 configure:3722: checking for setlocale in -lxpg4 configure:3741: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lxpg4 -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm 1>&5 configure:3763: checking for ANSI C header files configure:3776: cc -E conftest.c >/dev/null 2>conftest.out configure:3843: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm -lxpg4 1>&5 configure:3867: checking for pid_t configure:3900: checking for size_t configure:3936: checking if gcc version is >= 2.95 configure:3967: c++ -o conftest -fno-common -I/usr/X11R6/include -I/usr/local/include conftest.C -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm -lxpg4 1>&5 configure:3997: checking for vfork.h configure:4007: cc -E conftest.c >/dev/null 2>conftest.out configure:4003:19: vfork.h: No such file or directory configure: failed program was: #line 4002 "configure" #include "confdefs.h" #include configure:4032: checking for working vfork configure:4183: cc -o conftest -fno-common -I/usr/X11R6/include -fpermissive conftest.c -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm -lxpg4 1>&5 cc1: warning: "-fpermissive" is valid for C++ but not for C/ObjC configure: In function `sparc_address_test': configure:4112: error: syntax error before "child" configure:4113: error: `child' undeclared (first use in this function) configure:4113: error: (Each undeclared identifier is reported only once configure:4113: error: for each function it appears in.) configure: In function `main': configure:4127: error: `pid_t' undeclared (first use in this function) configure:4127: error: parse error before "parent" configure:4132: error: `child' undeclared (first use in this function) configure:4146: error: parse error before "p" configure:4150: error: `p' undeclared (first use in this function) configure:4150: error: `p1' undeclared (first use in this function) configure:4150: error: `p2' undeclared (first use in this function) configure:4150: error: `p3' undeclared (first use in this function) configure:4151: error: `p4' undeclared (first use in this function) configure:4151: error: `p5' undeclared (first use in this function) configure:4151: error: `p6' undeclared (first use in this function) configure:4151: error: `p7' undeclared (first use in this function) configure:4174: error: `parent' undeclared (first use in this function) configure: failed program was: #line 4088 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include #include #include #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_VFORK_H #include #endif /* On some sparc systems, changes by the child to local and incoming argument registers are propagated back to the parent. The compiler is told about this with #include , but some compilers (e.g. gcc -O) don't grok . Test for this by using a static variable whose address is put into a register that is clobbered by the vfork. */ static #ifdef __cplusplus sparc_address_test (int arg) #else sparc_address_test (arg) int arg; #endif { static pid_t child; if (!child) { child = vfork (); if (child < 0) { perror ("vfork"); _exit(2); } if (!child) { arg = getpid(); write(-1, "", 0); _exit (arg); } } } main() { pid_t parent = getpid (); pid_t child; sparc_address_test (); child = vfork (); if (child == 0) { /* Here is another test for sparc vfork register problems. This test uses lots of local variables, at least as many local variables as main has allocated so far including compiler temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should reuse the register of parent for one of the local variables, since it will think that parent can't possibly be used any more in this routine. Assigning to the local variable will thus munge parent in the parent process. */ pid_t p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); /* Convince the compiler that p..p7 are live; otherwise, it might use the same hardware register for all 8 local variables. */ if (p != p1 || p != p2 || p != p3 || p != p4 || p != p5 || p != p6 || p != p7) _exit(1); /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent from child file descriptors. If the child closes a descriptor before it execs or exits, this munges the parent's descriptor as well. Test for this by closing stdout in the child. */ _exit(close(fileno(stdout)) != 0); } else { int status; struct stat st; while (wait(&status) != child) ; exit( /* Was there some problem with vforking? */ child < 0 /* Did the child fail? (This shouldn't happen.) */ || status /* Did the vfork/compiler bug occur? */ || parent != getpid() /* Did the file descriptor bug occur? */ || fstat(fileno(stdout), &st) != 0 ); } } configure:4206: checking for vprintf configure:4234: cc -o conftest -fno-common -I/usr/X11R6/include -fpermissive conftest.c -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm -lxpg4 1>&5 cc1: warning: "-fpermissive" is valid for C++ but not for C/ObjC configure:4218: warning: conflicting types for built-in function `vprintf' configure:4313: checking for usleep configure:4341: cc -o conftest -fno-common -I/usr/X11R6/include -fpermissive conftest.c -lSM -lICE -lXss -lXpm -lXext -lX11 -L/usr/X11R6/lib -L/usr/local/lib -lesd -laudiofile -lm -lxpg4 1>&5 cc1: warning: "-fpermissive" is valid for C++ but not for C/ObjC