How to make g++ & egcs live together ?

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Sat Oct 3 03:34:00 GMT 1998


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/




More information about the Gcc mailing list