zq97_0 发表于 2003-10-19 18:29:17

我在译glibc时:/usr/src/redhat/BUILD/glibc-2.3.2/configure --prefix=/usr --with-headers=/usr/src/linux-2.6.0-test6/include
出现下面的提示:
*** On GNU/Linux systems it is normal to compile GNU libc with the
*** `linuxthreads' add-on.Without that, the library will be
*** incompatible with normal GNU/Linux systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter `--disable-sanity-checks'.
我查了一下`--disable-sanity-checks'。解释如下:
really do not use threads (should not be used except in special situations)

请问如何解决。

Dragonfly 发表于 2003-10-21 00:32:38

u need to downlad a ..thread package from the same place u dl glibc

with same version number.

MagicBoy 发表于 2003-11-22 13:36:23

我晕啊!!!为什么在编译内核完了,还要make mrproper啊!!
页: 1 [2]
查看完整版本: 是不是2.6的内核太新,导致很多程序无法编译????????