Message-ID: <38738B59.AD5F3E88@address.in.message.body> Date: Wed, 05 Jan 2000 18:20:09 +0000 From: Phil X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: A problem with compiling C++ from RHIDE References: <8EAFA83D9foxcub99mailru AT news DOT asheboro DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: user292.jakinternet.co.uk X-Trace: 5 Jan 2000 18:46:26 GMT, user292.jakinternet.co.uk Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dmitriy Morozov wrote: > Hello! > > I just got DJGPP. Looks like it works. From RHIDE I can compile C files without > any problems. From command line I can compile C++ files without any problems > ("gpp filename.cpp -o filename.o" works perfectly). But when I try to compile a > C++ files from RHIDE (with any extention .cpp or .cc - no difference) it gives > me an error: "Error c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or > directory (ENOENT)". Any ideas about what I can do? Any help is greatly > appreciated. > > Regards, > Dmitriy > > -- > Dmitriy Morozov > foxcub99 AT mail DOT ru The answer given in the FAQ's didn't work for me. Here's where I got the new version of rhide (v1.4.7) which fixed the problem. http://www.tu-chemnitz.de/~sho/rho/rhide-beta.html Phil