Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 26 Sep 2000 21:33:12 -0400 Message-Id: <200009270133.VAA19559@envy.delorie.com> From: DJ Delorie To: olson AT cs DOT odu DOT edu CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: Subject: Re: Linking in WSAGetLastError References: > conf.o(.text+0x2c74):conf.c: undefined reference to `WSAGetLastError' They don't export WGAGetLastError. They export WSAGetLastError AT 0. This means that you aren't including the proper headers (winsock.h), and it's defaulting to cdecl instead of stdcall (WINAPI) calling conventions. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com