1
From: karl@cs.umb.edu (Karl Berry)
2
Newsgroups: gnu.utils.bug
3
Subject: gawk 2.15/ibm rt/compile errors
4
Date: 17 May 1993 23:16:11 -0400
5
Organization: GNUs Not Usenet
7
gawk 2.15 on an IBM RT running AOS, configured as bsd43, needs the
8
following additional definitions (although I suppose this will be
9
irrelevant when you switch to Autoconf).
11
-DTZSET_MISSING -DFMOD_MISSING -DCHAR_UNSIGNED
13
[ Fixed in 2.15.1 -- configure as ibmrt-aos ]
15
Also, missing/strftime.c did not compile, because it does not handle the
16
case where the system provides neither tzname nor the tm_zone member,
17
but instead has the timezone function. I used the strftime.c from the
18
find 3.8 distribution.
20
[ Not fixed in 2.15.1 ]