PDA

View Full Version : g++3: Command not found?



Satchel
04-18-2002, 11:49 AM
Installing showeq from scratch and get g++3:Command not found when I do this "make" from 2b. on the installation guide.


cd /usr/lib/qt-2.3.2/
export QTDIR=/usr/lib/qt-2.3.2/
./configure -thread
make

Anyone have any suggestions why I am getting this error?


Satchel

Cryonic
04-18-2002, 11:56 AM
so install gcc3 and then you'll have the command


man rpm

Satchel
04-18-2002, 12:06 PM
Where can I get g++3 to install it is it on RH7.2 disc 1-2?

Yes this is pretty much one of the first times I have delt with linux.


Satchel

Cryonic
04-18-2002, 02:21 PM
Then you might want to do some reading about just linux.

URLs:
http://www.linuxdoc.org
http://www.linuxnewbie.org/
http://www.redhat.com/support/resources/basics/linux_intro.html
http://www.redhat.com/support/errata/rh72-errata.html

Dead tree format:
Running Linux
Linux in a Nutshell
Maximum RPM

check cd2.

S_B_R
04-18-2002, 02:22 PM
Here's a TIP, Find one of the HOWTO's on this site or on hackersquest and follow it. Many of your problems will be fixed even before they occur.

Not to mention we won't have to go over information that has already been covered a million or so times already. :rolleyes:

fyodorst
04-18-2002, 04:38 PM
btw from the updates ive done on a few linux machines if u get the latest versions of gcc in source the old command gcc works like it used to. I've installed 3.0.3 and 3.0.4

just fyi