~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to README.rt-aos

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 09:41:09 UTC
  • Revision ID: git-v1:8c042f99cc7465c86351d21331a129111b75345d
Tags: gawk-3.0.0
Move to gawk-3.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
6
 
 
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).
10
 
 
11
 
-DTZSET_MISSING -DFMOD_MISSING -DCHAR_UNSIGNED
12
 
 
13
 
[ Fixed in 2.15.1 -- configure as ibmrt-aos ]
14
 
 
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.
19
 
 
20
 
[ Not fixed in 2.15.1 ]