+ -
当前位置:首页 → 问答吧 → 编译LFS,configuring util-linux-2.12q 提示 :You don't have <uuid/uuid.h>

编译LFS,configuring util-linux-2.12q 提示 :You don't have <uuid/uuid.h>

时间:2008-01-04

来源:互联网

我另开辟了个新区挂在/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
上传的附件
a.txt (17.7 KB, 0 次查看)

作者: 357202171   发布时间: 2008-01-04

uuid.h 会不会影响到localedef 这个命令??

作者: 357202171   发布时间: 2008-01-05

无人应答,请求删除.
另:我已经成功启动LFS,上面的所提到的问题,我还没有去验证.等验证了,再发....

作者: 357202171   发布时间: 2008-01-09