This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
cannot exec 'cc1plus'
- From: "Murilo Opsfelder Araújo" <mopsfelder at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 26 Sep 2006 15:06:25 -0300
- Subject: cannot exec 'cc1plus'
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'