2.3 Compiling a Program Using the kf77 Driver

The kf77 command invokes a driver program that automatically calls KAP, the DEC Fortran compiler, and the linker.

The kf77 command specifies the DIGITAL UNIX default linker switch -non_shared . The -non_shared switch causes the image to be linked with archive libraries instead of with shared libraries. To override the -non_shared default, specify -call_shared on the command line, for example:

kf77 -call_shared myprog.f


Previous Page|Next Page|Contents|Index|
Command-Line Switches

Copyright © Digital Equipment Corporation. 1997. All Rights Reserved.