David Cournapeau skrev: > I agree - mingw is easy to install, but the mingw webpage is awful, > and the download link almost hidden in their main page. > > I tend to like the binary installer from Equation.com better (currently GCC 4.4.1):
http://www.equation.com/servlet/equation.cmd?call=fortran gfortran's wiki also has binary installers for Windows (GCC 4.5.x), but it does not include C++. http://gcc.gnu.org/wiki/GFortranBinaries MSYS from MinGW is nice if you need to run configure scripts. But getting all the right packages from MinGW's sourceforge site a nightmare. They have also made sure that all packages are gzipped tarballs, not zip-files that Windows undertands natively. So to install you first have to find a way to unpack the tarballs (e.g. pay for WinZip), which can be a challenge on Windows. No... use the binary from Equation.com instead. You get C, C++ and Fortran compilers installed without any hassle. Sturla Molden _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
