All LONGLIB link libraries, are located in
the same directory.
In the VAX environment,
The logical name LONGLOC: should be assigned to be this directory, i.e.,
$ assign disk:[directory] LONGLOC:
The LONGLIB object library is self contained. In order to link to the normal library use the command (see also the shareable image library section below),
$ link <your_prog>,LONGLOC:LONGLIB/LIBIf your installation has a Ramtek display, this link command will include the Ramtek display routines. If your installation does not have a Ramtek display, this link command will include only dummy routines for Ramtek routines. In order to link to the REF version the library (which is normally available on every installation) use the LONGLIBR.OLB object library,
$ link <your_prog>,LONGLOC:RLONGLIB/LIBFor the X Windows version, use the XLONGLIB.OLB object library with the shared option,
$ link <your_prog>,LONGLOC:XLONGLIB/OPT