home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-src.tgz / tar.out / fsf / gawk / README.rt-aos < prev    next >
Internet Message Format  |  1996-09-28  |  698b

  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 ]
  21.