Hello, I've a working SConstruct file (more or less) that fails in the linking stage due to using the normal MinGW toolchain and not the MinGW-w64 toolchain. This might be an artifact of what Python 2.7 adds to the PATH, but I'm not sure. The normal MinGW isn't in my PATH but the MinGW-w64 installation is. Thanks in advance.