steveb
08-04-2002, 12:24 PM
Time to post.
I'm following the install guide and have carefully read the FAQ and done my searches and research. According to previous posts, it is necessary to replace the gcc and g++ with the -3.0.4 when making under MD 8.2. When i do so, and try to make qt i get:
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 -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.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]: *** [src-moc] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.3.2'
make: *** [init] Error 2
make[1]: Entering directory `/usr/lib/qt-2.3.2'
cd src/moc; make
--------------------------------------------------------
Looks to me as if g++-3.0.4 is NOT installed in MD 8.2. I checked my Package list, and it says that gcc is installed, byt the PM says that 8.2 comes with 2.96, NOT 3.0.4. I've read two conflicting things from the boards. One..that 2.96 is what MD 8.2 comes with, and one that MD 8.2 has 3.0.4. Further, when I try to download 3.0.4 and to update the package, it tells me that it is already installed. I guess im either dense, or stuck, or in the Twilight Zone. Any ideas guys?
:)
I'm following the install guide and have carefully read the FAQ and done my searches and research. According to previous posts, it is necessary to replace the gcc and g++ with the -3.0.4 when making under MD 8.2. When i do so, and try to make qt i get:
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 -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.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]: *** [src-moc] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.3.2'
make: *** [init] Error 2
make[1]: Entering directory `/usr/lib/qt-2.3.2'
cd src/moc; make
--------------------------------------------------------
Looks to me as if g++-3.0.4 is NOT installed in MD 8.2. I checked my Package list, and it says that gcc is installed, byt the PM says that 8.2 comes with 2.96, NOT 3.0.4. I've read two conflicting things from the boards. One..that 2.96 is what MD 8.2 comes with, and one that MD 8.2 has 3.0.4. Further, when I try to download 3.0.4 and to update the package, it tells me that it is already installed. I guess im either dense, or stuck, or in the Twilight Zone. Any ideas guys?
:)