The problem maybe in ABI incompatibility with older C++ (not C++11-compliant) run-time libraries:
In C++11 class inheritance for many standard exceptions has changed greatly, so all the run-time libraries must be recompiled to match the inheritance seen by the compiler in the header files (when it compiles the executable). My $0.02 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple