From: "DoLL" Newsgroups: comp.os.msdos.djgpp Subject: Re: Hello, and please help Date: Wed, 23 Jun 1999 09:18:38 +0900 Organization: System Engineering Research Institute (SERI) Lines: 25 Message-ID: <7kp9ah$u8j$1@green.kreonet.re.kr> References: <3 DOT 0 DOT 6 DOT 32 DOT 19990622173047 DOT 007b08f0 AT plainfield DOT bypass DOT com> NNTP-Posting-Host: cyberdog.kepri.re.kr X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Error: c:/djgpp/bin/ld.exe: cannot open lstdcx: No such file or directory >(ENOENT) > See /DJGPP/gnu/gcc-2.81/problems.txt 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) Or upgrade RHIDE to later versions as this problem is fixed in 1.4.5 and later versions.