I got errors of missing DLLs - libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll First time seeing these as EXE dependencies, maybe there’s a way to make them statically built-in. I look into the problem and seems you are using MingW and either giving these DLLs with EXE or building using “–static” linker flag to the compiler.