diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
commit | 56815f21bd9f396e53386969c7a00dd801f232fd (patch) | |
tree | 1dcf01c7109d6c91f8c789a9e81510e179e826f2 /README.ibmrt-aos | |
parent | e1ef22d366abd1f9ec95eb495c727d55181c8584 (diff) | |
download | egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.gz egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.bz2 egawk-56815f21bd9f396e53386969c7a00dd801f232fd.zip |
Move to gawk-2.15.1.
Diffstat (limited to 'README.ibmrt-aos')
-rw-r--r-- | README.ibmrt-aos | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.ibmrt-aos b/README.ibmrt-aos index e69de29b..25518e65 100644 --- a/README.ibmrt-aos +++ b/README.ibmrt-aos @@ -0,0 +1,20 @@ +From: karl@cs.umb.edu (Karl Berry) +Newsgroups: gnu.utils.bug +Subject: gawk 2.15/ibm rt/compile errors +Date: 17 May 1993 23:16:11 -0400 +Organization: GNUs Not Usenet + +gawk 2.15 on an IBM RT running AOS, configured as bsd43, needs the +following additional definitions (although I suppose this will be +irrelevant when you switch to Autoconf). + +-DTZSET_MISSING -DFMOD_MISSING -DCHAR_UNSIGNED + +[ Fixed in 2.15.1 -- configure as ibmrt-aos ] + +Also, missing/strftime.c did not compile, because it does not handle the +case where the system provides neither tzname nor the tm_zone member, +but instead has the timezone function. I used the strftime.c from the +find 3.8 distribution. + +[ Not fixed in 2.15.1 ] |