Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2
-
None
-
None
-
bbf78c9b422c4c7eda7e7fce067578c75d3bc9b3
Description
I like to build a static version of Qt.
My operating system is Windows 7 64bit.
I have done the "Building a static version of Qt" from the wiki
The compiling tool is mingw32-make (version: GNU Make 3.81)
If I compile after the configure I get this error:
./../mkspecs/win32-g++' -o tmp/obj/release_static/zutil.o ../../3rdparty/zlib/zutil.c
ar -M < object_script.libbootstrap.Release
/usr/bin/sh: /c/MyPrograms/Programming/mingw/bin/ar: Invalid argument
mingw32-make[2]: *** [release/libbootstrap.a] Error 126
mingw32-make[2]: Leaving directory `c:/MyPrograms/Programming/Qt4/qtstatic/src/tools/bootstrap'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `c:/MyPrograms/Programming/Qt4/qtstatic/src/tools/bootstrap'
mingw32-make: *** [sub-tools-bootstrap-make_default-ordered] Error 2
Thank you very much for your help.
Greetings kea_