From: "John Smith" Newsgroups: comp.os.msdos.djgpp Subject: Re: crappy rhide Date: Sun, 4 Apr 1999 13:32:23 -0400 Organization: IGS - Information Gateway Services Lines: 26 Message-ID: <7e87nm$b73$1@news.igs.net> References: <7e6t98$j0u$1 AT news DOT igs DOT net> <37075d21 DOT 624400 AT 158 DOT 152 DOT 254 DOT 68> NNTP-Posting-Host: ttyh32.ott.igs.net X-Trace: news.igs.net 923247158 11491 216.58.20.47 (4 Apr 1999 17:32:38 GMT) X-Complaints-To: abuse AT igs DOT net NNTP-Posting-Date: 4 Apr 1999 17:32:38 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >AFAIK What you have done so far, should cover files with the .cc >extension, If you call your files example.cpp, like a lot of people >do, then you need to also add > >RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx > >You might also want to look at a rather well hidden file :- > >c:\djgpp\gnu\gcc-2.81\problems.txt. > >As for RHIDE bieng crappy, I think it is the best IDE I've used and >I've used VC++, Turbo C++ and Code Warrior(euch!) > >Stick with it, it's worth it. > > >Kevin. > >kevin AT reality-bytes DOT demon DOT co DOT uk > Ok.. now ive added RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx to rhide.env, yet both files with *.cc and *.cpp. I read the problems.txt and it said i should get a new linker script (djgpp.djl) where would i get this?