home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mips / 1035 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.1 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!umn.edu!noc.msc.net!uc.msc.edu!shamash!dbw
  2. From: dbw@svl.cdc.com (Dave Woerner)
  3. Newsgroups: comp.sys.mips
  4. Subject: Re: Where is wait3?
  5. Summary: Location of wait3
  6. Keywords: wait3
  7. Message-ID: <49475@shamash.cdc.com>
  8. Date: 10 Nov 92 18:40:23 GMT
  9. Sender: usenet@shamash.cdc.com
  10. Lines: 17
  11.  
  12. In article<peter.721318682@merlin>peter@merlin.acadiau.ca(Peter Steele)writes:
  13. >I am compiling a package (CAP) that uses a routine called
  14. >wait3. During the link phase it complains that wait3 is
  15. >undefined. Man wait3 does describe such a routine, but
  16. >I can't find it in any of the libraries. There is a wait
  17. >routine, as well as a wait2, but no wait3. I presume that
  18. >since it is described in the man pages this routine does
  19. >exist somewhere. Can any one tell me where it is?
  20.  
  21. wait3 is in the BSD side of things.  There are several ways
  22. to get at it.  If you got through the compilation ok, you probably
  23. just need to add -lbsd to your link.
  24.  
  25. Just FYI, there is also a -systype flag that takes "sysv" or "bsd43"
  26. to get either the system V or BSD includes and libraries.
  27.  
  28. Dave
  29.