This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: HowTo deal with linuxthread libraries
- From: "vdr at helmutauer dot de "<vdr at helmutauer dot de>
- To: jreiser at BitWagon dot com
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 17 Oct 2007 08:48:31 +0200 (CEST)
- Subject: Re: HowTo deal with linuxthread libraries
Hi
> > After Gentoo updated to glibc-2.6.1 I recognozied, that linuxthreads
> > are no longer supported. Unfortunately one of the main targets of my
> > gentoo based distri (gen2vdr) is using an old library which is using
> > linuxthreads and is only available as binary (damned closed source).
> > There are 2 applications using this beast: vdr and mplayer.
> > What do I have to do to keep my system up to date ( using glibc >= 2.6 ),
> > but build these applications with glibc 2.5 ?
>
> See http://BitWagon.com/rtldi/rtldi.html for one method that allows
> co-existence of multiple runtime versions of glibc.
>
Thanks for the link !
> As for compiling and linking, the safest approach is: don't. Instead,
> create an archive of the applications after building under glibc-2.5,
> then extract from that archive as necessary.
>
Yes thats a way to go - unfortunately vdr is an application with lots of plugins which needs to be updated from time to time, so I need a second machine with 2.5.4 for compiling those.
Is there any way to turn that binary .so library into a static one with all its needed functions from glibc included ?
Bye
Helmut
> --
>