Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F057DDC.3789340C@dessent.net> Date: Fri, 04 Jul 2003 06:15:08 -0700 From: Brian Dessent Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Error compiling code using winsock functions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit David None wrote: > > Hi there, thanks for the reply, but I've tried the methods suggested (just > using windows.h and #define Win32_Winsock), also as Win32_Winsock is > deprecated, I also tried defining __USE_W32_SOCKETS > but I'm still receiving the same error: > > I get the following error: > "iphdrinc.o(.text+0x820):iphdrinc.c: undefined reference to '_WSASocketA AT 24' > collect2: ld returned 1 exit status" > > hopefully some more ideas are floating around ? =) $ find /lib/w32api/ -name \*.a | xargs nm -o | grep -i wsasocketa /lib/w32api/libws2_32.a:ds00061.o:00000000 T WSASocketA AT 24 /lib/w32api/libws2_32.a:ds00061.o:00000000 I _imp__WSASocketA AT 24 Try "-lws2_32" on your gcc line. Brian -- 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/