Quote:
Originally Posted by deep
Ok here's the output
I copied the file over to /mnt/us
and ran the command from my linux machine
Code:
/media/Kindle$ file ./libpthread.so
./libpthread.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), BuildID[sha1]=0x245a6c47c401422afb251b0bb4d29e9e309404dc, for GNU/Linux 2.6.16, not stripped
|
Good move.
Now that you have a backup copy of it (be sure to keep it in case we break something). . . .
Do:
Code:
cd /usr/lib/
mv libpthread.so libpthread.so.bak
ln -s /lib/libpthread.so libpthread.so
cd -
And if all the multi-threaded applications on your KT break, reverse the above process to fix it.
Then we will just over-ride the library search path order in the compile command.
Hmm... Maybe that is what I should have described to begin with.