>
> 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. :-)
>
Directly calling gcc-3.0, gcc-2.95 instead of just gcc works also, and you
don't need to modify symlinks.
Victor