Message-ID: <321AFCB4.33E0@pobox.oleane.com> Date: Wed, 21 Aug 1996 14:10:28 +0200 From: Francois Charton Organization: CCMSA MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: What is WIP? References: <3219BD76 DOT 41C67EA6 AT iis DOT fhg DOT de> <321A8186 DOT 2A42 AT cs DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit John M. Aldrich wrote: > > BTW, if it's libm.a you're interested in, somebody did put a patched > version up for ftp a short while ago. I don't recall the exact location; > perhaps someone else on the group remembers. :) I can also email you the > fixed version if you like (it's about 68K uuencoded). Yes, it was ftp://ftp.lstm.ruhr-uni-bochum.de/pub/djgpp. Also note that in MOST cases (whenever you do not need the gamma and Bessel function) you can overcome the libm bug by NOT LINKING libm.a (no -lm switch) gcc won't complain about it, because libc.a has math functions in it (without bugs...). Regards, Francois