This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful Build for GCC 3.0.3
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Jeff Stuart <jstuart at computer-city dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 20 Feb 2002 15:51:37 -0800
- Subject: Re: Successful Build for GCC 3.0.3
- References: <1014229205.2324.49.camel@bones>
On Wed, Feb 20, 2002 at 01:20:05PM -0500, Jeff Stuart wrote:
> config.guess: i686-pc-linux-gnu
> gcc -v: Reading specs from
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
> Configured with: ../gcc-3.0.3/configure --prefix=/usr --with-cpu=i686
> --enable-languages=c,c++,objc
> Thread model: single
> gcc version 3.0.3
> Distribution: Redhat 7.2
> uname -a: Linux bones 2.4.17 #6 Tue Feb 19 18:52:18 EST 2002 i686
> unknown
> rpm -q glibc: glibc-2.2.4-19.3
>
> Notes: When replacing the gcc shipped with Redhat 7.2, make sure to use
> a prefix of /usr. Also, even though this will replace the gcc
> executable, the old gcc is in /usr/bin/i386-redhat-linux-gcc.
Thanks! I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis