Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: Ujjwol on May 15, 2007, 07:09:06 AM

Title: open gcc
Post by: Ujjwol on May 15, 2007, 07:09:06 AM
how to open gcc on linux???
i don't know
Title: Re: open gcc
Post by: Ricky on May 15, 2007, 09:46:37 AM
You don't really need to open Gcc, gcc is mostly installed with all Linux Disro, you need to use it.
For example, you want to compile a simple C file then named program1.c then can do following :
Code: [Select]
gcc -o <outputfile> program1.c