From fae4762eba9ff7bb466a600130e9c90eaac6b0bc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:14:38 +0300 Subject: Move to gawk-3.1.1. --- README_d/README.VMS | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'README_d/README.VMS') diff --git a/README_d/README.VMS b/README_d/README.VMS index 40442b14..4d193981 100644 --- a/README_d/README.VMS +++ b/README_d/README.VMS @@ -19,9 +19,8 @@ GNU C -- use `@vmsbuild GNUC' or `MMS/MACRO=("GNUC")'. On a system `@vmsbuild GNUC DO_GNUC_SETUP' or `MMS/MACRO=("GNUC","DO_GNUC_SETUP")'. - Tested under Alpha/VMS V6.2 using DEC C V5.2 and under VAX/VMS V6.2 -using DEC C V5.2, VAX C 3.2, and GNU C 2.7.1. GAWK should work without -modifications for VMS V4.6 and up. + Tested under Alpha/VMS V7.1 using DEC C V6.4. GAWK should work +without modifications for VMS V4.6 and up. Installing GAWK on VMS: @@ -80,24 +79,3 @@ separated list of directory specifications. When defining it, the value should be quoted so that it retains a single translation, not a multi-translation RMS searchlist. - -Building and using GAWK under VMS POSIX: - - Ignore the instructions above, although vms/gawk.hlp should still -be made available in a help library. The source tree should be unpacked -into a container file subsystem rather than into the ordinary VMS file -system. Make sure that the two scripts, 'configure' and 'vms/posix-cc.sh', -are executable; use `chmod +x' on them if necessary. Then execute the -following two commands: - |psx> CC=vms/posix-cc.sh configure - |psx> make CC=c89 gawk -The first command will construct files "config.h" and "Makefile" out -of templates, using a script to make the C compiler fit 'configure's -expectations. The second command will compile and link 'gawk' using -the C compiler directly; ignore any warnings from `make' about being -unable to redefine "CC". The configure script will take a very long -time to execute, but at least it provides incremental feedback as it -runs. - - Tested with VAX/VMS V6.2 + VMS POSIX V2.0 + DEC C V5.2. - -- cgit v1.2.3