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
You are here
gcc on win with configure
October 2, 2006 - 7:19am
#1
gcc on win with configure
Well... i believe you can use mingw's msys for that...
basically copy all your msys directory from the HD and add a batch script or launcher program that modifies your msys/etc/fstab file to adjust the drive letter.