|
|
我时按照LFS5.0第五章上上安装的。
mkdir ../glibc-build
cd ../glibc-build
../glibc-2.3.2/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--with-headers=/tools/include \
--with-binutils=/tools/bin \
--without-gd
我的 版本为2。3。4,所以相关的参数都改了
configure之后:提示如下:
on gnu/linux systems it is normal to compile gmu libc with the 'linuxthreads'add on
without that ,the library wil 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'
我下了一个glibc-linuxthreads-2.3.4.tar.bz2,并且将其解压缩到/usr/local/glibc-2.3.4中
生成如下文件目录:
Linuxthreads
linuxthreadsdb
此时/usr/local/glibc-build中生成config。log文件。
请问是怎么回事哈?
谢过!!! |
|