红联Linux门户
Linux帮助

Install g++ compiler on ubuntu

发布时间:2007-10-25 15:53:15来源:红联作者:weidrson
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.
文章评论

共有 1 条评论

  1. linuxguy 于 2007-11-01 23:50:45发表:

    thank you for shareing experience