This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to make g++ & egcs live together ?


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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]