Qt & cc1plus - Where is it, How to get it ??
SM McAllister
SteveMcAllister@BigFoot.com
Sat Oct 23 20:51:00 GMT 1999
I solved my own problem(s). I love that !!
What helped was using the kpackage tool.
I got past the cc1plus error by installing the egcs-c++ RPM.
I then got some X related errors and they went away when I installed
the XFree86-devel RPM.
I was able to make Qt and have sicne tested a few examples.
SM McAllister
In article < 7usifr$ofh$1@nnrp1.deja.com >,
SM McAllister <SteveMcAllister@BigFoot.com> wrote:
> I am trying to get Qt 2.02 to compile on a Caldera 2.2.
> My ultimate goal is to get the unixODBC working.
> EGCS was updated a few months ago.
>
> gcc -v shows :
> Reading specs from /usr/lib/gcc-lib/i386-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>
> running a make for Qt I get :
> make[1]: Entering directory `/usr/src/qt-2.0.2/src/moc'
> g++ -c -I/usr/local/qt/include -Wno-unused -Wno-parentheses -pipe -
> O2 -DQT_NO_CO
> DECS -I../../include -I. -o mocgen.o mocgen.cpp
> g++: installation problem, cannot exec `cc1plus': No such file or
> directory
> cpp: output pipe has been closed
> make[1]: *** [mocgen.o] Error 1
> make[1]: Leaving directory `/usr/src/qt-2.0.2/src/moc'
> make: *** [moc] Error 2
>
> The problem seems to be the lack of cc1plus.
> Is it a alias to another file?
> I am pretty sure that EGCS in complete.
> Where is cc1plus supposed to exist?
>
> I have read the Qt instructions, readmes and various stuff to see what
> might be wrong. I have seen some other folks with simliar problems. I
> just have not seen an answer that fixes this.
>
> I have only used gcc not g++ before. So that it probably why I am
> having problems.
>
> Thanks,
> SM McAllister
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
More information about the Gcc-help
mailing list