摘要: Q:gcc: error trying to exec 'cc1plus': execvp: 没有该文件或目录A:> gcc: error trying to exec 'cc1plus': execvp: 没有该文件或目录 出错的时候要注意看信息提示,你的问题是没有 cc1pluc 表明你的系统缺少 g++ 包。 $sudo aptitude install g++Q:undefined ... 阅读全文
posted @ 2009-11-13 20:07 行走的麦哥 阅读(565) 评论(0) 推荐(0)