g++ installation

今天编译hotspot,又出现下面这个问题,
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 

你可能感兴趣的:(C++,command,gcc,library,compiler,编译器)