make menuconfig‘ requires the ncurses libraries.

简介: make menuconfig‘ requires the ncurses libraries.
~/work/t4080/QorIQ-SDK-V2.0-20160527-yocto/build_t4240rdb/tmp/work/t4240rdb-fsl-linux/u-boot-qoriq/2016.01+fslgit-r0/git$ 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


如果安装了libncurses5-dev后依然不好使,下面的挨个试试吧


lib32ncurses5
lib32ncurses5-dev
lib32ncursesw5
lib32ncursesw5-dev
lib32tinfo-dev
lib32tinfo5
libcunit1-ncurses
libcunit1-ncurses-dev
libncurses5
libncurses5-dbg
libncurses5-dev
libncursesw5
libncursesw5-dbg
libncursesw5-dev
目录
相关文章
|
Linux C语言
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
985 0
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
|
6月前
|
Linux 编译器 Apache
make与 configure
【5月更文挑战第10天】make与 configure。
53 1
|
C++
make的路径搜索
make的路径搜索
52 0
|
C语言
configure: The C compiler (located as /usr/bin/gcc) does not seem to be the required gcc compiler.
configure: The C compiler (located as /usr/bin/gcc) does not seem to be the required gcc compiler.
155 0
Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
313 0
make[1]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
200 0
make[1]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
610 0
|
Unix Shell Linux
./configure、make、make install 命令详解
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤 一、基本信息 1、./configure 是用来检测你的安装平台的目标特征的。
4109 0