Re: fenv.h and friends

2006-01-15 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luke Stras wrote: > 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. Right, but is not provided by newlib. >

Re: fenv.h and friends

2006-01-13 Thread Larry Hall (Cygwin)
Luke Stras wrote: 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

fenv.h and friends

2006-01-13 Thread Luke Stras
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/