This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: successfully built and installed GCC
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "Kurt M. Brown" <kurtb149 at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 15 Jan 2002 11:12:07 -0800
- Subject: Re: successfully built and installed GCC
- References: <1011115247.2156.16.camel@dirac.netpos.com>
On Tue, Jan 15, 2002 at 12:20:46PM -0500, Kurt M. Brown wrote:
> 1. $ ./config.guess
>
> i686-pc-linux-gnu
>
> 2. $ gcc -v
>
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
> Configured with: ../gcc-3.0.3/configure --enable-threads
> Thread model: posix
> gcc version 3.0.3
>
> 3. $ cat /etc/issue
>
> Red Hat Linux release 6.2 (Zoot)
> Kernel 2.2.16-3 on an i686
>
> 4. $ uname -a
>
> Linux spinoza 2.2.16-3 #1 Mon Jun 19 19:11:44 EDT 2000 i686 unknown
>
> 5. $ rpm -q glibc
>
> glibc-2.1.3-15
Thanks! I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis