Mein Problem ist das ich absolut nix mehr compilen kann. Egal was es funzt nix mehr.
wenn ich nen ./configure mache, dann kommt lediglich folgendes:
Code: Alles auswählen
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
Im Logfile kann ich ddann noch folgendes Anbieten:
Code: Alles auswählen
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:534: checking for gcc
configure:647: checking whether the C compiler (gcc ) works
configure:663: 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 658 "configure"
#include "confdefs.h"
main(){return(0);}