Discussion:
cc1plus
grivet
2006-09-22 14:03:45 UTC
Permalink
Hello,

Using yum i have installed gcc.i386 0:4.1.1-1.fc5 under fedora-5. Due to
dependencies, yum also intalled glibc-devel, glibc-headers, libgcomp,
binutils, and cpp.

I can't compile any program, gcc complaining that it can't find cc1plus.
Why is the innstallation incomplete, where do I get cc1plus?

Thank your for your help
Jean-Philippe Grivet
Rupert Wood
2006-09-22 14:19:06 UTC
Permalink
Post by grivet
I can't compile any program, gcc complaining that it can't find
cc1plus. Why is the innstallation incomplete, where do I get
cc1plus?
The basic gcc package only contains the C compiler, cc1. To get the C++
compiler, cc1plus, you'll need to install the gcc-c++ package too.

There are similar packages for other languages in case you need those too:
Fortran 95 (gcc-gfortran), Ada (gcc-gnat), Java (gcc-java), Objective C and
Objective C++ (gcc-objc and gcc-objc++ respectively).

Rup.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Continue reading on narkive:
Loading...