User`s guide
DIBOL
(DIBOL)
Invokes the DIBOL compiler to compile one or more source programs.
Format
DIBOL filespec[s]
Command Options
/ALPHABETIZE
/BUFFERING
/CROSSREFERENCE
/[NO]LINENUMBERS
/ALLOCATE:size
/LOG
/[NO]OBJECT[:filespec]
/ALLOCATE:size
/ONDEBUG
/PAGE:value
/TABLES
/[NO]WARNINGS
Parameter
filespec[s]
Specifies one or more files to be included in the compilation. If you omit a file
type for an input file, RT–11 assumes DBL. Unless you specify otherwise, RT–11
creates an object file with the same name as the first input file and gives it an
OBJ file type.
Output default file types are LST for listing files and OBJ for object files.
Compiling Multiple Source Files
• To compile multiple source files into a single object file, separate the files with
plus (+) signs in the command line. RT–11 creates an object file with the same
name as the first input file and gives it an OBJ file type, unless you specify
a different name and type.
• To compile multiple source files in independent compilations, separate the
files with commas (,) in the command line. This generates a corresponding
object file for each input file or for each set of input files.
Position Dependence of Language Options
Language options are position dependent—that is, they have different meanings
depending on where you place them in the command line. Options that qualify
a command name apply across the entire command string. Options that follow a
RT–11 Command Descriptions 71










