Results 1 to 2 of 2

Thread: Static build of Qt 5.1.1 on Centos 6

  1. #1
    Join Date
    Mar 2006
    Location
    Jarrell, Texas, USA
    Posts
    70
    Thanks
    7
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Static build of Qt 5.1.1 on Centos 6

    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

  2. #2
    Join Date
    Mar 2006
    Location
    Jarrell, Texas, USA
    Posts
    70
    Thanks
    7
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Static build of Qt 5.1.1 on Centos 6

    Got the actual error:

    gmake[4]: Leaving directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia/radio'
    cd spectrum/ && ( test -e Makefile || /home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtbase/bin/qmake /home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia/spectrum/spectrum.pro -o Makefile ) && gmake -f Makefile
    gmake[4]: Entering directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia/spectrum'
    cd app/ && ( test -e Makefile || /home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtbase/bin/qmake /home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia/spectrum/app/app.pro -o Makefile ) && gmake -f Makefile
    Project ERROR: This application cannot be statically linked to the fftreal library
    gmake[4]: *** [sub-app-make_first-ordered] Error 3
    gmake[4]: Leaving directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia/spectrum'
    gmake[3]: *** [sub-spectrum-make_first] Error 2
    gmake[3]: Leaving directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples/multimedia'
    gmake[2]: *** [sub-multimedia-make_first] Error 2
    gmake[2]: Leaving directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia/examples'
    gmake[1]: *** [sub-examples-make_first] Error 2
    gmake[1]: Leaving directory `/home/sototech/Downloads/qt-everywhere-enterprise-src-5.1.1/qtmultimedia'
    gmake: *** [module-qtmultimedia-make_first] Error 2
    Any help would be appreciated.

    Karl

Similar Threads

  1. build exe with static lib
    By waiter in forum Newbie
    Replies: 1
    Last Post: 20th June 2013, 07:57
  2. QT static build
    By brasco2k9 in forum Installation and Deployment
    Replies: 7
    Last Post: 9th February 2013, 14:34
  3. Build static QT + static SSL problem.
    By makzimi in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2012, 00:45
  4. Replies: 1
    Last Post: 14th January 2010, 00:35
  5. Moving from QT 4.5 shared build to QT 4.5.2 static build
    By extrakun in forum Qt Programming
    Replies: 0
    Last Post: 26th October 2009, 10:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.