Re: Multiple versions of gcc installed

2004-10-07 Thread Victor Munoz
> > A better option I found when having two version of gcc is this. > When two version are installed, gcc is a symbolic link to one of it. > So whenever you need to switch between the versions, simply change the > symbolic link to the specific compiler. That should work, atleast for > me on x86.

Re: Multiple versions of gcc installed

2004-10-06 Thread Mark Ferlatte
Brendan Simon said on Wed, Oct 06, 2004 at 11:11:49PM +1000: > Ritesh Raj Sarraf wrote: > Unfortunately this is not practicle on a multi user machine where > different users may want to use different versions of the compiler. > gcc is designed to have multiple versions installed and be able to cal

Re: Multiple versions of gcc installed

2004-10-06 Thread Brendan Simon
Ritesh Raj Sarraf wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 6 Oct 2004, Brendan Simon wrote: I have 2 debian powerpc machines with testing and stable installed. gcc-2.95.4 is installed on stable and gcc-3.3.4 on testing. I want to compile with the same compiler on both so I insta

Re: Multiple versions of gcc installed

2004-10-06 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 6 Oct 2004, Brendan Simon wrote: I have 2 debian powerpc machines with testing and stable installed. gcc-2.95.4 is installed on stable and gcc-3.3.4 on testing. I want to compile with the same compiler on both so I installed gcc-2.95 on the tes

Multiple versions of gcc installed

2004-10-06 Thread Brendan Simon
I have 2 debian powerpc machines with testing and stable installed. gcc-2.95.4 is installed on stable and gcc-3.3.4 on testing. I want to compile with the same compiler on both so I installed gcc-2.95 on the testing machine. i.e. I have 3.3.4 and 2.95.4 installed simulataneously. Problem: I can't