LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   'C' compiler for redhat linux 9.... (https://www.linuxquestions.org/questions/linux-software-2/c-compiler-for-redhat-linux-9-a-122672/)

mahamkali 12-04-2003 10:45 AM

'C' compiler for redhat linux 9....
 
Hi ,
can any one suggest one good 'C/C++' compiler for redhat linux 9.

Thanks,
siva

MartinN 12-04-2003 10:49 AM

GCC is the compiler for Linux. Check to see if it's installed:
Code:

gcc -v
This should give you the version of the compiler (or a 'command not found' if it's not installed.

Regards
Martin

mahamkali 12-04-2003 10:54 AM

hi,
Whe i typed the command gcc -v i got the output...
"-bash: gcc: command not found"
i assume there is no gcc n my machine. Is there a way to get it and install freeware?


thanks,
siva

hw-tph 12-04-2003 11:04 AM

It is included on your installation disks. You will need to install quite a few development packages as well in order to get a fully functional development environment.

Håkan

mahamkali 12-04-2003 11:14 AM

ok thanks i got it through apt-get.

siva


All times are GMT -5. The time now is 06:08 PM.