Si sufres este error en silencio:
[shell]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure: checking for cc
configure: checking for gcc
configure: checking whether the C compiler (cc ) works
configure: cc -o conftest conftest.c 1>&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#include «confdefs.h»
main(){return(0);}
[/shell]
No lo dudes más, la solución es
[shell]
apt-get install libc6-dev
[/shell]
Deja una respuesta