From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: How Rhide compile C++ program? Date: Mon, 10 Feb 1997 11:15:22 +0100 Organization: TU Chemnitz-Zwickau Lines: 19 Message-ID: <32FEF53A.6E85@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: zombie.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Peter Berdeklis wrote: > > While we're on the subject, is it possible to change RHIDE's default > behaviour of adding -liostr when compiling C++ prog's, to adding -lstdcx > instead? Add the following to your djgpp.env file: [rhide] RHIDE_LIBS=$(subst -liostr,-lstdcx,$(addprefix -l,$(LIBS))) Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************