Соответственно KTorrent 2.1, и выше через репозитории feisty не обновляется.
И вот падает он регулярно...
Скачал с офсайта сырцы версии 2.2.4, запустил конфигуратор, получил такой ответ:
Код: Выделить всё
./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.ну и, соответственно, config.log
Код:
cat config.log
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.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = asus-L4R
uname -m = i686
uname -r = 2.6.20-15-generic
uname -s = Linux
uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2169: checking build system type
configure:2187: result: i686-pc-linux-gnulibc1
configure:2209: checking host system type
configure:2224: result: i686-pc-linux-gnulibc1
configure:2246: checking target system type
configure:2261: result: i686-pc-linux-gnulibc1
configure:2323: checking for a BSD-compatible install
configure:2379: result: /usr/bin/install -c
configure:2394: checking for -p flag to install
configure:2407: result: yes
configure:2418: checking whether build environment is sane
configure:2461: result: yes
configure:2476: checking for a thread-safe mkdir -p
configure:2515: result: /bin/mkdir -p
configure:2528: checking for gawk
configure:2558: result: no
configure:2528: checking for mawk
configure:2544: found /usr/bin/mawk
configure:2555: result: mawk
configure:2566: checking whether make sets $(MAKE)
configure:2587: result: yes
configure:2793: checking for kde-config
configure:2855: result: /usr/bin/kde-config
configure:2950: checking where to install
configure:2954: result: /usr (as returned by kde-config)
configure:3009: checking for style of include used by make
configure:3037: result: GNU
configure:3184: checking for gcc
configure:3200: found /usr/bin/gcc
configure:3211: result: gcc
configure:3449: checking for C compiler version
configure:3456: gcc --version >&5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright © 2006 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:3459: $? = 0
configure:3466: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:3469: $? = 0
configure:3476: gcc -V >&5
gcc: '-V' option must have argument
configure:3479: $? = 1
configure:3502: checking for C compiler default output file name
configure:3529: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3532: $? = 1
configure:3570: result:
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.2.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3577: error: C compiler cannot create executables
See `config.log' for more details.
внимание, вопрос
что делать?
Варианты:
1) забить
2) найти способ и установить скомпилированный KTorrent
3) разобраться с настройками компилятора, линкера етс.