LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No GCC found, no cc found (https://www.linuxquestions.org/questions/linux-newbie-8/no-gcc-found-no-cc-found-401163/)

pvmreddy 01-09-2006 08:13 AM

No GCC found, no cc found
 
Hi,

I am new to Linux. I Installed Red Hat Linux 8.0 on my Intel Celron System. The installation seemed fine. I wanted to write a few c programs to test. But when giving the 'cc' command i was giving the erro message as no cc found.

Please help me out. I am also trying to install PPPoE, which also is asking for GCC and CC.

Vamsi

abisko00 01-09-2006 08:33 AM

Hi!

Welcome to LQ. There are many differnet section available to ask technical questions. This section however is to say 'Hello' to eachother.

You can ask a moderator to move this thread to another section by clicking the "Report this post to a moderator" link at the right bottom of your post.

Have a good time at LQ!

Mara 01-09-2006 04:21 PM

Moved: This thread is more suitable in Linux-Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

It looks that gcc is simply not installed in your system. It is on your installation cd, so you can easily install it. Use redhat-config-packages program to do this.

pixellany 01-09-2006 04:26 PM

Before augmenting RedHat 8, you may want to consider a more current distro. If you like Redhat, the try Fedora.

jacobselvin 01-09-2006 05:04 PM

Execute the command locate cc. If it returns the path of the cc then the compiler is already installed and all you have to do is to add the path of the cc in your PATH environment variable. If locate command doesn't return anything then it means the compiler is not yet installed and you can download it & install it or you can install it from the installation CD itself.


All times are GMT -5. The time now is 12:03 PM.