X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Error message Date: Thu, 11 Sep 2003 20:41:16 +1000 Organization: HOME Message-ID: References: <84e4e2a9 DOT 0309102147 DOT 4eeb959e AT posting DOT google DOT com> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 NNTP-Posting-Date: 11 Sep 2003 18:41:20 WST NNTP-Posting-Host: 202.154.115.197 X-Trace: 1063276880 news.swiftel.com.au 13258 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I use Rhide to make my programs. So, after a week or two away from >DJGPP I decide to go back and check out a program I'm writing. The >program is a project, with a few different files, which, compile just >fine, but then when trying to build them togeather into one file, I >get this in the message box >Cannot find -lstdcxx >Please tell me what I need to do to fix this. Thanks. First of all think about what you did between Rhide/DJGPP working and when it broke. Somewhere in there you did something to break it. Have a read of the readme docs that came with GCC and Rhide for "stdcxx" and follow the items that are suggested in order to fix some of the previously reported problems. Andrew