From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <77dcvo$4f1 AT jolt DOT jea DOT com> Subject: Re: Error Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: Date: Mon, 11 Jan 1999 18:35:11 -0500 NNTP-Posting-Host: 142.194.222.219 X-Trace: tundra.ops.attcanada.net 916098009 142.194.222.219 (Mon, 11 Jan 1999 23:40:09 GMT) NNTP-Posting-Date: Mon, 11 Jan 1999 23:40:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Which unzipper you use can make a huge difference. Using a non-LFN (Long filename, Windows' fault!) unzipper in a LFN environment, or vice versa, hsa caused this problem time and time again. There are 2 solutions: copy djgpp\lib\libstdcx.a to have another x at the end (or remove an x if there are 2), or modify an RHIDE info file (it's in the FAQ somewhere). The first trick will prevent this error from happening again, the other one prevents it from happening in RHIDE again, but doesn't take up so much hard drive space. John B. Coarsey,PE wrote in message news:77dcvo$4f1 AT jolt DOT jea DOT com... >I am trying to get djgpp for c++ set up. I have used the djgpp for c for >some time now along with rhide. I used the zip picker to choose c and c++ >and downloaded them. I then temporarily moved my old djgpp to another >directory and loaded in default djgpp c++. Using Rhide it will compile and >run a c program but for C++ I get the following > >error d:\djgpp\bin\ld.exe : cannot open -lstdcx: no such file or directory >(ENOENT) > >I tried naming the c++ source both cpp and cc but same error both ways. > >Any help will be appreciated. > > > >