Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2628723
  • 博文数量: 333
  • 博客积分: 4817
  • 博客等级: 上校
  • 技术积分: 4413
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-28 10:51
文章分类

全部博文(333)

文章存档

2017年(20)

2016年(57)

2015年(27)

2014年(20)

2013年(21)

2012年(164)

2011年(24)

分类: LINUX

2011-11-01 16:34:08

ubuntun10.04下配置内核($make menuconfig),出现以下问题:

*** 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] 错误 1
make: *** [menuconfig] 错误 2



解决办法:

$ sudo apt-get install libncurses5-dev
阅读(7034) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~