【发布时间】:2014-03-14 19:30:11
【问题描述】:
我使用的是 ubuntu 12.04。我正在尝试“制作”一个项目。
我收到此错误:
g++: error trying to exec 'cc1plus': execvp: No such file or directory
我已经安装了 g++。
【问题讨论】:
-
我在安装带有 C++ 扩展名的 Python 包(熊猫)时遇到了同样的问题,这个答案是 has helped我。我有 gcc 4.9 和 g++ 4.8。一旦我使用
aptitude将 gcc 降级到 4.8 以使版本匹配,问题就解决了。