Message-ID: <383804DB.B6953EE0@connection.com> Date: Sun, 21 Nov 1999 09:42:40 -0500 From: sam X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) References: <818eal$1uc$1 AT toto DOT tig DOT com DOT au> <818q1j$h13$1 AT news08 DOT btx DOT dtag DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: pm7-176.connection.com X-Trace: 21 Nov 1999 09:49:41 -0500, pm7-176.connection.com Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Raul Carolus wrote: > > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > > (ENOENT) > > you need to go into the lib directory and find the library libstdcxx.a (or > stdcxx.a don't remember if it adds the lib in front) and rename it to > stdcx.a That'll solve your problem > > Raul It took me 6 months to get info on this problem. I was told to go to share\rhide directory and ad a line in the rhide.env --- RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx I think the distribution comes with rhide_.env so copy it to rhide.env and add the above line ( without the first three dashes).