This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to make g++ & egcs live together ?
- To: Jean-Michel Paris <Jean-Michel dot Paris at pt dot nce dot sita dot int>
- Subject: Re: How to make g++ & egcs live together ?
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 3 Oct 1998 12:24:08 +0200 (MET DST)
- cc: egcs at cygnus dot com
On Fri, 2 Oct 1998, Jean-Michel Paris wrote:
> I would prefer type something like:
> > make "CC=g++" or make "CC=eg++"
> than scratching the original g++ distribution.
>
> Is there any options to set in the 'configure' script of egcs ? the
> --prefix one ?
--prefix is probably the easiest one.
Then you can make "CC=/path/egcs/bin/g++" and make "CC=/path/gcc/bin/g++"
and you can have as many different compilers/versions as you like.
Gerald
--
Gerald Pfeifer (Jerry) Vienna University of Technology
pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/