Hi together,
I get the following linker error when i compile my qt-app in release mode:
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x1c2): undefined reference to `__Unwind_Resume'
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text$_ZN7QVectorIPcE7reallocEii[QVector<char*>::realloc(int, int)]+0x187): undefined reference to `__Unwind_Resume'
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'collect2: ld returned 1 exit status
mingw32-make: *** [release\TokenInitializer.exe] Error 1
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x1c2): undefined reference to `__Unwind_Resume'
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text$_ZN7QVectorIPcE7reallocEii[QVector<char*>::realloc(int, int)]+0x187): undefined reference to `__Unwind_Resume'
c:\Qt\4.6.2\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'collect2: ld returned 1 exit status
mingw32-make: *** [release\TokenInitializer.exe] Error 1
To copy to clipboard, switch view to plain text mode
when I compile and link my qt-app in debug mode, everything is fine.
Also when I rename the libqtmaind to libqtmain...
Is here a known issue in the libqtmain?
Or do I anything wrong?
I have a windows 7 (32 bit) system and use qt 4.6.2 and MinGW 5.1.6.
Thanks for help.
JM
Bookmarks