From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: ld.exe can't find -liostr Date: Sun, 15 Dec 1996 10:55:29 -0800 Organization: Southwest Missouri State University Lines: 9 Message-ID: <32B449A1.DEE@nic.smsu.edu> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: 146.7.14.99 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am porting some Turbo C++ code to DJGPP (I recently, yesterday, decided to switch compilers). I am using RHIDE as my development interface (it's a great borland IDE clone!), if that matters. When linking, RHIDE reports an error something to the effect of "/djgpp/bin\ld.exe can't find library -liostr". There really is a backslash in the path reported in the error, by the way. I think I didn't download some file with C++ libraries in it. Does anyone have a suggestion?