Date: Sun, 11 Apr 1999 13:57:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Bob Plugge cc: djgpp AT delorie DOT com Subject: Re: ld.exe: cannot open -liostr: No such file or directory In-Reply-To: <7egl75$605$1@news.casema.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 8 Apr 1999, Bob Plugge wrote: > I just installed DJGPP and it says: > > Error: c:/djgpp/bin/ld.exe: cannot open -liostr: No such file or directory > (EOENT) Latest releases of the C++ libraries don't have a separate libiostream.a library. Use -lstdcxx instead of -liostream, and it should link cleanly.