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 To: cygwin AT cygwin DOT com From: "Adam Clauss" Subject: No _inet_pton() defined? Date: Sun, 9 May 2004 15:22:17 -0500 Lines: 26 Message-ID: X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: mcinnishall.resnet.tamu.edu X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 I have Cygwin installed (complete install - all packages) on Windows XP Professional. I recently downloaded a Direct Connect Hub software (https://sourceforge.net/projects/opendchub) and attempted to build it. I've run ./configure, and then make, but then I get this error partway through: gcc -g -O2 -o opendchub commands.o fileio.o main.o network.o perl_utils.o use rlist.o utils.o xs_functions.o -s -s -L/usr/local/lib /usr/lib/perl5/5.8.2/cygw in-thread-multi-64int/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.2/cygwin -thread-multi-64int/CORE -lperl -lcrypt -lgdbm_compat -lcrypto -lcrypt network.o(.text+0x7bd): In function `get_listening_socket': /cygdrive/z/opendchub-0.7.14/src/network.c:434: undefined reference to `_inet_pt on' collect2: ld returned 1 exit status make[2]: *** [opendchub] Error 1 make[2]: Leaving directory `/cygdrive/z/opendchub-0.7.14/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/z/opendchub-0.7.14' make: *** [all-recursive-am] Error 2 I got a response saying that Cygwin may not implement _int_pton. Any ideas? -- Adam Clauss cabadam AT tamu DOT edu -- 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/