Brian Havard wrote:
> 
> This doesn't work too well for me. On my platform, isnan() is a macro
> defined in math.h so this fails to detect it. Adding TCADDINCL='#include
> <math.h>' doesn't help either as TestCompile fails with 
> 
> helpers/testfunc.c:3: macro `isnan' used without args
> 
> Any ideas? If it's just me on OS/2 then I can override in os.h but I'm
> guessing other platforms may do the same.
> 

yeah, I was afraid of that. Where is the macro defined? We could
first check for implementations that use macros and then true
functions. Despite the nasty error (which I'm unsure why we're
seeing... such messages should be going to /dev/null) does
the build process completely die?

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
          "Hell is hot, that's never been disputed by anybody."

Reply via email to