今天好不容易安装上了Ubuntu7.04,但是GCC却不能用。
test.cpp的内容:
#include using namespace std;
int main()
{
cout<<"Hello,Ubuntu..."< return 0;
}
gcc -o test test.cpp
回车之后出现:
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
这是怎么回事呢........
谢谢......
文章评论
共有 1 条评论
NetFlow 于 2008-05-18 10:48:34发表:
gcc: error trying to exec 'cc1plus': execvp: No such file or directory error: command
NetFlow 于 2008-05-18 10:48:34发表:
gcc: error trying to exec 'cc1plus': execvp: No such file or directory error: command
apt-get install g++ 安装一下g++即可,也就是c++ compiler
gcc只是编译器的一个前端,后端的library也必须安装,否则啥都干不了
install msgfmt, sudo apt-get install gettext