FyberOptyx
04-13-2002, 11:21 AM
I am trying to install qt-3 on debian.
I have followed the instructions which say to edit the .bash_profile to add the path.
It then says to add to .login - as there isn't a .login I created .bash_login.
It says to enter in this:
setenv QTDIR /usr/local/qt
setenv ........
setenv.........
etc.
I then logout/login then cd /usr/local/qt
./configure -platform linux-g++
It comes back with The environment variable $QTDIR is not set correctly. It is currently set to "" but it should be set to "/usr/local/qt"
echo $QTDIR shows "/usr/local/qt"
What am I doing wrong? I have also entered the env statements in .bashrc with the same error.
Does Debian have a .login that it reads ?
TIA
I have followed the instructions which say to edit the .bash_profile to add the path.
It then says to add to .login - as there isn't a .login I created .bash_login.
It says to enter in this:
setenv QTDIR /usr/local/qt
setenv ........
setenv.........
etc.
I then logout/login then cd /usr/local/qt
./configure -platform linux-g++
It comes back with The environment variable $QTDIR is not set correctly. It is currently set to "" but it should be set to "/usr/local/qt"
echo $QTDIR shows "/usr/local/qt"
What am I doing wrong? I have also entered the env statements in .bashrc with the same error.
Does Debian have a .login that it reads ?
TIA