This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Installing 2.95.4 over 3.2
- From: Andreas Bauer <baueran at in dot tum dot de>
- To: Vinay Kumar <vinkolar at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 6 Dec 2002 18:45:28 +1100
- Subject: Re: Installing 2.95.4 over 3.2
- References: <20021206032825.26175.qmail@web40809.mail.yahoo.com>
> I am running gcc version 3.2 over redhat linux 8.0.
> I want the support of gcc ver 2.95.4. Can I install
> two gccs in parallel without affecting one another.
> Some of the programs need gcc 3.2 and very few of them
> need 2.95.4. Can I do this without any malfunctioning
> of all the programs.
Yes, but you do not install 'over' something, rather than having two
different compilers sitting quietly 'next to each other'. However, in
case of C++ programs, the binaries produced by one of the compilers will
not like those produced by the other. If you keep this in mind, you
should not run into any obstacles...
HTH,
Andi.