> I went through the build-all.sh script in detail, to be found in the > attchement of > http://permalink.gmane.org/gmane.comp.gnu.mingw.w64.general/6511 > I also looked at the python patches, i had to patch the files manually. > > In the build-all.sh script a pydistutils.cfg file is created. > How is this used ? That file is picked up automatically by distutils, so that whenever you run (for example) easy_install, it will use mingw rather than msvc (which is the platform's default). Otherwise, you'd have to specify that manually every time.
HTH, Vaclav ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
