Hi, I'm trying to compile hostinfo egg on windows. What I have done so far: - add #include <winsock2.h> and <ws2tcpip.h> #if _WIN32 - add ws2_32.lib for link
however, there are unresolved symbols: inet_ntop and inet_pton. is it available in winsock2? what's missing? Any clue? Daishi _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
