+ -
当前位置:首页 → 问答吧 → glibc-2.3.4问题

glibc-2.3.4问题

时间:2008-03-16

来源:互联网

安装 Linux-Libc-Headers

../glibc-2.3.4/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
--without-gd --with-headers=/tools/include \
--without-selinux
configure通过但make出现问题:
FATAL: kernel too old
make[2]: *** [/mnt/lfs/sources/glibc-build/sunrpc/xbootparam_prot.stmp] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4'
make: *** [all] Error 2

还有个问题机器是I686的,和I386应该兼容吧!

作者: myally   发布时间: 2008-03-16

安装 Linux-Libc-Headers
cp -Rv include/asm-i386 /tools/include/asm
cp -Rv include/linux /tools/include

作者: myally   发布时间: 2008-03-16