rpcgen -C -M -N -l foo.x -o foo_clnt.c generates an uncompilable c file with syntax errors Same file works fine on Solaris 2.6 If you cannot duplicate this, I can send you test data
Please send test data. Note that the rpcgen on solaris has different syntax because of the dynamic port binding etc.
*** Bug 4807 has been marked as a duplicate of this bug. *** the header file generated with: rpcgen -C -M -N -h cc.x -o cc.h contains function definitions that are inconsistent with rpcgen -C -M -N -c cc.x -o cc_xdr.c functions that take 'pointer to foo' as an argument in the .c file are defined in the .h file as taking 'foo' as an argument Same stuff works well on Solaris 2.x, and has for years I can send a sample if necessary. ------- Additional Comments From jbj 08/31/99 13:56 ------- Please send sample. I'm going to coalesce these two problems.
closed dues to lack of feedback, Please reopen if still have test data.