OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: chrisg on June 18, 2004, 09:02:44 pm

Title: libthread.so - how to get it out of debian package?
Post by: chrisg on June 18, 2004, 09:02:44 pm
Hello out there,

i am just trying to onboard-compile ScummVM 0.6.0 for Qtopia (OZ) (has anyone done this yet???). But on linking, \"ld\" claims, that libpthread.so is missing.
On my OpenZaurus 3.3.5 there is just a /lib/libthread-dsXX.so which seems to come from my installed libc6 2.3.2 arm package.
I know the libpthread.so.XX is in the libc6 2.2.5 arm package, but I don\'t know how to extract the file out of the debian (not ipk!) archive (I don\'t want to downgrade to this package just in order to get that file).
How to extract the file? Or where can I get it directly?
Title: libthread.so - how to get it out of debian package?
Post by: lardman on June 18, 2004, 09:16:08 pm
Quote
debian


ar -x packagename


Si
Title: libthread.so - how to get it out of debian package?
Post by: chrisg on June 19, 2004, 06:52:58 am
Quote
ar -x packagename


Wow, that\'s exactly what i was looking for!

Many thanks!