From: jesseREMOVETHISdorlandREMOVETHIS AT hotmailREMOVETHIS DOT comREMOVETHIS (Jesse Dorland) Newsgroups: comp.os.msdos.djgpp Subject: Re: crappy rhide Date: Sun, 04 Apr 1999 19:38:37 GMT Organization: Marv's Bait Shop Lines: 49 Message-ID: <3707bb85.17325926@news.primenet.com> References: <7e6t98$j0u$1 AT news DOT igs DOT net> <37075d21 DOT 624400 AT 158 DOT 152 DOT 254 DOT 68> <7e87nm$b73$1 AT news DOT igs DOT net> NNTP-Posting-Host: ip-124-074.boi.primenet.com X-Complaints-To: abuse AT globalcenter DOT net X-Posted-By: @206.132.124.74 (merlin57) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 4 Apr 1999 13:32:23 -0400, "John Smith" wrote: > >>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? Hmm... Humor me for a minute and try this: Switch to the DJGPP\LIB subdirectory Type: REN libstd~1.a libstdcx.a ("The '~' is a tilde, not a hyphen) Try compiling your program again. Did it work this time? If that fixed things, you had the same problem I did: the linker refuses to recognize libstdcxx.a, because it's a long file name ("libstdcxx" consists of more than 8 characters). Renaming the file to "libstdcx.a" makes it a regular DOS 8.3 file name. I have no idea why this causes a problem for only a few people, and the majority has no trouble at all, but there you have it.... -Jesse ==================================================== Jesse Dorland jessedorland AT hotmail DOT com ====================================================