I am trying to build a Qt project in Windows XP 32 bit using Qt 4.8.4 and Qt Creator 2.6.2. After getting hundreds of thousand of issues there are 2 errors reported by the compiler:
c:\Qt\4.8.4\lib\libqtmaind.a(qtmain_win.o)(.eh_frame+0x12):-1: In function`Z4qMinIiERKT_S2_S2_':
..\..\src\corelib\thread\qbasicatomic.h:95: error: undefined reference to `__gxx_personality_v0'
:-1: error: collect2: ld returned 1 exit status
An ideas how to fix this ?
OS: Windows XP 32 bit with MingW compiler.