SaaSHub helps you find the best software and product alternatives Learn more →
MINGW-packages Alternatives
Similar projects and alternatives to MINGW-packages
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
manim
Discontinued A community-maintained Python framework for creating mathematical animations. [GET https://api.github.com/repos/ManimCommunity/manim: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by ManimCommunity)
-
-
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
-
-
-
-
-
-
-
-
-
-
-
-
MINGW-packages discussion
MINGW-packages reviews and mentions
- A time-travelling door bug in Half Life 2
-
0+0 > 0: C++ thread-local storage performance
Note that MinGW uses libwinpthread, which is known to have slow TLS behavior anyway (I've observed a 100% overhead compared to running the same program under WSL using a linux-native GCC). c.f. https://github.com/msys2/MINGW-packages/discussions/13259
-
Celebrating 6 years since Valve announced Steam Play Proton for Linux
https://github.com/msys2/MINGW-packages/issues/21325
https://github.com/panda3d/panda3d
tuxmath/mingw/ has CodeBlocks build config with mingw32 fwics: https://github.com/tux4kids/tuxmath/blob/master/mingw/tuxmat...
Code::Blocks:
-
CMake error with TryCompile, i686-w64-mingw32.static.posix.dw2-gcc: error: unrecognized command line option '-rdynamic'
Have never tried to cross compile using mingw, however this page came up on a quick Google search: https://github.com/msys2/MINGW-packages/issues/6341
-
Build a GCC 13 compiler from source for Windows 10/11
Then you setup a proper GNU environment, either mingw, cygwin or WSL, get the prereqs and start compiling with the proper target. You can see the used build recipe with the https://packages.msys2.org/package/mingw-w64-x86_64-gcc package. (ie https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-gcc)
- "multiple definition of `std::type_info::operator==(std::type_info const&) const" when compiling with -static-libstdc++
-
Questions Regarding working with Mingw_w64, MSYS2, and CMake on Windows
If you take a look at the PKGBUILD file for mingw-w64-cmake base package, you'll see that it applies some patches that make sense for MinGW. Most notably, it makes Ninja the default build generator instead of Visual Studio.
- My Matching Game C++ builds in Dev C but not g++.
- Epic thread on getting the Ada compiler bootstrapped in UCRT64 MSys2 (2021)
-
Failing to compile MAME on Windows. Help?
Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=F:/MameDev/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-11.2.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --enable-checking=release --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran,ada,objc,obj-c++,jit --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-lto --enable-libgomp --disable-multilib --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev6, Built by MSYS2 project' --with-bugurl=https://github.com/msys2/MINGW-packages/issues --with-gnu-as --with-gnu-ld --with-boot-ldflags='-pipe -Wl,--dynamicbase,--high-entropy-va,--nxcompat,--default-image-base-high -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc' 'LDFLAGS_FOR_TARGET=-pipe -Wl,--dynamicbase,--high-entropy-va,--nxcompat,--default-image-base-high' --enable-linker-plugin-flags='LDFLAGS=-static-libstdc++\ -static-libgcc\ -pipe\ -Wl,--dynamicbase,--high-entropy-va,--nxcompat,--default-image-base-high\ -Wl,--stack,12582912' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.2.0 (Rev6, Built by MSYS2 project)
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Jun 2026
Stats
msys2/MINGW-packages is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of MINGW-packages is Shell.