LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GNU gcc 3 compiler (https://www.linuxquestions.org/questions/linux-software-2/gnu-gcc-3-compiler-48124/)

Craneology 03-03-2003 07:33 PM

GNU gcc 3 compiler
 
Hi, while installing Manrake linux 9.0 I saw an "ad" displaying the GNU gcc compiler. How do I come upon using this? I have it installed, but i dont know how to make the compiler come up.

Crashed_Again 03-03-2003 07:36 PM

man gcc

iceman47 03-03-2003 07:42 PM

compiler : software that translates human readable code to code the machine can read and execute, it's not an IDE

sathyan 03-04-2003 04:35 AM

You can use any editor like vi or emacs, or any XWindow editors, in order to create a C or C++ program(If you know the syntax).
Let us take that you have named it as simple.c, then you must enter
gcc simple.c -o simple
in order to use the complier. Here, the -o option is for giving a name to the resultant binary file.


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