编译glibc-2.7的时候出现这个错误

编译glibc-2.7的时候出现这个错误

复制内容到剪贴板
代码:
checking installed Linux kernel header files... 2.0.10 or later
*** On GNU/Linux systems the GNU C Library should not be installed into
*** /usr/local since this might make your system totally unusable.
*** We strongly advise to use a different prefix.  For details read the FAQ.
*** If you really mean to do this, run configure again using the extra
*** parameter `--disable-sanity-checks'.
他是说在gun/linux 系统,gnu c库不应该被安装?????
第二句说什么不稳定。。
第三句好像是强烈推荐安装到其他prefix,应该就是叫你安装到其他目录,详细信息请读faq。
第四句如果你真的想这样做,请重新运行一次configure
第五句参数‘--disable-sanity-checks’

这个郁闷了,那位大大来帮一下忙。。      
checking installed Linux kernel header files... 2.0.10 or later
检查是否安装2.0.10或者更高版本的Linux内核头文件。
*** On GNU/Linux systems the GNU C Library should not be installed into
在你的GNU/Linux系统这个GNU C函数库没有被安装到
*** /usr/local since this might make your system totally unusable.
/usr/local,因为这个你的系统完全不可用
*** We strongly advise to use a different prefix.  For details read the FAQ.
我们强烈建议你用一个不同的路径前缀。关于这个问题的细节请阅读FAQ
*** If you really mean to do this, run configure again using the extra
如果你真的想这样做,再次运行configure,附加这个
*** parameter `--disable-sanity-checks'.
参数--disable-sanity-checks      
呵呵,我的英文真的很烂。。。
glibc不就是gnu c库函数罗,我正在安装它,它自然就没有安装了啊。。。      
引用:
原帖由 roofers 于 2008-2-24 23:03 发表
呵呵,我的英文真的很烂。。。
glibc不就是gnu c库函数罗,我正在安装它,它自然就没有安装了啊。。。
安装成功没有?我在红旗6桌面版下编译glibc 2.7时,总是提示说nptl目录下有个fork.c错误,信息和sync有关,不知怎么解决      
应该是版本不兼容。