nld and noft Manual
Converting From Binder to nld and noft
nld and noft Manual—520384-003
9-4
Comparing Binder Commands to nld Options
Example 9-1 links the object files objectx and objecty to produce objectz.
OBEY obey
OUT You can redirect output listings with the Guardian RUN
command /OUT/ option or the OSS | or > operator.
RENAME rename The option -rename
on page 3-12 can be used in some cases.
REPLACE Link the object files again.
RESELECT nld does not support SELECT parameters.
RESET Not necessary because each invocation on nld resets SET
parameters.
SATISFY No equivalent available.
SELECT nld does not support SELECT parameters. See Linking Unit
Differences on page 9-2 for details on using archives instead of
Binder SELECT SEARCH commands.
SET set nld supports parameters applicable to native processes.
SHOW Provided by noft.
STRIP x or s The option -x
on page 3-17 is equivalent to Binder STRIP
SYMBOLS command. The option -s on page 3-12 is equivalent
to STRIP command.
SYSTEM Use TACL SYSTEM command instead.
VERIFY Provided by noft.
VOLUME Not available. Specify the volume name in a Guardian filename
if you do not want to use the default volume.
Example 9-1. Linking Two Object Files in Binder and nld (Simple Case)
Binder nld
ADD * FROM objectx
ADD * FROM objecty
BUILD objectz
objectx
objecty
-o objectz
Table 9-2. Comparing Binder Commands to nld Options (page 2 of 2)
Binder
Command
nld
Option Notes