next up previous
Next: SOFTWARE SUPPORT GUIDE
Up: RETRIEVING HELP TEXT
Previous: Error Codes

Linking

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.)



next up previous
Next: SOFTWARE SUPPORT GUIDE
Up: RETRIEVING HELP TEXT
Previous: Error Codes



HLP --- Interactive Help System
Starlink User Note 124
P. T. Wallace
13th June 1995
E-mail:ptw@star.rl.ac.uk