diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:27:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:27:41 +0300 |
commit | 61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 (patch) | |
tree | 2bfc4e5b127618d286f57a87d416702131b1b01d /README.VMS | |
parent | 0a9ae0c89481db540e1b817a63cc6c793a62c90d (diff) | |
download | egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.gz egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.bz2 egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.zip |
Move to gawk-2.15.3.
Diffstat (limited to 'README.VMS')
-rw-r--r-- | README.VMS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ GNU C -- edit vmsbuild.com or descrip.mms; the changes are different changes to config.h should be needed. DEC C -- edit vmsbuild.com or descrip.mms according to their comments. - Tested under VAX/VMS V5.5-1 using VAX C V3.2, GNU C 1.40 and 2.3. + Tested under VAX/VMS V5.5-2 using VAX C V3.2, GNU C 1.42 and 2.5.0. Should work without modifications for VMS V4.6 and up. @@ -89,7 +89,7 @@ be made available in a help library. Make sure that the two scripts, 'configure' and 'mungeconf', are executable; use `chmod +x' on them if necessary. Then execute the following two commands: |psx> configure vms-posix - |psx> make awktab.c gawk + |psx> make PARSER=yacc awktab.c gawk The first command will construct files "config.h" and "Makefile" out of templates. The second command will compile and link 'gawk'. Due to a 'make' bug in VMS POSIX 1.0 and V1.1, the file "awktab.c" must be |