PDA

View Full Version : Hello, isn't it the active set of vs2010 QT library causing the problem?



lucky7456969
31st January 2013, 01:15
g++ -mthreads -Wl,-subsystem,windows -o dist/Debug/MinGW-Windows/PerfectSim.exe build/Debug/MinGW-Windows/main.o -L'd:/Qt/4.8.0/lib' -lmingw32 -lqtmaind build/Debug/MinGW-Windows/PerfectSim_resource_res.o -lQtGuid4 -lqtmaind -lQtGuid4 -lQtCored4
Warning: .drectve `/DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" /FAILIFMISMATCH:"_MSC_VER=1600" /FAILIFMISMATCH:"_ITERATOR_DEBUG_LEVEL=2" /DEFAULTLIB:"msvcprtd" /DEFAULTLIB:"MSVCRTD" /DEFAULTLIB:"OLDNAMES" ' unrecognized
d:/Qt/4.8.0/lib/qtmaind.lib(tmp/obj/debug_shared/qtmain_win.obj):(.text[?realloc@?$QVector@PAD@@AAEXHH@Z]+0x19): undefined reference to `___security_cookie'
d:/Qt/4.8.0/lib/qtmaind.lib(tmp/obj/debug_shared/qtmain_win.obj):(.text[?realloc@?$QVector@PAD@@AAEXHH@Z]+0x240): undefined reference to `__CxxThrowException@8'
d:/Qt/4.8.0/lib/qtmaind.lib(tmp/obj/debug_shared/qtmain_win.obj):(.text[?realloc@?$QVector@PAD@@AAEXHH@Z]+0x3b1): undefined reference to `__CxxThrowException@8'
d:/Qt/4.8.0/lib/qtmaind.lib(tmp/obj/debug_shared/qtmain_win.obj):(.text$x+0xd): undefined reference to `@__security_check_cookie@4'

Santosh Reddy
2nd February 2013, 21:27
How does this has to do anything with VS2010?