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: berndfoobar at users dot sourceforge dot net
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 5 Aug 2002 17:20:21 -0700
- Subject: Re: successfully built and installed GCC
- References: <20020724120047.A17594@prism.co.za>
On Wed, Jul 24, 2002 at 12:00:47PM +0200, Bernd Jendrissek wrote:
> After months of trial and tribulation, I finally built and installed GCC 3
> from pristine source. (See note at end to avoid the same pitfalls I made.)
>
> So here's my celebratory note:
>
> 1. $ ./config.guess
>
> i686-pc-linux-gnu
>
> 2. $ gcc-3.0.4 -v
>
> Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
> Configured with: /usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --srcdir=/usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1 --with-slibdir=/lib --program-suffix=-3.0.4 --with-gnu-as --with-gnu-ld --enable-shared --enable-threads --enable-cpp --with-dwarf2 --with-system-zlib
> Thread model: posix
> gcc version 3.0.4
>
> 3. $ grep -ir 'red *hat.*6\.[12]' /etc
>
> /etc/redhat-release.old:Red Hat Linux release 6.1 (Cartman)
>
> 4. $ uname -a
>
> Linux xxxxx 2.4.18 #4 Sun Mar 3 16:50:20 SAST 2002 i686 unknown
>
> 5. $ rpm -q glibc
>
> glibc-2.1.2-11
> glibc-2.2.4-2
Thanks! Your message is linked from the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis