From: "Pierre Beaulieu" Newsgroups: comp.os.msdos.djgpp References: <7225ul$k14$1 AT nnrp1 DOT dejanews DOT com> Subject: Re: Suggested fix doesn't work Lines: 40 Organization: Preferred Company X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: Date: Sat, 7 Nov 1998 22:41:31 -0500 NNTP-Posting-Host: 207.96.169.208 X-Complaints-To: abuse AT videotron DOT net X-Trace: weber.videotron.net 910496541 207.96.169.208 (Sat, 07 Nov 1998 22:42:21 EDT) NNTP-Posting-Date: Sat, 07 Nov 1998 22:42:21 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hint: Check in the FAQ for the section about LFN. Pierre Beaulieu oleynikl AT geocities DOT com wrote in message <7225ul$k14$1 AT nnrp1 DOT dejanews DOT com>... >Here is a problem that failed to be solved: > >Q) When trying to link C++ program RHIDE-1.4 returns error message > ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) > > A) 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 tried this but it doesn't work (exe file not create). I'm running rhide from >dos box in Win98 and my files are named foo.cpp. If I compile from outside >rhide (again in dos box Win98) at the prompt > >g++ -o foo foo.cpp > > - I get an exe (works fine). > >William > >-----------== Posted via Deja News, The Discussion Network ==---------- >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own