|
|
../glibc-2.3.6/configure --prefix=/usr --disable-profile --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
....
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long double... yes
checking size of long double... configure: error: cannot compute sizeof (long double), 77
See `config.log' for more details.
我是用以前编译LFS
版本 Linux From Scratch - Version SVN-20051112
留下来的tools 目录来做的,
之前LFS已经安装成功了,并且BLFS也装上了,只因BLFS装了一些自已用不着的东东,LFS也没规划得好,所以想重新编译一下了
新建了一个分区,并复制TOOLS目录
然后
chroot 进去
编译第三个 6.11. Glibc-2.3.6 时就出现了这个错误,
不明所以了,因为我之也用这个目录编译了一个LFS系统 |
|