This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Downgrading


I think you can keep both, just configure them with different 
--program-prefix or --program-suffix.
E.g., you can configure gcc 2.95.3 with no particular configure options, 
and gcc 3.0.2 with --program-suffix=3.
This way, you'll be able to use gcc 2.95.3 writing gcc or g++, and gcc 
3.0.2 with gcc3 or g++3, etc.

HTH
fwyzard



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]