I just got Linux 2.0 (great it's out!). But when compiling my ld caused a
segmentation fault. So I got some new packages:
ld.so 1.7.14
gcc 2.7.2
binutils 2.6.0.14
libc 5.2.18
libg++ 27.1.4
Now this new ld complains:
/usr/i486-linux/bin/ld: cannot open crt1.o: No such file or directory
The only file with a similar name on my system is /usr/lib/crt0.o
To which package/file do this crt*.o files belong to and where can I get them from?
Thanks,
Michael