Notice! This document is currently in
Archived
status.
The content of this document may be incorrect or outdated.
The content of this document may be incorrect or outdated.
Print this article Edit this article
Obtaining a printed copy of compilation errors
In Bourne and Korn shells, the command:
f77 myfile.f 2 > errorsand in C Shell, the command:
f77 myfile.f >& errorswill direct the error messages into a file called "errors". You can then view "errors" using more or your favorite editor.
Last Modified:
Dec 19, 2016 11:12 am US/Eastern
Created:
May 31, 2007 1:37 pm GMT-4
by
admin
JumpURL: