From: "Christopher Nelson" To: Subject: Re: ld.exe error Date: Wed, 24 Mar 1999 15:40:36 -0700 Message-ID: <01be7647$56b65ca0$LocalHost@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Jan Dobrucki Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Wednesday, March 24, 1999 4:00 AM Subject: ld.exe error >Hello, > >I've been coding in C in RHIDE 1.4 with no problems. But now when I >have started to code in C++, I am unable to create .exe files. I get >the following error message: >"Creating test.exe >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or >directory (ENOENT) >There were so errors" >So what can I do in this situation and in similar situations...? >PS. I do have the file ld.exe in that directory and that's why I don't >know what it is...thanks in advance. >Jan Dobrucki C++ requires a support package, the same as C. most all languages require this. the C RTSP (run-time support package) is very small. stdcx, if i'm not completely mistaken, is the run-time support package for C++. if you downloaded all the c++ stuff, you should have this. this is required for C++ compiles, for stuff like rtti.