aboutsummaryrefslogtreecommitdiffstats
path: root/README.ibmrt-aos
diff options
context:
space:
mode:
Diffstat (limited to 'README.ibmrt-aos')
-rw-r--r--README.ibmrt-aos20
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 ]