Mail Archives: djgpp/1997/02/10/13:13:55
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 *
*****************************************************************
- Raw text -