Fernando Barsoba wrote: > I'm trying to use the function inet_pton(), but I found the following error > when trying to build the application with Eclipse/CDT on Cygwin:
inet_pton() is an IPv6 function and Cygwin has no support for IPv6. You'll have to patch the application if it expects to find IPv6 functions. Brian -- 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/