From: master AT internexus DOT net (Laszlo Vecsey) Subject: mingw32 sock-faq examples? 20 Jun 1998 05:15:23 -0700 Message-ID: Reply-To: Laszlo Vecsey Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: gnu-win32 AT cygnus DOT com Has anyone gotten the Unix Sockets FAQ examples to compile with mingw32? http://www.ibrado.com/sock-faq/ I'm using the stock egcs-mingw32 distribution from cygnus, linking the examples against -lwsock32 (including windows.h and windows32/sockets.h), but listen(), accept(), connect() etc are always failing with -1. gethostname() also doesnt work, though IP addresses seem ok. I've checked the mailing list archive, and tried the suggestion of undefining WIN32, WINNT, _WIN32, and even __WIN32__.. no luck. If I nm and grep my libwsock32.a and compiled test binaries, I notice things like 'listen AT 8' and 'accept AT 12' .. whats wrong? - lv - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".