Xref: utzoo comp.sys.hp:6413 comp.unix.programmer:186 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-sdd!hpcndnm!jad From: jad@hpcndnm.cnd.hp.com (John Dilley) Newsgroups: comp.sys.hp,comp.unix.programmer Subject: Re: Advice sought porting Sun RPC to HP-UX Message-ID: Date: 4 Oct 90 22:26:21 GMT References: <448@garlic.UUCP> Sender: news@sdd.hp.com (Usenet News) Organization: Hewlett Packard, Colorado Networks Division Lines: 23 In-Reply-To: pjwr@ukfca1's message of 4 Oct 90 15:21:18 GMT Nntp-Posting-Host: hpcndnm.cnd.hp.com In article <448@garlic.UUCP> pjwr@ukfca1 (Pete Randall) writes: >As part of a larger project, we're considering porting Revision 3.0 of Sun's >RPC library to a HP9000/300 series workstation under HP-UX. >Has anyone already done this? If so, can you offer us any advice? Yes, HP has! NFS is an optional product on HP-UX 6.0. You might already have it on your system: try "ll /etc/conf/libnfs.a" to see if you have the kernel libraries on your disk. The RPC library calls are actually in libc, so "nm /lib/libc.a | grep callrpc" will tell you if you have the RPC and XDR interfaces. Hope we have made your life easier! -- jad -- John Dilley Hewlett-Packard Colorado Networks Division UX-mail: jad@cnd.hp.com Phone: (303) 229-2787 -- This is not an official statement of Hewlett-Packard Corp, and does not necessarily reflect the views of HP. The information above is provided completely without warranty of any kind.