Prev: Warning: MinGW + MSYS + Eclipse CDT shared libs: The applicationfailed to initialize properly (0xc0000005).
Next: Updated Eclipse CDT MSYS/MinGW Guide for wxWidgets
From: Lars Uffmann on 14 Jun 2010 09:30 http://article.gmane.org/gmane.comp.gnu.mingw.user/33137/ http://article.gmane.org/gmane.comp.gnu.mingw.user/33216/ Apparently, one of the recent binutils versions was not compatible with gnu c++ programs anymore in the default configuration: You needed to add '-Wl,--enable-runtime-pseudo-reloc-v2' to the g++ command line call to avoid the 0xc0000005 error. In the most recent binutils version 2.20.51 (link to article 33216 above) this option has been enabled by default, and wxWidgets libraries are built properly, the wxWidgets sampleMinimal executes just fine. Best Regards, Lars |