Compiling C/C++ programs with the GNU compiler...



Some compiler options...

-Eshow preprocessor data and stop at that stage
-Ilook for other header files in specific directories
-Llook for other library files in specified directories
-linclude a specified library
-ooutput to a filename other than a.out
-Scompile, but do not pass to the assembler
-cassemble to an object file but do not link