Content-Transfer-Encoding: 7Bit Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:623: checking host system type configure:644: checking target system type configure:662: checking build system type configure:721: checking for a BSD compatible install configure:778: checking for -p flag to install configure:801: checking whether build environment is sane configure:839: checking whether make sets ${MAKE} configure:885: checking for working aclocal configure:898: checking for working autoconf configure:911: checking for working automake configure:924: checking for working autoheader configure:937: checking for working makeinfo configure:1043: checking for a C-Compiler configure:1049: checking for gcc configure:1155: checking whether the C compiler (gcc ) works configure:1171: gcc -o conftest conftest.c 1>&5 configure:1197: checking whether the C compiler (gcc ) is a cross-compiler configure:1202: checking whether we are using GNU C configure:1211: gcc -E conftest.c configure:1314: checking how to run the C preprocessor configure:1335: gcc -E conftest.c >/dev/null 2>conftest.out configure:1376: checking for a C++-Compiler configure:1382: checking for g++ configure:1498: checking whether the C++ compiler (g++ ) works configure:1519: rm -rf SunWS_cache; g++ -o conftest conftest.C 1>&5 configure:1545: checking whether the C++ compiler (g++ ) is a cross-compiler configure:1550: checking whether we are using GNU C++ configure:1559: g++ -E conftest.C configure:1633: checking whether g++ supports -fno-exceptions configure:1666: checking whether g++ supports -fno-check-new configure:1810: checking whether g++ supports -fexceptions configure:1844: checking whether g++ supports -frtti configure:1933: checking how to run the C++ preprocessor configure:1955: g++ -E conftest.C >/dev/null 2>conftest.out configure:2015: checking whether g++ supports -frepo configure:2209: checking for ld used by GCC configure:2277: checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld GNU ld version 2.11.90.0.19 (with BFD 2.11.90.0.19) configure:2294: checking for /usr/i386-slackware-linux/bin/ld option to reload object files configure:2306: checking for BSD-compatible nm configure:2344: checking whether ln -s works configure:2365: checking how to recognise dependant libraries configure:2686: checking for ranlib configure:2753: checking for strip configure:2925: checking for Cygwin environment configure:2941: gcc -c -O2 conftest.c 1>&5 configure: In function `main': configure:2937: `__CYGWIN32__' undeclared (first use in this function) configure:2937: (Each undeclared identifier is reported only once configure:2937: for each function it appears in.) configure: failed program was: #line 2930 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:2958: checking for mingw32 environment configure:2970: gcc -c -O2 conftest.c 1>&5 configure: In function `main': configure:2966: `__MINGW32__' undeclared (first use in this function) configure:2966: (Each undeclared identifier is reported only once configure:2966: for each function it appears in.) configure: failed program was: #line 2963 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } ltcf-c.sh:need_lc: gcc -c -O2 conftest.c 1>&5 ltcf-c.sh:need_lc: gcc -shared conftest. -v -Wl,-soname -Wl,conftest -o conftest ltconfig:678:checking for gcc option to produce PIC ltconfig:687:checking that gcc PIC flag -fPIC -DPIC works. ltconfig:697: gcc -c -O2 -fPIC -DPIC -DPIC conftest.c 1>&5 ltconfig:749: checking if gcc static flag -static works ltconfig:758: gcc -o conftest -O2 -static conftest.c 1>&5 ltconfig:780: finding the maximum length of command line arguments ltconfig:@lineno@: result: 73729 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:883: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:884: gcc -c -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:1423: checking if global_symbol_pipe works ltconfig:1424: gcc -c -O2 conftest.c 1>&5 ltconfig:1427: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1479: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 ltconfig:1583: checking for dlopen in -ldl ltconfig:1603: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c -ldl 1>&5 ltconfig:1863: checking for dlfcn.h ltconfig:1874: gcc -c -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 >/dev/null 2>conftest.out ltconfig:1902: checking whether a program can dlopen itself ltconfig:1957: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl 1>&5 ltconfig:1976: checking whether a statically linked program can dlopen itself ltconfig:2031: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl 1>&5 ltconfig: failed program was: /*#line 1984 "ltconfig"*/ #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LTDL_GLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LTDL_GLOBAL DL_GLOBAL # else # define LTDL_GLOBAL 0 # endif #endif /* We may have to define LTDL_LAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LTDL_LAZY_OR_NOW # ifdef RTLD_LAZY # define LTDL_LAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LTDL_LAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LTDL_LAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LTDL_LAZY_OR_NOW DL_NOW # else # define LTDL_LAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42; } int main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW); if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord"); if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); return 1; } g++ -E conftest.cc ltconfig:678:checking for g++ option to produce PIC ltconfig:687:checking that g++ PIC flag -fPIC -DPIC works. ltconfig:697: g++ -c -O2 -fno-exceptions -fno-check-new -fPIC -DPIC -DPIC conftest.cc 1>&5 ltconfig:749: checking if g++ static flag -static works ltconfig:758: g++ -o conftest -O2 -fno-exceptions -fno-check-new -static conftest.cc 1>&5 ltconfig:780: finding the maximum length of command line arguments ltconfig:@lineno@: result: 73729 ltconfig:883: checking if g++ supports -fno-rtti -fno-exceptions ltconfig:884: g++ -c -O2 -fno-exceptions -fno-check-new -fno-rtti -fno-exceptions -c conftest.cc conftest.cc 1>&5 ltconfig:1423: checking if global_symbol_pipe works ltconfig:1424: g++ -c -O2 -fno-exceptions -fno-check-new conftest.cc 1>&5 ltconfig:1427: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1479: g++ -o conftest -O2 -fno-exceptions -fno-check-new -fno-builtin -fno-rtti -fno-exceptions conftest.cc conftstm.o 1>&5 ltconfig:1863: checking for dlfcn.h ltconfig:1902: checking whether a program can dlopen itself ltconfig:1976: checking whether a statically linked program can dlopen itself configure:3105: checking for object suffix configure:3111: gcc -c -O2 conftest.c 1>&5 configure:3131: checking for executable suffix configure:3141: gcc -o conftest -O2 conftest.c 1>&5 configure:3187: checking for msgfmt configure:3221: checking for gmsgfmt configure:3266: checking for xgettext configure:3319: checking for main in -lcompat configure:3334: gcc -o conftest -O2 conftest.c -lcompat 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure: failed program was: #line 3327 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:3356: checking for crypt in -lcrypt configure:3375: gcc -o conftest -O2 conftest.c -lcrypt 1>&5 configure:3450: checking for socklen_t configure:3480: g++ -c -O2 -fno-exceptions -fno-check-new conftest.C 1>&5 configure:3547: checking for dnet_ntoa in -ldnet configure:3566: gcc -o conftest -O2 conftest.c -ldnet 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure: failed program was: #line 3555 "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:3588: checking for dnet_ntoa in -ldnet_stub configure:3607: gcc -o conftest -O2 conftest.c -ldnet_stub 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure: failed program was: #line 3596 "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:3629: checking for inet_ntoa configure:3657: gcc -o conftest -O2 conftest.c 1>&5 configure:3719: checking for connect configure:3747: gcc -o conftest -O2 conftest.c 1>&5 configure:3810: checking for remove configure:3838: gcc -o conftest -O2 conftest.c 1>&5 configure:3902: checking for shmat configure:3930: gcc -o conftest -O2 conftest.c 1>&5 configure:3992: checking for res_init configure:4020: gcc -o conftest -O2 conftest.c 1>&5 /tmp/ccX1k2ax.o: In function `main': /tmp/ccX1k2ax.o(.text+0x7): undefined reference to `res_init' collect2: ld returned 1 exit status configure: failed program was: #line 3997 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_init(); below. */ #include /* 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 res_init(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_res_init) || defined (__stub___res_init) choke me #else res_init(); #endif ; return 0; } configure:4038: checking for res_init in -lresolv configure:4057: gcc -o conftest -O2 conftest.c -lresolv 1>&5 /tmp/ccqSXYc1.o: In function `main': /tmp/ccqSXYc1.o(.text+0x7): undefined reference to `res_init' collect2: ld returned 1 exit status configure: failed program was: #line 4046 "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 res_init(); int main() { res_init() ; return 0; } configure:4084: checking for killpg in -lucb configure:4103: gcc -o conftest -O2 conftest.c -lucb 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -lucb collect2: ld returned 1 exit status configure: failed program was: #line 4092 "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 killpg(); int main() { killpg() ; return 0; } configure:4172: checking size of int configure:4191: gcc -o conftest -O2 conftest.c 1>&5 configure:4210: checking size of long configure:4229: gcc -o conftest -O2 conftest.c 1>&5 configure:4248: checking size of char * configure:4267: gcc -o conftest -O2 conftest.c 1>&5 configure:4286: checking size of char configure:4305: gcc -o conftest -O2 conftest.c 1>&5 configure:4326: checking for dlopen in -ldl configure:4370: checking for shl_unload in -ldld configure:4389: gcc -o conftest -O2 conftest.c -ldld 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure: failed program was: #line 4378 "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 shl_unload(); int main() { shl_unload() ; return 0; } configure:4418: checking for extra includes configure:4449: checking for extra libs configure:4483: checking for libz configure:4509: gcc -o conftest -O2 conftest.c -lz 1>&5 configure:4539: checking for X configure:4578: gcc -E conftest.c >/dev/null 2>conftest.out configure:4654: gcc -o conftest -O2 conftest.c -lXt 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -lXt collect2: ld returned 1 exit status configure: failed program was: #line 4647 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:4828: checking for IceConnectionNumber in -lICE configure:4847: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:4876: checking for libXext configure:4899: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 1>&5 configure:4926: checking for Xinerama configure:5069: checking for libpng configure:5099: gcc -o conftest -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 1>&5 configure:5131: checking for libjpeg6b configure:5169: gcc -o conftest -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -ljpeg6b -lm 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -ljpeg6b collect2: ld returned 1 exit status configure: failed program was: #line 5148 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ struct jpeg_decompress_struct; typedef struct jpeg_decompress_struct * j_decompress_ptr; typedef int size_t; #ifdef __cplusplus extern "C" { #endif void jpeg_CreateDecompress(j_decompress_ptr cinfo, int version, size_t structsize); #ifdef __cplusplus } #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ int main() { jpeg_CreateDecompress(0L, 0, 0); ; return 0; } configure:5192: checking for libjpeg configure:5230: gcc -o conftest -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -ljpeg -lm 1>&5 configure:5395: checking for Qt tried NO tried /usr/lib/qt/lib tried /usr/lib/qt tried /usr/lib/qt2/lib tried /usr/lib/qt2 tried /usr/lib/qt/lib tried /usr/lib/qt tried /usr/X11R6/lib configure:5554: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt/include -I/usr/X11R6/include -L/usr/lib -L/usr/X11R6/lib conftest.C -lqt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE 1>&5 configure:5612: checking if Qt compiles without flags configure:5691: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt/include -L/usr/X11R6/lib conftest.C -lqt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lXext -lX11 1>&5 configure:5760: checking for moc configure:5826: checking for uic configure:5911: checking for rpath configure:5940: checking for KDE configure:6116: checking for KDE paths configure:6603: checking for dcopidl configure:6663: checking for dcopidl2cpp configure:6723: checking for mcopidl configure:6783: checking for artsc-config configure:6843: checking for kde-config configure:7031: checking for dirent.h that defines DIR configure:7044: gcc -c -O2 conftest.c 1>&5 configure:7069: checking for opendir in -ldir configure:7088: gcc -o conftest -O2 conftest.c -ldir 1>&5 /usr/i386-slackware-linux/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 7077 "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 opendir(); int main() { opendir() ; return 0; } configure:7152: checking for ANSI C header files configure:7165: gcc -E conftest.c >/dev/null 2>conftest.out configure:7232: gcc -o conftest -O2 conftest.c 1>&5 configure:7259: checking for fcntl.h configure:7269: gcc -E conftest.c >/dev/null 2>conftest.out configure:7259: checking for sys/time.h configure:7269: gcc -E conftest.c >/dev/null 2>conftest.out configure:7259: checking for sys/stat.h configure:7269: gcc -E conftest.c >/dev/null 2>conftest.out configure:7299: checking for sys/cdefs.h configure:7309: gcc -E conftest.c >/dev/null 2>conftest.out configure:7299: checking for fnmatch.h configure:7309: gcc -E conftest.c >/dev/null 2>conftest.out configure:7299: checking for sysent.h configure:7309: gcc -E conftest.c >/dev/null 2>conftest.out configure:7305: sysent.h: No such file or directory configure: failed program was: #line 7304 "configure" #include "confdefs.h" #include configure:7299: checking for strings.h configure:7309: gcc -E conftest.c >/dev/null 2>conftest.out configure:7299: checking for paths.h configure:7309: gcc -E conftest.c >/dev/null 2>conftest.out configure:7339: checking for utmp.h configure:7349: gcc -E conftest.c >/dev/null 2>conftest.out configure:7339: checking for sys/param.h configure:7349: gcc -E conftest.c >/dev/null 2>conftest.out configure:7339: checking for linux/tcp.h configure:7349: gcc -E conftest.c >/dev/null 2>conftest.out configure:7339: checking for sys/proc.h configure:7349: gcc -E conftest.c >/dev/null 2>conftest.out configure:7345: sys/proc.h: No such file or directory configure: failed program was: #line 7344 "configure" #include "confdefs.h" #include configure:7377: checking whether time.h and sys/time.h may both be included configure:7391: gcc -c -O2 conftest.c 1>&5 configure:7413: checking for long double configure:7459: checking for dlopen in -ldl configure:7503: checking for shl_unload in -ldld configure:7552: checking for dlfcn.h configure:7552: checking for dl.h configure:7562: gcc -E conftest.c >/dev/null 2>conftest.out configure:7558: dl.h: No such file or directory configure: failed program was: #line 7557 "configure" #include "confdefs.h" #include configure:7634: checking for socket configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for fabsl configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7646: warning: conflicting types for built-in function `fabsl' /tmp/ccweKNZ7.o: In function `main': /tmp/ccweKNZ7.o(.text+0x7): undefined reference to `fabsl' collect2: ld returned 1 exit status configure: failed program was: #line 7639 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fabsl(); below. */ #include /* 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 fabsl(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fabsl) || defined (__stub___fabsl) choke me #else fabsl(); #endif ; return 0; } configure:7634: checking for strdup configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for vsnprintf configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for re_comp configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for flock configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for setenv configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7634: checking for unsetenv configure:7662: gcc -o conftest -O2 conftest.c 1>&5 configure:7688: checking for getdomainname configure:7724: g++ -c -O2 -fno-exceptions -fno-check-new -pedantic-errors conftest.C 1>&5 configure:7749: checking if getdomainname needs custom prototype configure:7829: checking for gethostname configure:7863: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -pedantic-errors conftest.C 1>&5 configure:7887: checking if gethostname needs custom prototype configure:7973: checking for GL/gl.h configure:7983: gcc -E conftest.c >/dev/null 2>conftest.out configure:7973: checking for GL/glu.h configure:7983: gcc -E conftest.c >/dev/null 2>conftest.out configure:7973: checking for GL/glut.h configure:7983: gcc -E conftest.c >/dev/null 2>conftest.out configure:7979: GL/glut.h: No such file or directory configure: failed program was: #line 7978 "configure" #include "confdefs.h" #include configure:7973: checking for GL/glx.h configure:7983: gcc -E conftest.c >/dev/null 2>conftest.out configure:8011: checking for the Qt OpenGL extension configure:8040: /bin/sh ./libtool --silent --mode=link g++ -o conftest -O2 -fno-exceptions -fno-check-new -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/opt/kde/lib conftest.C -lkdecore -lqt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE 1>&5 conftest.C:4: GL/glut.h: No such file or directory