ubuntu遇到的问题
时间:2014-07-22 23:03:04
收藏:0
阅读:404
1、安装zhcon的时候运行./configure 会出现configure:error:C++ preprocessor"/lib/cpp"fails sanity check 错误
是缺少基本的库造成的。
解决方法:
#sudo apt-get install build-essential
这里面带有很多其他的基本库,为以后安装软件做基础。
原文:http://www.cnblogs.com/xuzhenmin/p/3518971.html
评论(0)