I reported a problem with the build dying with the following after
building VMS/Stdio:

%RMS-F-DIR, error in directory name
%RMS-F-DIR, error in directory name
%MMK-F-ERRUPD, error status %X100184CC occurred when updating target DYNEXT

The following code fragment comes from the end of MAKE_EXT.COM:

$ done:
$    sts = $Status
$    Set Def &def
$    Exit sts

The symbol 'def' is never set anywhere.  Upon entering the procedure,
the current default directory is captured in symbol 'mydefault'.  After
replacing '&def' with '&mydefault' the build continues on to completion.


Reply via email to