Ian S. Worthington wrote:
Can anyone help me figure out what's wrong with this? My "make bootstrap" of gcc 4.1.2 is failing with: /usr/bin/ld: crti.o: No such file: No such file or directory This file is available in /usr/lib64
It's the wrong crti.o. There are two such files, one in /usr/lib64 and one in /usr/lib. To install this on a Fedora system you'd type yum install glibc-devel.i386 Andrew.