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

  1. Newsgroups: comp.sys.mips
  2. Path: sparky!uunet!ukma!darwin.sura.net!sgiblab!unpc!rogerk
  3. From: rogerk@queernet.org (Roger B.A. Klorese)
  4. Subject: Re: Where is wait3?
  5. Message-ID: <BxItMM.4w7@queernet.org>
  6. Date: Tue, 10 Nov 1992 22:11:09 GMT
  7. References: <49475@shamash.cdc.com> <peter.721428913@merlin>
  8. Organization: QueerNet
  9. Keywords: wait3
  10. Lines: 25
  11.  
  12. In article <peter.721428913@merlin> peter@merlin.acadiau.ca (Peter Steele) writes:
  13. >I would think that libbsd.a should
  14. >include everything extra that /bsd43/usr/lib/libc.a defines.
  15.  
  16. You would think wrong.
  17.  
  18. The bsd43 systype was developed to support BSD programmers and users; it
  19. contains a reasonably full implementation of 4.3BSD.
  20.  
  21. The libbsd in systype sysv was developed to support BSD networking
  22. programs ported to an SVR3 machine.  (Arguably, it should have been
  23. called "libnet"; it is the "BSD networking compatibility library."
  24.  
  25. If you wish to port a BSD program to RISCos, you should use systype bsd43.
  26. (Note that this is "BSD" and not "SunOS"; functionality like shared
  27. memory which is available in SunOS but not in 4.3BSD is not available in
  28. systype bsd43, other than via indirection using syscall().)
  29.  
  30. If you wish to add networking to a program developed in SVR3, you might
  31. choose to use "-lbsd"...
  32. -- 
  33. ROGER B.A. KLORESE                                              +1 415 ALL-ARFF
  34. rogerk@unpc.QueerNet.ORG              {ames,decwrl,pyramid}!sgiblab!unpc!rogerk
  35. "Normal is not something to aspire to, it's something to get away from."
  36.                                                                    -- J. Foster
  37.