This is the atan2fix link library for newlib v52.3.
There is a bug in atan2() and atan2f() of newlib.library v52.3 that was released
with OS4 final update. Thanks goes to Hubert Maier (Raziel) for writing about
the bug on http://amigans.net
Untill you get a new OS4 release, will you need to use this link library, to be
able to use atan2() or atan2f() together with newlib.library.
When configuring simply add -latan2fix to your LIBS variable. example:
./configure CFLAGS=-mcrt=newlib CPPFLAGS=-mcrt=newlib LDFLAGS=-mcrt=newlib
LIBS=-latan2fix
The code of this link library is part of clib2 (see COPYRIGHT). You can find
clib2 at its project site: http://sourceforge.net/projects/clib2
Best regards,
Henning Nielsen Lund
hnl_dk()amigaos.dk
| |