"David Cournapeau": > Autotools only help for posix-like platforms. They are certainly a big > hindrance on windows platform in general, That is why mingw has MSYS. mingw is not just a gcc port, but also a miniature gnu environment for windows. MSYS' bash shell allows us to do things like: $ ./configure $ make && make install Sturla