RE: RPC headers anyone?

2005-12-02 Thread Robb, Sam
> Ok, installed the sunrpc package and gcc now finds the required > headers. Unfortunately, I now get an error at link time: > > (.text+0x96c): undefined reference to `_xdrmem_create' > (.text+0x980): undefined reference to `_xdr_double' > > This code compiles under Linux so it seems that

Re: RPC headers anyone?

2005-12-01 Thread Erik de Castro Lopo
Chris Taylor wrote: > In fact there are two with these headers - the source package for the > cygwin dll, and the sunrpc package. > The latter is probably what you want - they go in /usr/include > > For future reference: http://cygwin.com/packages/ Ok, installed the sunrpc package and gcc now f

Re: RPC headers anyone?

2005-12-01 Thread Erik de Castro Lopo
Chris Taylor wrote: > In fact there are two with these headers - the source package for the > cygwin dll, and the sunrpc package. > The latter is probably what you want - they go in /usr/include > > For future reference: http://cygwin.com/packages/ > Merely type in the filenames. Cool thanks.

Re: RPC headers anyone?

2005-12-01 Thread Chris Taylor
Erik de Castro Lopo wrote: Hi all, I'm trying to compile an app that uses the header files and , but I can't find the package that supplies these headers. Is there a Cygwin package that supplies this header? TIA, Erik In fact there are two with these headers - the source package for the