On Mar 30 07:54, Jacob Lane, MCP wrote: > All, > > Sorry if this is a newb question, but I am somwhat new to Cygwin and trying > to write / compile programs using GCC. One thing I noticed is that when I > try to compile code from others, I seem to be missing some header libraries. > > For example, in one recent program: > > #include <arpa/nameser.h> > > I have had others tell me that on their native Linux installs, they have the > nameser.h library -- so it seems to be just me (using Cygwin) that is having > the issue.
That's not a Cygwin problem. You just missed to install the appropriate development packages. In the above case you'll get the file by installing minires-devel. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/