Date: Tue, 2 Mar 1999 18:54:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: JetStar cc: djgpp AT delorie DOT com Subject: Re: newbie question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 2 Mar 1999, JetStar wrote: > I still get the "c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or > directory (ENOENT)" error. I wonder why? You have a mess-up with long vs short file names. It seems that you unzipped the zip files with a DOS unzip program which doesn't support long file names, but you are using DJGPP on Windows 9X. Section 8.7 of the DJGPP FAQ list explains how to deal with such problems. In your case, the best way is to remove the entire DJGPP installation and re-unzip the files again, this time using a utility which supports long file names. Otherwise, you will have to rename the files from here to eternity.