Just now I've found that I am unable to run C++ programs compiled through MinGW (g++) without having a copy of the libstdc++ dll in the same directory. This never used to be the case.
I recently installed CMake, which I think may be causing the issue, but I can't say for sure. How can I fix this?
I'm getting the error "The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library ".