|
|
我在安装LFS5.0时,严格按照说明文档,安装bash时,将bash的tar.bz2包解开到/tmp/bash-2.05b/下,并执行:
# ./configure --enable-static-link --prefix=/mnt/lfs/static --with-curses &&
> make &&
> make install
总是出现下面的错误:
make[1]: Leaving directory `/tmp/bash-2.05b/doc'
( cd ./builtins ; make DESTDIR= install )
make[1]: Entering directory `/tmp/bash-2.05b/builtins'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/tmp/bash-2.05b/builtins'
我确认已做了LFS、LCC、CC的设置。
 |
|