Hi, please take care about %subject. Just a few notes about .... In Qt and a few other places.
In qt.pspc is re-defined _prefix to /opt/foss/qt4 (instead of default /opt/foss) .... this automaticaly propagates changes to exported variable $PREFIX which has /opt/foss/qt4 now too. In this case variables like $_libdir $_includedir and so on ... are pointing to $PREFIX/lib >>> in result ... to /opt/foss/qt4/lib. If you would use static variable which points always to /opt/foss/lib or /opt/foss/include then you have to use $_foss_lib or $_foss_include, these are static. next one note ... If you would use PKG_CONFIG_PATH, you don't have to setup this variable, becuase is exported by default like this. (Particular paths for each platform, this is for AMD64) + export PKG_CONFIG_PATH=/opt/foss/qt4/lib/amd64/pkgconfig:/opt/foss/lib/amd64/pkgconfig:/usr/lib/amd64/pkgconfig + PKG_CONFIG_PATH=/opt/foss/qt4/lib/amd64/pkgconfig:/opt/foss/lib/amd64/pkgconfig:/usr/lib/amd64/pkgconfig This is done by Respect.pl by default (always) and should be defined in some *.inc file (probably path.inc) in near future. If you would different one, then you have to re-defined in configure.sh or build.sh. PATH is as same case as PKG_CONFIG_PATH + export PATH=/opt/foss/qt4/bin/amd64:/opt/foss/bin/amd64:/opt/dtbld/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin + PATH=/opt/foss/qt4/bin/amd64:/opt/foss/bin/amd64:/opt/dtbld/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin Sorry, I'm not good in explanation, but I'll hope that's clear. Have a nice day -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie
