===============================================================================
1) Native binaries, built using the mingw tool chain.
- I recommend to use the Cygwin environment as the development environment
+ I recommend to use the Cygwin environment as the development environment (*)
and mingw only as the target (runtime, deployment) environment.
For this, you need to install
* Cygwin (from https://cygwin.com/),
make install
+ (*) Note: The MSYS2 environment as a development environment is *not*
+ supported. This environment contains an ignoble and ignominious hack:
+ In a program invocation, the program *by default* receives different
+ arguments than the ones that the caller has passed. See
+ <https://www.msys2.org/wiki/Porting/#filesystem-namespaces>.
+ All program invocations in this environment are therefore unreliable.
+
===============================================================================
2) Native binaries, built using the MS Visual C/C++ tool chain.