------- Comment #2 from ctalley at knology dot net 2006-10-17 15:48 ------- I have recently had a similar problem building gcc-4.1.1 and gcc-4.1-20061013 on an Ubuntu-64bit 6.06 installation with an AMD Sempron64 socket 754 processor. I also have trouble build the current gcc-4.2 series. I need to build a multilib version to support 32bit gfortran, however I get a similar "[32/libgcc_s.so] Error 1". I may be wrong, but it appears that my Ubuntu-64 distro has the 32bit libraries located in /lib32 while the 64bit libraries are in /lib with a softlink /lib64 pointing to them also. If this is not a gcc bug, any help in building a multilib on my system would be appreciated. (In reply to comment #1) > /usr/bin/ld: crti.o: No such file: No such file or directory > collect2: ld returned 1 exit status > make[3]: *** [32/libgcc_s.so] Error 1 > make[2]: *** [stmp-multilib] Error 2 > make[1]: *** [all-gcc] Error 2 > make: *** [all] Error 2 > > That means you don't have the 32bit runtime installed, use --disable-multilib > in that case. > > /usr/bin/ld: Please report this bug. > > collect2: ld returned 1 exit status > make[4]: *** [libstdc++.la] Error 1 > make[4]: Leaving directory > > That is most likely a bug in the ld you are using, can you give the full out > of > the error? >
-- ctalley at knology dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ctalley at knology dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29488