|
|
按手册如下部分进行:
"你只需要本软件包中的一些工具,所以不编译其他的:
make -C mount mount umount
make -C text-utils more"
mount和umount都成功编译了. more却不能生成.
[lfs@rh73 util-linux-2.12]$ make -C text-utils more
make: Entering directory `/mnt/lfs/sources/util-linux-2.12/text-utils'
more not made since it requires ncurses or termcap
make: Leaving directory `/mnt/lfs/sources/util-linux-2.12/text-utils'
[lfs@rh73 util-linux-2.12]$ ls text-utils/
LICENSE.pg clear colrm.1 hexdump.1 more.1 pg.c ul.1
Makefile clear.1 colrm.c hexdump.c more.c reset ul.c
README.clear col.1 column.1 hexdump.h od.1 rev.1
README.col col.c column.c hexsyntax.c odsyntax.c rev.c
README.pg colcrt.1 conv.c line.1 parse.c tailf.1
README.reset colcrt.c display.c line.c pg.1 tailf.c
这个是怎么回事呢? |
|