home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5305 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.0 KB  |  24 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!gossip.pyramid.com!decwrl!mips!darwin.sura.net!wupost!usc!rpi!batcomputer!cornell!uw-beaver!beaver!ddsmith
  3. From: ddsmith@lynx.cs.washington.edu (Douglas D. Smith)
  4. Subject: unistd.h? 
  5. Message-ID: <DDSMITH.92Jul28141757@lynx.cs.washington.edu>
  6. Sender: news@beaver.cs.washington.edu (USENET News System)
  7. Organization: UW Computer Science
  8. Distribution: comp
  9. Date: 28 Jul 92 14:17:57
  10. Lines: 12
  11.  
  12. I'm hoping someone can help me.  I'm trying to compile a multi-file 
  13. C program on a NeXT using an existing "make" file.  I've edited the
  14. file for appropriate paths, flags, etc.  My problem is that the 
  15. program is trying to find a header file called unistd.h which exists
  16. on some Unix systems but doesn't seem to exist on the NeXT.  Is 
  17. there another header file that would refer to the same routines in 
  18. unistd.h?  If so, what's it called?  if not, do you have any 
  19. suggestions (other than re-writing all the code that uses this 
  20. header file)?
  21. --
  22. ==    Douglas D. Smith   ====   ddsmith@cs.washington.edu     ==
  23.  
  24.