diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-25 21:41:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-25 21:41:40 +0200 |
commit | ca298b87ce3da706ba7f4854c978b32936fe5b41 (patch) | |
tree | cafb01a4e9a3ee3784d72a44f63eee3e11d8e972 /README_d | |
parent | 548860a1ea062487312538d31026c5801d294860 (diff) | |
download | egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.tar.gz egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.tar.bz2 egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.zip |
Some fixes for z/OS and also Autoconf.
Diffstat (limited to 'README_d')
-rw-r--r-- | README_d/ChangeLog | 2 | ||||
-rw-r--r-- | README_d/README.zos | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 3ac17c2b..8cea0656 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,6 +1,6 @@ 2010-12-18 Eli Zaretskii <eliz@gnu.org> - * README_d/README.pc: Update and simplify. Remove lots of + * README.pc: Update and simplify. Remove lots of outdated stuff for systems and configurations no longer supported. 2010-12-18 Arnold Robbins <arnold@skeeve.com> diff --git a/README_d/README.zos b/README_d/README.zos index 1613330d..361a8ae6 100644 --- a/README_d/README.zos +++ b/README_d/README.zos @@ -1,4 +1,4 @@ -Fri Jan 25 12:36:16 2008 +Fri Dec 24 10:58:16 2010 Dave Pitts <dpitts@cozx.com> ---------------------------- @@ -6,7 +6,7 @@ GAWK on z/OS 1. To unpack the tarball: - $ gunzip -c gawk-3.1.6.tar.gz | pax -rv from=ISO8859-1,to=IBM-1047 + $ gunzip -c gawk-4.0.0.tar.gz | pax -rv from=ISO8859-1,to=IBM-1047 This will extract the files and convert them from ASCII to EBCDIC. @@ -14,12 +14,12 @@ GAWK on z/OS the operation on another system and copy the tar file to z/OS. Then unpack as follows: - $ pax -rv from=ISO8859-1,to=IBM-1047 -f gawk-3.1.6.tar + $ pax -rv from=ISO8859-1,to=IBM-1047 -f gawk-4.0.0.tar 2. To Build - $ ./configure + $ ./configure CC=c89 $ make You will get compilation warnings of the form: |