From: Lupuz Yonderboy Newsgroups: comp.os.msdos.djgpp Subject: C++ in RHIDE Date: Thu, 20 May 1999 00:04:31 +0200 Organization: Utfors AB Lines: 12 Message-ID: <3743356E.B523DCEF@work.utfors.se> NNTP-Posting-Host: md4690438.utfors.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: yggdrasil.utfors.se 927151412 5844 212.105.4.56 (19 May 1999 22:03:32 GMT) X-Complaints-To: abuse AT utfors DOT se NNTP-Posting-Date: 19 May 1999 22:03:32 GMT X-Mailer: Mozilla 4.03 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When RHIDE tries to link my c++ files I get this message from LD: cannot open -lstdcxx: no such file or directory (ENOENT) I've added the lines: [rhide] RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx to djgpp.env but it wont help. im running gcc2.81 and RHIDE v1.4.7 (it didnt work with v1.4 either)