> > ===> rpcsvc
> > rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h
> > rpcgen: cannot find any C preprocessor (cpp)
> > *** Error code 1
>
>
> Let me start a release. This means rpcgen has been using
> /usr/libexec/cpp which is *only* for the compiler's use. rpcgen should
> have been using /usr/bin/cpp all this time.
>From rpc_main.c
#ifdef __FreeBSD__
#define SUNOS_CPP "/usr/libexec/cpp"
Nate
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message