Message-Id: <199803090824.KAA34498@ieva06.lanet.lv> From: "Andris Pavenis" To: djgpp AT delorie DOT com Date: Mon, 9 Mar 1998 10:21:17 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: trouble with RHIDE & GPP 2.8 In-reply-to: <6dut0h$j00$1@winter.news.erols.com> Precedence: bulk > From: "Yeeming Jih" > Subject: trouble with RHIDE & GPP 2.8 > Date: Sun, 8 Mar 1998 14:52:51 -0500 > Organization: Erol's Internet Services > To: djgpp AT delorie DOT com > It seems that I can't use RHIDE to make C++ executables any more because it > insists on calling GCC with "gcc -o filename.exe filename.o -lstdcx"; > there's no lstdcx anywhere so of course GCC can't find lstdcx. But even if I > use "gcc -o filename.exe filename.o" GCC will complain about "undefined > references." The only way I can make C++ executables right now is using GPP > instead of GCC. > > I need a solution so I can use RHIDE to work with GCC/GPP 2.8 like it used > to do with 2.7. > Add line RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to c:/djgpp/share/contrib/rhide.env (create file if this doesn't exist). RHIDE defaults this to stdcx as at was in 2721. Read RHIDE docs about RHIDE.ENV Andris