From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE IDE help Date: Sun, 25 Jul 1999 23:47:07 -0400 Organization: Netcom Lines: 17 Message-ID: <7nglo0$icj@dfw-ixnews13.ix.netcom.com> References: <01bed6f6$7eafc560$1fdd93c3 AT norad> <7nfha7$9tk$1 AT news1 DOT rmi DOT net> NNTP-Posting-Host: prn-nj2-23.ix.netcom.com X-NETCOM-Date: Sun Jul 25 10:47:12 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com John L Meyer wrote in message news:7nfha7$9tk$1 AT news1 DOT rmi DOT net... > Go to your C:\djgpp\lib, and make a copy of lstdcxx.a, renamed lstdcx.a (in > the same directory) This is not the proper fix for this problem. The proper fix is to add the following to the bottom of the djgpp.env file: [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx See the DJGPP FAQ for more details.