RPCGEN 3.9

Bruce G. Barnett barnett at vdsvax.steinmetz.ge.com
Thu Sep 15 20:47:30 AEST 1988


In article <1422 at spp2.UUCP> mcgillis at spp2 () writes:
|We just got rpcgen 3.9 from the archive server and are having problems
|compiling it (duplicate of rpcent in /usr/include/netdb.h) using Sun's
|version 3.3.  Does anyone know what version of the OS that we need ?

Adding RPC to SunOS is a special case, because it is already there.
Check out the README file. Also, see the file rpc/rpc.h:

/* REMOVE NEXT INCLUDE IF RUNNING ON SUN OS */
/* routines for parsing /etc/rpc */
#include <rpc/netdb.h>		/* structures and routines to parse /etc/rpc */

you comment out the #include <rpc/netdb.h>
-- 
	Bruce G. Barnett 	<barnett at ge-crd.ARPA> <barnett at steinmetz.UUCP>
				uunet!steinmetz!barnett



More information about the Comp.sources.bugs mailing list