This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.1 on SuSE 7.1
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Yang Wang <yang at patterndiscovery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Jun 2002 17:46:44 -0700
- Subject: Re: GCC 3.1 on SuSE 7.1
- References: <3D054926.1000801@patterndiscovery.com>
On Mon, Jun 10, 2002 at 08:49:42PM -0400, Yang Wang wrote:
> i686-pc-linux-gnu
>
> root@sugarbowl:~/software/Development/gcc-3.1 > gcc -v
> Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
> Configured with: ../gcc-3.1/configure --prefix=/usr --enable-threads
> Thread model: posix
> gcc version 3.1
>
> SuSE Linux 7.1 (i386)
>
> Linux Kernel 2.4.18, glibc-2.2.7
>
> Note: important: if you are building GCC 3.1 from GCC 3.0.x, remember to
> remove (rm -rf) the whole ${prefix}/include/g++-v3 tree before the final
> install (make install). Fail to do that will result in errors when using
> <fstream>. According to GCC FAQ, it is due to the change of locations
> between versions. Of course you can install GCC 3.1 to another location
> other than your older GCC 3.0.x.
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html.
Janis