math.h

Søren Holm sgh@sgh.dk
Mon Feb 1 00:27:00 GMT 2010


Mandag 01 februar 2010 01:08:17 skrev Yaakov (Cygwin/X):
> Careful; <ieeefp.h> disables the isnan and isinf macros (which are
> required by POSIX) and declares them as functions instead.  So <math.h>
> cannot #include <ieeefp.h> in this way.  If you really need these
> functions, I think you'll need to #include <ieeefp.h> in your code
>  directly.

ok. The wierd thing is that the software I'm developing compile nice agains 
newlib 1.1.7 but it fails with missing isnanf against newlib 1.18.

/Søren Holm



More information about the Newlib mailing list