On Thu, Feb 14, 2002 at 09:04:30PM -0600, Ron Johnson wrote: | Hi, | | Is there a HOWTO regarding installing gcc-3.0 in parallel to the | standard gcc-2.95?
man apt-get :-) ('apt-get install gcc-3.0') The package puts gcc 3.0 as /usr/bin/gcc-3.0 and gcc 2.95 as /usr/bin/gcc-2.95. /usr/bin/gcc is a symlink to version 2.95. To use version 3.0 just call "gcc-3.0" instead of "gcc". -D -- In the way of righteousness there is life; along that path is immortality. Proverbs 12:28