Setting GCC version to 3.3
Matthew R. Dempsky
mrd at alkemio.org
Mon Mar 13 01:37:37 UTC 2006
On Mon, Mar 13, 2006 at 12:16:17AM +0000, Michael Williams wrote:
> That's currently what I'm doing, in the form of grepping through the
> systems build scripts (which are not makefiles, sadly) and replacing
> all instances of g++ with g++-3.3. It seems that, since there is no
> safe way to change /usr/bin/gcc from 4.0 to 3.3, that will have to do.
Create a new directory somewhere. Add symlinks in this directory from
gcc to /usr/bin/gcc-3.3, g++ to /usr/bin/g++-3.3, etc. Add this
directory to the start of your PATH.
More information about the ubuntu-users
mailing list