From: "Mighty Mac Blues" Newsgroups: comp.os.msdos.djgpp Subject: Re: crappy rhide Date: Mon, 5 Apr 1999 14:18:42 -0700 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> <3707bb85 DOT 17325926 AT news DOT primenet DOT com> <7e8pph$j9p$1 AT news DOT igs DOT net> <7ea47p$egk$3 AT news DOT luth DOT se> X-Posted-Path-Was: not-for-mail X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-ELN-Date: 5 Apr 1999 21:18:29 GMT X-ELN-Insert-Date: Mon Apr 5 14:25:15 1999 Organization: EarthLink Network, Inc. X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MSMail-Priority: Normal Lines: 65 NNTP-Posting-Host: ipa84.san-diego4.ca.pub-ip.psi.net Message-ID: <7eb9b5$3h7$1@birch.prod.itd.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I had the same problem. I ended up downloading the newest version of RHIDE 1.4.7 I think. It is still BETA (yech!) but so far it works. It got rid of the problem. Hope it helps. Chris (Oh, you will need to go to the RHIDE homepage, not the DJGPP. I don't have the URL sorry, but do a Yahoo or other search and it should pop up) -- ************************************************************** Microsoft has assmilated my system, I am running IE 5.0, I feel so dirty. RESISTANCE IS FUTILE, YOU WILL ALL BECOME ONE WITH MICROSOFT "In an insane world, I am just about normal"--CMM98 ______________________________________________________________ If you would like to contact me, try the following: ICQ.....................15799322 WEB.................... http://home.earthlink.net/~mightymac YAHOO PAGER.............MMB49827 -------------------------------------------------------------- Martin Str|mberg wrote in message news:7ea47p$egk$3 AT news DOT luth DOT se... > John Smith (discman_64 AT hotmail DOT com) wrote: > : > : > > : >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 > : > > : No... didnt change a thing..... > > Are you running in WINDOZE 4.0 or 4.1 (95 or 98)? > > If so what is the environment variable LFN set to? Do you run DJGPP > 2.1 or 2.2? > > _If_ (WINDOZE 4.0 or 4.1) and LFN=y, then "ren libstdcx.a libstdcxx.a" > could be the solution. > > > Right, > > MartinS