gcc is the recommended compiler for compiling application programs. Use the following include directives in the compilation phase:
-I $PRM_TOP/src/include -I $PRM_TOP/src/include/$ARCH
Link with the following options and libraries:
-L $PRM_TOP/lib/$ARCH -lcomm -lardp
-nostartfiles $PRM_TOP/lib/$ARCH/condor_rt0.o
(appl.obj.modules here)
-L $PRM_TOP/lib/$ARCH -lcomm -lardp -lckpt
Note that application object files must appear after Condor's runtime module, condor_rt0.o.