f

Option Type Default Value #pragma options C C++
-flag - - x x

Syntax

    -ffilelistname 

Purpose
Names a file to store a list of object files for xlC to pass to the linker. The filelistname file should contain only the names of object files. There should be one object file per line. This option is the same as the -f option for the ld command.

Example
To pass the list of files contained in myobjlistfile to the linker, enter:

xlC -f/usr/tmp/myobjlistfile


List of Batch Compiler Options and Their Defaults
Options that Specify Linkage Options
Equivalent Batch Compile-Link and Incremental Build Options