linking with multiple versions of gcc installed

2004-10-13 Thread Brendan Simon
Hi, I have an older powerpc machine that is basically running Woody (stable). gcc-2.95 installed as the default compiler. glibc-2.2 installed as the C libriary. I have a newer powerpc machine that has Sarge (testing) installed on it. gcc-3.3 installed as the default compiler. glibc-2.3

Re: Multiple versions of gcc installed

2004-10-06 Thread Matthias Klose
Brendan Simon writes: > 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 sim

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 e