Sisyphus wrote: > I haven't checked for 'modfl' and 'frexpl', but 'sqrtl' at least seems to be > available in the C compiler. Why does configure report that it's not
Why do you say this? It's not available. And it's not something the compiler provides, it's something the libc provides, and in the case of newlib, none of these three functions exist, so the results are expected. At the moment newlib only supports long double I/O, i.e. printf and scanf. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/