|
[lfs@Lhcyf_LFS util-linux-2.12]$ make -C mount mount umount
make: Entering directory `/source/lfssoft/util-linux-2.12/mount'
cc -c -pipe -O2 -mcpu=i486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FI LE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\ "/usr/share/locale\" -O2 -DHAVE_NFS mount.c
In file included from mount.c:65:
loop.h:20: error: parse error before "__kernel_dev_t"
loop.h:20: warning: no semicolon at end of struct or union
loop.h:22: error: parse error before "lo_rdevice"
loop.h:22: warning: type defaults to `int' in declaration of `lo_rdevice'
loop.h:22: warning: data definition has no type or storage class
loop.h:31: error: parse error before '}' token
make: *** [mount.o] 错误 1
make: Leaving directory `/source/lfssoft/util-linux-2.12/mount'
[lfs@Lhcyf_LFS util-linux-2.12]$
大家帮我看看是什么原因,这是第五章的后半部分的utils-2.12部分。
我用的是LFS-5.0-pre2 |
|