新手上路
- 积分
- 31
- 金钱
- 31
- 注册时间
- 2013-12-17
- 在线时间
- 1 小时
|
1金钱
大家又遇到了这个问题嘛,一直停在这里不动了
mkdir -p /home/wxx/linux/IMX6ULL/tool/ncurses/share/tabset
DESTDIR= \
prefix=/home/wxx/linux/IMX6ULL/tool/ncurses \
exec_prefix=/home/wxx/linux/IMX6ULL/tool/ncurses \
bindir=/home/wxx/linux/IMX6ULL/tool/ncurses/bin \
top_srcdir=.. \
srcdir=. \
datadir=/home/wxx/linux/IMX6ULL/tool/ncurses/share \
ticdir=/home/wxx/linux/IMX6ULL/tool/ncurses/share/terminfo \
source=terminfo.tmp \
cross_compiling=yes \
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
Running /usr/local/bin/tic to install /home/wxx/linux/IMX6ULL/tool/ncurses/share/terminfo ...
You may see messages regarding extended capabilities, e.g., AX.
These are extended terminal capabilities which are compiled
using
tic -x
If you have ncurses 4.2 applications, you should read the INSTALL
document, and install the terminfo without the -x option.
|
最佳答案
查看完整内容[请看2#楼]
解决了,用文档的方式行不通,应该配置成这样的./configure --prefix=/home/zuozhongkai/linux/IMX6ULL/tool/ncurses --host=arm-linux-gnueabihf --with-shared
|