Date: Thu, 9 Oct 1997 19:09:01 +0200 (IST) From: Eli Zaretskii To: Paul Clancy cc: "'djgpp AT delorie DOT com'" Subject: Re: Trouble compiling WSOCK In-Reply-To: <01BCD4C0.C5ABA0E0@h-d-06> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Oct 1997, Paul Clancy wrote: > Im trying to compile the WSOCK library, all the sources compile but > when it goes to link it can't find the following file. > Error: d:/djgpp/bin\ld.exe: cannot open -liostr: No such file or directory > > Whats going on? The linker looks for libiostr.a and doesn't find it. Do you have C++ libraries installed? If not, download and install v2gnu/lgp271b.zip from the same place you get DJGPP.