2.9 Compiling a Program Containing C Preprocessor Directives Using kapf

If a Fortran program contains C preprocessor directives, preprocess it with cc before you process it with kapf . For example, if your program has C include statements, process it as follows:

cc /preprocess myprog.f
kapf myprog.i /cmp=myprog.f
fort myprog.f


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

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