Message-ID: <3707FEC2.3ACFDDE8@desupernet.net> Date: Sun, 04 Apr 1999 20:07:30 -0400 From: Roger L Martin X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: crappy rhide 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 208.170.176.65 X-Original-NNTP-Posting-Host: 208.170.176.65 X-Trace: 4 Apr 1999 20:06:22 -0500, 208.170.176.65 Organization: D&E SuperNet X-Original-NNTP-Posting-Host: 204.249.184.1 Lines: 28 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com John Smith 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..... I had the same problem. I simply made a copy of libstdcxx.a and named it libstdcx.a. Everything seems to work now. I think there should be a better fix somewhere, though.