[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gawk
on VMS
To compile gawk
under VMS, there is a DCL
command procedure that
issues all the necessary CC
and LINK
commands. There is
also a `Makefile' for use with the MMS
utility. From the source
directory, use either:
$ @[.VMS]VMSBUILD.COM |
or:
$ MMS/DESCRIPTION=[.VMS]DESCRIP.MMS GAWK |
Depending upon which C compiler you are using, follow one of the sets of instructions in this table:
CC/OPTIMIZE=NOLINE
, which is essential for Version 3.0.
gawk
has been tested under VAX/VMS 5.5-1 using VAX C V3.2, and
GNU C 1.40 and 2.3. It should work without modifications for VMS V4.6 and up.