This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: install gcc 2.95.2 on Redhat 7.0
- To: Andy Tai <atai at ece dot ucsd dot edu>
- Subject: Re: install gcc 2.95.2 on Redhat 7.0
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Sat, 28 Oct 2000 16:54:07 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <200010280914.CAA09745@vision.ucsd.edu>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Sat, Oct 28, 2000 at 02:14:54AM -0700, Andy Tai wrote:
> Hi, I am trying to install gcc 2.95.2 on Redhat Linux 7.0 (yes, I am going
> backwards). I run into problem during the "make bootstrap" phase,
> with the following error:
gcc 2.95.x does not build with glibc 2.2 out of the box, you need to
backport a few patches.
At least (I hope I got the URLs right):
http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00305.html
http://gcc.gnu.org/ml/gcc-patches/2000-09/msg00968.html
http://gcc.gnu.org/ml/gcc-patches/1999-12n/msg00436.html
Jakub