|
I have no name!:/static/src/glibc-2.2.5# cd ../glibc-build &&
> ../glibc-2.2.5/configure --prefix=/usr --disable-profile \
> --enable-add-ons --libexecdir=/usr/bin
loading cache ./config.cache
../glibc-2.2.5/configure: /static/bin/grep: No such file or directory
checking host system type... \c
i686-pc-linux-gnu
checking sysdep dirs... \c
sysdeps/i386/elf \c
linuxthreads/sysdeps/unix/sysv/linux/i386 \c
linuxthreads/sysdeps/unix/sysv/linux \c
linuxthreads/sysdeps/pthread \c
sysdeps/pthread \c
linuxthreads/sysdeps/unix/sysv \c
linuxthreads/sysdeps/unix \c
linuxthreads/sysdeps/i386/i686 \c
linuxthreads/sysdeps/i386 \c
sysdeps/unix/sysv/linux/i386/i686 \c
sysdeps/unix/sysv/linux/i386 \c
sysdeps/unix/sysv/linux \c
sysdeps/gnu \c
sysdeps/unix/common \c
sysdeps/unix/mman \c
sysdeps/unix/inet \c
sysdeps/unix/sysv/i386 \c
sysdeps/unix/sysv \c
sysdeps/unix/i386 \c
sysdeps/unix \c
sysdeps/posix \c
sysdeps/i386/i686/fpu \c
sysdeps/i386/i686 \c
sysdeps/i386/i486 \c
sysdeps/i386/fpu \c
sysdeps/i386 \c
sysdeps/wordsize-32 \c
sysdeps/ieee754/ldbl-96 \c
sysdeps/ieee754/dbl-64 \c
sysdeps/ieee754/flt-32 \c
sysdeps/ieee754 \c
sysdeps/generic/elf sysdeps/generic
checking for a BSD compatible install... \c
/static/bin/install -c
checking whether ln -s works... \c
yes
checking for pwd... \c
/bin/pwd
checking build system type... \c
i686-pc-linux-gnu
checking for gcc... \c
gcc
checking version of gcc... \c
v. ?.??, bad
checking for gnumake... \c
no
checking for gmake... \c
no
checking for make... \c
make
checking version of make... \c
3.80, ok
configure: error:
*** These critical programs are missing or too old:gcc
*** Check the INSTALL file for required versions.
以上是屏幕的出错信息。我是在ssh终端远程编译的
上面说的../glibc-2.2.5/configure: /static/bin/grep: No such file or directory
我明明在目录里面看到grep这个文件了阿。他怎么说没有。
帮忙看看,是什么原因编译不成功。第一天装lfs,谢谢:help |
|