Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Sorry, I missed the part about RedHat (yet I cannot find where you said that you went from gcc 2.96 to gcc 3.2.2).
What does it happen when you write in the console gcc and press the TAB key twice (not pressing Enter)?? You see: sometimes the compiler is called gcc-XYY and because the symlink gcc->gcc-XYY is not created, the system thinks there is not gcc compiler. So maybe your path is set correctly, but you have to create the symlink by hand.
You can also try this command. In the root directory (/): find -iname "gcc*". If apt-get succeeded, then you should see a gcc executable in the list (the list may be long, tho).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.