FAQ tagged as:

gcc command

Q. I’ve a c program and I’d like to run in Linux.
A. C program need to compile and run in Linux using cc or gcc command. When you invoke GCC (GNU C Compiler), it normally does preprocessing, compilation, assembly and linking for you. For example to compile hello.c program , type the following command:
cc [...]

{ 1 comment }

How do I compile C program and create an executable file under Linux or UNIX operating systems?

{ 16 comments }

nixCraft FAQ PDF Collection Now Available To All