Make Menuconfig 出错解决
时间:2009-04-22 来源:eastream
Make Menuconfig 出错解决
PROBLEM:
*** Unable to find the ncurses libraries or the
*** required header files.
在安装GCC时已经安装了ncurses
$ rpm -qa ncurses
ncurses-5.6-16.20080301.fc9.i386
SOLUTION:
需要安装ncurses-devel包
#yum install ncurses-devel
PROBLEM:
*** Unable to find the ncurses libraries or the
*** required header files.
在安装GCC时已经安装了ncurses
$ rpm -qa ncurses
ncurses-5.6-16.20080301.fc9.i386
SOLUTION:
需要安装ncurses-devel包
#yum install ncurses-devel
相关阅读 更多 +