Error: C compiler cannot create executables :(

Post Reply
Message
Author
bazik
Posts: 5
Joined: 08. Jun 2001 1:58

Error: C compiler cannot create executables :(

#1 Post by bazik »

Hi,
ich hab folgendes Problem. Seit dem letzten upgraden meines Systems (apt-get :D), funzt der GCC nicht mehr.
Beim ausführen von ./configure kommt folgender Fehler:

bazik@antares:~/EigeneDateien/Test-Area/SDL-1.2.0$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
bazik@antares:~/EigeneDateien/Test-Area/SDL-1.2.0$

Und hier die config.log:

bazik@antares:~/EigeneDateien/Test-Area/SDL-1.2.0$ more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:678: checking for a BSD compatible install
configure:731: checking whether build environment is sane
configure:788: checking whether make sets ${MAKE}
configure:834: checking for working aclocal
configure:847: checking for working autoconf
configure:860: checking for working automake
configure:873: checking for working autoheader
configure:886: checking for working makeinfo
configure:907: checking host system type
configure:928: checking target system type
configure:1018: checking build system type
configure:1038: checking for ranlib
configure:1068: checking for gcc
configure:1181: checking whether the C compiler (gcc ) works
configure:1197: gcc -o conftest conftest.c 1>&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:

#line 1192 "configure"
#include "confdefs.h"

main(){return(0);}

Post Reply