HP OpenVMS Systemsask the wizard | 
	
 The Question is: I have just fetched BLISS from the free CD section of your web pages. I find most BLISS modules I want to compile contain references to STARLET. I assume this is a definitions file like .h files for C. I can't find this on the your pages. How do I go about getting it? The Answer is : 
 
  STARLET is part of OpenVMS, and contains various OpenVMS definitions.
 
  SYS$LIBRARY:STARLET.REQ is one of the core the Bliss "require" files.
 
  The commands necessary to compile the Bliss system require files are
  included in the Bliss release notes, SYS$HELP:BLS32047.RELEASE_NOTES
  in the typical installation.  The commands used are typically similar
  to this:
 
    $ SET DEFAULT SYS$LIBRARY
    $ BLISS/LIBRARY STARLET
    $ BLISS/LIBRARY=LIB STARLET+LIB
 
 
 
  |