Atwood, Robert C writes: > Hi, > I am afraid this is a problem at the border between distro installation > and gcc installation, I hope someone here can shed some light on the > best way to proceed. > > I have successfully compiled the 4.2 branch on other systems, but this > one is giving me a catch-22 kind of problem. It's RedHat EL4 on a AMD > x86-64 system, I've got all the gcc- and gcc4- packages that the > installation system provides, installed. > > It seems that when I configure and build, using > ../gcc/configure --prefix=/usr/local/encap/gcc-4.2.0.0 > --program-suffix=v42 -- > enable-languages=c,c++,fortran > > Then it fails to build due to > /usr/bin/ld: crti.o: No such file: No such file or directory > > In this case, it is missing the 32-bit version of crti.o. This is part of libc, not gcc. Is glibc-devel installed? Andrew.