|
|

楼主 |
发表于 2007-3-23 10:02:10
|
显示全部楼层
bash, version 2.05b.0(1)-release
Binutils: 版本 2.17
bzip2, Version 1.0.2, 30-Dec-2001.
Coreutils: 4.5.3
diff (GNU diffutils) 2.8.1
GNU find version 4.1.7
GNU Awk 3.1.1
gcc (GCC) 4.1.2
GNU C Library stable release version 2.3.2,
grep (GNU grep) 2.5.1
gzip 1.3.3
Linux version 2.6.20.3 (gcc version 3.2.2
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
patch 2.5.4
GNU sed version 4.0.5
tar (GNU tar) 1.13.25
----------------------
上面是我的版本检查
对照网上的手册
Bash-2.05a
Binutils-2.12 (Versions greater than 2.16.1 are not recommended as they have not been tested)
Bzip2-1.0.2
Coreutils-5.0 (or Sh-Utils-2.0, Textutils-2.0, and Fileutils-4.1)
Diffutils-2.8
Findutils-4.1.20
Gawk-3.0
Gcc-2.95.3 (Versions greater than 4.0.3 are not recommended as they have not been tested)
Glibc-2.2.5 (Versions greater than 2.3.6 are not recommended as they have not been tested)
Grep-2.5
Gzip-1.2.4
Linux Kernel-2.6.x (having been compiled with GCC-3.0 or greater)
The reason for the kernel version requirement is that thread-local storage support in Binutils will not be built and the Native POSIX Threading Library (NPTL) test suite will segfault if the host's kernel isn't at least a 2.6.x version compiled with a 3.0 or later release of GCC.
If the host kernel is either earlier than 2.6.x, or it was not compiled using a GCC-3.0 (or later) compiler, you will have to replace the kernel with one adhering to the specifications. There are two methods you can take to solve this. First, see if your Linux vendor provides a 2.6 kernel package. If so, you may wish to install it. If your vendor doesn't offer a 2.6 kernel package, or you would prefer not to install it, then you can compile a 2.6 kernel yourself. Instructions for compiling the kernel and configuring the boot loader (assuming the host uses GRUB) are located in Chapter 8.
Make-3.79.1
Patch-2.5.4
Sed-3.0.2
Tar-1.14
-------------------------------
tar
coreutils
findutils
上面的 3 个软件本 低一点,但应该不影响 lfs 吧
我的 gcc 我自己也不知道是不是升级成功了
但是 gcc-v 显示的是 4.1.2的
我就是想让宿主的 gcc 版本升上来,然后再制作
不知道我的宿主现在是不是已经满足要求了 |
|