|
|
先运行lfs:/mnt/lfs/sources/util-linux-2.12r$ sed -i 's@/usr/include@/tools/include@g' configure
一切正常。
然后运lfs:/mnt/lfs/sources/util-linux-2.12r$ ./configure
出现如下语句:
configuring util-linux-2.12r
You have <scsi/scsi.h>
You have <linux/blkpg.h>
You have <linux/kd.h>
You have <locale.h>
You have <langinfo.h>
You have <sys/user.h>
You don't have <uuid/uuid.h>
You have <rpcsvc/nfs_prot.h>
You have <asm/types.h>
You have <linux/raw.h>
You have <stdint.h>
You have <sys/io.h>
You have inet_aton()
You have fsync()
You have getdomainname()
You have nanosleep()
You have personality()
You have updwtmp()
You have fseeko()
You have lchown()
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
但运行到这儿时,系统老等待,无法运行下去。(可以用ctrl+z,结束进程)。
请问高手这是怎么回事? |
|