红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Install g++ compiler on ubuntu

Install g++ compiler on ubuntu

when i was compile some packages ,I met with the error --cannot find compiler g++.. .after searching on the net . I have found the key to it .
run the following command :
sudo apt-get install g++ ; to install g++ compiler
after having installed g++,
it might still cannot successfully compile the package,see the hint "Can't find X includes"

run the command :
sudo apt-get install kdebase-dev
then you may can use g++ to compile packages.

TOP

thank you for shareing experience

TOP

发新话题