Chinaunix首页 | 论坛 | 博客
  • 博客访问: 233502
  • 博文数量: 84
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 451
  • 用 户 组: 普通用户
  • 注册时间: 2013-04-05 13:45
个人简介

IT!

文章分类
文章存档

2013年(84)

我的朋友

分类: LINUX

2013-04-14 21:57:10

一、当执行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] Error 1
     make: *** [menuconfig] Error 2
二、解决办法
     查找资料得知,最小系统不支持图形显示造成的
    解决:
     $sudo apt-get install libncurses5-dev


     

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