首页 > 代码库 > ubuntu下code::blocks无法编译 /bin/sh: 1: g++ not found 解决办法
ubuntu下code::blocks无法编译 /bin/sh: 1: g++ not found 解决办法
linux下code::blocks无法编译运行提示 /bin/sh: 1: g++ not found 的解决办法
今天在ubuntu 12.04 软件中心中选装了codeblocks,安装完成后却连最简单的hello world 都无法编译运行。
编译时提示
/bin/sh: 1: g++: not found
运行时总提示
It seems that this file has not been built yet.
Do you want to build it now?
因为系统没有装C++编译器
安装相应编译器即可解决此问题(依据系统软件安装方式):
(ubuntu下)
sudo apt-get install g++
(Fedora下安装)
sudo yum install gcc-c++
ubuntu下code::blocks无法编译 /bin/sh: 1: g++ not found 解决办法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。