Chapter 15 Using Library Manager
288 Command Options
Functional description
This option is used when you want to know the names of the relocatable object files that exist in the
library file.
When a relocatable object file name is specified following the -t option, and a file with the same name
exists in the library file, that file name will be output. If the file does not exist, the library manager will
output a warning message and continue processing.
When no relocatable object file name is specified, the names of all relocatable object files that exist in
the library file will be output.
Rules of use
To specify the option, enter the hyphen (-) followed by the lower case letter “t”.
slib103 test.lib -t test1.rf
Operation example
slib103 test.lib -t test1.rf
slib103 test.lib -t
The first example checks whether or not the file test1.rf exists in test.lib. The second example outputs
the names of all relocatable object files in test.lib.
t Output a list of the relocatable object files that make up the library file.