LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   C compiler for Linux (https://www.linuxquestions.org/questions/linux-mint-84/c-compiler-for-linux-826219/)

christian73 08-14-2010 11:25 AM

C compiler for Linux
 
Can someone recommend a good C compiler for Linux Mint? I'd like to get back into C.

basheer 08-14-2010 11:43 AM

Linux Mint already has gcc. You can code C programs and then compile them with gcc.

knudfl 08-14-2010 12:54 PM

sudo apt-get install gcc g++

I.e. : g++, the c++ compiler, will also install
packages / files, that make gcc work fully.

..

christian73 08-14-2010 01:15 PM

Thanks!

kindofabuzz 08-16-2010 05:05 AM

sudo apt-get install build-essential


All times are GMT -5. The time now is 02:25 AM.