Date: Sun, 17 Oct 1999 14:47:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Wendy E. McCaughrin" cc: djgpp AT delorie DOT com Subject: Re: Need Help! URGENT! 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 Sat, 16 Oct 1999, Wendy E. McCaughrin wrote: > >Creating: test.exe > >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > >(ENOENT) > >There were some errors > > I suspect this may be a "long filename" problem. See if you have an > entry in c:\djgpp\bin that looks something like: lstdcx~1.a -- if you > rename the file to: lstdcx.a, it should get found (this happened to > me). Please do not invent solutions to such problems unless you fully understand what causes them. Renaming libstdcxx.a will get you in trouble later. DO NOT DO THIS! The correct solution is described in section 8.7 of the DJGPP FAQ list.