|
|
lfs6.1的文档上使用2.3.4版本,我使用了2.3.5版本,结果编译出错,有人遇到相同问题吗?
第六章,编译glibc-2.3.5版本,make check错误如下:
/sources/glibc-build/malloc/mtrace /sources/glibc-build/posix/bug-regex2.mtrace > /sources/glibc-build/posix/bug-regex2-mem
/bin/sh: /sources/glibc-build/malloc/mtrace: No such file or directory
make[2]: *** [/sources/glibc-build/posix/bug-regex2-mem] Error 127
make[2]: Leaving directory `/sources/glibc-2.3.5/posix'
make[1]: *** [posix/tests] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.5'
make: *** [check] Error 2
make install错误如下:
no libm-err-tab.pl $pwd/.. > libm-err-tmp
/bin/sh: no: command not found
make[2]: *** [stamp-libm-err] Error 127
make[2]: Leaving directory `/sources/glibc-2.3.5/manual'
make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.5'
make: *** [install] Error 2 |
|