I am compiling an application found on sourceforge that was compile on cygwin using gcc 3.3. Since we are compiling all of our application with gcc 3.4.4, I am recompiling the application and find that it is not able to find int declarations such as getnetbyname_r or gethostbyaddr_r or gethostbyname_r and others that did exist in netdb.h.
What header file will have to be included to correct this missing definition? How would I have to change the calls to correct the problem? Please help. -- 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/