Date: Tue, 14 Dec 1999 12:14:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David A Riley cc: djgpp AT delorie DOT com Subject: Re: lstcxx In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 14 Dec 1999, David A Riley wrote: > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > There were some errors > > This happens when I use Rhide and gxx in DOS. > > I found a dile called libstdcxx.a and copied it into the 'lib' and 'bin' > directories, I also tried changing the name to lstdcx.a but it wasn't > having it. I'm guessing that you unzipped the DJGPP distribution on Windows, and then are trying to use the compiler in plain DOS mode, without booting into Windows. If that is true, then it is not easy to set up such a dual DOS/Windows installation. The DJGPP FAQ explains how to do that in section 22.18. However, if you don't absolutely need that, I'd suggest to simply run DJGPP from the Windows' DOS box. This will make things much easier.