Sender: nate AT cartsys DOT com Message-ID: <36814C6D.CF760FBC@cartsys.com> Date: Wed, 23 Dec 1998 12:02:53 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Gettin Rhide to compile c++ programs References: <367eac07 DOT 1852410 AT news DOT videotron DOT ca> <367eea6f DOT 17830371 AT news DOT videotron DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com happy303 wrote: > > On Mon, 21 Dec 1998 20:24:37 GMT, happy303 AT hotmail DOT com (happy303) > wrote: > > WOOHOO, ok now it works, thanx to my somewhat M$ way of solving > problems. I installed the latest rhide beta and now things seems > fixed. now the file is compiled using -lstdcxx from rhide > dunno why, dunno what i did but it works. Now i can program for dos > protected mode instead of real-mode or winblows... > > I'm posting this crap in case someone encounters the same problem as > me. > > see ya! It was an incompatibility between RHIDE and new versions of GCC. GCC packages now name the C++ library as `libstdcxx.a', while formerly they were `libstdcx.a' (one x). This makes a difference if LFN's are enabled. RHIDE searched for libstdcx. It can be fixed by adding a line to one of RHIDE's configuration files (as the FAQ explains), or by fetching a more recent version of RHIDE where this is corrected (though those are beta). -- Nate Eldredge nate AT cartsys DOT com