Date: Wed, 8 Jul 1998 18:03:30 +0300 (IDT) From: Eli Zaretskii To: Lee French cc: djgpp AT delorie DOT com Subject: Re: GXX Problems In-Reply-To: <199807081124.HAA03045@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 8 Jul 1998, Lee French wrote: > Ive just installed DJGPP but am unable to get the C++ compiler (GXX) to > work. It complains about not being able to find -lstdcxx. Ive got a working > copy at work and cannot find this file at work either. What am I doing > wrong/what am I missing? The file GXX is looking for is called libstdcxx.a, and it should be in the lib subdirectory of the DJGPP installation directory. It comes with the gpp281b.zip archive, in case it somehow didn't get to your system.