Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

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 specied source les but suppresses the linking
phase. This ag does not delete any object les that are produced.
For source les of the form le.cbl, creates object les with names of the form
le.o in the current directory.
Use this ag when an SQL compiler is to be invoked without having to rebuild the
executable le.
-g Produces symbols information for symbolic debugging in the object or executable
les. 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 ags 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 specied.
The order of specifying the -l and -L ags is signicant. If the -L ag is specied,
it should be specied before specifying any of the following ags, to affect the
processing of -l ags related to those ags:
-WBdllsonly, -WBdynamic,or-WBstatic
-Wshared
-l library Species the lename of a library le to be used for linking. This ag can be
specied more than once in a command line and is normally used following
specication of -WBdllsonly, -WBdynamic, -WBstatic,or-Wshared.
In static linking mode, specifying this ag instructs the linker to search for the
library named liblibrary.a. In dynamic linking mode, specifying this ag 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 ags affects the order in which
libraries are searched.
The order of specifying the -l and -L ags is also signicant. If the -L ag is
specied, it should be specied before specifying any of the following ags, to
affect the processing of -l ags related to those ags:
-WBdllsonly, -WBdynamic,or-WBstatic
-Wshared
326 Hewlett-Packard Company 527188-004