home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!cis.ohio-state.edu!relay.nswc.navy.mil!rsherme%diamond
- From: rsherme%diamond@relay.nswc.navy.mil (Russel Shermer (R43))
- Subject: 2 more notes
- Message-ID: <9212312213.AA04695@diamond.nswc.navy.mil>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 31 Dec 1992 12:13:39 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 22
-
- Hello again,
-
- On the SGI's:
-
- Config problem #1:
- ualarm.c the line
- #include <time.h>
- needs to be
- #include <sys/time.h>
- I suspect this to be true for most sysV machines.
-
- Config problem #2:
- the line
- #include <alloca.h>
- must appear as a header to all files
- that call alloca().
-
- ---Russ
-
-
-
-
-