On Tue, 16 Jan 2001, Peter Prymmer wrote:
> However one of the alpha object files for the diffutils kit appear to be
> broken since when I run @link I see:
>
> $ @link
> $ Link/Executable=GDIFF.EXE/Notrace DIFF.ALPHA_OBJ, DIFFLIB.ALPHA_OLB/Library
> %LINK-W-RECTYP, file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1 record 1 is illegal (64.)
> %LINK-W-RECTYP, file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1 record 2 is illegal (55296.)
> %LINK-W-RECTYP, file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1 record 3 is illegal (21028.)
>
> [snip]
>
> %LINK-W-RECTYP, file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1 record 124 is illegal
>(25697.)
> %LINK-W-RECTYP, file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1 record 125 is illegal (756.)
> %LINK-W-NOEOM, no end-of-module record found
> in module file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1
> %LINK-W-SEQNCE, illegal record sequence
> in module file DRA3:[GNUDIFFUTILS]DIFF.ALPHA_OBJ;1
> %LINK-F-NOMODS, no input modules specified (or found)
>
> And it appear unable to produce .EXE files:
>
> $ dir [...]*.exe
> %DIRECT-W-NOFILES, no files found
BTW dir [...]*.*exe doesn't turn up anything either.
I thought that I'd try to build from source, but following the directions
I obtain:
$ set def DRA3:[GNUDIFFUTILS.SRC.VMS]
$ mms
%MMS-F-LEXUNEXEND, Continuation character found at end of file.
and the descrip.mms file seems to have a single 962 byte record with
embedded NL and CR characters in it.
I have downloaded the gnudiffutils.zip kit twice from crinoid.com via
http. I'll try next with ftp to see if that makes any difference.
Peter Prymmer