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]

Re: Problem compiling glibc-linuxthreads-2.3


On Wed, Oct 09, 2002 at 05:58:38PM -0500, Saurabh Desai wrote:
> 
> 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

In order to do that, you need to point glibc to 2.5.41 headers.
Ie. either put them into /usr/include, or add
--with-headers=/usr/src/linux-2.5.41/include or similar option
to glibc configure.

> 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.

	Jakub


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