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]
Other format: [Raw text]

Compile problem on Cobalt


I am trying to upgrade glibc on my Cobalt RaQ. I have a 2.4 kernel. My
configure line reads:
/tmp/glibc-2.3.3/configure --prefix=/usr/ --enable-add-ons=linuxthreads
--with-headers=/usr/src/linux-2.4.16C12_III/include

When compiling, I get the error(s):
dl-runtime.c:56: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup'
was here
dl-runtime.c:56: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup'
was here
dl-runtime.c:141: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of
'profile_fixup' was here
dl-runtime.c:141: 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]: *** [/tmp/glibc-2.3.3/glibc-build/elf/dl-runtime.o] Error 1
make[2]: Leaving directory `/tmp/glibc-2.3.3/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/tmp/glibc-2.3.3'
make: *** [all] Error 2

I'm pretty new to glibc, so I can't seem to figure out what is going on.
Can somebody explain to me what I'm doing wrong?

Thanks,
Cole


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