PDA

View Full Version : lil help plz!!



redpoint13
03-31-2002, 03:00 AM
ive been following the guide step by step.. and making slight progress...

but when i do make -j2

i get these errors:


make[2]: Entering directory `/usr/lib/qt-2.3.2/src/moc'
g++-3.0.1 -c -I/usr/lib/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.o mocgen.cpp
g++-3.0.1 -c -I/usr/lib/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qbuffer.o ../tools/qbuffer.cpp
make[2]: g++-3.0.1: Command not found
make[2]: *** [mocgen.o] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: g++-3.0.1: Command not found
make[2]: *** [qbuffer.o] Error 127
make[2]: Leaving directory `/usr/lib/qt-2.3.2/src/moc'
make[1]: *** [src-moc] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.3.2'
make: *** [init] Error 2


thanks for the help

fryfrog
03-31-2002, 03:22 AM
are you using mandrake or redhat?

it looks like you are using redhat, and trying to use the mandrake commands... or if you ARE using mandrake... you might not have gcc-3.0.1 installed.

rh = gcc3 / g++3
mdk = gcc-3.0.1 / g++-3.0.1

make sure you are on the right version :)

redpoint13
03-31-2002, 03:38 AM
im using mandrake 8.2

and i changed those file thingies to g++-3.0.1 gcc-3.0.1 etc...

Cryonic
03-31-2002, 10:31 AM
make[2]: g++-3.0.1: Command not found
^^^^^^^^^^^^^^^^^^^^^^^^^^

That is your problem. Solve that to get it to work (is gcc3 even installed???).

redpoint13
03-31-2002, 11:18 AM
i dont even know heh, ive been following the guide step by step. Maybe i did something wrong ill start over again from the begenning and let ya know.

fryfrog
03-31-2002, 02:48 PM
my guess is that perhaps with mdk 8.2 the gcc version has been bumped. try using the <tab> key to auto-complete a command...

type "gcc-" then hit the <tab> key. it should EITHER complete it to (for example) gcc-3.0.2 or it will LIST the avaialble version (perhaps gcc-2.96 and gcc-3.0.2).

that would be my guess :)

i'm still using mdk 8.1 cause i think the cds of 8.2 i downloaded were gay.