From: wemccaug AT prairienet DOT org (Wendy E. McCaughrin) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help! URGENT! References: <3808954E DOT EBB3B2F8 AT surfree DOT net DOT il> Lines: 21 Message-ID: Date: Sat, 16 Oct 1999 22:49:02 GMT NNTP-Posting-Host: 192.17.3.4 X-Complaints-To: newsmgr AT prairienet DOT org X-Trace: firefly 940114142 192.17.3.4 (Sat, 16 Oct 1999 17:49:02 CDT) NNTP-Posting-Date: Sat, 16 Oct 1999 17:49:02 CDT Organization: Prairienet -- Your Community Network for East Central Illinois To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In a previous article, spile_nomaed AT surfree DOT net DOT il (Borja Aranovic) says: >Hello, I need help! >When i try to run and compile any program, i always get this message: > >Creating: test.exe >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory >(ENOENT) >There were some errors > >All the files are in their places, LD.EXE is in c:\djgpp\bin\ and >everything is ok, but i can't understand this problem. >Please help me, urgent! > 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).