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 file in the
current working directory with the same name as the source, but with a suffixof.L.
The default setting is -Wsuppress.
-Wsyntax
Performs only a syntax check. No code is generated.
-Wsystype={guardian | oss }
Specifies the target execution environment. This flag selects definitions used during
compilation, program startup code, default libraries, and system routines used during
linking. The default setting is -Wsystype=oss. (To run files compiled for a Guardian
TNS/R target execution environment, you must set the file code to 700 with a FUP
ALTER filename, CODE 700 command from a TACL prompt. To run files compiled
for a Guardian TNS/E target execution environment, you must set the file code to 800
with a FUP ALTER filename, CODE 800 command from a TACL prompt.)
-Wtarget=platform
Specifies 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 specification on G-series nodes.
-Wtarget=TNS/E
Generate native mode code for an H-series (Itanium EPIC) server.
This is the default specification on H-series nodes.
The -Wtarget flag 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 files 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 specified 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 flag is ignored unless the -Wsqlmx flag is also specified.
-Wu="symbol_name"
Tells the ld or eld linker to add symbol_name as an undefined symbol. This causes the
linker to search for this symbol in any archive libraries that are specified after this flag
on the command line or in an obey file.
The search constraint specified by the -Wu flag is overridden by use of the
-Winclude_whole flag.
-Wv Echoes the command line to the standard error file as each component of the compila-
tion system is run.
-Wverbose
Echoes the command line to the standard error file 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 file. SQL compiler error messages are sent to the stan-
dard error file.
2−18 Hewlett-Packard Company 527188-007