I'm trying to compile NumPy [1], and am running into a problem: I'm getting undefined references to fetestexcept, feclearexcept, and feraisexcept. These are normally defined in fenv.h.
Now, Cygwin doesn't come with a fenv.h; there *is* one in /usr/include/mingw (and a matching definition in /usr/lib/mingw/libminwex.a), but something tells me that linking a MinGW runtime library into an otherwise-Cygwin program will cause more problems than it'll solve. Any ideas as to what I can do to solve this? Has anyone else successfully built a Cygwin NumPy? Thanks for all the help. -- Luke Stras <[EMAIL PROTECTED]> "The meek can have the Earth; the rest of us have other plans" --Henry Spencer -- 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/