Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.7.0
-
None
-
Windows 2008 Server; MinGW 4.5.1; Qt 4.7.0 RC 1; Qt built statically using:
configure -no-script -no-scripttools -no-style-plastique \
-no-style-cleanlooks -no-style-cde -no-style-motif \
-no-gif -no-webkit -sse2 -mmx -no-rtti -no-audio-backend \
-no-multimedia -no-exceptions -no-dbus -fast \
-no-qt3support -no-stl -opensource -release -static \
-no-openssl -no-phononWindows 2008 Server; MinGW 4.5.1; Qt 4.7.0 RC 1; Qt built statically using: configure -no-script -no-scripttools -no-style-plastique \ -no-style-cleanlooks -no-style-cde -no-style-motif \ -no-gif -no-webkit -sse2 -mmx -no-rtti -no-audio-backend \ -no-multimedia -no-exceptions -no-dbus -fast \ -no-qt3support -no-stl -opensource -release -static \ -no-openssl -no-phonon
Description
While trying to statically link Qt into my application (as I have done with both 4.5.x and 4.6.x) I get the following linker error:
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -Wl,-subsystem,windows -o release\doublependulum.exe object_script.doublependulum.Release -L"c:\Qt\2010.05-rc1\qt\lib" -lmingw32 -lqtmain release\doublependulum_res.o -LC:/Qt/2010.05-rc1/qt/plugins/imageformats -lqsvg -lQtSvg -lQtOpenGL -lglu32 -lopengl32 -lQtGui -lgdi32-lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCore -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lws2_32
c:\Qt\2010.05-rc1\qt\lib/libQtSvg.a(qsvghandler.o):qsvghandler.cpp.text+0x3be): undefined reference to `imp__Z7qstrtodPKcPS0_Pb'
collect2: ld returned 1 exit status
The program is built using qmake and has never given any trouble before.
Attachments
Issue Links
- relates to
-
QTBUG-13944 Current 4.7 branch fails to build with -static
-
- Closed
-
-
QTBUG-13560 LNK4217 warning when building application against static Qt SVG lib.
-
- Closed
-