My .profile file is as follows: tillarium:/home/tilleyrw# cat .profile QTDIR=/usr/local/qt PATH=$QTDIR/bin:$PATH MANPATH=$QTDIR/doc/man:$MANPATH LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH But when I issue a ./configure I am told: tillarium:/usr/local/qt# ./configure The environment variable $QTDIR is not set correctly. It is currently set to "", but it should be set to this directory, which is "/usr/local/qt". Please read the INSTALL file for instructions on how to set $QTDIR correctly. If you have set $QTDIR in your .profile or .login, you will need to log out and log in again to make the setting effective. First, what's wrong? I've logged out and back in several times to verify that everything is read. Do I need to put the variable declarations into my .bashrc instead? Second, should I install Qt 3.0.4 on my box? As the Debian packagers are late (May 2nd anyone?) with XFree86 4.2 and KDE 3.x.y should I install the latest Qt in preparation for these packages? -- Any information or comments are most appreciated. Robert Tilley -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]