Upgrading glibc-2.2.4 to glibc-2.3.2 on redhat 7.2
Hi,
I'm trying to upgrade glibc-2.2.4 to glibc-2.3.2 on redhat 7.2
but when I finally compiled gclib, it shows me this error.
dl-runtime.c:57: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was here
dl-runtime.c:57: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was here
dl-runtime.c:137: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here
dl-runtime.c:137: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here
../sysdeps/i386/dl-machine.h:158: warning: 'fixup' declared `static' but never defined
../sysdeps/i386/dl-machine.h:161: warning: 'profile_fixup' declared `static' but never defined
make[2]: *** [/mnt/lfs/builds/glibc-build/elf/dl-runtime.os] Error 1
make[2]: Leaving directory `/mnt/lfs/builds/glibc-build/glibc-2.3.3-lfs-5.1/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/builds/glibc-build/glibc-2.3.3-lfs-5.1'
make: *** [all] Error 2
Anybody come across such a problem and fixed it, kindly share the solution.
Thank You.
|