High Availability Monitors Version A.03.02 Release Notes

Writing NOF Applications
Compiling and Linking the NOF Application
Chapter 2 105
following options:
cc -I /opt/sna/include -L /opt/sna/lib -lnof -lmgrdce -ldce
For HP-UX 11.0 using DCE threads, link with the following options:
cc -I /opt/sna/include -L /opt/sna/lib -lnof -lsna -ldce
For HP-UX 11.0 using Kernel threads, link with the following
options:
cc -I /opt/sna/include -L /opt/sna/lib -lnof -lsna -lpthread