Mail Archives: djgpp/1996/08/21/09:05:35
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
- Raw text -