|
|
我的第三个包glibc安装不了是怎么回事,麻烦看看,看我错在哪?
按照文档上面的要求,
[root@localhost glibc-2.3.4]# ./configure --prefix=/tools/ --disable-profile --enable-add-ons --enable-kernel=2.6.0 --with-binutils=/tools/bin --without-gd --with-headers=/tools/include --without-selinux
configure: error: you must configure in a separate build directory
还有一问:那个补丁包怎么下载啊,一点击,就把文件的内容全显示出来了,我就自己在电脑上建一个同样名称的文件,然后把那些东西复制上去,保存,对么?
按照文档上面的安装,出现:
[root@localhost sources]# patch -Np1 -i ./glibc-2.3.4-fix_test-1.patch
can't find file to patch at input line 11
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Submitted By: Archaic (archaic -aT- linuxfromscratch -DoT- org)
|Date: 2005-04-27
|Initial Package Version: 2.3.4
|Origin: http://sources.redhat.com/ml/libc-alpha/2005-04/msg00056.html
|Upstream Status: Applied
|Description: Allows tst-cancel17 and tst-cancelx17 to pass with kernel-2.6.11.x
|
|diff -Naur glibc-2.3.5.orig/nptl/tst-cancel17.c glibc-2.3.5/nptl/tst-cancel17.c
|--- glibc-2.3.5.orig/nptl/tst-cancel17.c 2003-08-08 02:09:57.000000000 -0500
|+++ glibc-2.3.5/nptl/tst-cancel17.c 2005-04-27 10:46:26.000000000 -0500
--------------------------
File to patch:
到了这里该怎么些啊! |
|