Re: frexpl on Solaris, Cygwin

2010-04-05 Thread Bruno Haible
> ../gllib/math.h:620: error: 'frexpl' was not declared in this scope > > Again, the problem is that REPLACE_FREXPL is set when the function does > not exist. This fixes it. Oops, it did not fix it, because gl_FUNC_FREXPL_NO_LIBM can still set REPLACE_FREXPL=1 when the function exists. I'm appl

frexpl on Solaris, Cygwin

2010-04-04 Thread Bruno Haible
On Solaris 8 and Cygwin 1.7.2 I'm seeing this error: ../gllib/math.h:620: error: 'frexpl' was not declared in this scope Again, the problem is that REPLACE_FREXPL is set when the function does not exist. This fixes it. 2010-04-04 Bruno Haible frexpl: Fix a C++ test error on Solari