Hi Collin, > It could be possible that MinGW is missing required programs to run.
Please be careful about the term. We need to distinguish
* mingw - which is a toolchain (set of runtime libraries, together
with a customized GCC)
from
* the development environments that people use. There are at least
- Cygwin with installed mingw-* packages,
- MSYS2,
- Debian/Ubuntu with cross tools, using WINE as intermediate layer
for executing Windows binaries.
Here, the reporter is using MSYS2.
Bruno
