I was able to get gcc-3.3.3 installed finding that the glib rpms below were missing on the problem system, compared to another rhel 3 updt 9 system where the install was successful. glib2-devel-2.2.3-2.0 glib-devel-1.2.10-11.1 However, now I have a customer trying to install it++ and, in so many words, its complaining that it cannot find the libstdc++ libraries. I'll reply with more detail when he comes in. How can I ensure that this install will be isolated, but can still use the shared libraries? -----Original Message----- From: gcc-help-owner@xxxxxxxxxxx [mailto:gcc-help-owner@xxxxxxxxxxx] On Behalf Of Brian Dessent Sent: Wednesday, December 05, 2007 11:08 AM To: Lamont, Brian-p3354c Cc: gcc-help@xxxxxxxxxxx Subject: 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