

This wiki is not a forum for discussion of usage issues.


Mingw-w64-dgn drangon's mingw-w64 ( mingw-w64.sf.net ) build, native toolchain and cross toolchain for 32bit windo. It is intended to supplement MinGW and the deficiencies of the cmd shell. MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present. PATH=/usr/local/mingw/bin/: $PATH make install-strip configure -target=x86_64-w64-mingw32 -disable-multilib -enable-languages=c,c++,objc,obj-c++ -with-gmp=/usr/local/Cellar/gmp4/4.3.2/ -with-mpfr=/usr/local/Cellar/mpfr2/2.4.2/ -with-mpc=/usr/local/Cellar/libmpc08/0.8.1/ -with-cloog=/usr/local/Cellar/cloog018/0.18.0/ -with-isl=/usr/local/Cellar/isl011/0.11.1/ -with-system-zlib -enable-version-specific-runtime-libs -enable-libstdcxx-time=yes -enable-stage1-checking -enable-checking=release -enable-lto -enable-threads=win32 -prefix= $PREFIX -with-sysroot= $PREFIX PATH=/usr/local/mingw/bin/: $PATH make all-gcc -j4 configure -target=i686-w64-mingw32 -disable-multilib -enable-languages=c,c++,objc,obj-c++ -with-gmp=/usr/local/Cellar/gmp4/4.3.2/ -with-mpfr=/usr/local/Cellar/mpfr2/2.4.2/ -with-mpc=/usr/local/Cellar/libmpc08/0.8.1/ -with-cloog=/usr/local/Cellar/cloog018/0.18.0/ -with-isl=/usr/local/Cellar/isl011/0.11.1/ -with-system-zlib -enable-version-specific-runtime-libs -enable-libstdcxx-time=yes -enable-stage1-checking -enable-checking=release -enable-lto -enable-threads=win32 -disable-sjlj-exceptions -prefix= $PREFIX -with-sysroot= $PREFIX
