Re: rpcgen cannot find any C Preprocessor



pavi <praveenkumar.117@xxxxxxxxx> writes:
I am writing a simple application using rpcgen. when I run
rpcgen with protocol specification file as an argument ex:rpcgen msg.x
it gives an error "rpcgen cannot find any C preprocessor"
I have my C preprocessor in /usr/bin/cpp-2.95. Kindly suggest the
solution.

This is a question about rpcgen, not about C.

Hint: Read the rpcgen man page, and search for the word "preprocessor".

--
Keith Thompson (The_Other_Keith) <kst-u@xxxxxxx>
Looking for software development work in the San Diego area.
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.



Relevant Pages

  • Re: rpcgen cannot find any C Preprocessor
    ... pavi wrote: ... I am writing a simple application using rpcgen. ... rpcgen with protocol specification file as an argument ex:rpcgen msg.x ... Try setting a symbolic link called 'cpp' pointing to your 'cpp-2.95' ...
    (comp.lang.c)
  • rpcgen cannot find any C Preprocessor
    ... I am writing a simple application using rpcgen. ... rpcgen with protocol specification file as an argument ex:rpcgen msg.x ... it gives an error "rpcgen cannot find any C preprocessor" ... Praveen Kumar ...
    (comp.lang.c)