Зравствуйте. Вот такая проблема у меня. Сижу ставлю новый Кламав на Дебиан.
Кламав не ставится и пишет в логе следующее:
configure:1528: checking build system type
configure:1546: result: i686-pc-linux-gnulibc1
configure:1554: checking host system type
configure:1568: result: i686-pc-linux-gnulibc1
configure:1576: checking target system type
configure:1590: result: i686-pc-linux-gnulibc1
configure:1661: result: creating target.h - canonical system defines
configure:1805: checking for a BSD-compatible install
configure:1860: result: /usr/bin/install -c
configure:1871: checking whether build environment is sane
configure:1914: result: yes
configure:1971: checking for gawk
configure:2000: result: no
configure:1971: checking for mawk
configure:1987: found /usr/bin/mawk
configure:1997: result: mawk
configure:2007: checking whether make sets $(MAKE)
configure:2027: result: yes
configure:2204: checking for gawk
configure:2230: result: mawk
configure:2286: checking for gcc
configure:2302: found /usr/bin/gcc
configure:2312: result: gcc
configure:2556: checking for C compiler version
configure:2559: gcc --version </dev>&5
2.95.4
configure:2562: $? = 0
configure:2564: gcc -v </dev>&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2567: $? = 0
configure:2569: gcc -V </dev>&5
gcc: argument to `-V' is missing
configure:2572: $? = 1
configure:2595: checking for C compiler default output file name
configure:2598: gcc conftest.c >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:2601: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "clamav"
| #define VERSION "0.81"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2640: error: C compiler cannot create executables
See `config.log' for more details.
Вот мне ОЧЕНЬ интересно, где мне брать этот crt1.o? И Вообще в чем проблема-то?
Жду ответов с большим нетерпением.