You are here

gcc on win with configure

2 posts / 0 new
Last post
oyster
Offline
Last seen: 15 years 8 months ago
Joined: 2006-04-28 01:52
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

larvyde
Offline
Last seen: 17 years 5 months ago
Joined: 2006-10-05 00:29
MSYS?

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.

Topic locked