Qt: 5.1.1 Enterprise
OS: CentOS 6

Trying to build static.
Used this configure:
Qt Code:
  1. qt-everywhere-enterprise-src-5.1.1]$ ./configure -prefix "~/Qt/5.1.1_static" -static -release -commercial -confirm-license -I/usr/include/mysql -L/usr/lib64/mysql -qt-sql-mysql -I/u01/app/oracle/product/11.2/db_1/rdbms/public -L/u01/app/oracle/product/11.2/db_1/lib -qt-sql-oci -qt-sql-sqlite -qt-xcb
To copy to clipboard, switch view to plain text mode 

Configure completed successfully. Build failed with an error that read something like "Unable to build this product static" during the QMultimedia build. Unfortunately I failed to capture the exact error message. I reconfigured and am running again to get the error but it will take awhile. I was hoping someone would be able to point me in a good direction.

I do not necessarily need QML, ARM, WebKit, or any of the other juicy Qt5 stuff. I mostly need just good old fashioned Qt stuff. I might just have to revert to Qt 4.8.5 but I'd really prefer not to. There are some features in Qt 5 I really like to use.

Karl