This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Errors during gcc-3.3.3 install


"Lamont, Brian-p3354c" wrote:

> I get the errors below during the make bootstrap  while installing
> gcc-3.3.3 on Redhat 3 updt 9, 64 bit.   I don't have much knowledge of
> installing gcc, so I'm a little lost at what its after.  Also this same
> ...
> /usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for
> -lc
> /usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for
> -lc /usr/bin/ld:/cannot find -lc
> Collect2: ld returned 1 exit status
> make[2]: *** [32/libgcc_s_32.so]  Error 1

Install the missing the 32 bit glibc development package, or
--disable-multilib if you don't need a compiler capable of 32 bit
support.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]