OMGWoot
02-19-2003, 10:46 AM
In the "gmake install" call I get that error maybe 30 sec after it started.
strip "/opt/qt-3.0.5/doc/html/"
strip /opt/qt-3.0.5/doc/html/: Is a directory
gmake[2]; *** [install_docs] Error 1
gmake[2]; Leaving directory '/usr/lib/qt-3.0.5/src'
gmake[1]; *** [src-install] Error 2
gmake[1]; Leaving directory '/usr/lib/qt-3.0.5/'
gmake[1] *** [install] Error 2
I did follow the instructions provided and logged in as root.
I run those commands:
export QTDIR=/usr/lib/qt-3.0.5
./configure -thread --prefix=opt/qt-3.0.5
gmake
gmake install (<---- getting the error here)
The only thing I didnt do is to edit the file and change gcc to gcc3 and g++ to g++3 cause it was making an error saying no such program! I'm on mandrake 8.2.
Any help on this would be appreciated.
strip "/opt/qt-3.0.5/doc/html/"
strip /opt/qt-3.0.5/doc/html/: Is a directory
gmake[2]; *** [install_docs] Error 1
gmake[2]; Leaving directory '/usr/lib/qt-3.0.5/src'
gmake[1]; *** [src-install] Error 2
gmake[1]; Leaving directory '/usr/lib/qt-3.0.5/'
gmake[1] *** [install] Error 2
I did follow the instructions provided and logged in as root.
I run those commands:
export QTDIR=/usr/lib/qt-3.0.5
./configure -thread --prefix=opt/qt-3.0.5
gmake
gmake install (<---- getting the error here)
The only thing I didnt do is to edit the file and change gcc to gcc3 and g++ to g++3 cause it was making an error saying no such program! I'm on mandrake 8.2.
Any help on this would be appreciated.