Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
ecobol(1) OSS Shell and Utilities Reference Manual
[-W[no]suppress ]
[-Wsyntax ]
[-Wsystype={guardian | oss}]
[-Wtimestamp=value ]
[-Wu="symbol_name" ]
[-Wv ]
[-Wverbose ]
[-Ww ]
[-Wx ]
operand ...
FLAGS
-c | -Wnolink Performs compilation of the specified source files but suppresses the linking
phase. This flag does not delete any object files that are produced.
For source files of the form file.cbl, creates object files with names of the form
file.o in the current directory.
Use this flag when an SQL compiler is to be invoked without having to rebuild the
executable file.
-g Produces symbols information for symbolic debugging in the object or executable
files. This is equivalent to specifying the SYMBOLS and INSPECT directives to
the ECOBOL compiler.
-L directory Changes the algorithm for searching the libraries named in the -l flags to look in
the directory named by the directory pathname before looking in the default direc-
tories /lib, /usr/lib, and /usr/local/lib. Directories named in -L options are
searched in the order specified.
The order of specifying the -l and -L flags is significant. If the -L flag is specified,
it should be specified before specifying any of the following flags, to affect the
processing of -l flags related to those flags:
-WBdllsonly, -WBdynamic,or-WBstatic
-Wshared
-l library Specifies the filename of a library file to be used for linking. This flag can be
specified more than once in a command line and is normally used following
specification of -WBdllsonly, -WBdynamic, -WBstatic,or-Wshared.
In static linking mode, specifying this flag instructs the linker to search for the
library named liblibrary.a. In dynamic linking mode, specifying this flag instructs
the linker to search for the library named liblibrary.dll or liblibrary.so;if
liblibrary.dll or liblibrary.so is not found, use liblibrary.a.
The position of -l library operands within a list of flags affects the order in which
libraries are searched.
The order of specifying the -l and -L flags is also significant. If the -L flag is
specified, it should be specified before specifying any of the following flags, to
affect the processing of -l flags related to those flags:
-WBdllsonly, -WBdynamic,or-WBstatic
-Wshared
3−26 Hewlett-Packard Company 527188-003