Message-ID: <363F95EB.71CACE54@gmx.net> Date: Tue, 03 Nov 1998 22:46:51 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.01 [de] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: RHIDE AND C++ X-Priority: 3 (Normal) References: <363EBB0A DOT BA0698D3 AT bigfoot DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Mike wrote : > > I was wondering if i could not include to link the stdcxx library? This is possible, but... > How do i exclude it since it does it automatically when working with a > project... RHIDE does this only, if your project contains C++ source files and if this is so there should be no problem at all because the linker is smart enough to link in your program only the needed from code from libstdcxx.a, if there is no code needed, nothing is linked in. But, to answer your first question, add the following line to your rhide.env file RHIDE_TYPED_LIBS.cc= Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************