Message-ID: <35030D1A.43B19923@gmx.net> Date: Sun, 08 Mar 1998 22:26:50 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Yeeming Jih CC: DJGPP Mailing list Subject: Re: trouble with RHIDE & GPP 2.8 References: <6dut0h$j00$1 AT winter DOT news DOT erols DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Yeeming Jih wrote : > > I need a solution so I can use RHIDE to work with GCC/GPP 2.8 like it used > to do with 2.7. With RHIDE it is the same problem as with gxx.exe which comes with the base DJGPP distrib. When the last binary (here for version 1.4) was distributed, there was only libstdcx.a available. So, to get no trouble when running on LFN systems, I used in RHIDE too only libstdcx.a when linkining C++ programs instead of libstdcxx.a. Now, since the archives for gcc 2.8.0 should be LFN-clean, there is of course a little problem. But RHIDE is configurable. Go to the directory %DJDIR%/share/rhide and look, if there exists a file rhide.env. If not, create an empty one. Now edit the file (it is a simple text file) by adding the following line: RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx and now it should work. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************