Author Topic: libthread.so - how to get it out of debian package?  (Read 4072 times)

chrisg

  • Newbie
  • *
  • Posts: 10
    • View Profile
libthread.so - how to get it out of debian package?
« 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?

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
libthread.so - how to get it out of debian package?
« Reply #1 on: June 18, 2004, 09:16:08 pm »
Quote
debian


ar -x packagename


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

chrisg

  • Newbie
  • *
  • Posts: 10
    • View Profile
libthread.so - how to get it out of debian package?
« Reply #2 on: June 19, 2004, 06:52:58 am »
Quote
ar -x packagename


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

Many thanks!