|

楼主 |
发表于 2009-1-22 14:37:29
|
显示全部楼层
已经开始了
硬盘启动的LIVECD 6,3 用的是这个手册
http://cross-lfs.org/view/1.1.0/x86_64-64/
进行到第6.5节的时候 http://cross-lfs.org/view/1.1.0/ ... system/ncurses.html
make install Ncurses 的时候,停在这个画面。。用TOP查看,一个tic程序占用100%的CPU
我没有找到Ncurses5.6的下载,用的是Ncurses5.7
srcdir=. \
datadir=/tools/share \
ticdir=/tools/share/terminfo \
source=terminfo.tmp \
THIS_CC="x86_64-unknown-linux-gnu-gcc -m64" \
THAT_CC="gcc" \
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
Running tic to install /tools/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.
我看了半天INSTALL。。 英文太差,看不明白 |
|