comment This file links together the Kermit modules into an executable program. comment File extensions have the usual meaning for the Data General, except comment that all files have been renamed to kermit.something. comment If you want to use the SWAT debugger, enter: comment ckdlnk/debug comment comment Files output from this CLI macro are: comment kermit.pr Kermit program comment kermit.er Link error message file comment kermit.st Symbol table comment kermit.dl Debugger file if /debug is requested comment kermit.ds Debugger file if /debug is requested comment kermit.lm Map file if /map is requested comment comment The list of object modules to compile is in ckdsrc.lis . comment comment If you are building Kermit without support for outgoing comment Telnet sessions -- maybe because you are doing the build on a comment system that is not running AOS/VS II or AOS/VS II TCP/IP -- comment you should remove :LIB:SOCKIT.LB from the call to ccl. comment It is assumed that the appropriate C compiler, linker, and libraries comment can be found in :C. If not, alter the following command as needed: searchlist :c [!sea] push prompt pop comment Delete previous error file, and link a new program image delete/1=ig/2=ig ckdlnk.er delete/2=ignore ckdlnk.lm wr; wr Executing link step CKDLNK.CLI... wr; wr REMEMBER TO UPDATE THE /REV= CLAUSE IN THIS FILE! wr If link step fails use fs +.er to find big compiler error files. wr If a source file doesn't compile, the kermit.er file will be huge wr because of unresolved references. wr; wr Also - if you get stack/heap space errors, increase the size here. wr; wr Now linking Kermit with options: {%/%} wr and 3 tasks; wr ccl%/%/tasks=3/e==ckdlnk.er/l=ckdlnk.lm/xref/STACK=20000/HEAP=61440& /REV=00.07.195.00/MTOP=3 <[ckdsrc.lis]> :LIB:SOCKIT.LB comment Delete the old program image and associated files, and comment rename the new program files for Kermit. DELETE/1=WARN/2=WARN kermit. DELETE/1=IGNORE/2=IGNORE kermit.
[!neq [!path ckcmai.lm]x,x] DELETE/1=IGNORE/2=IGNORE kermit.lm [!end] rename/1=IGNORE/2=IGNORE .(pr st dl ds lm) rename/1=IGNORE/2=IGNORE .er wr All Done -- Remember to fs +.er to see big error files. pop