ADAM tasks will be linked with the HLP library automatically. Other applications which call HLP_HELP, HLP_ERRMES, HLP_CREH, or any other of the other public routines in the HLP package may be linked as follows.
On VAX/VMS:
$ LINK program, HLP_LINK/OPT
On the Unix platforms:
% f77 program.o -L/star/lib `hlp_link` -o program.out
(The above assumes that all Starlink directories have been added to the environment variables PATH and LD_LIBRARY_PATH as described in SUN/118.)