Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.1.1
-
None
Description
Hello,
With zlib in system, and qt with -system-zlib, under windows the compilation failed:
mingw32-make[3]: Entering directory 'C:/qt5/qtbase/src/tools/moc' C:/mingw32-full/bin/mingw32-make -f Makefile.Release mingw32-make[4]: Entering directory 'C:/qt5/qtbase/src/tools/moc' g++ -Wl,-s -Wl,-subsystem,console -o ../../../bin/moc.exe .obj/release_shared/moc.o .obj/release_shared/preprocessor.o .obj/release_shared/generator.o .obj/release_shared/parser.o .obj/release_shared/token.o .obj/release_shared/main.o -LC:/qt5/qtbase/lib -lQt5Bootstrap C:/qt5/qtbase/lib/libQt5Bootstrap.a(qbytearray.o):qbytearray.cpp:(.text$_Z11qUncompressPKhi+0xb5): undefined reference to `uncompress' C:/qt5/qtbase/lib/libQt5Bootstrap.a(qbytearray.o):qbytearray.cpp:(.text$_Z9qCompressPKhii+0xbf): undefined reference to `compress2' c:/mingw32-full/bin/../lib/gcc/i686-w64-mingw32/4.7.3/../../../../i686-w64-mingw32/bin/ld.exe: C:/qt5/qtbase/lib/libQt5Bootstrap.a(qbytearray.o): bad reloc address 0xbf in section `.text$_Z9qCompressPKhii'
Cheer,