This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: warnings on linuxppc


Jack Howarth <howarth@bromo.med.uc.edu> writes:

>    Anyone know why we are see all these new warnings during the build
> of glibc cvs on linuxppc? They are of the format...
> [...]
>                  from strsignal.c:20:
> /usr/src/redhat/BUILD/glibc-2.2.2/build-ppc-linux/abi-versions.h:31: warning: `ABI_libc________' redefined

This most probably means some of the tools on your system are broken.
The lines should look like this


#define ABI_libc_GLIBC_2_0      1       /* support GLIBC_2.0 */
#define VERSION_libc_GLIBC_2_0  GLIBC_2.0
#define ABI_libc_GLIBC_2_1      2       /* support GLIBC_2.1 */
#define VERSION_libc_GLIBC_2_1  GLIBC_2.1

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]