If you do not enter a file-name, the linker assumes default names.
| File | Default file-name | Default suffix |
|---|---|---|
| Object files | None. You must enter at least one object file name. | .o |
| Output file | a.out | None |
| Map file | The base name of the output file | map |
| Library files | The default libraries defined in the object files. Use compiler options to define the default libraries. Any additional libraries that you specify are searched before the default libraries. | .a or .so |
| Import files | None. You must explicitly enter the names of import files. | .imp |
| Export files | None. You must explicitly enter the names of export files. | .exp |