The compiler used at school is GCC 3.1 I've got 2.96 here on my Red Hat machine. So I downloaded a *.tar.bz2 file of GCC 3.1 and decompressed it. I then configured it, ran 'make bootstrap' (took an hour and a half), then ran 'make install'. Everything went just fine and I received no error messages.
Well, afterwards, at he prompt, I typed $gcc -dumpversion and was still told I was using 2.96. How do I go about making 3.1 the default compiler? Ideally, I'd like to remove all references to 2.96 if I can.
Any help you guys can offer is appreciated.
