LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Licq & slackware (https://www.linuxquestions.org/questions/linux-software-2/licq-and-slackware-23559/)

anorex 06-16-2002 03:30 PM

Licq & slackware
 
:newbie:

hello,

i'd like to install licq on slackware , i've followed the install guide
included by licq , & i've tryd the installguide on

http://www.linuxnewbie.org/nhf/intel...lack/licq.html :

3: Now as root, make sure nothing is in ~/.profile (or ~/.bashrc) or /etc/profile (or /etc/bashrc) relating to QT. If there is nothing there from QT then edit /etc/profile, go to the very bottom and add this section:

# QT Settings

QTDIR=/usr/local/qt
PATH=$PATH:/usr/local/bin:$QTDIR/bin
if [ $MANPATH ]
then
MANPATH=$QTDIR/man:$MANPATH
else
MANPATH=$QTDIR/man
fi
if [ $LD_LIBRARY_PATH ]
then
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
else
LD_LIBRARY_PATH=$QTDIR/lib
fi
LIBRARY_PATH=$LD_LIBRARY_PATH
if [ $CPLUS_INCLUDE_PATH ]
then
CPLUS_INCLUDE_PATH=$QTDIR/include:$CPLUS_INCLUDE_PATH
else
CPLUS_INCLUDE_PATH=$QTDIR/include
fi

export QTDIR PATH MANPATH LD_LIBRARY_PATH LIBRARY_PATH
export CPLUS_INCLUDE_PATH


Stop here. Now, type (as root):
mv qt-2.00 /usr/local/qt
Logout (type exit) and log back in
cd to /usr/local/qt and type ./configure -gif
make
Now this is going to take a LONG time. Took over an hour on my Pentium 200. After it is done.
Type ldconfig

-> here comes the problem, when i type ./configure -gif && make
my linux says that it doesn't know "gif" & "make"
how do i fix this?????

tia

anorex

Aussie 06-16-2002 07:40 PM

Do you have kde installed?


All times are GMT -5. The time now is 12:53 PM.