Date: Sun, 17 Jan 1999 12:18:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Miguel Guerreiro cc: djgpp AT delorie DOT com Subject: Re: error compiling grx23 In-Reply-To: <369DDBD6.48A01FC2@aaual.ualg.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 14 Jan 1999, Miguel Guerreiro wrote: > I'm trying to compile DEGUI and GRX23 but the compiler tells me that > that it can't find -liostr/-liostream (libiostr or libiostream) in my > system (which there isn't) > so, could anyone tell me where to get it? Replace -liostream with -lstdcxx, and it should work. Latest versions of of the C++ library don't have a separate libiostream.a.