<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 20-Feb-18 21:46, Rich Alderson wrote:<br>
    <blockquote type="cite"
      cite="mid:20180221024624.A8C55242E9@panix5.panix.com">
      <blockquote type="cite">
        <pre wrap="">From: Quentin North <a class="moz-txt-link-rfc2396E" href="mailto:quentin@quentin.org.uk"><quentin@quentin.org.uk></a>
Date: Tue, 20 Feb 2018 22:15:05 +0000
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">Im trying to get the BCPL compiler on TOPS-10 going and I have the install CTL
file which sets out the following pre-requisites:
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">; THE FOLLOWING MODS TO THE SYSTEM/CUSPS ARE ESSENTIAL TO THE SMOOTH  ;
; RUNNING OF BCPL PROGRAMS:                                           ;
;                                                                     ;
; 1. CHECK THE CODE IN LINK RECOGNISES COMPILER CODE #13 AS REQUIRING ;
;    SYS:BCPLIB.REL AS THE DEFAULT LIBRARY. CODE IS IN LINK V2 ONWARD.;
; 2. CHECK COMPIL RECOGNISES THE EXTENSION .BCL AND .BCP AS REQUIRING ;
;    THE BCPL COMPILER. COM22C.SCM IS A FILCOM FILE OF NECESSARY MODS.;
; 3. GET A BCPL LIBRARY AREA BCL: ALLOCATED AND KNOWN TO THE MONITOR.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">Items 1 & 2 are relatively straight forward, but Im a complete novice on
tops-10 and cannot seem to find out how to set up a new library as BCL: and
known to the monitor. Can anyone familiar with the o/s give me any pointers?
</pre>
      </blockquote>
      <pre wrap="">
You have to add an entry to the "Level D GETTAB Table" in COMMOD.MAC and build
a new monitor.  However, there is a place to do this in the MONGEN dialog, so
it's not too onerous.

                                                                Rich

</pre>
    </blockquote>
    Or, on a reasonably recent monitor, create a pathological name.<br>
    <br>
    .path bcl:=dskf:[66,667]<br>
    <br>
    This is per-job, but may be easier as it avoids learning to do a
    mongen/monitor build.  You would have to put it in any batch job
    that runs bcpl.<br>
    <br>
  </body>
</html>