|
我在安装glibc时
当我敲下如下命令时:
../glibc-2.3.2/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--with-headers=/tools/include \
--with-binutils=/tools/bin \
--without-gd
终端输出如下错误:
***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'.
请问这是什么错误????? |
|