.MOU LD F77 .AS LD DK .IND INSTAL ; ; FORTRAN-77/RT-11 Installation procedure ; for distribution on 1600BPI Mag Tape ; Version 5.0 ; ; ; This procedure will copy the entire magtape distribution to DK:, then build ; the working FORTRAN-77 on SY: ; * Enter the name of the device holding the distribution files [ddn:] [S]: LD: .ASSIGN LD: INP .ASSIGN SY: OUP .COPY INP:*.*/POSITION:-1 DK: Files copied: INP:INSTAL.COM to DK:INSTAL.COM INP:F77.SAV to DK:F77.SAV INP:F77XM.SAV to DK:F77XM.SAV INP:F77COM.MSG to DK:F77COM.MSG INP:F77OTS.OBJ to DK:F77OTS.OBJ INP:SHORT.OBJ to DK:SHORT.OBJ INP:F77MAP.OBJ to DK:F77MAP.OBJ INP:F77CVF.OBJ to DK:F77CVF.OBJ INP:F77EIS.OBJ to DK:F77EIS.OBJ INP:F77NER.OBJ to DK:F77NER.OBJ INP:F77RAN.OBJ to DK:F77RAN.OBJ INP:F77TST.FOR to DK:F77TST.FOR INP:VIRTXM.OBJ to DK:VIRTXM.OBJ INP:SYSUPD.OBJ to DK:SYSUPD.OBJ ; ; Do you want your default system library SYSLIB.OBJ to include ; ; 1) only the RT-11 distributed SYSLIB.OBJ (unchanged) ; 2) SYSLIB plus FORTRAN-IV (FORLIB) (unchanged SYSLIB+FORLIB) ; 3) SYSLIB plus FORTRAN-77 (F77OTS) (new combined SYSLIB+F77OTS) ; * Enter option number: [O]: 1 ; ; The F77 OTS will be copied to SY:. The SYSLIB update modules ; in SYSUPD.OBJ will be merged into the FORTRAN-77 OTS library. ; ; Should F77OTS be given the name FORLIB.OBJ to be compatible with the * linker's /F switch? [Y/N D:N]: ; .LIBR OUP:F77OTS/CREATE DK:F77OTS.OBJ,DK:SYSUPD ; ; Copying the F77 compiler and message file to the system disk... ; .COPY DK:(F77*.SAV,F77COM.MSG) OUP: Files copied: DK:F77.SAV to OUP:F77.SAV DK:F77XM.SAV to OUP:F77XM.SAV DK:F77COM.MSG to OUP:F77COM.MSG ; ; There are several optional object modules supplied in the distribution. ; They are explained in detail in the FORTRAN-77/RT-11 Installation Guide. ; * Do you want to copy any of the optional modules to SY:? [Y/N D:N]: ; ; This completes the FORTRAN-77/RT-11 installation. ; @ .