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]

Problem compiling glibc-linuxthreads-2.3


I am trying to compile glibc-linuxthreads-2.3 on
RedHat 8.0 with gcc-3.2-7, binutils-2.13.90.0.2-2
and Linux kernel 2.5.41. 

./configure --prefix=/usr --enable-add-ons=linuxthreads \
--enable-kernel=2.5.41

The compilation is failing for pthread.c and manager.c:

pthread.c: In function `__pthread_initialize_minimal':
pthread.c:439: `__NR_set_thread_area' undeclared (first use in this function)
pthread.c:439: (Each undeclared identifier is reported only once
pthread.c:439: for each function it appears in.)
pthread.c:439: output operand constraint lacks `='
pthread.c:439: output operand constraint lacks `='
pthread.c: In function `pthread_handle_sigcancel':
pthread.c:992: `__NR_set_thread_area' undeclared (first use in this function)
pthread.c:992: output operand constraint lacks `='
pthread.c:992: output operand constraint lacks `='

Same error comes for manager.c. I tried --without-tls and same failures.

Thanks, 
Saurabh


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