 $!K $! To rebuild the STARLET and LIB libraries required by Bliss -- a rebuild  L $! is typically required after installing Bliss a system or after upgrading A $! OpenVMS when Bliss is installed -- use the following commands:  $!D $ BLISS SYS$LIBRARY:STARLET.REQ /LIBR=SYS$COMMON:[SYSLIB]STARLET.L32H $ BLISS SYS$LIBRARY:STARLET.REQ+LIB.REQ /LIBR=SYS$COMMON:[SYSLIB]LIB.L32 $!D $! You will likely see (benign) informational messages, such as the  $! following example:  $!+ $!   literal PRV$M_IMPORT = %X'1000000000';  $!   .........................^ , $!   %BLS32-I-TEXT, Numeric literal overflowB $!   at line number 15107 in file SYS$COMMON:[SYSLIB]STARLET.REQ;1 $!J $! This particular example indicates that a thirty-two bit Bliss compiler K $! has just encountered a 64-bit constant.  You won't be able to reference  H $! PRV$M_IMPORT because of this, but the results of the library rebuild 0 $! will otherwise function entirely as expected. $!