X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: pavenis AT lanet DOT lv To: sandmann AT clio DOT rice DOT edu (Charles Sandmann), djgpp-workers AT delorie DOT com Date: Thu, 21 Feb 2002 19:51:33 +0200 MIME-Version: 1.0 Subject: Re: bison and djgpp.env Message-ID: <3C754FC5.25024.162FE76@localhost> In-reply-to: <10202211741.AA24248@clio.rice.edu> References: <3C754AF2 DOT 8793 DOT 1502852 AT localhost> from "pavenis AT lanet DOT lv" at Feb 21, 2002 07:30:58 PM X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 On 21 Feb 2002 at 11:41, Charles Sandmann wrote: > > > 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. > Changes for RHIDE_TYPED_LIBS_DJGPP.cxx should be updated also in current CVS version. As I said gpp.exe adds '-lstdcxx -lm' to linker command line. We should do the same. Andris