Dave's Brain

Browse - programming tips - cc1plus execvp no such file or directory

Date: 2010nov4
OS: Linux

Language: C++


Q.  What does this error mean:

	gcc -g ... -c myfile.cpp
	gcc: error trying to exec 'cc1plus': execvp: No such file or directory

A.  You are trying to compile a C++ program without the C++ compiler installed. On Fedora do this:

	yum install gcc-c++
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2012, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.
Advertisements: