  GAWK, UTILITIES, GNU AWK for VMS  1 aug-1995 Sheldon Bishov, bishov@star.enet.dec.com   ; The source for files was Free Software Foundation, ftp from  anonymous@prep.ai.mit.edu   @ To build, set default to source directory and enter the command:   $ @vmsbuild {param}   @ where {param} is VAXC (for VAX only) or DECC (for VAX or Alpha).  C To (optionally) load help you can use one of the following methods. G {directory} refers to location where the gawk.hlp and/or gawk.hlb files @ are to be located; in the source kit, gawk.hlp is in the [.vms] * subdirectory of the main source directory:  -     - Load help entry into a VMS help library @       e.g., set default to source directory, then enter command:;         $ library/help sys$help:helplib {directory}gawk.hlp        OR  C     - Load help into user library.  Set default to top level source 1       directory and enter the following commands: 1         $ library/help/create {directory}gawk.hlb ?         $ library  {directory}gawk.hlb/help {directory}gawk.hlp ,         $ @install_help  {directory}gawk.hlb  F For other build and installation details, see the *readme*.* files in  the source kit.   , The following changes were made in the code:  J getopt.c: change names of variables optarg, optind, opterr, optopt to haveH          prefix "vms" (e.g., vmsoptarg) to avoid conflict with externalsJ          either in VAXC or DECC.  Also, removed local definition of getopt          routine.   / getopt.h: change variable names, as in getopt.c   0 getopt1.c: change variable names, as in getopt.c  G install_help.com: new procedure for optional installation of help file.   - main.c: change variable names, as in getopt.c 