BUILDRL [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Link Editor/XL Reference Manual
BUILDRL
This command creates a new relocatable library file. The directory of
the relocatable library file is initialized and symbol space is reserved.
This command also makes the new library the current relocatable library
for subsequent interactive commands.
Syntax
BUILDRL RL= rl_file
[;LIMIT= max_modules]
Parameters
rl_file Names the new relocatable library (it is created with
the filecode NMRL). The name must conform to the
conventions established for all MPE XL file names.
The file must not already exist in the account. If
it does, an error message is printed.
max_modules Specifies the maximum number of relocatable object
modules that the relocatable library can contain by
setting the size of the directory. The maximum
number you can enter for this parameter is 400000.
Default: 2000.
Examples
LinkEd> BUILDRL RL=LINEDRAW;LIMIT=50
This command builds a new relocatable file called LINEDRAW. The command
also sets the maximum number of relocatable object modules that this
library can contain at 50.
LinkEd> BUILDRL BOXDRAW
This command builds a new relocatable library called BOXDRAW that can
contain a maximum of 2000 relocatable object modules.
MPE/iX 5.0 Documentation