|
|
下了 glibc的源代码
解压之后./configure
[root@ses glibc-2.3.4]# ./configure
configure: error: you must configure in a separate build directory
看了INSTALL 上边说
create a directory
`/src/gnu/glibc-build' to put the object files in.This allows
removing the whole build directory in case an error occurs, which is the
safest way to get a fresh start and should always be done.
他说的object files是什么呢???我到底怎么安装???????谢谢谢谢!!!! |
|