在ubuntu 13.04中安装g ++ 4.8

时间:2013-10-18 04:24:05

标签: linux ubuntu g++4.8

我用过:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test    
sudo apt-get update
sudo apt-get install g++-4.8
在ubuntu 13.04中安装g ++ 4.8 。但是当我想编译 c ++ 程序时,例如world.cpp,我写了g ++ world.cpp,我收到了:

/usr/local/bin/ld: this linker was not configured to use sysroots
collect2: error: ld returned 1 exit status

我是linux新手。我无法用this

解决我的问题

1 个答案:

答案 0 :(得分:2)

最好安装meta-package build-essential,它包含所有通常需要的软件进行编译。

sudo apt-get install build-essential