What is correct way to solve the build error while making static libraries of Qt
问题 I am also making static library of Qt (qt.4.3.3) , the steps to do the same are I downloaded a open source of qt-all-opensource-src-4.3.3. I built static libraries using following steps. The gcc version I am using is gcc 5.2.0 cd qt-all-opensource-src-4.3.3 gmake conflcean ./configure -release -static -largefile -qt3support -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -glib -platform linux-g++-64 -confirm-license -no-openssl -no-qdbus -prefix ./static_new -prefix-install -opengl -sm -lSM