Date: Wed, 18 Oct 1995 13:37:14 +0200 (IST) From: Eli Zaretskii To: Jeffrey Taylor Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Need help with configuring DJGPP for C++ On 16 Oct 1995, Jeffrey Taylor wrote: > add -liostr to your link command line. This library contains the I/O > streams library. No, that's not true, because whoever posted the original message already has -lgpp on the link command line, and -liostr won't add anything to what -lgpp includes. The only reason libiostream exists as a separate library is that it has less restricted license (it's not LGPL), but libgpp includes everything libiostrem includes.