critical impact:
C and C++ compiler -source listing and -machine_code command options - not available (CrUn341)
Problem description
The C and C++ compiler -source_listing and -machine_code command options are supported on Tru64 UNIX, but not on HP-UX.
The -source_listing command options produce a source program listing file with the same name as the source file and with a .lis file extension.
The -machine_code command option includes the generated machine code in the listing file. Identifiers
 -machine_code |
 -source_listing |
|
See also
Solution description
Monitor the HP-UX release notes in future releases for information about these command options.
You can use the -S command option to generate an assembly language output file similar to the output generated by -machine_code. The assembly language output will be produced in a file with the same name as the source file, but with a .s file extension. See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| CC |
Make, Script |
any HP-UX 11i version |
critical |
unavailable |
|