On Wed, Nov 10, 2004 at 08:11:13PM +0100, Andreas Jochens wrote:
> 
> Programs which have been compiled and linked for the use with 
> linuxthreads should usually also work with nptl at runtime. This is 
> exactly what happens on i386 if you run any 2.6 kernel. An i386 
> system uses the nptl thread library '/lib/tls/libpthread-0.60.so' if you
> run a 2.6 kernel and the linuxthreads library '/lib/libpthread-0.10.so' 
> if you run a 2.4 kernel (with the same binaries).

But it sometimes breaks and you'll have to use
LD_ASSUME_KERNEL to select the correct version of the library you
need.


Kurt


Reply via email to