安装glibc-2.6.1 遇到的问题 请教
1、
mkdir ../glibc-build
cd ../glibc-build
../configure 用Glibc 的安装指南推荐用一个新建的目录下进行 ./configure 操作 ,操作成功
make 还是在推荐的目录下进行make 操作,出现错误
错误为:找不到指定的makefile 文件
2、
cd ../glibc-2.6.1
make 跑到glibc-2.6.1目录下操作 make ,仍有错误
错误为: [root@localhost glibc-2.6.1]# make
Makeconfig:84: sysdeps/../config.make: 没有那个文件或目录
The GNU C library has not been configured.
Run `configure' to configure it before building.
Try `configure --help' for more details.
make: 重新创建 makefile “sysdeps/../config.make” 失败。
以上问题应该如何解决?