我正在尝试使用Qt 4.8.4和Qt Creator 2.6.2在Windows XP 32位中构建一个Qt项目。在收到数十万个问题之后,编译器报告了2个错误:
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
如何解决此问题的想法?
OS:使用MingW编译器的Windows XP 32位。