There are currently 12 posts.
|
Floor 11
125.67.191.*
5/2/11 22:00
ubuntu下“make: g++:命令未找到”解决办法
其他技术文档
2009-03-09 21:56:01
阅读873
评论0
字号:大中小 订阅
我在ubuntu下面用Qt4编译.cpp文件时, 键入了 make 命令之后 出现了如下提示。。。 make: g++:命令未找到 make: *** [outlook.o] 错误 127 网上找资料后,找到以下解决办法: 出现错误是因为没有安装g++编译器,运行以下命令来安装: sudo apt-get install g++ 应该就好了,如果还没好,再安装这个: sudo apt-get install pentium-builder |
|
|
Floor 12
125.67.191.*
5/2/11 22:00
|