gcc on win with configure
Is there a portable gcc on windows( I prefer to mingw, because it does not need extra dll as cygwin does), which supports the bash, autoconfigue comannd, so that I can compile most of the src on the command line like
./configure
make static
cd py_ext
make mingcmodule.so
make install
please note that I am not saying the portable devcpp IDE. Thanx