2.4.1 /c, /c, (/c)

The /c qualifier causes KAP to compile but not link your program. Do not pass the /c qualifier with /ckapargs . The following example shows the correct syntax for using the /c qualifier.


kcc /ckapargs=(/verbose) /c myprog.c

The output from the /c qualifier shows that kcc issues kapc and the compiler commands only, as follows:


$ kcc /ckapargs=(/verbose) myprog.c

cc /define=(__KAP,__ALPHA,__DECC,_FASTMATH,_INLINE_INTRINSICS,_INTRINSICS) -

/NOLINE_DIRECTIVES/PREPROCESS_ONLY=ktmpa416.c  myprog.c

kapc /cmp=myprog_cmp.c ktmpa416.c

 KAP/OpenVMS_C   3.2 k010514 990310    08-Apr-1999   10:39:48

0 errors in file ktmpa416.c



Issuing the compiler command:

 cc/optimize=(tune=host,level=4)/ANSI_ALIAS myprog_cmp.c


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

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