svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
f77(1)
f77(1) User Commands f77(1)
NAME
f77 - FORTRAN 77 compiler
DESCRIPTION
Oracle Developer Studio software no longer includes a separate FORTRAN
77 compiler, f77. Recent releases migrated many FORTRAN 77 features
into the Fortran 95 compiler, f95. Much of the functionality of the f77
compiler is now available with the Fortran 95 compiler.
With current Oracle Developer Studio compiler releases, the f77 command
calls the f95 compiler with an appropriate set of defaults:
f95 -f77 -ftrap=%none
If you are also compiling with the -fast flag, add -ftrap=%none after
-fast to retain Fortran 77's trapping behavior on arithmetic excep‐
tions. -fast sets the trapping mode to "common".
f77 -fast -ftrap=%none
Invoking the f77 script issues a message to alert you to the fact that
you are using the f95 compiler in -f77 compatibility mode. You can dis‐
able this message by adding -errtags=INVOKE to the command line.
See the f95(1) man page for more information.
Studio 12.6 April 2016 f77(1)