Static compilation of Qt5 in Linux
-
Hello all,
I am trying to compile Qt5 statically in order to deploy my application. I followed the instructions from http://qt-project.org/wiki/Building_Qt_5_from_Git to install all my libraries.
The configure line I used is: ./configure -developer-build -opensource -nomake examples -nomake tests -static
Then just normal make.
I recevied the following error: https://gist.github.com/ungureanuvladvictor/0f2e129aad020a87c2bd. I am running on Ubuntu 14.04.2 LTS. The gcc version that I have is: https://gist.github.com/ungureanuvladvictor/319166365269ec99151e.
Any hints how to compile everything statically ?
Best,
Vlad