This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: would a gcc by any other name still smell?
- To: Joe Buck <jbuck at synopsys dot com>
- Subject: Re: would a gcc by any other name still smell?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 24 Nov 1997 10:02:49 -0800
- cc: robertl at dgii dot com, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199711241739.JAA20497@atrus.synopsys.com>you write:
>
> > > If we do this, we're damned because it's not the FSF release and
> > > it would make it difficult to have both EGCS and GCC installed at
> > > the same time.
>
> Use different paths for the two compilers. e.g. configure the egcs
> compiler as --prefix=/usr/local/egcs , and then if you like, say
>
> ln -s /usr/local/egcs/bin/gcc /usr/local/bin/egcs-gcc
Yup. Another approach. Probably better because of the C++ library issues
that I forgot about.
I'll see what kind of verbage I can come up with for this one :-)
jeff