|
From: Earnie B. <ea...@us...> - 2012-07-06 11:44:31
|
On Thu, Jul 5, 2012 at 4:44 PM, Frédéric Bron <fre...@m4...> wrote: > I had to reinstall MinGW and it came with gcc/g++ 4.7.0. However, I > get some issues when I use it with wxwidgets (strange seg faults) > while gcc/g++ 4.6.2 worked well before. You'll need to rebuild wxwidgets library with gcc/g++ 4.7.0. There are ABI breakages for both C and C++. > How can I install MinGW with gcc/g++ 4.6.2 or 4.6.3? I don't remember the syntax exactly but it is something like: mingw-get install --reinstall gcc-4.6.3 -- Earnie -- https://sites.google.com/site/earnieboyd |