From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Winsock Difficulties Date: Sun, 16 Jul 2000 12:27:52 +0100 Organization: Customer of Planet Online Lines: 15 Message-ID: References: <8klgqg$6st$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: modem-4.vanadium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news6.svr.pol.co.uk 963746915 20817 62.136.22.4 (16 Jul 2000 11:28:35 GMT) NNTP-Posting-Date: 16 Jul 2000 11:28:35 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sparrow wrote: > None of the other included programs appear to work at all. In order to > compile, the "stdcx" library (LIBSTDCX.A) was needed. I didn't have this > file, so I renamed LIBSTDCXX.A to LIBSTDCX.A and it compiled fine. This > very well may have caused the error. If that could be it, where can I > find LIBSTDCX.A? Or is it a winsock problem? Any help would be very much > appreciated. This is answered in the FAQ: 8.2 GCC can't find headers or libraries. You should fix the licstdcxx.a problem, but this probably has nothing to do with your socket problem. BTW, what library are your using to access Winsock functions?