I was getting this error when I tried to compile a trival program:
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
Turns out that I needed to install the libc6-dev package.
Posted by jshare at May 3, 2004 01:40 PM