f78 Options Controlling the Kind of Output Contents|Index|Previous|Next
 

Options controlling the kind of output 

Compilation can involve up to four stages: preprocessing, compilation, assembly, and linking; always in that order. The first three stages apply to an individual source file, and end by producing an object file; linking combines all the object files (those newly compiled, and those specified as input) into an executable file.

For any given input file, the filename suffix determines what kind of compilation is done, as the following descriptions help to clarify.
 

0