This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-debug --with-xinerama --enable-final --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = newton uname -m = i686 uname -r = 2.6.21.5 uname -s = Linux uname -v = #1 PREEMPT Tue Jun 12 19:28:19 CEST 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /opt/kde/bin PATH: /opt/gnome/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1598: checking build system type configure:1616: result: i686-pc-linux-gnu configure:1624: checking host system type configure:1638: result: i686-pc-linux-gnu configure:1646: checking target system type configure:1660: result: i686-pc-linux-gnu configure:1707: checking for a BSD-compatible install configure:1762: result: /usr/bin/install -c configure:1777: checking for -p flag to install configure:1790: result: yes configure:1801: checking whether build environment is sane configure:1844: result: yes configure:1864: checking for gawk configure:1880: found /usr/bin/gawk configure:1890: result: gawk configure:1900: checking whether make sets $(MAKE) configure:1920: result: yes configure:2174: checking for kde-config configure:2236: result: /usr/bin/kde-config configure:2260: checking where to install configure:2268: result: /usr (as requested) configure:2319: checking for style of include used by make configure:2347: result: GNU configure:2495: checking for gcc configure:2511: found /usr/bin/gcc configure:2521: result: gcc configure:2765: checking for C compiler version configure:2768: gcc --version &5 gcc (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2771: $? = 0 configure:2773: gcc -v &5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.1/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,objc,fortran --disable-nls Thread model: posix gcc version 4.2.1 configure:2776: $? = 0 configure:2778: gcc -V &5 gcc: '-V' option must have argument configure:2781: $? = 1 configure:2804: checking for C compiler default output file name configure:2807: gcc -O3 -march=i686 -pipe conftest.c >&5 configure:2810: $? = 0 configure:2856: result: a.out configure:2861: checking whether the C compiler works configure:2867: ./a.out configure:2870: $? = 0 configure:2887: result: yes configure:2894: checking whether we are cross compiling configure:2896: result: no configure:2899: checking for suffix of executables configure:2901: gcc -o conftest -O3 -march=i686 -pipe conftest.c >&5 configure:2904: $? = 0 configure:2929: result: configure:2935: checking for suffix of object files configure:2956: gcc -c -O3 -march=i686 -pipe conftest.c >&5 configure:2959: $? = 0 configure:2981: result: o configure:2985: checking whether we are using the GNU C compiler configure:3009: gcc -c -O3 -march=i686 -pipe conftest.c >&5 configure:3015: $? = 0 configure:3019: test -z || test ! -s conftest.err configure:3022: $? = 0 configure:3025: test -s conftest.o configure:3028: $? = 0 configure:3041: result: yes configure:3047: checking whether gcc accepts -g configure:3068: gcc -c -g conftest.c >&5 configure:3074: $? = 0 configure:3078: test -z || test ! -s conftest.err configure:3081: $? = 0 configure:3084: test -s conftest.o configure:3087: $? = 0 configure:3098: result: yes configure:3115: checking for gcc option to accept ANSI C configure:3185: gcc -c -O3 -march=i686 -pipe conftest.c >&5 configure:3191: $? = 0 configure:3195: test -z || test ! -s conftest.err configure:3198: $? = 0 configure:3201: test -s conftest.o configure:3204: $? = 0 configure:3222: result: none needed configure:3240: gcc -c -O3 -march=i686 -pipe conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:3246: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3381: checking dependency style of gcc configure:3464: result: gcc3 configure:3487: checking how to run the C preprocessor configure:3522: gcc -E conftest.c configure:3528: $? = 0 configure:3560: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3566: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | /* end confdefs.h. */ | #include configure:3605: result: gcc -E configure:3629: gcc -E conftest.c configure:3635: $? = 0 configure:3667: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3673: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | /* end confdefs.h. */ | #include configure:3797: checking for g++ configure:3813: found /usr/bin/g++ configure:3823: result: g++ configure:3839: checking for C++ compiler version configure:3842: g++ --version &5 g++ (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3845: $? = 0 configure:3847: g++ -v &5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.1/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,objc,fortran --disable-nls Thread model: posix gcc version 4.2.1 configure:3850: $? = 0 configure:3852: g++ -V &5 g++: '-V' option must have argument configure:3855: $? = 1 configure:3858: checking whether we are using the GNU C++ compiler configure:3882: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 configure:3888: $? = 0 configure:3892: test -z || test ! -s conftest.err configure:3895: $? = 0 configure:3898: test -s conftest.o configure:3901: $? = 0 configure:3914: result: yes configure:3920: checking whether g++ accepts -g configure:3941: g++ -c -g conftest.cc >&5 configure:3947: $? = 0 configure:3951: test -z || test ! -s conftest.err configure:3954: $? = 0 configure:3957: test -s conftest.o configure:3960: $? = 0 configure:3971: result: yes configure:4013: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 configure:4019: $? = 0 configure:4023: test -z || test ! -s conftest.err configure:4026: $? = 0 configure:4029: test -s conftest.o configure:4032: $? = 0 configure:4058: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15: error: 'exit' was not declared in this scope configure:4064: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4013: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 conftest.cc:11: error: 'void std::exit(int)' should have been declared inside 'std' configure:4019: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4013: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 conftest.cc:11: error: 'void std::exit(int)' should have been declared inside 'std' In file included from conftest.cc:12: /usr/include/stdlib.h:646: error: declaration of 'void std::exit(int) throw ()' throws different exceptions conftest.cc:11: error: from previous declaration 'void std::exit(int)' configure:4019: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4013: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 configure:4019: $? = 0 configure:4023: test -z || test ! -s conftest.err configure:4026: $? = 0 configure:4029: test -s conftest.o configure:4032: $? = 0 configure:4058: g++ -c -O3 -march=i686 -pipe conftest.cc >&5 configure:4064: $? = 0 configure:4068: test -z || test ! -s conftest.err configure:4071: $? = 0 configure:4074: test -s conftest.o configure:4077: $? = 0 configure:4102: checking dependency style of g++ configure:4185: result: gcc3 configure:4204: checking whether gcc is blacklisted configure:4230: gcc -c -DNDEBUG -O2 -O3 -march=i686 -pipe conftest.c >&5 configure:4236: $? = 0 configure:4240: test -z || test ! -s conftest.err configure:4243: $? = 0 configure:4246: test -s conftest.o configure:4249: $? = 0 configure:4261: result: no configure:4598: checking whether g++ supports -Wmissing-format-attribute configure:4634: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wmissing-format-attribute conftest.cc 1>&5 configure:4640: $? = 0 configure:4644: test -z || test ! -s conftest.err configure:4647: $? = 0 configure:4650: test -s conftest configure:4653: $? = 0 configure:4674: result: yes configure:4686: checking whether gcc supports -Wmissing-format-attribute configure:4719: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wmissing-format-attribute conftest.c >&5 configure:4725: $? = 0 configure:4729: test -z || test ! -s conftest.err configure:4732: $? = 0 configure:4735: test -s conftest configure:4738: $? = 0 configure:4759: result: yes configure:4773: checking whether g++ supports -Wundef configure:4809: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wundef conftest.cc 1>&5 configure:4815: $? = 0 configure:4819: test -z || test ! -s conftest.err configure:4822: $? = 0 configure:4825: test -s conftest configure:4828: $? = 0 configure:4849: result: yes configure:4861: checking whether g++ supports -Wno-long-long configure:4897: rm -rf SunWS_cache; g++ -o conftest -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-long-long conftest.cc 1>&5 configure:4903: $? = 0 configure:4907: test -z || test ! -s conftest.err configure:4910: $? = 0 configure:4913: test -s conftest configure:4916: $? = 0 configure:4937: result: yes configure:4949: checking whether g++ supports -Wno-non-virtual-dtor configure:4985: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor conftest.cc 1>&5 configure:4991: $? = 0 configure:4995: test -z || test ! -s conftest.err configure:4998: $? = 0 configure:5001: test -s conftest configure:5004: $? = 0 configure:5025: result: yes configure:5057: checking whether g++ supports -fno-reorder-blocks configure:5093: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-reorder-blocks conftest.cc 1>&5 configure:5099: $? = 0 configure:5103: test -z || test ! -s conftest.err configure:5106: $? = 0 configure:5109: test -s conftest configure:5112: $? = 0 configure:5133: result: yes configure:5151: checking whether g++ supports -fno-exceptions configure:5187: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions conftest.cc 1>&5 configure:5193: $? = 0 configure:5197: test -z || test ! -s conftest.err configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5227: result: yes configure:5239: checking whether g++ supports -fno-check-new configure:5275: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new conftest.cc 1>&5 configure:5281: $? = 0 configure:5285: test -z || test ! -s conftest.err configure:5288: $? = 0 configure:5291: test -s conftest configure:5294: $? = 0 configure:5315: result: yes configure:5327: checking whether g++ supports -fno-common configure:5363: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc 1>&5 configure:5369: $? = 0 configure:5373: test -z || test ! -s conftest.err configure:5376: $? = 0 configure:5379: test -s conftest configure:5382: $? = 0 configure:5403: result: yes configure:5415: checking whether g++ supports -fexceptions configure:5451: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cc 1>&5 configure:5457: $? = 0 configure:5461: test -z || test ! -s conftest.err configure:5464: $? = 0 configure:5467: test -s conftest configure:5470: $? = 0 configure:5491: result: yes configure:5534: checking whether system headers can cope with -O2 -fno-inline configure:5603: result: irrelevant configure:6259: checking how to run the C++ preprocessor configure:6290: g++ -E conftest.cc configure:6296: $? = 0 configure:6328: g++ -E conftest.cc conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory configure:6334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6373: result: g++ -E configure:6397: g++ -E conftest.cc configure:6403: $? = 0 configure:6435: g++ -E conftest.cc conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory configure:6441: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6489: checking whether g++ supports -O0 configure:6525: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -O0 conftest.cc 1>&5 configure:6531: $? = 0 configure:6535: test -z || test ! -s conftest.err configure:6538: $? = 0 configure:6541: test -s conftest configure:6544: $? = 0 configure:6565: result: yes configure:6836: checking whether g++ supports -Wl,--no-undefined configure:6872: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined conftest.cc 1>&5 configure:6878: $? = 0 configure:6882: test -z || test ! -s conftest.err configure:6885: $? = 0 configure:6888: test -s conftest configure:6891: $? = 0 configure:6912: result: yes configure:6916: checking whether g++ supports -Wl,--allow-shlib-undefined configure:6952: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -Wl,--allow-shlib-undefined conftest.cc 1>&5 configure:6958: $? = 0 configure:6962: test -z || test ! -s conftest.err configure:6965: $? = 0 configure:6968: test -s conftest configure:6971: $? = 0 configure:6992: result: yes configure:7116: result: not using lib directory suffix configure:7161: checking for a sed that does not truncate output configure:7215: result: /bin/sed configure:7218: checking for egrep configure:7228: result: grep -E configure:7244: checking for ld used by gcc configure:7311: result: /usr/bin/ld configure:7320: checking if the linker (/usr/bin/ld) is GNU ld configure:7335: result: yes configure:7340: checking for /usr/bin/ld option to reload object files configure:7347: result: -r configure:7365: checking for BSD-compatible nm configure:7414: result: /usr/bin/nm -B configure:7418: checking whether ln -s works configure:7422: result: yes configure:7429: checking how to recognise dependent libraries configure:7605: result: pass_all configure:7835: checking for ANSI C header files configure:7860: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest.o configure:7879: $? = 0 configure:7968: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c: In function 'main': conftest.c:32: warning: implicit declaration of function 'exit' conftest.c:32: warning: incompatible implicit declaration of built-in function 'exit' configure:7971: $? = 0 configure:7973: ./conftest configure:7976: $? = 0 configure:7991: result: yes configure:8015: checking for sys/types.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for sys/stat.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for stdlib.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for string.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for memory.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for strings.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for inttypes.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for stdint.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8015: checking for unistd.h configure:8031: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8037: $? = 0 configure:8041: test -z || test ! -s conftest.err configure:8044: $? = 0 configure:8047: test -s conftest.o configure:8050: $? = 0 configure:8061: result: yes configure:8087: checking dlfcn.h usability configure:8099: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8105: $? = 0 configure:8109: test -z || test ! -s conftest.err configure:8112: $? = 0 configure:8115: test -s conftest.o configure:8118: $? = 0 configure:8128: result: yes configure:8132: checking dlfcn.h presence configure:8142: gcc -E conftest.c configure:8148: $? = 0 configure:8168: result: yes configure:8203: checking for dlfcn.h configure:8210: result: yes configure:8233: checking how to run the C++ preprocessor configure:8347: result: g++ -E configure:8371: g++ -E conftest.cc configure:8377: $? = 0 configure:8409: g++ -E conftest.cc conftest.cc:26:28: error: ac_nonexistent.h: No such file or directory configure:8415: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:8511: checking for g77 configure:8540: result: no configure:8511: checking for f77 configure:8540: result: no configure:8511: checking for xlf configure:8540: result: no configure:8511: checking for frt configure:8540: result: no configure:8511: checking for pgf77 configure:8540: result: no configure:8511: checking for fort77 configure:8540: result: no configure:8511: checking for fl32 configure:8540: result: no configure:8511: checking for af77 configure:8540: result: no configure:8511: checking for f90 configure:8540: result: no configure:8511: checking for xlf90 configure:8540: result: no configure:8511: checking for pgf90 configure:8540: result: no configure:8511: checking for epcf90 configure:8540: result: no configure:8511: checking for f95 configure:8540: result: no configure:8511: checking for fort configure:8540: result: no configure:8511: checking for xlf95 configure:8540: result: no configure:8511: checking for ifc configure:8540: result: no configure:8511: checking for efc configure:8540: result: no configure:8511: checking for pgf95 configure:8540: result: no configure:8511: checking for lf95 configure:8540: result: no configure:8511: checking for gfortran configure:8527: found /usr/bin/gfortran configure:8537: result: gfortran configure:8552: checking for Fortran 77 compiler version configure:8555: gfortran --version &5 GNU Fortran (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:8558: $? = 0 configure:8560: gfortran -v &5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.1/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,objc,fortran --disable-nls Thread model: posix gcc version 4.2.1 configure:8563: $? = 0 configure:8565: gfortran -V &5 gfortran: '-V' option must have argument configure:8568: $? = 1 configure:8576: checking whether we are using the GNU Fortran 77 compiler configure:8590: gfortran -c conftest.F >&5 configure:8596: $? = 0 configure:8600: test -z || test ! -s conftest.err configure:8603: $? = 0 configure:8606: test -s conftest.o configure:8609: $? = 0 configure:8622: result: yes configure:8628: checking whether gfortran accepts -g configure:8640: gfortran -c -g conftest.f >&5 configure:8646: $? = 0 configure:8650: test -z || test ! -s conftest.err configure:8653: $? = 0 configure:8656: test -s conftest.o configure:8659: $? = 0 configure:8671: result: yes configure:8701: checking the maximum length of command line arguments configure:8810: result: 32768 configure:8821: checking command to parse /usr/bin/nm -B output from gcc object configure:8926: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:5: warning: no previous prototype for 'nm_test_func' configure:8929: $? = 0 configure:8933: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:8936: $? = 0 configure:8988: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5 configure:8991: $? = 0 configure:9029: result: ok configure:9033: checking for objdir configure:9048: result: .libs configure:9138: checking for ar configure:9154: found /usr/bin/ar configure:9165: result: ar configure:9218: checking for ranlib configure:9234: found /usr/bin/ranlib configure:9245: result: ranlib configure:9298: checking for strip configure:9314: found /usr/bin/strip configure:9325: result: strip configure:9597: checking if gcc supports -fno-rtti -fno-exceptions configure:9615: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9619: $? = 0 configure:9632: result: no configure:9647: checking for gcc option to produce PIC configure:9857: result: -fPIC configure:9865: checking if gcc PIC flag -fPIC works configure:9883: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -fPIC -DPIC conftest.c >&5 configure:9887: $? = 0 configure:9900: result: yes configure:9928: checking if gcc static flag -static works configure:9956: result: yes configure:9966: checking if gcc supports -c -o file.o configure:9987: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -o out/conftest2.o conftest.c >&5 configure:9991: $? = 0 configure:10013: result: yes configure:10039: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:10997: result: yes configure:11018: checking whether -lc should be explicitly linked in configure:11023: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:11026: $? = 0 configure:11041: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:11044: $? = 0 configure:11056: result: no configure:11064: checking dynamic linker characteristics configure:11652: result: GNU/Linux ld.so configure:11661: checking how to hardcode library paths into programs configure:11686: result: immediate configure:11700: checking whether stripping libraries is possible configure:11705: result: yes configure:11831: checking for shl_load configure:11888: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/ccmVaIBK.o: In function `main': conftest.c:(.text+0x17): undefined reference to `shl_load' /tmp/ccmVaIBK.o:(.data+0x0): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:11894: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:11919: result: no configure:11924: checking for shl_load in -ldld configure:11954: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:11960: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:11986: result: no configure:11991: checking for dlopen configure:12048: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/ccYr67C0.o: In function `main': conftest.c:(.text+0x17): undefined reference to `dlopen' /tmp/ccYr67C0.o:(.data+0x0): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:12054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dlopen (); | /* 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_dlopen) || defined (__stub___dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:12079: result: no configure:12084: checking for dlopen in -ldl configure:12114: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -ldl >&5 configure:12120: $? = 0 configure:12124: test -z || test ! -s conftest.err configure:12127: $? = 0 configure:12130: test -s conftest configure:12133: $? = 0 configure:12146: result: yes configure:12321: checking whether a program can dlopen itself configure:12395: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:12376: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:12376: warning: unused variable 'i' configure: In function 'main': configure:12391: warning: implicit declaration of function 'exit' configure:12391: warning: incompatible implicit declaration of built-in function 'exit' configure:12398: $? = 0 configure:12416: result: yes configure:12421: checking whether a statically linked program can dlopen itself configure:12495: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure:12476: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:12476: warning: unused variable 'i' configure: In function 'main': configure:12491: warning: implicit declaration of function 'exit' configure:12491: warning: incompatible implicit declaration of built-in function 'exit' /tmp/ccltdGRS.o: In function `main': conftest.c:(.text+0x36): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:12498: $? = 0 /lib/: cannot read file data: Is a directory configure:12516: result: no configure:12539: checking if libtool supports shared libraries configure:12541: result: yes configure:12544: checking whether to build shared libraries configure:12565: result: yes configure:12568: checking whether to build static libraries configure:12572: result: no configure:12664: creating libtool configure:13252: checking for ld used by g++ configure:13319: result: /usr/bin/ld configure:13328: checking if the linker (/usr/bin/ld) is GNU ld configure:13343: result: yes configure:13394: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:14332: result: yes configure:14350: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5 configure:14353: $? = 0 configure:14472: checking for g++ option to produce PIC configure:14746: result: -fPIC configure:14754: checking if g++ PIC flag -fPIC works configure:14772: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cpp >&5 configure:14776: $? = 0 configure:14789: result: yes configure:14817: checking if g++ static flag -static works configure:14845: result: yes configure:14855: checking if g++ supports -c -o file.o configure:14876: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cpp >&5 configure:14880: $? = 0 configure:14902: result: yes configure:14928: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:14953: result: yes configure:15020: checking dynamic linker characteristics configure:15608: result: GNU/Linux ld.so configure:15617: checking how to hardcode library paths into programs configure:15642: result: immediate configure:16168: checking if libtool supports shared libraries configure:16170: result: yes configure:16173: checking whether to build shared libraries configure:16193: result: yes configure:16196: checking whether to build static libraries configure:16200: result: no configure:16210: checking for gfortran option to produce PIC configure:16420: result: -fPIC configure:16428: checking if gfortran PIC flag -fPIC works configure:16446: gfortran -c -g -O2 -fPIC conftest.f >&5 configure:16450: $? = 0 configure:16463: result: yes configure:16491: checking if gfortran static flag -static works configure:16519: result: yes configure:16529: checking if gfortran supports -c -o file.o configure:16550: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:16554: $? = 0 configure:16576: result: yes configure:16602: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries configure:17540: result: yes configure:17607: checking dynamic linker characteristics configure:18195: result: GNU/Linux ld.so configure:18204: checking how to hardcode library paths into programs configure:18229: result: immediate configure:21824: checking for msgfmt configure:21851: result: /usr/bin/msgfmt configure:21860: checking for gmsgfmt configure:21891: result: /usr/bin/msgfmt configure:21910: checking for xgettext configure:21937: result: /usr/bin/xgettext configure:22044: checking for strlcat configure:22092: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:37: error: 'strlcat' was not declared in this scope configure:22098: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | | #include | | | int | main () | { | | char buf[20]; | buf[0]='\0'; | strlcat(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:22133: result: no configure:22136: checking if strlcat needs custom prototype configure:22240: result: yes - in libkdefakes configure:22265: checking for strlcpy configure:22312: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:36: error: 'strlcpy' was not declared in this scope configure:22318: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | | #include | | | int | main () | { | | char buf[20]; | strlcpy(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:22353: result: no configure:22356: checking if strlcpy needs custom prototype configure:22459: result: yes - in libkdefakes configure:22483: checking for main in -lutil configure:22507: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lutil >&5 configure:22513: $? = 0 configure:22517: test -z || test ! -s conftest.err configure:22520: $? = 0 configure:22523: test -s conftest configure:22526: $? = 0 configure:22539: result: yes configure:22545: checking for main in -lcompat configure:22569: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lcompat >&5 /usr/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure:22575: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:22601: result: no configure:22608: checking for crypt in -lcrypt configure:22638: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lcrypt >&5 configure:22644: $? = 0 configure:22648: test -z || test ! -s conftest.err configure:22651: $? = 0 configure:22654: test -s conftest configure:22657: $? = 0 configure:22670: result: yes configure:22764: checking for socklen_t configure:22799: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:22805: $? = 0 configure:22809: test -z || test ! -s conftest.err configure:22812: $? = 0 configure:22815: test -s conftest.o configure:22818: $? = 0 configure:22839: result: yes configure:22933: checking for dnet_ntoa in -ldnet configure:22963: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -ldnet >&5 /usr/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure:22969: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* 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:22995: result: no configure:23002: checking for dnet_ntoa in -ldnet_stub configure:23032: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -ldnet_stub >&5 /usr/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure:23038: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* 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:23064: result: no configure:23071: checking for inet_ntoa configure:23128: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23134: $? = 0 configure:23138: test -z || test ! -s conftest.err configure:23141: $? = 0 configure:23144: test -s conftest configure:23147: $? = 0 configure:23159: result: yes configure:23232: checking for connect configure:23289: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23295: $? = 0 configure:23299: test -z || test ! -s conftest.err configure:23302: $? = 0 configure:23305: test -s conftest configure:23308: $? = 0 configure:23320: result: yes configure:23394: checking for remove configure:23451: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23457: $? = 0 configure:23461: test -z || test ! -s conftest.err configure:23464: $? = 0 configure:23467: test -s conftest configure:23470: $? = 0 configure:23482: result: yes configure:23557: checking for shmat configure:23614: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23620: $? = 0 configure:23624: test -z || test ! -s conftest.err configure:23627: $? = 0 configure:23630: test -s conftest configure:23633: $? = 0 configure:23645: result: yes configure:23728: checking for sys/types.h configure:23733: result: yes configure:23728: checking for stdint.h configure:23733: result: yes configure:23889: checking sys/bitypes.h usability configure:23901: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23907: $? = 0 configure:23911: test -z || test ! -s conftest.err configure:23914: $? = 0 configure:23917: test -s conftest.o configure:23920: $? = 0 configure:23930: result: yes configure:23934: checking sys/bitypes.h presence configure:23944: gcc -E conftest.c configure:23950: $? = 0 configure:23970: result: yes configure:24005: checking for sys/bitypes.h configure:24012: result: yes configure:24027: checking for poll in -lpoll configure:24057: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lpoll >&5 /usr/bin/ld: cannot find -lpoll collect2: ld returned 1 exit status configure:24063: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char poll (); | int | main () | { | poll (); | ; | return 0; | } configure:24089: result: no configure:24107: checking CoreAudio/CoreAudio.h usability configure:24119: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:66:33: error: CoreAudio/CoreAudio.h: No such file or directory configure:24125: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:24148: result: no configure:24152: checking CoreAudio/CoreAudio.h presence configure:24162: gcc -E conftest.c conftest.c:32:33: error: CoreAudio/CoreAudio.h: No such file or directory configure:24168: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | #include configure:24188: result: no configure:24223: checking for CoreAudio/CoreAudio.h configure:24230: result: no configure:24248: checking if res_init needs -lresolv configure:24275: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lresolv >&5 configure:24281: $? = 0 configure:24285: test -z || test ! -s conftest.err configure:24288: $? = 0 configure:24291: test -s conftest configure:24294: $? = 0 configure:24298: result: yes configure:24320: checking for res_init configure:24368: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 configure:24374: $? = 0 configure:24378: test -z || test ! -s conftest.err configure:24381: $? = 0 configure:24384: test -s conftest.o configure:24387: $? = 0 configure:24409: result: yes configure:24412: checking if res_init needs custom prototype configure:24516: result: no configure:24544: checking for killpg in -lucb configure:24574: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lucb >&5 /usr/bin/ld: cannot find -lucb collect2: ld returned 1 exit status configure:24580: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* 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:24606: result: no configure:24689: checking for int configure:24713: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24719: $? = 0 configure:24723: test -z || test ! -s conftest.err configure:24726: $? = 0 configure:24729: test -s conftest.o configure:24732: $? = 0 configure:24743: result: yes configure:24746: checking size of int configure:25065: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:69: warning: no previous prototype for 'longval' conftest.c:70: warning: no previous prototype for 'ulongval' configure:25068: $? = 0 configure:25070: ./conftest configure:25073: $? = 0 configure:25096: result: 4 configure:25102: checking for short configure:25126: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:25132: $? = 0 configure:25136: test -z || test ! -s conftest.err configure:25139: $? = 0 configure:25142: test -s conftest.o configure:25145: $? = 0 configure:25156: result: yes configure:25159: checking size of short configure:25478: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:70: warning: no previous prototype for 'longval' conftest.c:71: warning: no previous prototype for 'ulongval' configure:25481: $? = 0 configure:25483: ./conftest configure:25486: $? = 0 configure:25509: result: 2 configure:25515: checking for long configure:25539: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:25545: $? = 0 configure:25549: test -z || test ! -s conftest.err configure:25552: $? = 0 configure:25555: test -s conftest.o configure:25558: $? = 0 configure:25569: result: yes configure:25572: checking size of long configure:25891: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:71: warning: no previous prototype for 'longval' conftest.c:72: warning: no previous prototype for 'ulongval' configure:25894: $? = 0 configure:25896: ./conftest configure:25899: $? = 0 configure:25922: result: 4 configure:25928: checking for char * configure:25952: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:25958: $? = 0 configure:25962: test -z || test ! -s conftest.err configure:25965: $? = 0 configure:25968: test -s conftest.o configure:25971: $? = 0 configure:25982: result: yes configure:25985: checking size of char * configure:26304: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:72: warning: no previous prototype for 'longval' conftest.c:73: warning: no previous prototype for 'ulongval' configure:26307: $? = 0 configure:26309: ./conftest configure:26312: $? = 0 configure:26335: result: 4 configure:26343: checking for dlopen in -ldl configure:26405: result: yes configure:26415: checking for shl_unload in -ldld configure:26445: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:26451: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* 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:26477: result: no configure:26492: checking for size_t configure:26516: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26522: $? = 0 configure:26526: test -z || test ! -s conftest.err configure:26529: $? = 0 configure:26532: test -s conftest.o configure:26535: $? = 0 configure:26546: result: yes configure:26549: checking size of size_t configure:26868: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:73: warning: no previous prototype for 'longval' conftest.c:74: warning: no previous prototype for 'ulongval' configure:26871: $? = 0 configure:26873: ./conftest configure:26876: $? = 0 configure:26899: result: 4 configure:26906: checking for unsigned long configure:26930: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26936: $? = 0 configure:26940: test -z || test ! -s conftest.err configure:26943: $? = 0 configure:26946: test -s conftest.o configure:26949: $? = 0 configure:26960: result: yes configure:26963: checking size of unsigned long configure:27282: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:74: warning: no previous prototype for 'longval' conftest.c:75: warning: no previous prototype for 'ulongval' configure:27285: $? = 0 configure:27287: ./conftest configure:27290: $? = 0 configure:27313: result: 4 configure:27321: checking sizeof size_t == sizeof unsigned long configure:27343: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27349: $? = 0 configure:27353: test -z || test ! -s conftest.err configure:27356: $? = 0 configure:27359: test -s conftest.o configure:27362: $? = 0 configure:27364: result: yes configure:27402: checking crt_externs.h usability configure:27414: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:75:25: error: crt_externs.h: No such file or directory configure:27420: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:27443: result: no configure:27447: checking crt_externs.h presence configure:27457: gcc -E conftest.c conftest.c:41:25: error: crt_externs.h: No such file or directory configure:27463: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | #include configure:27483: result: no configure:27518: checking for crt_externs.h configure:27525: result: no configure:27538: checking for _NSGetEnviron configure:27595: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/cc86bCX2.o: In function `main': conftest.c:(.text+0x17): undefined reference to `_NSGetEnviron' /tmp/cc86bCX2.o:(.data+0x0): undefined reference to `_NSGetEnviron' collect2: ld returned 1 exit status configure:27601: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | /* Define _NSGetEnviron to an innocuous variant, in case declares _NSGetEnviron. | For example, HP-UX 11i declares gettimeofday. */ | #define _NSGetEnviron innocuous__NSGetEnviron | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _NSGetEnviron (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _NSGetEnviron | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _NSGetEnviron (); | /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron) | choke me | #else | char (*f) () = _NSGetEnviron; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _NSGetEnviron; | ; | return 0; | } configure:27626: result: no configure:27648: checking for vsnprintf configure:27705: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27711: $? = 0 configure:27715: test -z || test ! -s conftest.err configure:27718: $? = 0 configure:27721: test -s conftest configure:27724: $? = 0 configure:27736: result: yes configure:27648: checking for snprintf configure:27705: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27711: $? = 0 configure:27715: test -z || test ! -s conftest.err configure:27718: $? = 0 configure:27721: test -s conftest configure:27724: $? = 0 configure:27736: result: yes configure:27783: checking for X configure:27821: gcc -E conftest.c configure:27827: $? = 0 configure:27918: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lXt >&5 configure:27924: $? = 0 configure:27928: test -z || test ! -s conftest.err configure:27931: $? = 0 configure:27934: test -s conftest configure:27937: $? = 0 configure:28083: result: libraries /usr/lib, headers . configure:28112: checking for IceConnectionNumber in -lICE configure:28142: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -L/usr/lib conftest.c -lICE >&5 configure:28148: $? = 0 configure:28152: test -z || test ! -s conftest.err configure:28155: $? = 0 configure:28158: test -s conftest configure:28161: $? = 0 configure:28174: result: yes configure:28184: checking for libXext configure:28219: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -L/usr/lib conftest.c -lXext -lX11 >&5 configure:28225: $? = 0 configure:28229: test -z || test ! -s conftest.err configure:28232: $? = 0 configure:28235: test -s conftest configure:28238: $? = 0 configure:28257: result: yes configure:28408: checking for pthread_create in -lpthread configure:28438: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute conftest.c -lpthread >&5 configure:28444: $? = 0 configure:28448: test -z || test ! -s conftest.err configure:28451: $? = 0 configure:28454: test -s conftest configure:28457: $? = 0 configure:28470: result: yes configure:28750: checking for extra includes configure:28778: result: no configure:28782: checking for extra libs configure:28811: result: no configure:28817: checking for libz configure:28852: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib -lz >&5 conftest.c: In function 'main': conftest.c:55: warning: comparison with string literal results in unspecified behaviour configure:28858: $? = 0 configure:28862: test -z || test ! -s conftest.err configure:28865: $? = 0 configure:28868: test -s conftest configure:28871: $? = 0 configure:28893: result: -lz configure:28914: checking for libpng configure:28951: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib -lpng -lz -lm -lX11 >&5 configure:28957: $? = 0 configure:28961: test -z || test ! -s conftest.err configure:28964: $? = 0 configure:28967: test -s conftest configure:28970: $? = 0 configure:28994: result: -lpng -lz -lm configure:29005: checking for libjpeg6b configure:29039: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib -ljpeg6b -lm >&5 /usr/bin/ld: cannot find -ljpeg6b collect2: ld returned 1 exit status configure:29045: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kbib" | #define VERSION "0.6.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define KDELIBSUFF "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CRYPT 1 | #define kde_socklen_t socklen_t | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT_PROTO 1 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | /* end confdefs.h. */ | | #ifdef __cplusplus | extern "C" { | #endif | void jpeg_CreateDecompress(); | #ifdef __cplusplus | } | #endif | | int | main () | { | jpeg_CreateDecompress(); | ; | return 0; | } configure:29080: result: no configure:29083: checking for libjpeg configure:29117: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib -ljpeg -lm >&5 configure:29123: $? = 0 configure:29127: test -z || test ! -s conftest.err configure:29130: $? = 0 configure:29133: test -s conftest configure:29136: $? = 0 configure:29155: result: -ljpeg configure: 29179: ${prefix}/include/jpeglib.h configure: 29179: /usr/include/jpeglib.h taking that configure:29226: checking for perl configure:29286: result: /usr/bin/perl configure:29412: checking for Qt configure: 29477: /usr/lib/qt3/include/qstyle.h configure: 29477: /usr/lib/qt3/qstyle.h configure: 29477: /usr/lib/qt/include/qstyle.h configure: 29477: /usr/lib/qt/qstyle.h configure: 29477: /usr/share/qt3/include/qstyle.h configure: 29477: /usr/share/qt3/qstyle.h configure: 29477: /usr/local/qt/include/qstyle.h configure: 29477: /usr/include/qt/qstyle.h taking that tried NO tried /usr/lib/qt3/lib tried /usr/lib/qt3 tried /usr/lib/qt/lib tried /usr/lib/qt tried /usr/share/qt3/lib tried /usr/share/qt3 tried /usr/X11R6/lib configure:29595: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/qt -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib -L/usr/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 configure:29598: $? = 0 configure:29657: result: libraries /usr/lib, headers /usr/include/qt using -mt configure:29839: checking for moc configure:29911: result: /usr/bin/moc configure:29919: checking for uic configure:29973: result: /usr/bin/uic configure:30001: checking whether uic supports -L configure:30012: /usr/bin/uic -L /nonexistant conftest.ui >/dev/null configure:30015: $? = 0 configure:30027: result: yes configure:30039: checking whether uic supports -nounload configure:30050: /usr/bin/uic -nounload conftest.ui >/dev/null configure:30053: $? = 0 configure:30065: result: yes configure:30101: checking if Qt needs -ljpeg configure:30142: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/qt -I. -DQT_THREAD_SUPPORT -D_REENTRANT conftest.cc -L/usr/lib -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE 1>&5 conftest.cc: In function 'int main()': conftest.cc:54: warning: 'argv' is used uninitialized in this function configure:30148: $? = 0 configure:30152: test -z || test ! -s conftest.err configure:30155: $? = 0 configure:30158: test -s conftest configure:30161: $? = 0 configure:30190: result: no configure:30222: checking for rpath configure:30254: result: yes configure:30257: checking for KDE configure: 30310: /usr/include/ksharedptr.h taking that configure: 30340: /usr/lib/libkio.la taking that configure: 30358: /usr/lib/kde3/plugins/designer/kdewidgets.la taking that configure:30431: result: libraries /usr/lib, headers /usr/include configure:30470: checking if UIC has KDE plugins available configure:30497: /usr/bin/uic -L -nounload -L /usr/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > actest.cpp configure:30500: $? = 0 configure:30514: result: yes configure:30569: checking for KDE paths configure:31186: result: defaults configure:31234: checking for dcopidl configure:31296: result: /usr/bin/dcopidl configure:31303: checking for dcopidl2cpp configure:31365: result: /usr/bin/dcopidl2cpp configure:31373: checking for mcopidl configure:31437: result: /usr/bin/mcopidl configure:31444: checking for artsc-config configure:31508: result: /usr/bin/artsc-config configure:31516: checking for meinproc configure:31570: result: /usr/bin/meinproc configure:31811: checking for xmllint configure:31865: result: /usr/bin/xmllint configure: 31881: /usr/share/kde/apps/ksgmltools2/customization/kde-chunk.xsl configure: 31881: /usr/local/share/apps/ksgmltools2/customization/kde-chunk.xsl configure: 31881: /usr/share/apps/ksgmltools2/customization/kde-chunk.xsl taking that configure:32047: checking for xml2-config configure:32101: result: /usr/bin/xml2-config configure:32108: checking for xslt-config configure:32162: result: /usr/bin/xslt-config configure:32295: checking for yazpp-config configure:32345: result: not found configure:32356: checking for yaz-config configure:32406: result: not found configure:32501: checking for pkg-config configure:32517: found /usr/bin/pkg-config configure:32527: result: yes configure:32586: checking for pkg-config configure:32604: found /usr/bin/pkg-config configure:32616: result: /usr/bin/pkg-config configure:32631: checking pkg-config is at least version 0.9.0 configure:32634: result: yes configure:32652: checking for POPPLER configure:32660: $PKG_CONFIG --exists --print-errors "poppler >= 0.4.0" configure:32663: $? = 0 configure:32678: $PKG_CONFIG --exists --print-errors "poppler >= 0.4.0" configure:32681: $? = 0 configure:32717: result: yes configure:32731: checking for POPPLER_QT configure:32739: $PKG_CONFIG --exists --print-errors "poppler-qt >= 0.4.0" configure:32742: $? = 0 configure:32757: $PKG_CONFIG --exists --print-errors "poppler-qt >= 0.4.0" configure:32760: $? = 0 configure:32796: result: yes configure:32842: checking if admin should be compiled configure:32854: result: no configure:32842: checking if doc should be compiled configure:32854: result: yes configure:32842: checking if kbib should be compiled configure:32854: result: yes configure:32842: checking if po should be compiled configure:32854: result: yes configure:33007: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on newton config.status:872: creating Makefile config.status:872: creating doc/Makefile config.status:872: creating doc/en/Makefile config.status:872: creating kbib/Makefile config.status:872: creating po/Makefile config.status:976: creating config.h config.status:1328: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O3 -march=i686 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O3 -march=i686 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_PKGCONFIGFOUND_set= ac_cv_env_PKGCONFIGFOUND_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POPPLER_CFLAGS_set= ac_cv_env_POPPLER_CFLAGS_value= ac_cv_env_POPPLER_LIBS_set= ac_cv_env_POPPLER_LIBS_value= ac_cv_env_POPPLER_QT_CFLAGS_set= ac_cv_env_POPPLER_QT_CFLAGS_value= ac_cv_env_POPPLER_QT_LIBS_set= ac_cv_env_POPPLER_QT_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func__NSGetEnviron=no ac_cv_func_connect=yes ac_cv_func_dlopen=no ac_cv_func_inet_ntoa=yes ac_cv_func_remove=yes ac_cv_func_shl_load=no ac_cv_func_shmat=yes ac_cv_func_snprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_dlfcn=yes ac_cv_have_kde='have_kde=yes ac_kde_includes=/usr/include ac_kde_libraries=/usr/lib' ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/include/qt ac_qt_libraries=/usr/lib' ac_cv_header_CoreAudio_CoreAudio_h=no ac_cv_header_crt_externs_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_bitypes_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_compat_main=no ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_dld_shl_unload=no ac_cv_lib_dnet_dnet_ntoa=no ac_cv_lib_dnet_stub_dnet_ntoa=no ac_cv_lib_jpeg_6b=no ac_cv_lib_jpeg_normal=-ljpeg ac_cv_lib_png='-lpng -lz -lm' ac_cv_lib_poll_poll=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_ucb_killpg=no ac_cv_lib_util_main=yes ac_cv_lib_z=-lz ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_PKGCONFIGFOUND=yes ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_char_p=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=4 ac_cv_sizeof_unsigned_long=4 ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu ac_cv_type_char_p=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_unsigned_long=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 kde_cv_all_paths='kde_have_all_paths="yes" kde_htmldir="\${datadir}/doc/HTML" kde_appsdir="\${datadir}/applnk" kde_icondir="\${datadir}/icons" kde_sounddir="\${datadir}/sounds" kde_datadir="\${datadir}/apps" kde_locale="\${datadir}/locale" kde_cgidir="\${exec_prefix}/cgi-bin" kde_confdir="\${datadir}/config" kde_kcfgdir="\${datadir}/config.kcfg" kde_mimedir="\${datadir}/mimelnk" kde_toolbardir="\${datadir}/toolbar" kde_wallpaperdir="\${datadir}/wallpapers" kde_templatesdir="\${datadir}/templates" kde_bindir="\${exec_prefix}/bin" kde_servicesdir="\${datadir}/services" kde_servicetypesdir="\${datadir}/servicetypes" kde_moduledir="\${libdir}/kde3" kde_styledir="\${libdir}/kde3/plugins/styles" kde_widgetdir="/usr/lib/kde3/plugins/designer" xdg_appsdir="\${datadir}/applications/kde" xdg_menudir="\${sysconfdir}/xdg/menus" xdg_directorydir="\${datadir}/desktop-directories" kde_result=defaults' kde_cv_func_res_init=yes kde_cv_func_strlcat=no kde_cv_func_strlcpy=no kde_cv_have_libXext=yes kde_cv_have_x='have_x=yes kde_x_includes=. kde_x_libraries=/usr/lib' kde_cv_opt_noinline_match=irrelevant kde_cv_path=NONE kde_cv_path_artsc_config=/usr/bin/artsc-config kde_cv_path_dcopidl=/usr/bin/dcopidl kde_cv_path_dcopidl2cpp=/usr/bin/dcopidl2cpp kde_cv_path_kde_config=/usr/bin/kde-config kde_cv_path_mcopidl=/usr/bin/mcopidl kde_cv_path_meinproc=/usr/bin/meinproc kde_cv_path_moc=/usr/bin/moc kde_cv_path_perl=/usr/bin/perl kde_cv_path_uic=/usr/bin/uic kde_cv_path_xml2_config=/usr/bin/xml2-config kde_cv_path_xmllint=/usr/bin/xmllint kde_cv_path_xslt_config=/usr/bin/xslt-config kde_cv_path_yaz_config=NONE kde_cv_path_yazpp_config=NONE kde_cv_prog_cc_Wmissing_format_attribute=yes kde_cv_prog_cxx_O0=yes kde_cv_prog_cxx_Wl___allow_shlib_undefined=yes kde_cv_prog_cxx_Wl___no_undefined=yes kde_cv_prog_cxx_Wmissing_format_attribute=yes kde_cv_prog_cxx_Wno_long_long=yes kde_cv_prog_cxx_Wno_non_virtual_dtor=yes kde_cv_prog_cxx_Wundef=yes kde_cv_prog_cxx_fexceptions=yes kde_cv_prog_cxx_fno_check_new=yes kde_cv_prog_cxx_fno_common=yes kde_cv_prog_cxx_fno_exceptions=yes kde_cv_prog_cxx_fno_reorder_blocks=yes kde_cv_prog_uic_L=yes kde_cv_prog_uic_nounload=yes kde_cv_proto_res_init=no kde_cv_proto_strlcat='yes - in libkdefakes' kde_cv_proto_strlcpy='yes - in libkdefakes' kde_cv_qt_jpeg=no kde_cv_socklen_t=yes kde_cv_socklen_t_equiv=socklen_t kde_cv_uic_plugins=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_POPPLER_CFLAGS='-I/usr/include/poppler ' pkg_cv_POPPLER_LIBS='-lpoppler ' pkg_cv_POPPLER_QT_CFLAGS='-I/usr/include/poppler ' pkg_cv_POPPLER_QT_LIBS='-lpoppler-qt -lpoppler ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/ports/kde/kbib/work/src/kbib-0.6.1/admin/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/ports/kde/kbib/work/src/kbib-0.6.1/admin/missing --run tar' AR='ar' ARTSCCONFIG='/usr/bin/artsc-config' AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure' AUTODIRS='' AUTOHEADER='${SHELL} /var/ports/kde/kbib/work/src/kbib-0.6.1/admin/missing --run autoheader' AUTOMAKE='${SHELL} /var/ports/kde/kbib/work/src/kbib-0.6.1/admin/missing --run automake-1.7' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute' CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in' CPP='gcc -E' CPPFLAGS=' -DQT_THREAD_SUPPORT -D_REENTRANT' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common' CYGPATH_W='echo' DCOPIDL2CPP='/usr/bin/dcopidl2cpp' DCOPIDL='/usr/bin/dcopidl' DCOPIDLNG='' DCOP_DEPENDENCIES='$(DCOPIDL)' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_PERMISSIVE_FLAG='-fpermissive' EXEEXT='' F77='gfortran' FFLAGS='-g -O2' FRAMEWORK_COREAUDIO='' GMSGFMT='/usr/bin/msgfmt' HAVE_GCC_VISIBILITY='0' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KCFG_DEPENDENCIES='' KCONFIG_COMPILER='' KDECONFIG='/usr/bin/kde-config' KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)' KDE_EXTRA_RPATH='' KDE_INCLUDES='' KDE_LDFLAGS='-L/usr/lib' KDE_MT_LDFLAGS='' KDE_MT_LIBS='-lpthread' KDE_NO_UNDEFINED='-Wl,--no-undefined -Wl,--allow-shlib-undefined' KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)' KDE_RPATH='-R $(libdir) -R $(kde_libraries) -R $(qt_libraries) -R $(x_libraries)' KDE_USE_CLOSURE_FALSE='' KDE_USE_CLOSURE_TRUE='#' KDE_USE_FINAL_FALSE='#' KDE_USE_FINAL_TRUE='' KDE_USE_NMCHECK_FALSE='' KDE_USE_NMCHECK_TRUE='#' KDE_XSL_STYLESHEET='/usr/share/apps/ksgmltools2/customization/kde-chunk.xsl' LDFLAGS='' LDFLAGS_AS_NEEDED='' LDFLAGS_NEW_DTAGS='' LIBCOMPAT='' LIBCRYPT='-lcrypt' LIBDL='-ldl' LIBJPEG='-ljpeg' LIBOBJS='' LIBPNG='-lpng -lz -lm' LIBPTHREAD='-lpthread' LIBRESOLV='-lresolv' LIBS='' LIBSM='-lSM -lICE' LIBSOCKET='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUCB='' LIBUTIL='-lutil' LIBXML_CFLAGS='-I/usr/include/libxml2' LIBXML_LIBS='-L/usr/lib -lxml2 -lz -lm' LIBXML_RPATH='-R/usr/lib' LIBXSLT_CFLAGS='-I/usr/include/libxml2' LIBXSLT_LIBS='-L/usr/lib -lxslt -lxml2 -lz -lm -lexslt' LIBXSLT_RPATH='-R/usr/lib' LIBZ='-lz' LIB_KAB='-lkab' LIB_KABC='-lkabc' LIB_KDECORE='-lkdecore' LIB_KDED='' LIB_KDEPIM='-lkdepim' LIB_KDEPRINT='-lkdeprint' LIB_KDEUI='-lkdeui' LIB_KDNSSD='-lkdnssd' LIB_KFILE='-lkio' LIB_KFM='' LIB_KHTML='-lkhtml' LIB_KIMPROXY='-lkimproxy' LIB_KIO='-lkio' LIB_KJS='-lkjs' LIB_KNEWSTUFF='-lknewstuff' LIB_KPARTS='-lkparts' LIB_KSPELL='-lkspell' LIB_KSYCOCA='-lkio' LIB_KUNITTEST='-lkunittest' LIB_KUTILS='-lkutils' LIB_POLL='' LIB_QPE='' LIB_QT='-lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread' LIB_SMB='-lsmb' LIB_X11='-lX11 $(LIBSOCKET)' LIB_XEXT='-lXext' LIB_XRENDER='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/ports/kde/kbib/work/src/kbib-0.6.1/admin/missing --run makeinfo' MAKEKDEWIDGETS='' MCOPIDL='/usr/bin/mcopidl' MEINPROC='/usr/bin/meinproc' MOC='/usr/bin/moc' MSGFMT='/usr/bin/msgfmt' NOOPT_CFLAGS='-O0' NOOPT_CXXFLAGS='-O0' OBJEXT='o' PACKAGE='kbib' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PKGCONFIGFOUND='yes' PKG_CONFIG='/usr/bin/pkg-config' POPPLER_CFLAGS='-I/usr/include/poppler ' POPPLER_LIBS='-lpoppler-qt -lpoppler ' POPPLER_QT_CFLAGS='-I/usr/include/poppler ' POPPLER_QT_LIBS='-lpoppler-qt -lpoppler ' QTE_NORTTI='' QT_INCLUDES='-I/usr/include/qt' QT_LDFLAGS='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TOPSUBDIRS=' doc kbib po' UIC='/usr/bin/uic -L -nounload' UIC_TR='tr2i18n' USER_INCLUDES='' USER_LDFLAGS='' USE_EXCEPTIONS='-fexceptions' USE_RTTI='' USE_THREADS='' VERSION='0.6.1' WOVERLOADED_VIRTUAL='' XGETTEXT='/usr/bin/xgettext' XMLLINT='/usr/bin/xmllint' X_EXTRA_LIBS='' X_INCLUDES='-I.' X_LDFLAGS='-L/usr/lib' X_PRE_LIBS='' X_RPATH='-R $(x_libraries)' YAZPP_CFLAGS='' YAZPP_LIBS='' YAZPP_RPATH='' YAZ_CFLAGS='' YAZ_LIBS='' YAZ_RPATH='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='gfortran' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_PKG_CONFIG='/usr/bin/pkg-config' all_includes='-I/usr/include/qt -I. ' all_libraries='-L/usr/lib ' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' include_ARTS_FALSE='#' include_ARTS_TRUE='' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/ports/kde/kbib/work/src/kbib-0.6.1/admin/install-sh' kde_appsdir='${datadir}/applnk' kde_bindir='${exec_prefix}/bin' kde_confdir='${datadir}/config' kde_datadir='${datadir}/apps' kde_htmldir='${datadir}/doc/HTML' kde_icondir='${datadir}/icons' kde_includes='/usr/include' kde_kcfgdir='${datadir}/config.kcfg' kde_libraries='/usr/lib' kde_libs_htmldir='/usr/share/doc/HTML' kde_libs_prefix='/usr' kde_locale='${datadir}/locale' kde_mimedir='${datadir}/mimelnk' kde_moduledir='${libdir}/kde3' kde_qtver='3' kde_servicesdir='${datadir}/services' kde_servicetypesdir='${datadir}/servicetypes' kde_sounddir='${datadir}/sounds' kde_styledir='${libdir}/kde3/plugins/styles' kde_templatesdir='${datadir}/templates' kde_wallpaperdir='${datadir}/wallpapers' kde_widgetdir='/usr/lib/kde3/plugins/designer' kdeinitdir='$(kde_moduledir)' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' qt_includes='/usr/include/qt' qt_libraries='/usr/lib' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' unsermake_enable_pch_FALSE='' unsermake_enable_pch_TRUE='#' x_includes='.' x_libraries='/usr/lib' xdg_appsdir='${datadir}/applications/kde' xdg_directorydir='${datadir}/desktop-directories' xdg_menudir='${sysconfdir}/xdg/menus' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_CRYPT 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPNG 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_RES_INIT 1 #define HAVE_RES_INIT 1 #define HAVE_RES_INIT_PROTO 1 #define HAVE_SNPRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_BITYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define HAVE_XSLT 1 #define HAVE_YAZ 0 #define KDELIBSUFF "" #define PACKAGE "kbib" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_CHAR_P 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 4 #define SIZEOF_UNSIGNED_LONG 4 #define STDC_HEADERS 1 #define VERSION "0.6.1" #define kde_socklen_t socklen_t #define ksize_t socklen_t #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0