|
我下的是最新的livecd.
lfslivecd-x86-6.3-r2145.iso
在第二次安装glibc的时候
运行make install,结果出现错误
- Execution of gcc failed!
- The script has found some problems with your installation!
- Please read the FAQ and the README file and check the following:
- - Did you change the gcc specs file (necessary after upgrading from
- Linux libc5)?
- - Are there any symbolic links of the form libXXX.so to old libraries?
- Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are wrong,
- libm.so should point to the newly installed glibc file - and there should be
- only one such link (check e.g. /lib and /usr/lib)
- You should restart this script from your build directory after you've
- fixed all problems!
- Btw. the script doesn't work if you're installing GNU libc not as your
- primary library!
- make[1]: *** [install] Error 1
- make[1]: Leaving directory `/sources/glibc-2.3.6'
- make: *** [install] Error 2
复制代码
请问问题出在哪?
该怎么解决呢?
谢谢! |
|