From: oleynikl AT geocities DOT com Newsgroups: comp.os.msdos.djgpp Subject: Suggested fix doesn't work Date: Sat, 07 Nov 1998 19:10:14 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 32 Message-ID: <7225ul$k14$1@nnrp1.dejanews.com> NNTP-Posting-Host: 128.100.193.65 X-Article-Creation-Date: Sat Nov 07 19:10:14 1998 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.1 x12.dejanews.com:80 (Squid/1.1.22) for client 128.100.193.65 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie 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