On Tue, 19 Jul 2005 23:08:58 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Fraid not. > > Martin> printenv | grep QT gives > > Martin> QTDIR=/usr/lib/qt-3.3 > > Is QTDIR correctly exported? What does "declare -p QTDIR" say? > > JMarc Thanks! Problem resolved. QTDIR is initialized in /etc/profile.d/qt.sh. Executed when you log in / start a new bash. Doesn't help if you install qt-devel (which owns the file) from some terminal window, and you immediately use it to run configure from another window without logging in inbetween... I assume the qt-devel RPM exports QTDIR as well, but that doesn't help if you switch to another window. Phew, sorry for the noise ;-) - Martin