LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SuSE Linux 9.1, YaST says GCC installed, but Installers Say No Compiler Available (https://www.linuxquestions.org/questions/linux-software-2/suse-linux-9-1-yast-says-gcc-installed-but-installers-say-no-compiler-available-208938/)

Desert 07-23-2004 09:08 PM

SuSE Linux 9.1, YaST says GCC installed, but Installers Say No Compiler Available
 
I tried uninstalling and reinstalling from the SuSE CD as well. I am a Linux noob, so I may have overlooked something obvious. Thank you.

jailbait 07-24-2004 10:54 AM

"YaST says GCC installed, but Installers Say No Compiler Available"

The installers usually call the C compiler "cc". So you need to have cc as an alias for gcc. You can check for both cc and gcc with:
which cc
which gcc

If cc is mising then make it an alias for gcc with:
ln -s gcc /usr/bin/cc

The above command assumes that gcc is in /usr/bin/cc.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 01:49 AM.