home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9659 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1009 b   |  26 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!gandalf!michael
  3. From: michael@gandalf.moria (Michael Haardt)
  4. Subject: GNU shell utils 1.7: date(1) dumps core (with easy solution:)
  5. Message-ID: <9209013094@gandalf.moria>
  6. Lines: 12
  7. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  8. Nntp-Posting-Host: messua
  9. Reply-To: u31b3hs@pool.informatik.rwth-aachen.de (Michael Haardt)
  10. Organization: An old and gray machine, somewhere in Moria.
  11. Date: Tue, 01 Sep 92 20:34:24 +0100
  12. Lines: 12
  13.  
  14. I have just installed the GNU shell utilities 1.7 on Linux 0.96c-pl1,
  15. using GCC 2.2.2.  They compile on first try without changes, but the
  16. first program I tried crashed: "date"
  17.  
  18. The fix is simple, after the configure run just add -DHAVE_TZNAME.
  19. Otherwise, a function char *timezone() is used, and in Linux,
  20. timezone is a long int variable!
  21.  
  22. People who are interested in it may improve configure (or Linux), I
  23. don't have the time for it.
  24.  
  25. Michael
  26.