Chinaunix首页 | 论坛 | 博客
  • 博客访问: 141044
  • 博文数量: 66
  • 博客积分: 1571
  • 博客等级: 上尉
  • 技术积分: 715
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-24 22:55
文章分类

全部博文(66)

文章存档

2012年(66)

我的朋友

分类: 嵌入式

2012-03-27 22:09:22

fedora 9 下
 
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
  解决办法:
  yum install ncurses
  yum install ncurses-devel
-------------------------------------------------------------------------------------------
Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE、CentOS中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、安装。
---------------------------------------------------------------------------------------------
阅读(1366) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~