Go to the first, previous, next, last section, table of contents.


Name the Object File: -o

There is always one object file output when you run . By default it has the name `a.out'. `a.out'. You use this option (which takes exactly one filename) to give the object file a different name.

Whatever the object file is called, overwrites any existing file of the same name.


Go to the first, previous, next, last section, table of contents.