I'd like to modify pthread library ( e.g. manipulating some functions ) in glibc, so I want to compile and install modified glibc. However, I failed to compile glibc and need some help. How can I fix the problem?
Here is the process that I've tried. 1. download glibc-2.3.4.tar.tar from http://ftp.gnu.org/gnu/glibc/ 2. unzip glibc-2.3.4.tar.tar 3. make build-folder [EMAIL PROTECTED] /]# mkdir glibc-2.3.4-build [EMAIL PROTECTED] /]# cd glibc-2.3.4-build 4. configure (in the build-folder) [EMAIL PROTECTED] /]# ../glibc-2.3.4/configure --prefix=/usr --enable-add-ons 5. make (in the build-folder) [EMAIL PROTECTED] /]# make ..... make -C csu subdir_lib make[2]: Entering directory `/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu' /mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1: warning: NUL character seen; rest of line ignored /mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1: *** missing separator. Stop. make[2]: Leaving directory `/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu' make[1]: *** [csu/subdir_lib] Error 2 make[1]: Leaving directory `/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4' make: *** [all] Error 2 FYI, Here is my current information. [EMAIL PROTECTED] /]# cat /proc/version Linux version 2.6.9-67.ELsmp ([EMAIL PROTECTED]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Nov 16 12:48:03 EST 2007 [EMAIL PROTECTED] /]# rpm -qa | grep gcc gcc-3.4.6-9 gcc4-gfortran-4.1.2-14.EL4 gcc4-java-4.1.2-14.EL4 gcc-objc-3.4.6-9 gcc-g77-3.4.6-9 gcc4-4.1.2-14.EL4 compat-gcc-32-c++-3.2.3-47.3 gcc-gnat-3.4.6-9 gcc4-c++-4.1.2-14.EL4 compat-gcc-32-3.2.3-47.3 libgcc-3.4.6-9 gcc-java-3.4.6-9 gcc-c++-3.4.6-9 compat-libgcc-296-2.96-132.7.2 [EMAIL PROTECTED] /]# rpm -qa | grep glibc glibc-kernheaders-2.4-9.1.100.EL glibc-2.3.4-2.39 glibc-headers-2.3.4-2.39 glibc-common-2.3.4-2.39 glibc-devel-2.3.4-2.39 compat-glibc-headers-2.3.2-95.30 glibc-utils-2.3.4-2.39 compat-glibc-2.3.2-95.30 glibc-profile-2.3.4-2.39
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos