HP-UX SNAplus2 NOF Programmer's Guide

Writing NOF Applications
Compiling and Linking the NOF Application
Chapter 2104
For HP-UX 10.20 (only DCE threads are supported), link with the
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