home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / utils / bug / 2302 < prev    next >
Encoding:
Text File  |  1993-01-01  |  694 b   |  35 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!relay.nswc.navy.mil!rsherme%diamond
  3. From: rsherme%diamond@relay.nswc.navy.mil (Russel Shermer (R43))
  4. Subject: 2 more notes
  5. Message-ID: <9212312213.AA04695@diamond.nswc.navy.mil>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 31 Dec 1992 12:13:39 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 22
  12.  
  13.     Hello again,
  14.  
  15. On the SGI's:
  16.  
  17. Config problem #1:
  18. ualarm.c the line
  19. #include <time.h>
  20. needs to be
  21. #include <sys/time.h>
  22. I suspect this to be true for most sysV machines.
  23.  
  24. Config problem #2:
  25. the line
  26. #include <alloca.h>
  27. must appear as a header to all files
  28. that call alloca().
  29.  
  30.     ---Russ
  31.  
  32.  
  33.  
  34.  
  35.