From: vsr Date: Tue, 16 Nov 2004 09:24:20 +0000 (+0000) Subject: Fix a problem of qt installation: a bug of qt configure procedure fixed - force linki... X-Git-Tag: before_merge_from_SALOME2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=038b73f42fd9261a04feaca2fb439dd74b8d88fe;p=tools%2Finstall.git Fix a problem of qt installation: a bug of qt configure procedure fixed - force linking to system images libraries (png, mng, jpeg) by adding linkage keys. --- diff --git a/config_files/qt-x11-free-3.0.5.sh b/config_files/qt-x11-free-3.0.5.sh index b0d0218..7c5d00f 100755 --- a/config_files/qt-x11-free-3.0.5.sh +++ b/config_files/qt-x11-free-3.0.5.sh @@ -75,7 +75,7 @@ export QTDIR=${PRODUCT_DIR} QT_FLAGS="-release -thread -shared -qt-gif -platform linux-g++" ### use system graphics libraries -QT_FLAGS=$QT_FLAGS" -system-libpng -system-libjpeg -system-libmng" +QT_FLAGS=$QT_FLAGS" -system-libpng -system-libjpeg -system-libmng -lpng -lmng -ljpeg" ### link also with Mesa if it is previously installed if [ -n "$MESA_HOME" ]; then QT_FLAGS=$QT_FLAGS" -I${MESA_HOME}/include/GL -L${MESA_HOME}/lib -L/usr/lib -lglide3"