Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1217324
  • 博文数量: 105
  • 博客积分: 127
  • 博客等级: 入伍新兵
  • 技术积分: 962
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-29 15:22
文章分类

全部博文(105)

文章存档

2021年(1)

2019年(3)

2018年(1)

2017年(11)

2016年(47)

2015年(32)

2014年(4)

2012年(6)

我的朋友

分类: LINUX

2017-09-07 14:19:49


ubuntu 14.04  make menuconfig 需要  ncurses libraries ,不然提示如下错误。

 *** Unable to find the ncurses libraries or the  
 *** required header files.  
 *** 'make menuconfig' requires the ncurses libraries.  
 ***   
 *** Install ncurses (ncurses-devel) and try again.  
 ***   
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1  
make: *** [menuconfig] Error 2  

网上很多解法。
 sudo apt-get install ncurses-devel

 sudo apt-get install libncurses5-dev

我遇到的情况,已经装了,但还是提示问题终极解决办法是
sudo apt-get autoremove libncurses5-dev
sudo apt-get install libncurses*

阅读(1015) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~