(Page 9 of 9 in this chapter)
-Ic:\nms\include -DWIN32
-I/opt/nms/include -DUNIX -DUNIX_SVR4 Application Linking
-L /opt/nms/lib or by setting the CTA_DPATH environment variable to /nms/ctaccess/prompts and /nms/ctaccess/cfg. Refer to the CT Access Installation Manual for more information.
cc -I/opt/nms/include -DUNIX -DUNIX_SVR4 -L/opt/nms/lib -lcta -lvcemgr -l swimgr -ladimgr -ldl myproc.cNote: You must also specify the
-Kthread flag when compiling and linking. This flag generates and links code for multi-threaded applications.
Utility Binaries
-Ic:\nms\include -DOS2
-I/opt/nms/include -DSCO Application Linking
-L /opt/nms/lib or by setting the CTA_DPATH environment variable to /nms/ctaccess/prompts and /nms/ctaccess/cfg. Refer to the CT Access Installation Manual for more information.
cc -I/opt/nms/include -DSCO -L/opt/nms/lib -lcta -lvcemgr -lswimgr -ladimgr -ldl myproc.cNote: For SCO OpenServer 5.0 systems, you must also specify the
-Kthread flag when compiling and linking. This flag generates and links code for
(Page 9 of 9 in this chapter)