This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No _inet_pton() defined?


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@tamu.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]