C:\Projet C++\test1>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Projet C++/test1'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..
\Qt\4.6.3\include\QtCore" -I"..\..\Qt\4.6.3\include\QtGui" -I"..\..\Qt\4.6.3\inc
lude" -I"." -I"..\..\Qt\4.6.3\include\ActiveQt" -I"debug" -I"..\..\Qt\4.6.3\mksp
ecs\win32-g++" -o debug\main.o main.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -mthreads -Wl -Wl,-subsystem,windows -o debug\test1.exe debug/main.o -L"c:\Q
t\4.6.3\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
c:\Qt\4.6.3\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.6.3\lib/libqtmaind.a(qtmain_win.o):C:\iwmake\build_mingw_opensource\src\
winmain/../../include/QtCore/../../src/corelib/tools/qvector.h:482: undefined re
ference to `_Unwind_Resume'
c:\Qt\4.6.3\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.6.3\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\test1.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Projet C++/test1'
mingw32-make: *** [debug] Error 2
Partager