Message-ID: <377487EB.E8271A77@computerpro.com> From: paradise AT computerpro DOT com X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: current version of djgpp problem References: <37744A28 DOT 74635901 AT computerpro DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 50 Date: Sat, 26 Jun 1999 02:57:32 -0500 NNTP-Posting-Host: 209.32.50.173 X-Trace: newsfeed.slurp.net 930383653 209.32.50.173 (Sat, 26 Jun 1999 02:54:13 CDT) NNTP-Posting-Date: Sat, 26 Jun 1999 02:54:13 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Replying to my own message. I found the answer to the problem, so here it is if anyone else is running into it as well. The name of C++ library has changed since port of gcc-2.7.2.1. The fix for this problem is add line RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to %DJDIR/share/rhide/rhide.env. Or add 2 lines [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to Your DJGPP.ENV. An example of DJGPP.ENV with this fix is in directory gnu/gcc-2.81 (archive gcc281b.zip) I found this information written by DJ Delorie in the Djgpp mail archive. Looks like many many people ran into this problem at first. I just started using this version, so there ya go. I'm back to the mail bag. Happy coding everyone. paradise paradise AT computerpro DOT com wrote: > Ok, I have the current version of djgpp installed, have it in the path > and set up properly and stuff. When I compile, I get this Error: > c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > > The file ld.exe is located in c:\djgpp\bin\ and I have my directories > correct. I've heard something about this problem with long file names? > Winzip supports long file names. That's what I used to unzip djgpp > files. > Now I downloaded djgpp a couple of months ago and made install disks, > this version works fine. > I noticed that a couple of files in the current version are a number > higher than the version I have that works fine. Is this been a problem > with the current version? How do I fix it? > > paradise