hi all..
I want to implement an rpc client ,whose server is already there.. i am porting the client code from SunOS to linux.. but when i compile the '.x' file using rpcgen the XDR files are not getting created.. only CLNT, SVC and header files are getting created .. is their any way to create the XDR file on linux platform.. i need it becoz the server will be expectin the request in XDR format...
plz help ...
I want to implement an rpc client ,whose server is already there.. i am porting the client code from SunOS to linux.. but when i compile the '.x' file using rpcgen the XDR files are not getting created.. only CLNT, SVC and header files are getting created .. is their any way to create the XDR file on linux platform.. i need it becoz the server will be expectin the request in XDR format...
plz help ...
Comment