|
我另开辟了个新区挂在/LFS下。
lfs$echo $LFS
/LFS
lfs$echo $PATH
/tools/bin:/bin:/usr/bin
当进行到 5.31 configuring util-linux-2.12q 时,
前提:我已经把configure 里面的 /usr/local/include /usr/lib /usr/include 改成 /tools/include /tools/lib .手动的。
产生如下报告:
configuring util-linux-2.12q
You have <scsi/scsi.h>
You have <sys/user.h>
You don't have <uuid/uuid.h>
You have rpmatch()
You have <term.h>
You have ncurses. Using <ncurses.h>.
You don't have termcap
You need -lcrypt
You have <libintl.h> and gettext()
You have __progname
You have <pty.h> and openpty()
You have wide character support
You have SYS_pivot_root
You have a tm_gmtoff field in struct tm
Your rpcgen seems to work
You don't have zlib
You don't have blkid
在LFS目录下使用 find /tools/ -name termcap*
返回结果:/tools/include/termcap.h
这儿它能找到阿,怎么还是提示缺少该文件呢?这个结果会不会影响以后的编译??
另: find /tools/ -name uuid*
没有返回结果 加上 -print 参数还是没结果
configure 文件见附件。编码UTF-8 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|