From: Eric Y. K. <eri...@gm...> - 2011-07-17 10:16:56
|
On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > > 3. wxHaskell builds fine, but when running any GUI app: > > The procedure entry point __gxx_personality_v0 could not be > > located in the dynamic link library libstdc++-6.dll > > Oh, that's odd. I just noticed that I can run my program fine > from the MSYS shell, but if I run it from the DOS prompt or by > double-clicking I get error message above. OK, sorry for being noisy. What worked for me is to uninstall the TDM GCC I had installed earlier and to make sure that MinGW/bin was in my PATH. I think the active ingredient in these steps is making sure we're using the mingw libstdc++ and not the tdm one. This makes me think that maybe my self-built wxWidgets might have worked (although I think I *was* working from the MSYS shell then) if I had done the same. After all, the wxPack version was built with the same. -- Eric Kow <http://erickow.com> |