摘要:
http://freeze.blog.51cto.com/1846439/386828http://blog.csdn.net/ludi7125/article/details/7873726 阅读全文
posted @ 2013-06-27 17:58
语辰
阅读(130)
评论(0)
推荐(0)
摘要:
安装mysql时 make 时 提示 redeclaration of C++ built-in type ‘bool’ 错误由于gcc-c++是在./configure后进行编译的重新./configure ,在make && make install 阅读全文
posted @ 2013-06-27 17:02
语辰
阅读(758)
评论(0)
推荐(0)
摘要:
yum -y install gcc-c++ 阅读全文
posted @ 2013-06-27 16:56
语辰
阅读(368)
评论(0)
推荐(0)
摘要:
./configure 后显示checking for gcc... nochecking for cc... nochecking for cl.exe... noconfigure.sh:error:no acceptable C compiler found in $PATHSee 'config.log' for more details.解决办法:yum -y install gcc 阅读全文
posted @ 2013-06-27 16:54
语辰
阅读(8076)
评论(0)
推荐(0)
摘要:
./configure后,:checking for termcap functions library... configure: error: No curses/termcap library found原因:缺少ncurses安装包解决办法:yum -y install ncurses-devel 阅读全文
posted @ 2013-06-27 16:53
语辰
阅读(246)
评论(0)
推荐(0)