mingw-distro
mingw-distro copied to clipboard
MinGW distro build scripts.
When will the whole distro set be upgraded or has it been deprecated??
In distro 18.0, grep 3.7 crashes without `-P`. I'm not sure when this started happening (it took me a while to notice because I usually use `-P`).
Two users have independently reported that building different projects (Lua, wxWidgets) fails with a dialog box complaining: > `c:\mingw\lib\bfd-plugins\libdep.a` is either not designed to run on Windows or it contains...
`coreutils.sh` is my worst build script, by far. It contains a huge number of terrible hacks, and salvages `sort`, `uniq`, and `wc` from the build's flaming wreckage. It would be...
When building with mingw-w64 7.0.0, several components (coreutils, gdb, and sed) fail to link: ``` CCLD sed/sed.exe c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: sed/sed-compile.o:compile.c:(.text+0x1476): undefined reference to `__chk_fail' c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: sed/sed-execute.o:execute.c:(.text+0x3445): undefined reference to `__chk_fail' c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:...
`mingw-w64+gcc.sh` contains: ``` # Prepare to build gcc - perform magic directory surgery. cp -r dest/x86_64-w64-mingw32/lib dest/x86_64-w64-mingw32/lib64 cp -r dest/x86_64-w64-mingw32 dest/mingw mkdir -p src/gcc/winsup/mingw cp -r dest/x86_64-w64-mingw32/include src/gcc/winsup/mingw/include ``` It's...
This should be reported to [libsdl-org/SDL_mixer](https://github.com/libsdl-org/SDL_mixer). SDL_mixer 2.6.3's build system is broken (at least for my MSYS2/mingw-w64 environment). It assumes that it can include various headers, both its public SDL_mixer.h...
When re-enabling the GCC bootstrap, the following set of versions fails: * gmp-6.3.0 * mpfr-4.2.1 * mpc-1.3.1 * **isl-0.26** * mingw-w64-v11.0.1 * gcc-13.2.0 The bootstrap succeeds if I keep isl-0.24,...
Hi @StephanTLavavej, I was trying to use your distro as an acid test for a GCC issue that was recently fixed, and I found that the `-flto` option of GCC...
Everything except vorbis-tools theoretically supports CMake. In distro 19.0 I tried, but encountered problems (e.g. relating to how the environment identifies itself as UNIX, MSYS, and WIN32 simultaneously). I should...