Re: rpcgen cannot find any C Preprocessor
- From: santosh <santosh.k83@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 15:46:46 +0530
pavi wrote:
Hi,
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.
You should ask this question is platform specific group like
<news:comp.unix.programmer>. The C Standard doesn't say anything about
the system level details of implementations, only that they should
follow a certain "as-if" scheme for translation.
<OT>
Try setting a symbolic link called 'cpp' pointing to your 'cpp-2.95'
executable.
</OT>
.
- References:
- rpcgen cannot find any C Preprocessor
- From: pavi
- rpcgen cannot find any C Preprocessor
- Prev by Date: Re: page 120 K&R
- Next by Date: Re: malloc realloc and pointers
- Previous by thread: rpcgen cannot find any C Preprocessor
- Next by thread: Re: rpcgen cannot find any C Preprocessor
- Index(es):
Relevant Pages
|