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 ?


> 
> 
> --simple boundary
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: Quoted-Printable
> 
> For Linux or Solaris:
> 
> Is there any way to have on the same box, the g++-2.7.2.3 and egcs-1.1b=
>  ?
> Thus, I can continue to compile kernel parts with g++-2.7.2.3. (linux)
> and coding C++ (with the latest stuff) using egcs.
> 
> I should have separate dirs for includes and librairies.
> And different names for calling compilers: g++ and eg++ (or any other n=
> ame) ?
> I would prefer type something like:
> > make "CC=3Dg++" or make "CC=3Deg++"
> than scratching the original g++ distribution.
> 

It should be possible after egcs 1.1.1 with my library
interface change. It is too bad that it cannot go into
the official egcs 1.1.1.


H.J.


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