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

  1. Newsgroups: comp.sys.mips
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!caen!destroyer!cs.ubc.ca!utcsri!torn!csd.unb.ca!morgan.ucs.mun.ca!nstn.ns.ca!dragon.acadiau.ca!merlin!peter
  3. From: peter@merlin.acadiau.ca (Peter Steele)
  4. Subject: Re: Where is wait3?
  5. Message-ID: <peter.721428913@merlin>
  6. Keywords: wait3
  7. Sender: news@dragon.acadiau.ca
  8. Nntp-Posting-Host: merlin
  9. Organization: Acadia University
  10. References: <49475@shamash.cdc.com>
  11. Date: Tue, 10 Nov 1992 20:55:13 GMT
  12. Lines: 12
  13.  
  14. >wait3 is in the BSD side of things.  There are several ways
  15. >to get at it.  If you got through the compilation ok, you probably
  16. >just need to add -lbsd to your link.
  17.  
  18. Curiously wait3 is not in /usr/lib/libbsd.a, whereas it is in
  19. /bsd43/usr/lib/libc.a. So doing a -lbsd doesn't do the trick.
  20. You have to use /bsd43/bin/cc which looks in /bsd43/usr/lib/libc.a
  21. instead of /usr/lib/libc.a. I would think that libbsd.a should
  22. include everything extra that /bsd43/usr/lib/libc.a defines.
  23. --
  24. Peter Steele        Unix Services Manager            peter.steele@acadiau.ca 
  25. Acadia Univ., Wolfville, NS, Canada B0P 1X0  902-542-2201  Fax: 902-542-4364
  26.