Bradley Van Kirk writes:
>
> I just installed RH 5.1 and have been trying to get QT compiled,
>in order to run KDE. I'm sure I'm overlooking something but this is what
>I'm doing, I run into problems on the last step:
>
> tar -zxf qt-1.33.tar.gz
> mv qt-1.33 /usr/local/qt
> cd /usr/local/qt
> make linux-gcc-shared
> make
>
> When I do 'make' it says:
>
>gcc -c -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include
>-I/usr/local/qt/include ../tools/qbuffer.cpp -o qbuffer.o
>gcc: installation problem, cannot exec `cc1plus': No such file or
>directory
>make[1]: *** [qbuffer.o] Error 1
>make[1]: Leaving directory `/usr/local/qt/src/moc'
>make: *** [moc] Error 2
>
> Thanx in advance for any help...
>
>
>
>
>
>--
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
>http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
> To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe" as the Subject.
>
RH-5.1 has 2 compilers: gcc and egcs.
It so happens that gcc has no cc1plus compiled so that I guess you have 2 options:
a) Compile cc1plus for gcc
b) Let egcs compile de C++ sources. In order for this to work you should modify
the Makefiles and define the C++ compiler as c++ (egcs front-end for C++ sources)
Hope it helps
--
jj <[EMAIL PROTECTED]>
Linux 2.0.34 #1 Mon Jun 15 03:03:08 CEST 1998 i686
Red Hat Linux release 5.1 (Manhattan)
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.