Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

c89(1) OSS Shell and Utilities Reference Manual
-W[no]suppress
Disables [enables] the generation of listings. The listing is placed in a le in the
current working directory with the same name as the source, but with a sufxof.L.
The default setting is -Wsuppress.
-Wsyntax
Performs only a syntax check. No code is generated.
-Wsystype={guardian | oss }
Species the target execution environment. This ag selects denitions used during
compilation, program startup code, default libraries, and system routines used during
linking. The default setting is -Wsystype=oss. (To run les compiled for a Guardian
TNS/R target execution environment, you must set the le code to 700 with a FUP
ALTER lename, CODE 700 command from a TACL prompt. To run les compiled
for a Guardian TNS/E target execution environment, you must set the le code to 800
with a FUP ALTER lename, CODE 800 command from a TACL prompt.)
-Wtarget=platform
Species the system architecture for which code should be generated. The possible
values are:
-Wtarget=TNS/R
Generate native mode code for a G-series (MIPS RISC) server. This is
the default specication on G-series nodes.
-Wtarget=TNS/E
Generate native mode code for an H-series (Itanium EPIC) server.
This is the default specication on H-series nodes.
The -Wtarget ag is supported for systems running H-series RVUs only.
-Wtimestamp=value
Provides a creation timestamp for the NonStop SQL/MX preprocessor that is written to
the two output les created by the preprocessor. See the HP NonStop SQL/MX Pro-
gramming Manual for C and COBOL for details about the form for the value allowed
for the timestamp. If this option is specied more than once, only the last occurrence
has an effect. Note that c89 does not check that value is valid; it relies on the NonStop
SQL/MX preprocessor to validate this argument.
This ag is ignored unless the -Wsqlmx ag is also specied.
-Wu="symbol_name"
Tells the ld or eld linker to add symbol_name as an undened symbol. This causes the
linker to search for this symbol in any archive libraries that are specied after this ag
on the command line or in an obey le.
The search constraint specied by the -Wu ag is overridden by use of the
-Winclude_whole ag.
-Wv Echoes the command line to the standard error le as each component of the compila-
tion system is run.
-Wverbose
Echoes the command line to the standard error le as each component of the compila-
tion system is run and causes additional output and listings from the SQL compiler to
be sent to the standard output le. SQL compiler error messages are sent to the stan-
dard error le.
218 Hewlett-Packard Company 527188-007