Hi everbody,
Have the same error like on the top on page and my compiler is still not able to compile.
I already have following in my system (Win Xp 32-bit SP3):
MinGW installed and located :
C:\local\MinGW
gcc -v : 3.4.5
and I'm sure that is the only version installed cause I did not intall MingGW together with QT.
added to PATH environment:
;C:\local\MinGW\bin;C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\bin
I cannot compile simple application from tutorial cause have the errors from the top of the page:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
c:\Qt\2010.05\qt\lib/libqtmaind.a(qtmain_win.o): In function `WinMain@16':
C:\qt-greenhouse\Trolltech\Code_less_create_more\Trolltech\Code_less_create_more
\Troll\4.6\qt\src\winmain/qtmain_win.cpp:93: undefined reference to `_Unwind_Res
ume'
C:\qt-greenhouse\Trolltech\Code_less_create_more\Trolltech\Code_less_create_more
\Troll\4.6\qt\src\winmain/qtmain_win.cpp:135: undefined reference to `_Unwind_Re
sume'
c:\Qt\2010.05\qt\lib/libqtmaind.a(qtmain_win.o):../../include/QtCore/../../src
/corelib/tools/qvector.h:482: undefined reference to `_Unwind_Resume'
c:\Qt\2010.05\qt\lib/libqtmaind.a(qtmain_win.o):../../include/QtCore/../../src
/corelib/tools/qvector.h:483: undefined reference to `_Unwind_Resume'
c:\Qt\2010.05\qt\lib/libqtmaind.a(qtmain_win.o):qtmain_win.cpp:(.eh_frame+0x12
): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\myqtapp.exe] Error 1
mingw32-make[1]: Leaving directory `C:\local\workspace\my_first_qt_app'
mingw32-make: *** [debug] Error 2
|
Anyone can help?