ld Manual

ld Options
ld Manual529650.001
2-19
-rld_first_l
See Searching for Archives and Libraries on page 1-19 for details about the effect of
this flag on search order.
-rld_first_l
Directs ld to set search paths in the loadfile for later use by the rld loader.
pathlist
identifies paths to be searched before using the public library locations.
pathlist contains one or more path name entries, separated by a colon (:). You
cannot embed spaces (blanks) in pathlist. A path name can be either an
absolute OSS directory path name or a fully-qualified Guardian subvolume name.
-rld_first_l can be specified more than once in a command line or a command
file. Multiple pathlist specifications are concatenated into a single loadfile entry.
See Searching for Archives and Libraries on page 1-19 for details about the effect of
this flag on search order.
-s
Removes symbol information used for linking and symbolic debugging from the output
loadfile.
A file stripped of all symbol information cannot be symbolically debugged with the
Visual Inspect debugger.
You can use -s only when creating a loadfile. To strip all symbol information from an
existing loadfile, use -strip.
-set
The -set option sets a run-time attribute to a specified value when creating a loadfile.
(To change a run-time attribute in an existing loadfile, see -change.)
attribute-name
is a run-time attribute (see Table 2-2).
-rld_first_l pathlist
-s
-set attribute-name attribute-value