|
|

楼主 |
发表于 2006-9-11 22:54:49
|
显示全部楼层
root:/sources/glibc-build#make install
Your new glibc installation seems to be ok.
说明make install 通过
接下来,由于第一遍做时,删了binutils的两个目录,按斑主的补救方法在make后出现如下错误:
make[3]: *** [arlex.o] Error 1
make[3]: Leaving directory `/sources/binutils-build/binutils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sources/binutils-build/binutils'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/sources/binutils-build/binutils'
make: *** [all-binutils] Error 2
不管它,继续
却出现如下错误:
root:/sources/binutils-build# make -C ld clean
make: *** ld: No such file or directory. Stop.
root:/sources/binutils-build# make -C ld LIB_PATH=/usr/lib:/lib
make: *** ld: No such file or directory. Stop.
root:/sources/binutils-build# make -C ld INSTALL=/tools/bin/install install
make: *** ld: No such file or directory. Stop. |
|