From: Andrew Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide and C++ Date: Fri, 15 Jan 1999 10:36:42 -0500 Organization: Raytheon Company Lines: 23 Message-ID: <369F608A.60B658E0@NO_SPAM.res.raytheon.com> References: <2iQm2.3689$H3 DOT 613 AT news1 DOT atlantic DOT net> NNTP-Posting-Host: dh5140217.res.ray.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: swlmail.msd.ray.com 916414600 12124 138.125.140.217 (15 Jan 1999 15:36:40 GMT) X-Complaints-To: usenet AT swl DOT msd DOT ray DOT com NNTP-Posting-Date: 15 Jan 1999 15:36:40 GMT X-Mailer: Mozilla 4.03 [en] (WinNT; U) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com John B. Coarsey, PE wrote: > I can get Rhide to compile and run a c program OK but for a CPP file I get > an error > > "error: d:/djgpp/bin/ld.exe:cannot open -lstdcx: No such File or directory > (ENOENT) > > Is there some additional setup fpr a CPP program? I have read through the > FAQ for djgpp and rhide and am getting nowhere. Any help will be greatly > appreciated. > > Thanks. I had the same problem. I found that DJGPP doesn't feel as 'comfortable' with .cpp files. Renaming them to .cc seemed to cure my linker blues. -A