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]

compilation errors


I am getting the following compilation errors
while compiling latest CVS glibc on RedHat 8.1 using
2.5.59 kernel.
The config options were: 
--with-tls --enable-add-ons=linuxthreads
--enable-kernel=current --disable-profile

../sysdeps/generic/libc-tls.c: In function
`__libc_setup_tls':
../sysdeps/generic/libc-tls.c:199: `firstcall'
undeclared (first use in this function)
../sysdeps/generic/libc-tls.c:199: (Each undeclared
identifier is reported only once
../sysdeps/generic/libc-tls.c:199: for each function
it appears in.)
make[2]: *** [/home/libc/compile/csu/libc-tls.o] Error
1

Looks like, it's coming from
linuxthreads/sysdeps/i386/tls.h, where in the 
TLS_SETUP_GS_SEGMENT macro, the firstcall should be
secondcall.

Thanks,
ishav




__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


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