cannot exec 'cc1plus'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a little C++ app, see that:

$ cat teste.cpp
#include <iotream>

using namespacing std;


int main() {
  cout << "testing the g++ compiler" << endl;

  return(0);
}

When I try the following command I get an error:

$ g++ -o teste teste.cpp
g++: installation problem, cannot exec `cc1plus': No such file or directory

Does anyone know what's happening?

Regards.


--
Murilo Opsfelder Araújo
Linux User #391561
./murilo --opsfelder='araujo'


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux