How to make g++ & egcs live together ?
H.J. Lu
hjl@lucon.org
Fri Oct 9 10:41:00 GMT 1998
>
>
> --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.
More information about the Gcc
mailing list