我在Debain 3.0下编译libc6 2.3.1,运行./configure得到如下错误(提示):
*** 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'.
我想要`linuxthreads' add-on,该怎么做。
我的系统是:
内核:2.4.18
GCC:3.2.1
libc:2.2.5
环境变量:LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib
我也下了threads库,但不知道该怎么办,直接拷到glibc-2.3.1下好像不行。