Registered Member
|
I'm still having the corrupt chunks issue with all files over 4GB (with 2.1.1 release). When doing the integrity check, only chunks towards the beginning and end of the file are marked bad, and it happens on every torrent over 4GB. The torrent can be seeding, and running an integrity check on it will declare corrupt chunks at both ends of the file. This only occurs on torrents over 4GB, as I've downloaded dozens under that limit without problem.
I've also tried one of the latest SVNs and maintain the same issue, so could it be in the way I compile? I don't believe I'm doing anything inordinary. I'm running Suse 9.3 fully patched, the file system is EXT3, and there's plenty of space available. I don't believe there is anything wrong with my hardware. Thank you for your suggestions. |
Registered Member
|
|
Registered Member
|
SuSE 9.3 is from first quarter 2005, and I'm running with kernel-smp-2.6.11.4-21.15.i586. This is a Dell PowerEdge 2500 dual 1.4GHz, 1.5GB RAM, and PERC RAID controller, so the hardware is rather predictable. |
Moderator
|
|
Registered Member
|
I can confirm the corruption - not under reiser4 but reiser3.6.
$ uname -a Linux navarro 2.6.20-ck1 #5 PREEMPT Wed Feb 28 15:25:36 CET 2007 i686 AMD Athlon(tm) 64 Processor 2800+ AuthenticAMD GNU/Linux It's running in native 32bit mode. A brief description: The torrent (>4Gigs in size) downloads fully, then after a while of seeding the corruption occurs. Exactly the same chunks, time after time get borked. I've triple chcecked everthing, the disk (badblocks), the ram (memtest) - nothing came out. Switching to rtorrent, downloaded the torrent fully without any problems, torrent validates to 100%. No corruption. So i've deleted the hash cache of ktorrent, and run ktorrent again - guess what - corruption pops back in. It has to be somwhere in the code of ktorrent. -- sysinfo: Gentoo Base System release 1.12.9, ktorrent-2.1.2, kde-3.5.6 |
Registered Member
|
|
Moderator
|
|
Registered Member
|
I'm doing some testing now with the 2007-03-11 SVN, and though I don't have any completed downloads yet, it does look promising so far. I'll reply again with further results. |
Moderator
|
|
Registered Member
|
I'm running into some weird things, then, as the 2007-03-11 version is working correctly on my laptop with OpenSuSE 10.2. My SuSE 9.3 server with the same code managed to download only one torrent over 4 gigs, and any remaining ones are having the original problem with corruption. Since my laptop seems to be working, I'm going to leave it as-is for now, but I'll load the proper SVN on my server side and report back what happens. |
Registered Member
|
After using the Subversion process to update, the corruption still seems to be there on my SuSE 9.3 system. I had 4 different torrents going that were larger than 4GB, and each of them couldn't get past 85-95% complete, as a consistency check would always declare the same chunks bad (always at the beginning and end of the file). As a test to make sure it wasn't something hardware related, I dropped what was already downloaded into Azureus and the downloads are completing successfully there. I still can't figure why I had only one successful download after loading the 2007-03-11 svn on that machine. |
Registered Member
|
|
Moderator
|
|
Registered Member
|
I'm not positive this is what you're looking for, so please let me know if there is another way to get this info. [size=34]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 ## --------- ## ## Platform. ## ## --------- ## hostname = boomer uname -m = i686 uname -r = 2.6.11.4-21.15-smp uname -s = Linux uname -v = #1 SMP Tue Nov 28 13:39:58 UTC 2006 /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: /sbin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /root/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/lib/jvm/jre/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1569: checking build system type configure:1587: result: i686-pc-linux-gnu configure:1595: checking host system type configure:1609: result: i686-pc-linux-gnu configure:1617: checking target system type configure:1631: result: i686-pc-linux-gnu configure:1678: checking for a BSD-compatible install configure:1733: result: /usr/bin/install -c configure:1748: checking for -p flag to install configure:1761: result: yes configure:1772: checking whether build environment is sane configure:1815: result: yes configure:1867: checking for gawk configure:1883: found /usr/bin/gawk configure:1893: result: gawk configure:1903: checking whether make sets $(MAKE) configure:1923: result: yes configure:2109: checking for kde-config configure:2171: result: /opt/kde3/bin/kde-config configure:2266: checking where to install configure:2270: result: /opt/kde3 (as returned by kde-config) configure:2325: checking for style of include used by make configure:2353: result: GNU configure:2501: checking for gcc configure:2517: found /usr/bin/gcc configure:2527: result: gcc configure:2771: checking for C compiler version configure:2774: gcc --version </dev/null >&5 gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) Copyright (C) 2003 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:2777: $? = 0 configure:2779: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) configure:2782: $? = 0 configure:2784: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2787: $? = 1 configure:2810: checking for C compiler default output file name configure:2813: gcc conftest.c >&5 configure:2816: $? = 0 configure:2862: result: a.out configure:2867: checking whether the C compiler works configure:2873: ./a.out configure:2876: $? = 0 configure:2893: result: yes configure:2900: checking whether we are cross compiling configure:2902: result: no configure:2905: checking for suffix of executables configure:2907: gcc -o conftest conftest.c >&5 configure:2910: $? = 0 configure:2935: result: configure:2941: checking for suffix of object files configure:2962: gcc -c conftest.c >&5 configure:2965: $? = 0 configure:2987: result: o configure:2991: checking whether we are using the GNU C compiler configure:3015: gcc -c conftest.c >&5 configure:3021: $? = 0 configure:3025: test -z || test ! -s conftest.err configure:3028: $? = 0 configure:3031: test -s conftest.o configure:3034: $? = 0 configure:3047: result: yes configure:3053: checking whether gcc accepts -g configure:3074: gcc -c -g conftest.c >&5 configure:3080: $? = 0 configure:3084: test -z || test ! -s conftest.err configure:3087: $? = 0 configure:3090: test -s conftest.o configure:3093: $? = 0 configure:3104: result: yes configure:3121: checking for gcc option to accept ANSI C configure:3191: gcc -c conftest.c >&5 configure:3197: $? = 0 configure:3201: test -z || test ! -s conftest.err configure:3204: $? = 0 configure:3207: test -s conftest.o configure:3210: $? = 0 configure:3228: result: none needed configure:3246: gcc -c conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3252: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3387: checking dependency style of gcc configure:3477: result: gcc3 configure:3500: checking how to run the C preprocessor configure:3535: gcc -E conftest.c configure:3541: $? = 0 configure:3573: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3579: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3618: result: gcc -E configure:3642: gcc -E conftest.c configure:3648: $? = 0 configure:3680: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3686: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3810: checking for g++ configure:3826: found /usr/bin/g++ configure:3836: result: g++ configure:3852: checking for C++ compiler version configure:3855: g++ --version </dev/null >&5 g++ (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) Copyright (C) 2003 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:3858: $? = 0 configure:3860: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) configure:3863: $? = 0 configure:3865: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:3868: $? = 1 configure:3871: checking whether we are using the GNU C++ compiler configure:3895: g++ -c conftest.cc >&5 configure:3901: $? = 0 configure:3905: test -z || test ! -s conftest.err configure:3908: $? = 0 configure:3911: test -s conftest.o configure:3914: $? = 0 configure:3927: result: yes configure:3933: checking whether g++ accepts -g configure:3954: g++ -c -g conftest.cc >&5 configure:3960: $? = 0 configure:3964: test -z || test ! -s conftest.err configure:3967: $? = 0 configure:3970: test -s conftest.o configure:3973: $? = 0 configure:3984: result: yes configure:4026: g++ -c conftest.cc >&5 configure:4032: $? = 0 configure:4036: test -z || test ! -s conftest.err configure:4039: $? = 0 configure:4042: test -s conftest.o configure:4045: $? = 0 configure:4071: g++ -c conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:15: error: `exit' undeclared (first use this function) conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:4077: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4026: g++ -c conftest.cc >&5 configure:4032: $? = 0 configure:4036: test -z || test ! -s conftest.err configure:4039: $? = 0 configure:4042: test -s conftest.o configure:4045: $? = 0 configure:4071: g++ -c conftest.cc >&5 configure:4077: $? = 0 configure:4081: test -z || test ! -s conftest.err configure:4084: $? = 0 configure:4087: test -s conftest.o configure:4090: $? = 0 configure:4115: checking dependency style of g++ configure:4205: result: gcc3 configure:4224: checking whether gcc is blacklisted configure:4250: gcc -c -O2 conftest.c >&5 configure:4256: $? = 0 configure:4260: test -z || test ! -s conftest.err configure:4263: $? = 0 configure:4266: test -s conftest.o configure:4269: $? = 0 configure:4281: result: no configure:4618: checking whether g++ supports -Wmissing-format-attribute configure:4654: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wmissing-format-attribute conftest.cc 1>&5 configure:4660: $? = 0 configure:4664: test -z || test ! -s conftest.err configure:4667: $? = 0 configure:4670: test -s conftest configure:4673: $? = 0 configure:4694: result: yes configure:4706: checking whether gcc supports -Wmissing-format-attribute configure:4739: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wmissing-format-attribute conftest.c >&5 configure:4745: $? = 0 configure:4749: test -z || test ! -s conftest.err configure:4752: $? = 0 configure:4755: test -s conftest configure:4758: $? = 0 configure:4779: result: yes configure:4793: checking whether g++ supports -Wundef configure:4829: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wundef conftest.cc 1>&5 configure:4835: $? = 0 configure:4839: test -z || test ! -s conftest.err configure:4842: $? = 0 configure:4845: test -s conftest configure:4848: $? = 0 configure:4869: result: yes configure:4881: checking whether g++ supports -Wno-long-long configure:4917: rm -rf SunWS_cache; g++ -o conftest -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-long-long conftest.cc 1>&5 configure:4923: $? = 0 configure:4927: test -z || test ! -s conftest.err configure:4930: $? = 0 configure:4933: test -s conftest configure:4936: $? = 0 configure:4957: result: yes configure:4969: checking whether g++ supports -Wno-non-virtual-dtor configure:5005: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor conftest.cc 1>&5 configure:5011: $? = 0 configure:5015: test -z || test ! -s conftest.err configure:5018: $? = 0 configure:5021: test -s conftest configure:5024: $? = 0 configure:5045: result: yes configure:5077: checking whether g++ supports -fno-reorder-blocks configure:5113: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-reorder-blocks conftest.cc 1>&5 configure:5119: $? = 0 configure:5123: test -z || test ! -s conftest.err configure:5126: $? = 0 configure:5129: test -s conftest configure:5132: $? = 0 configure:5153: result: yes configure:5171: checking whether g++ supports -fno-exceptions configure:5207: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions conftest.cc 1>&5 configure:5213: $? = 0 configure:5217: test -z || test ! -s conftest.err configure:5220: $? = 0 configure:5223: test -s conftest configure:5226: $? = 0 configure:5247: result: yes configure:5259: checking whether g++ supports -fno-check-new configure:5295: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new conftest.cc 1>&5 configure:5301: $? = 0 configure:5305: test -z || test ! -s conftest.err configure:5308: $? = 0 configure:5311: test -s conftest configure:5314: $? = 0 configure:5335: result: yes configure:5347: checking whether g++ supports -fno-common configure:5383: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc 1>&5 configure:5389: $? = 0 configure:5393: test -z || test ! -s conftest.err configure:5396: $? = 0 configure:5399: test -s conftest configure:5402: $? = 0 configure:5423: result: yes configure:5435: checking whether g++ supports -fexceptions configure:5471: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cc 1>&5 configure:5477: $? = 0 configure:5481: test -z || test ! -s conftest.err configure:5484: $? = 0 configure:5487: test -s conftest configure:5490: $? = 0 configure:5511: result: yes configure:5554: checking whether system headers can cope with -O2 -fno-inline configure:5623: result: irrelevant configure:6279: checking how to run the C++ preprocessor configure:6310: g++ -E conftest.cc configure:6316: $? = 0 configure:6348: g++ -E conftest.cc conftest.cc:14:28: ac_nonexistent.h: No such file or directory configure:6354: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6393: result: g++ -E configure:6417: g++ -E conftest.cc configure:6423: $? = 0 configure:6455: g++ -E conftest.cc conftest.cc:14:28: ac_nonexistent.h: No such file or directory configure:6461: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6509: checking whether g++ supports -O0 configure:6545: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -O0 conftest.cc 1>&5 configure:6551: $? = 0 configure:6555: test -z || test ! -s conftest.err configure:6558: $? = 0 configure:6561: test -s conftest configure:6564: $? = 0 configure:6585: result: yes configure:6856: checking whether g++ supports -Wl,--no-undefined configure:6892: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined conftest.cc 1>&5 configure:6898: $? = 0 configure:6902: test -z || test ! -s conftest.err configure:6905: $? = 0 configure:6908: test -s conftest configure:6911: $? = 0 configure:6932: result: yes configure:6936: checking whether g++ supports -Wl,--allow-shlib-undefined configure:6972: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -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:6978: $? = 0 configure:6982: test -z || test ! -s conftest.err configure:6985: $? = 0 configure:6988: test -s conftest configure:6991: $? = 0 configure:7012: result: yes configure:7137: result: not using lib directory suffix configure:7182: checking for a sed that does not truncate output configure:7236: result: /usr/bin/sed configure:7239: checking for egrep configure:7249: result: grep -E configure:7265: checking for ld used by gcc configure:7332: result: /usr/i586-suse-linux/bin/ld configure:7341: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:7356: result: yes configure:7361: checking for /usr/i586-suse-linux/bin/ld option to reload object files configure:7368: result: -r configure:7377: checking for BSD-compatible nm configure:7419: result: /usr/bin/nm -B configure:7423: checking whether ln -s works configure:7427: result: yes configure:7434: checking how to recognise dependent libraries configure:7641: result: pass_all configure:7850: checking for ANSI C header files configure:7875: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:7881: $? = 0 configure:7885: test -z || test ! -s conftest.err configure:7888: $? = 0 configure:7891: test -s conftest.o configure:7894: $? = 0 configure:7983: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c: In function `main': conftest.c:32: warning: implicit declaration of function `exit' configure:7986: $? = 0 configure:7988: ./conftest configure:7991: $? = 0 configure:8006: result: yes configure:8030: checking for sys/types.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for sys/stat.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for stdlib.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for string.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for memory.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for strings.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for inttypes.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for stdint.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8030: checking for unistd.h configure:8046: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8052: $? = 0 configure:8056: test -z || test ! -s conftest.err configure:8059: $? = 0 configure:8062: test -s conftest.o configure:8065: $? = 0 configure:8076: result: yes configure:8102: checking dlfcn.h usability configure:8114: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8120: $? = 0 configure:8124: test -z || test ! -s conftest.err configure:8127: $? = 0 configure:8130: test -s conftest.o configure:8133: $? = 0 configure:8143: result: yes configure:8147: checking dlfcn.h presence configure:8157: gcc -E conftest.c configure:8163: $? = 0 configure:8183: result: yes configure:8218: checking for dlfcn.h configure:8225: result: yes configure:8289: checking for g77 configure:8318: result: no configure:8289: checking for f77 configure:8318: result: no configure:8289: checking for xlf configure:8318: result: no configure:8289: checking for frt configure:8318: result: no configure:8289: checking for pgf77 configure:8318: result: no configure:8289: checking for fort77 configure:8318: result: no configure:8289: checking for fl32 configure:8318: result: no configure:8289: checking for af77 configure:8318: result: no configure:8289: checking for f90 configure:8318: result: no configure:8289: checking for xlf90 configure:8318: result: no configure:8289: checking for pgf90 configure:8318: result: no configure:8289: checking for epcf90 configure:8318: result: no configure:8289: checking for f95 configure:8318: result: no configure:8289: checking for fort configure:8318: result: no configure:8289: checking for xlf95 configure:8318: result: no configure:8289: checking for ifc configure:8318: result: no configure:8289: checking for efc configure:8318: result: no configure:8289: checking for pgf95 configure:8318: result: no configure:8289: checking for lf95 configure:8318: result: no configure:8289: checking for gfortran configure:8318: result: no configure:8330: checking for Fortran 77 compiler version configure:8333: --version </dev/null >&5 ./configure: line 8334: --version: command not found configure:8336: $? = 127 configure:8338: -v </dev/null >&5 ./configure: line 8339: -v: command not found configure:8341: $? = 127 configure:8343: -V </dev/null >&5 ./configure: line 8344: -V: command not found configure:8346: $? = 127 configure:8354: checking whether we are using the GNU Fortran 77 compiler configure:8368: -c conftest.F >&5 ./configure: line 8369: -c: command not found configure:8374: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:8400: result: no configure:8406: checking whether accepts -g configure:8418: -c -g conftest.f >&5 ./configure: line 8419: -c: command not found configure:8424: $? = 127 configure: failed program was: | program main | | end configure:8449: result: no configure:8479: checking the maximum length of command line arguments configure:8538: result: 32768 configure:8549: checking command to parse /usr/bin/nm -B output from gcc object configure:8638: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:5: warning: no previous prototype for `nm_test_func' configure:8641: $? = 0 configure:8645: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:8648: $? = 0 configure:8700: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5 configure:8703: $? = 0 configure:8741: result: ok configure:8745: checking for objdir configure:8760: result: .libs configure:8850: checking for ar configure:8866: found /usr/bin/ar configure:8877: result: ar configure:8930: checking for ranlib configure:8946: found /usr/bin/ranlib configure:8957: result: ranlib configure:9010: checking for strip configure:9026: found /usr/bin/strip configure:9037: result: strip configure:9299: checking if gcc static flag works configure:9322: result: yes configure:9344: checking if gcc supports -fno-rtti -fno-exceptions configure:9362: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:9366: $? = 0 configure:9377: result: no configure:9392: checking for gcc option to produce PIC configure:9569: result: -fPIC configure:9577: checking if gcc PIC flag -fPIC works configure:9595: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fPIC -DPIC conftest.c >&5 configure:9599: $? = 0 configure:9610: result: yes configure:9634: checking if gcc supports -c -o file.o configure:9662: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -o out/conftest2.o conftest.c >&5 configure:9666: $? = 0 configure:9683: result: yes configure:9709: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:10521: result: yes configure:10547: checking whether -lc should be explicitly linked in configure:10552: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:10555: $? = 0 configure:10569: gcc -shared -v conftest.o -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:10572: $? = 0 configure:10584: result: no configure:10592: checking dynamic linker characteristics configure:11110: result: GNU/Linux ld.so configure:11114: checking how to hardcode library paths into programs configure:11139: result: immediate configure:11153: checking whether stripping libraries is possible configure:11158: result: yes configure:11284: checking for shl_load configure:11341: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/ccqSBLe4.o(.text+0x11): In function `main': conftest.c: undefined reference to `shl_load' /tmp/ccqSBLe4.o(.data+0x0): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:11347: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #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:11372: result: no configure:11377: checking for shl_load in -ldld configure:11407: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:11413: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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:11439: result: no configure:11444: checking for dlopen configure:11501: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/ccIJTOCr.o(.text+0x11): In function `main': conftest.c: undefined reference to `dlopen' /tmp/ccIJTOCr.o(.data+0x0): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:11507: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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 <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #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:11532: result: no configure:11537: checking for dlopen in -ldl configure:11567: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldl >&5 configure:11573: $? = 0 configure:11577: test -z || test ! -s conftest.err configure:11580: $? = 0 configure:11583: test -s conftest configure:11586: $? = 0 configure:11599: result: yes configure:11774: checking whether a program can dlopen itself configure:11846: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:11829: warning: no previous prototype for `fnord' configure: In function `fnord': configure:11829: warning: unused variable `i' configure: In function `main': configure:11842: warning: implicit declaration of function `exit' configure:11849: $? = 0 configure:11867: result: yes configure:11872: checking whether a statically linked program can dlopen itself configure:11944: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:11927: warning: no previous prototype for `fnord' configure: In function `fnord': configure:11927: warning: unused variable `i' configure: In function `main': configure:11940: warning: implicit declaration of function `exit' configure:11947: $? = 0 configure:11965: result: yes configure:11988: checking if libtool supports shared libraries configure:11990: result: yes configure:11993: checking whether to build shared libraries configure:12051: result: yes configure:12054: checking whether to build static libraries configure:12058: result: no configure:12149: creating libtool configure:12693: checking for ld used by g++ configure:12760: result: /usr/i586-suse-linux/bin/ld configure:12769: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:12784: result: yes configure:12835: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:13649: result: yes configure:13671: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:13674: $? = 0 configure:13770: checking for g++ option to produce PIC configure:14022: result: -fPIC configure:14030: checking if g++ PIC flag -fPIC works configure:14048: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5 configure:14052: $? = 0 configure:14063: result: yes configure:14087: checking if g++ supports -c -o file.o configure:14115: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cc >&5 configure:14119: $? = 0 configure:14136: result: yes configure:14162: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:14187: result: yes configure:14258: checking dynamic linker characteristics configure:14776: result: GNU/Linux ld.so configure:14780: checking how to hardcode library paths into programs configure:14805: result: immediate configure:14819: checking whether stripping libraries is possible configure:14824: result: yes configure:14950: checking for shl_load configure:15038: result: no configure:15043: checking for shl_load in -ldld configure:15105: result: no configure:15110: checking for dlopen configure:15198: result: no configure:15203: checking for dlopen in -ldl configure:15265: result: yes configure:15440: checking whether a program can dlopen itself configure:15533: result: yes configure:15538: checking whether a statically linked program can dlopen itself configure:15631: result: yes configure:21971: checking for msgfmt configure:21998: result: /usr/bin/msgfmt configure:22007: checking for gmsgfmt configure:22038: result: /usr/bin/msgfmt configure:22057: checking for xgettext configure:22084: result: /usr/bin/xgettext configure:22204: checking if C++ programs can be compiled configure:22233: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-check-new -fno-common conftest.cc >&5 configure:22239: $? = 0 configure:22243: test -z || test ! -s conftest.err configure:22246: $? = 0 configure:22249: test -s conftest.o configure:22252: $? = 0 configure:22266: result: yes configure:22296: checking for strlcat configure:22344: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -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:38: error: `strlcat' undeclared (first use this function) conftest.cc:38: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:22350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 1 | /* end confdefs.h. */ | | | #include <string.h> | | | int | main () | { | | char buf[20]; | buf[0]='\0'; | strlcat(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:22385: result: no configure:22388: checking if strlcat needs custom prototype configure:22492: result: yes - in libkdefakes configure:22517: checking for strlcpy configure:22564: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -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: `strlcpy' undeclared (first use this function) conftest.cc:37: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:22570: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 1 | /* end confdefs.h. */ | | | #include <string.h> | | | int | main () | { | | char buf[20]; | strlcpy(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:22605: result: no configure:22608: checking if strlcpy needs custom prototype configure:22711: result: yes - in libkdefakes configure:22735: checking for main in -lutil configure:22759: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lutil >&5 configure:22765: $? = 0 configure:22769: test -z || test ! -s conftest.err configure:22772: $? = 0 configure:22775: test -s conftest configure:22778: $? = 0 configure:22791: result: yes configure:22797: checking for main in -lcompat configure:22821: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcompat >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure:22827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:22853: result: no configure:22860: checking for crypt in -lcrypt configure:22890: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcrypt >&5 configure:22896: $? = 0 configure:22900: test -z || test ! -s conftest.err configure:22903: $? = 0 configure:22906: test -s conftest configure:22909: $? = 0 configure:22922: result: yes configure:23016: checking for socklen_t configure:23051: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:23057: $? = 0 configure:23061: test -z || test ! -s conftest.err configure:23064: $? = 0 configure:23067: test -s conftest.o configure:23070: $? = 0 configure:23091: result: yes configure:23185: checking for dnet_ntoa in -ldnet configure:23215: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure:23221: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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:23247: result: no configure:23254: checking for dnet_ntoa in -ldnet_stub configure:23284: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet_stub >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure:23290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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:23316: result: no configure:23323: checking for inet_ntoa configure:23380: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23386: $? = 0 configure:23390: test -z || test ! -s conftest.err configure:23393: $? = 0 configure:23396: test -s conftest configure:23399: $? = 0 configure:23411: result: yes configure:23484: checking for connect configure:23541: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23547: $? = 0 configure:23551: test -z || test ! -s conftest.err configure:23554: $? = 0 configure:23557: test -s conftest configure:23560: $? = 0 configure:23572: result: yes configure:23646: checking for remove configure:23703: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23709: $? = 0 configure:23713: test -z || test ! -s conftest.err configure:23716: $? = 0 configure:23719: test -s conftest configure:23722: $? = 0 configure:23734: result: yes configure:23809: checking for shmat configure:23866: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23872: $? = 0 configure:23876: test -z || test ! -s conftest.err configure:23879: $? = 0 configure:23882: test -s conftest configure:23885: $? = 0 configure:23897: result: yes configure:23980: checking for sys/types.h configure:23985: result: yes configure:23980: checking for stdint.h configure:23985: result: yes configure:24141: checking sys/bitypes.h usability configure:24153: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24159: $? = 0 configure:24163: test -z || test ! -s conftest.err configure:24166: $? = 0 configure:24169: test -s conftest.o configure:24172: $? = 0 configure:24182: result: yes configure:24186: checking sys/bitypes.h presence configure:24196: gcc -E conftest.c configure:24202: $? = 0 configure:24222: result: yes configure:24257: checking for sys/bitypes.h configure:24264: result: yes configure:24279: checking for poll in -lpoll configure:24309: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lpoll >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lpoll collect2: ld returned 1 exit status configure:24315: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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:24341: result: no configure:24363: checking Carbon/Carbon.h usability configure:24375: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:67:27: Carbon/Carbon.h: No such file or directory configure:24381: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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 <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <Carbon/Carbon.h> configure:24404: result: no configure:24408: checking Carbon/Carbon.h presence configure:24418: gcc -E conftest.c conftest.c:33:27: Carbon/Carbon.h: No such file or directory configure:24424: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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 <Carbon/Carbon.h> configure:24444: result: no configure:24479: checking for Carbon/Carbon.h configure:24486: result: no configure:24511: checking CoreAudio/CoreAudio.h usability configure:24523: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:67:33: CoreAudio/CoreAudio.h: No such file or directory configure:24529: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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 <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <CoreAudio/CoreAudio.h> configure:24552: result: no configure:24556: checking CoreAudio/CoreAudio.h presence configure:24566: gcc -E conftest.c conftest.c:33:33: CoreAudio/CoreAudio.h: No such file or directory configure:24572: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ktorrent" | #define VERSION "2.2dev" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #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_SGI_STL 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 <CoreAudio/CoreAudio.h> configure:24592: result: no configure:24627: checking for CoreAudio/CoreAudio.h configure:24634: result: no configure:24652: checking if res_init needs -lresolv configure:24679: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lresolv >&5 configure:24685: $? = 0 configure:24689: test -z || test ! -s conftest.err configure:24692: $? = 0 configure:24695: test -s conftest configure:24698: $? = 0 configure:24702: result: yes configure:24724: checking for res_init configure:24772: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 configure:24778: $? = 0 configure:24782: test -z || test ! -s conftest.err configure:24785: $? = 0 configure:24788: test -s conftest.o configure:24791: $? = 0 configure:24813: result: yes configure:24816: checking if res_init needs custom prototype configure:24920: result: no configure:24948: checking for killpg in -lucb configure:24978: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lucb >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lucb collect2: ld returned 1 exit status configure:24984: $? = 1 configure: failed program was: | /* confdefs.h. */ |
Moderator
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]