Message-ID: <3774FC58.1613814A@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: NEWBIE SEEKING HELP IMMEDIATELY!!! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 44 Date: Sat, 26 Jun 1999 11:14:17 -0500 NNTP-Posting-Host: 209.32.50.169 X-Trace: newsfeed.slurp.net 930413459 209.32.50.169 (Sat, 26 Jun 1999 11:10:59 CDT) NNTP-Posting-Date: Sat, 26 Jun 1999 11:10:59 CDT 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 and this fixed it. 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) one more thing that I did... My DJGPP.ENV was named DJGPP_.ENV so I took out the _ so it's just named DJGPP.ENV 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 Gregory Akselrod wrote: > I can't get anything to work so I tried a test from the DJGPP\TEST folder. I > used scroltst.c and typed in > > gxx e:\djgpp\test\scroltst.c -o e:\djgpp\test\scroltst.exe > > I got the error message: > > e:\djgpp\test\scroltst.exe: Cannot open -lstdcxx: No such file or directory > (ENOENT) > > WHAT DO I DO???!!! > > PLEASE HELP!!! > Gregory Akselrod