VMS Help
LIBRARY, /ALPHA_(Alpha_and_VAX_only)
*Conan The Librarian
|
Directs LIBRARIAN to work with an OpenVMS Alpha object library
when used with the /OBJECT qualifier or to work with an OpenVMS
Alpha shareable image library when used with the /SHARE
qualifier. When used with the /CREATE qualifier, LIBRARIAN
creates an OpenVMS Alpha library of either an object or shareable
image type depending whether /OBJECT or /SHARE is specified.
The default is /ALPHA on OpenVMS Alpha systems and /VAX on
OpenVMS VAX systems. The OpenVMS I64 Librarian does not
accept this qualifier because it works exclusively with
I64 libraries.
Format
/ALPHA
1.$ LIBRARY/ALPHA/CREATE TESTLIB ERRMSG.OBJ,STARTUP.OBJ
This LIBRARY command creates an OpenVMS Alpha object library
named TESTLIB.OLB and places the files ERRMSG.OBJ and
STARTUP.OBJ as modules in the library.
2.$ LIBRARY/ALPHA/SHARE/CREATE SHARELIB.OLB
This LIBRARY command creates an OpenVMS Alpha shareable image
library called SHARELIB.OLB.