[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [issues] Help: using linuxthreads on eglibc 2.7 on ARM
- To: Rodolfo Zitellini <xhero.gm@xxxxxxxxx>
- Subject: Re: [issues] Help: using linuxthreads on eglibc 2.7 on ARM
- From: "Carlos O'Donell" <carlos@xxxxxxxxxxxxxxxx>
- Date: Thu, 29 Oct 2009 11:58:43 -0400
On Thu, Oct 29, 2009 at 4:43 AM, Rodolfo Zitellini <xhero.gm@xxxxxxxxx> wrote:
> Hello all,
> for a variety of reasons I have to do some tests using linuxthreads on
> version 2.7. Is this possible? I see linuxthreads is included in the
> subversion repository, but if I disable NPTL and enable linuxthreads
> compiling miserably fails:
You should build a matching old version of glibc and linuxthreads:
http://ftp.gnu.org/gnu/glibc/
IIRC linuxthreads stopped being supported circa glibc 2.6.
If you absolutely need to use glibc 2.7 with linuxthreads then you
will have to (or hire someone) do the required development to
bring the unsupported linuxthreads in line with the newer glibc.
Cheers,
Carlos.