ideas about threading lib switching

Joerg Sonnenberger joerg at britannica.bec.de
Wed Apr 11 22:40:40 PDT 2007


On Wed, Apr 11, 2007 at 06:51:38PM +0200, Simon 'corecode' Schubert wrote:
> Have a generic "proxy" lib called libpthread.so.0 or so, which defines the 
> available functions and where all binaries can be linked against.

Have a libpthread.so.0 which is just a symlink against the real thread
lib and add a libpthread.so which is *not* a link with a soname of
libpthread.so.0 and a DT_NEEDED of one of the real thread libs.

Joerg





More information about the Kernel mailing list