home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / 18525 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!sgigate!odin!sgihub!zola!arthur
  2. From: arthur@sgi.com (Arthur Evans)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: PVM and XDR routines
  5. Message-ID: <ui06bik@zola.esd.sgi.com>
  6. Date: 6 Jan 93 20:03:34 GMT
  7. References: <34881@adm.brl.mil>
  8. Sender: news@zola.esd.sgi.com (Net News)
  9. Reply-To: arthur@chiba (Arthur Evans)
  10. Organization: Silicon Graphics, Inc.
  11. Lines: 22
  12.  
  13. In article <34881@adm.brl.mil> englund@gdstech.grumman.com (Dave Englund) writes:
  14. >I'm running on a Crimson under 4.0.4. (I usually forget to say that)
  15. >
  16. >Has anyone had any success using the PVM library on SGI machines.
  17. >Getting the pvmd demon running was no problem, but the example
  18. >applications included with the distribution use the XDR library
  19. >routines from Sun. Are these libraries public domain? If so, how can I
  20. >get them? If not, what do I do now? Thanks for any help you can give me!
  21.  
  22. The XDR library isn't public domain, but it should be 
  23. on your system, since we support NFS, which uses RPC,
  24. which uses XDR (whew!).  Anyway, if you want to use xdr
  25. you should include the <rpc/rpc.h> header file, and link
  26. with libsun.a (-lsun).
  27.  
  28. There's some more info on using XDR in the IRIX Network Programming
  29. Guide: Chapter 1, "Network Programming Overview," and Chapter 8, "XDR
  30. Programming Notes."
  31.  
  32. Good luck!
  33.  
  34. -arthur
  35.