[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sem_open / how to use NPTL?



Sorry. Compiled flawlessly. Executes without saying anything.
HTH
H

Hello Hugo,

sorry for the delay, I was travelling to my family for Christmas... I'm still stuck with this NPTL issue. Thanks a lot for your command line arguments to g++, but here, it remains the same thing: Compiling works, running claims "function not implemented". I can't believe that the difference 2.6.7 - 2.6.9 or the Debian patches (I have a vanilla kernel) are the reason. A ldd of my program shows:

       libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x40025000)
       libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40035000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

So the new libraries from libc6-i686 are really used. The ld-linux.so.2 is still the one from /lib (there are also other versions in /lib/tls and /lib/tls/i686/cmov, but running these directly with my program as argument didn't change the situation. Could you send me your ldd output?

Have a nice day,
Viktor.




Reply to: