|
|||||||||||
|
Technical Support On-Line Manuals Compiler User Guide |
Compiler exit status codes and termination messages
If the compiler detects any warnings or errors during compilation,
the compiler writes the messages to
where NoteRemarks are not displayed by default. To display remarks,
use the The signals SIGINT (caused by a user interrupt, like ^C) and SIGTERM (caused by a UNIX kill command) are trapped by the compiler and cause abnormal termination. On completion, the compiler returns a value greater than zero if an error is detected. If no error is detected, a value of zero is returned. | ||||||||||
|
|||||||||||