|
From: Travis O. <oli...@ee...> - 2005-10-20 17:40:04
|
> Let me know if you still want this and I'll make one for you. > > FYI, MinGW works great for matplotlib but you may have to > row-your-own-boat when it comes to numarray. As far as I know, there > are missing glibc dependencies for numarray, particularly IEEE > exception handling. Actually, mingw handles IEEE exceptions fine (using the LINUX style). You just have to include the right directories (it took me a while to track that one down). Look in new scipy core ufuncobject.h for the test for MINGW. -Travis |