From: Yedidyah Bar-David (didi_at_nonexisting.hamakor.org.il)
Date: Mon 21 Jun 2004 - 22:53:47 IDT
On Mon, Jun 21, 2004 at 10:21:05PM +0300, Ira Abramov wrote:
> Quoting Dan Kenigsberg, from the post of Mon, 21 Jun:
> > Here, on my FC1, it cries:
> >
> > skype: relocation error: skype: undefined symbol: _ZN7QActionC1EP7QObjectPKc
> >
> > and returns 127.
> >
> > Any idea why?
>
> I'd say "search in the source" but I'm guessing you can't get much
> further than strace with hard-linked proprietary software, plus the
> symbol name looks like the code has been obfuscated before compilation.
> BAHHH.
I am well aware of the good of FOSS, but I also try to blame entities
only about things they are guilty of.
_ZN7QActionC1EP7QObjectPKc does not look to me like obfuscation, but
like C++ mangling. do 'nm -D' on your favourite dynamically-linked C++
binary, and see a lot of such symbols. Do 'nm -D -C' on it (even on this
skype thing), and you'll actually see much more info than on a C binary.
-- Didi ================================================================= To unsubscribe, send mail to linux-il-request_at_linux.org.il with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail linux-il-request_at_linux.org.il
This archive was generated by hypermail 2.1.7 : Mon 21 Jun 2004 - 23:09:49 IDT