home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mips
- 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
- From: peter@merlin.acadiau.ca (Peter Steele)
- Subject: Re: Where is wait3?
- Message-ID: <peter.721428913@merlin>
- Keywords: wait3
- Sender: news@dragon.acadiau.ca
- Nntp-Posting-Host: merlin
- Organization: Acadia University
- References: <49475@shamash.cdc.com>
- Date: Tue, 10 Nov 1992 20:55:13 GMT
- Lines: 12
-
- >wait3 is in the BSD side of things. There are several ways
- >to get at it. If you got through the compilation ok, you probably
- >just need to add -lbsd to your link.
-
- Curiously wait3 is not in /usr/lib/libbsd.a, whereas it is in
- /bsd43/usr/lib/libc.a. So doing a -lbsd doesn't do the trick.
- You have to use /bsd43/bin/cc which looks in /bsd43/usr/lib/libc.a
- instead of /usr/lib/libc.a. I would think that libbsd.a should
- include everything extra that /bsd43/usr/lib/libc.a defines.
- --
- Peter Steele Unix Services Manager peter.steele@acadiau.ca
- Acadia Univ., Wolfville, NS, Canada B0P 1X0 902-542-2201 Fax: 902-542-4364
-