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
