Salut , alors voila j'ai un petit probleme quand je compile mon project code block avec la QT 4.7 Command Prompt.Quand j'entre les commandes suivantes :
-cd machin
-qmake -project
-qmake
-mingw32-make
et quand j'execute la derniers commande, j'obtiens :
c:\Qt\4.7.0\lib/libqtmaind.a(qtmain_win.o): In function `WinMain@16':
C:\iwmake\build_mingw_opensource\src\winmain/qtmain_win.cpp:93: undefined refere
nce to `__Unwind_Resume'
C:\iwmake\build_mingw_opensource\src\winmain/qtmain_win.cpp:135: undefined refer
ence to `__Unwind_Resume'
c:\Qt\4.7.0\lib/libqtmaind.a(qtmain_win.o):C:\iwmake\build_mingw_opensource\src\
winmain/../../include/QtCore/../../src/corelib/tools/qvector.h:483: undefined re
ference to `__Unwind_Resume'
c:\Qt\4.7.0\lib/libqtmaind.a(qtmain_win.o):C:\iwmake\build_mingw_opensource\src\
winmain/../../include/QtCore/../../src/corelib/tools/qvector.h:484: undefined re
ference to `__Unwind_Resume'
c:\Qt\4.7.0\lib/libqtmaind.a(qtmain_win.o):qtmain_win.cpp.eh_frame+0x12): unde
fined reference to `___gxx_personality_v0'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\textures.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/4.7.0/examples/opengl/textures'
mingw32-make: *** [debug-all] Error 2
Avez vous une solution pour resoudre ce probleme?