root@www:/usr/local/src/squid-2.5.STABLE4# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc -g) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
-------------------------
Това е config.loga който се създаде при конфигурирането
---==================================
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:782: checking for a BSD compatible install
configure:835: checking whether build environment is sane
configure:906: checking for mawk
configure:906: checking for gawk
configure:936: checking whether make sets ${MAKE}
configure:1057: checking whether to enable maintainer-specific portions of Makefiles
configure:1089: checking for gcc
configure:1202: checking whether the C compiler (gcc -g) works
configure:1218: gcc -o conftest -g conftest.c 1>&5
/usr/lib/gcc-lib/i486-slackware-linux/3.3.3/../../../../i486-slackware-linux/bin/ld: cannot open crt$collect2: ld returned 1 exit status
configure: failed program was:
#line 1213 "configure"
#include "confdefs.h"
main(){return(0);}
---===========================================
Версията на GCC e 3.3.3
root@www:/usr/local/src/squid-2.5.STABLE4# gcc -v
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.3/specs
Configured with: ../gcc-3.3.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-_
Thread model: posix
gcc version 3.3.3
Къде може да е проблема, и може ли някой да ми помогне в случеят

'>?
Системата ми е slackware 9.1

'>