qcon -- QOF consolidator

Synopsis

      qcon [ -wx ] -o output-filename
     

Description

qcon consolidates the specified QOF file filename into a machine specific object file. There is no default name for the output file. Therefore, the -o option must be specified. qcon is normally called from qld(1) and is not intended to be called by the user directly.

Options


-w
Normally, qcon issues warning messages for undefined procedures. This option instructs qcon to suppress such messages.
-x
This option instructs qcon to issue warnings regarding procedures that are either not called or not defined. -x overrides the -w option.
-o output-filename
This option is used to specify a name for the object file.

See Also

qld(1), qnm(1), qpc(1), qsetpath(1)