This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.1 installation
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Gary Smith <gary dot vsmith at virgin dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 30 Jun 2002 21:15:01 -0400 (EDT)
- Subject: Re: gcc 3.1 installation
On Sun, 30 Jun 2002, Gary Smith wrote:
> Is this installer meant to configure linux to use the new compilers?
Definitely not. Replacing the system compiler (i.e. /usr/bin/gcc) isn't
such a good idea no matter what OS you use.
Did you specify any value for --prefix when you configured gcc? If so,
check for <prefix>/bin/gcc, else /usr/local/bin/gcc.
Jeff