X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10202211741.AA24248@clio.rice.edu> Subject: Re: bison and djgpp.env To: pavenis AT lanet DOT lv Date: Thu, 21 Feb 2002 11:41:18 -0600 (CST) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <3C754AF2.8793.1502852@localhost> from "pavenis@lanet.lv" at Feb 21, 2002 07:30:58 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > There are other changes in CVS not in 2.03: > > 1) remove DJGPP from rhide entry for f77 > > I think it should be > RHIDE_TYPED_LIBS.f=g2c m > > Perhaps also 'm' should be added for C++ libraries for RHIDE > as at least currently libstdc++ from gcc-3.1 development versions requires > finite() (see ieeefp.h) to be linked and it is in libm.a. Also gpp.exe links > both libstdcxx.a and libm.a. So I think we should also have: > > RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx m > > Perhaps 'RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx m' could only > be usefull for compatibility with really ancient RHIDE versions where it was > broken I know nothing about RHIDE, so if what is in CVS should be updated before it goes into a V2.03 refresh, please commit it and let me know. It would be nice to have good GCC 3.1 support when it comes out.