home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16822 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.9 KB  |  51 lines

  1. Xref: sparky comp.sys.sgi:16822 comp.mail.elm:3448
  2. Newsgroups: comp.sys.sgi,comp.mail.elm
  3. Path: sparky!uunet!spool.mu.edu!yale.edu!news.yale.edu!neutron!dcs
  4. From: dcs@neutron.chem.yale.edu (Dave Schweisguth)
  5. Subject: Elm 2.4.11 doesn't compile on SGI
  6. Message-ID: <1992Nov23.165707.25168@news.yale.edu>
  7. Sender: news@news.yale.edu (USENET News System)
  8. Nntp-Posting-Host: neutron.chem.yale.edu
  9. Organization: Yale University
  10. X-Newsreader: TIN [version 1.1 PL6]
  11. Date: Mon, 23 Nov 1992 16:57:07 GMT
  12. Lines: 37
  13.  
  14. Elm 2.4.8 built fine under IRIX 4.0.5A; I told the Configure script all the
  15. same things when building 2.4.11. Here's what Configure says about the time-
  16. related stuff ...
  17.  
  18. Testing to see if we should include <time.h>, <sys/time.h> or both.
  19. I'm now running the test program...
  20. Trying -DI_TIME -DI_SYSTIME -DS_TIMEVAL
  21. Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
  22. You have tz_minuteswest defined in /usr/include/time.h /usr/include/sys/time.h rather than timezone.
  23.  
  24. tzname() not found
  25.  
  26. and here's where the compiler chokes.
  27.  
  28.         cc -cckr  -O -I../hdrs    -c getarpdate.c
  29. ccom: Error: getarpdate.c, line 69: redeclaration of _timezone
  30.         char *_timezone();
  31.       -------------------^
  32. ccom: Error: getarpdate.c, line 156: illegal function
  33.           _timezone(time_zone.tz_minuteswest, the_time->tm_isdst));
  34.       ----------------------------------------------------------^
  35. ccom: Error: getarpdate.c, line 156: illegal function
  36.           _timezone(time_zone.tz_minuteswest, the_time->tm_isdst));
  37.       ----------------------------------------------------------^
  38. *** Error code 1
  39.  
  40. Stop.
  41.  
  42. Patches 12 and 13 (still in alpha) apparently don't deal with this. I didn't
  43. find any explanation on either of the groups to which I'm posting. Can
  44. anyone shed some light?
  45.  
  46. TIA,
  47.  
  48. --
  49. | Dave Schweisguth   Yale MB&B & Chemistry   Net: dcs@neutron.chem.yale.edu |
  50. | Lab phone: 203-432-5208     Fax: 203-432-6144    Home phone: 203-624-3866 |
  51.