Hi
I am trying to compile gloox-0.9-rc1 on cygwin but it fails with
/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
-lstdc++ -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc -o
.libs/cyggloox-7.dll -Wl,--image-base=0x10000000
-Wl,--out-implib,.libs/libgloox.dll.a
.libs/dns.o: In function `_ZN5gloox3DNS7resolveERKSsS2_S2_RKNS_7LogSinkE':
/home/bernardet/gloox-0.9-rc1/src/dns.cpp:144: undefined reference to
`___ns_name_ntop'
.libs/dns.o: In function `_ZN5gloox3DNS7resolveERKSsS2_S2_RKNS_7LogSinkE':
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_map.h:412: undefined
reference to `___ns_get16'
Creating library file: .libs/libgloox.dll.a
collect2: ld returned 1 exit status
make[3]: *** [ libgloox.la] Error 1
make[3]: Leaving directory `/home/bernardet/gloox-0.9-rc1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bernardet/gloox-0.9-rc1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bernardet/gloox-0.9-rc1'
make: *** [all] Error 2
Is there any hint ?
Thanks
Karim