next up previous contents
Next: Porting Up: Working with private code Previous: Compiling

Linking

There is no unified tool yet to link PAWFOPI programs. In the meantime use the sample DCL, JCL and Make files:

$FOPI/pawfopi/pawfopi.m         # sample makefile for AIX and ULTRIX
@pawlnk      <list-of-objects>  # VMS: DCL to link online  PAW
@pawlnk_x11  <list-of-objects>  # VMS: DCL to link X11 PAW 
@pawlnk_offl <list-of-objects>  # VMS: DCL to link offline PAW
KP09.FLIB.CNTL(PAWLNK11)        # MVS: sample JCL to link X11 PAW 
KP09.FLIB.CNTL(PAWLNK)          # MVS: sample JCL to link GKS PAW



Back to GSI Home Page Back to FOPI Home Page Index

fopi
Tue May 28 15:33:35 CST 1996