next up previous contents index
Next: Disclaimer Up: Introduction Previous: Ramtek Display Option

Library Location

All LONGLIB link libraries, are located in the same directorygif. 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/LIB
If 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/LIB
For the X Windows version, use the XLONGLIB.OLB object library with the shared option,
        $ link <your_prog>,LONGLOC:XLONGLIB/OPT



David Long
Wed Jun 12 10:34:11 MDT 1996