Hi, I'm trying to build QT 4.6.3 staticly.
I've used
Qt Code:
  1. cofigure -static -qt-sql-sqlite -no-qt3support
To copy to clipboard, switch view to plain text mode 

and compiled with

Qt Code:
  1. mingw32-make
To copy to clipboard, switch view to plain text mode 

but after a while get an error

Qt Code:
  1. mingw32-make[2]: Entering directory `c:/Qt/4.6.3/src/corelib'
  2. C:/Qt/4.6.3/bin/moc.exe -DQT_THREAD_SUPPORT -DUNICODE -DQT_LARGEFILE_S
  3. UPPORT -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_ASCII_CAST_WAR
  4. NINGS -DQT_MOC_COMPAT -D_USE_MATH_DEFINES -DHB_EXPORT=Q_CORE_EXPORT -I
  5. '../../include' -I'../../include/QtCore' -I'tmp/rcc/debug_static' -I't
  6. mp' -I'global' -I'../3rdparty/zlib' -I'../3rdparty/harfbuzz/src' -I'..
  7. /3rdparty/md5' -I'../3rdparty/md4' -I'../../include/ActiveQt' -I'tmp/m
  8. oc/debug_static' -I'../../mkspecs/win32-g++' -D__GNUC__ -DWIN32 animat
  9. ion/qabstractanimation.h -o tmp/moc/debug_static/moc_qabstractanimatio
  10. n.cpp
  11. The syntax of the command is incorrect.
  12. mingw32-make[2]: *** [tmp/obj/debug_static/qt_pch.h.gch/c++] Error 1
  13. mingw32-make[2]: Leaving directory `c:/Qt/4.6.3/src/corelib'
  14. mingw32-make[1]: *** [debug-all] Error 2
  15. mingw32-make[1]: Leaving directory `c:/Qt/4.6.3/src/corelib'
  16. mingw32-make: *** [sub-corelib-make_default-ordered] Error 2
  17.  
  18. c:\Qt\4.6.3>
To copy to clipboard, switch view to plain text mode 

Anyone can help me?
I've tried also another QT version but still get the problem.

Sorry for my English.