On Tue, 2005-08-09 at 13:30 +0800, yang lin wrote:
> hi all
> 
> I have completed a LFS system using lfs-5.1.1 . but when I run a program that
> compiled in RH9 with multi-thread, the errors happend ,and the program
> halted.
> 
> I look at the library dependencies with ldd .
> on RH9 ,just as libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40037000)
> and in lfs , libpthread.so.0 => /lib/libpthread.so.0 (0x4001a000)
> 
> so I suspect that lfs-5.1.1 didnt compile the NPTL ,and caused thread error.
> 
> how can I compile the NPTL to replace current thread lib?
> 
> btw: I using kernel 2.4.18 ,and gcc 3.3.3 
> 
> any suggestion be thankful
With 2.4.18 and gcc-3.3.3 hm the compiler should work, but not the
kernel (at leat not without heavy patching / backporting from 2.6.x)
NPTL needs features of 2.6.x!

Why don't you want to upgrade?
-- 
  H
CUH Rainer Peter Feller
  H

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to