2.3 Compiling a Program Using the kf77 Driver

The kf77 command invokes a driver program that automatically calls KAP, the Digital 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