next up previous contents index
Next: Linking on UNIX Up: The Library Version Previous: Reserved logical unit numbers:

Linking on VMS

In order to avoid an overhead in program size and link time, the SIC system takes advantage of the shareable library facilities. All the SIC system is contained in the module SICSHR available in the library GAG_ROOT:[SHARED]GAGSHARE.OLB.

The access to this library is automatic on some computers. Issue the command
$ SHOW LOGICAL LNK$LIB*
to know if automatic linking is enabled.

If not enabled, you may either make an explicit reference in the link as:
$ LINK PROG1,PROG2,...,GAG_ROOT:[SHARED]GAGSHARE/LIB
either add the following assignment in your LOGIN.COM for automatic linking to this library:
$ ASSIGN GAG_ROOT:[SHARED]GAGSHARE.OLB LNK$LIBRARY
Note that is you wish to use the GreG library together with SIC you must also reference the library GAG_ROOT:[SHARED]GREGLIB.OLB as described in the GreG manual.



Gildas manager
2002-06-07