Hedge
05-13-2002, 09:13 PM
I am trying to follow monkey679 "HOWTO: Installing ShowEQ on Mandrake 8.1 Clean Install" tutorial to install and get ShowEQ running on Mandrake 8.2 under Gnome. Everything was going fine until I tried section 2b)
------------------------------------------------------
cd /usr/lib/qt-2.3.2/
export QTDIR=/usr/lib/qt-2.3.2/
./configure -thread
make (optional -j2 or -j3)
------------------------------------------------------
After I run the make command I get this
-----------------------------------------------------
make[1]: Entering directory `/usr/lib/qt-2.3.2'
cd src/moc; make
make[2]: Entering directory `/usr/lib/qt-2.3.2/src/moc'
g++-3.0.4 -c -I/usr/lib/qt-2.3.2/include -Who-unused -Who-parenthesis -pipe -02
-Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o moc
gen.o mocgen.cpp
make[2]: g++-3.0.4: Command not found
make[2]: *** [mocgen.o] Error 127
make[2]: Leaving directory `/usr/lib/qt-2.3.2/src/moc'
make[1]: Leaving directory `/usr/lib/qt-2.3.2/'
make: *** [int] Error 2
-----------------------------------------------------
Now I really don't understand what this means. I though that the gcc and g++- were possibly the same thing but now I am not so sure. I browsed around the boards here looking for an answer but everything I have tried has come up with the same end result. When I type in
-----------------------------------------------------
gcc
-----------------------------------------------------
and hit the tab key I get the following
-----------------------------------------------------
gcc gcc-2.96 gcc-3.0.4 gcc3-version
-----------------------------------------------------
I have edited the linux-g++-shared file to show the gcc-3.0.4 and the g++-3.0.4 in the appropriate places but still no go. I am looking forward to learning more about the Linux OS but I have a long way to go :) Can anybody tell me what I might be doing wrong?
------------------------------------------------------
cd /usr/lib/qt-2.3.2/
export QTDIR=/usr/lib/qt-2.3.2/
./configure -thread
make (optional -j2 or -j3)
------------------------------------------------------
After I run the make command I get this
-----------------------------------------------------
make[1]: Entering directory `/usr/lib/qt-2.3.2'
cd src/moc; make
make[2]: Entering directory `/usr/lib/qt-2.3.2/src/moc'
g++-3.0.4 -c -I/usr/lib/qt-2.3.2/include -Who-unused -Who-parenthesis -pipe -02
-Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o moc
gen.o mocgen.cpp
make[2]: g++-3.0.4: Command not found
make[2]: *** [mocgen.o] Error 127
make[2]: Leaving directory `/usr/lib/qt-2.3.2/src/moc'
make[1]: Leaving directory `/usr/lib/qt-2.3.2/'
make: *** [int] Error 2
-----------------------------------------------------
Now I really don't understand what this means. I though that the gcc and g++- were possibly the same thing but now I am not so sure. I browsed around the boards here looking for an answer but everything I have tried has come up with the same end result. When I type in
-----------------------------------------------------
gcc
-----------------------------------------------------
and hit the tab key I get the following
-----------------------------------------------------
gcc gcc-2.96 gcc-3.0.4 gcc3-version
-----------------------------------------------------
I have edited the linux-g++-shared file to show the gcc-3.0.4 and the g++-3.0.4 in the appropriate places but still no go. I am looking forward to learning more about the Linux OS but I have a long way to go :) Can anybody tell me what I might be doing wrong?