Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <002b01c2e7e2$35b625b0$a315693f@home.net> From: "Chris Pearson" To: "Cygwin Developer" References: <001a01c2e7e1$42f4ea00$a315693f AT home DOT net> Subject: IPv6 support? Date: Tue, 11 Mar 2003 07:23:46 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Hi, I'm working on an IPv6 port that supposedly builds clean with Cygwin. The code references inet_pton(), which is not found in the version of Cygwin I downloaded from archive.progeny.com. Is there a version of Cygwin that supports IPv6, and if so, can you tell me where to get it? Thanks for your help! -- Chris Pearson > On Fri, Mar 29, 2002 at 02:16:33PM -0700, Harris, Jeffrey A wrote: > > I just completed the install and download of all the packages of cygwin. > > When compiling a program in cygwin I get the following.. > > > > gcc -g -Wall -c connect.c > > connect.c: In function `lookup_host': > > connect.c:26: warning: implicit declaration of function `inet_ntop' > > connect.c:26: `INET_ADDRSTRLEN' undeclared (first use in this function) > > connect.c:26: (Each undeclared identifier is reported only once > > connect.c:26: for each function it appears in.) > > connect.c: In function `connection_open': > > connect.c:48: `INET_ADDRSTRLEN' undeclared (first use in this function) > > connect.c:68: warning: implicit declaration of function `inet_pton' > > connect.c:48: warning: unused variable `hostname' > > make: *** [connect.o] Error 1 > > > > A search from / showed that the inet_ntop() function and INET_ADDRSTRLEN > > define are not defined anywhere. Does cygwin support inet_ntop()? > > No INET6 support in Cygwin so far. > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Developer mailto:cygwin cygwin.com > Red Hat, Inc. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/