Date: Thu, 26 Nov 1998 09:42:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dan cc: djgpp AT delorie DOT com Subject: Re: Help In-Reply-To: <365C5DB9.A8B6D59E@utoronto.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 25 Nov 1998, Dan wrote: > I installed the lgpp281b.zip and libg281b.zip and now when I try to > compile a program, > I get an error " ......\/ld.exe -liostr not found ...." Do you use gxx to compile the program? If so, make sure you are using gxx.exe from gpp281b.zip, not the one which comes with djdev201.zip. These are two different programs, unfortunately with the same name. There's no libiostream.a in GCC 2.8.1 (the fnctionality was merged into libstdcxx.a), but gxx.exe from djdev201.zip still looks for it, since it was written before GCC 2.8 was released.