https://bugs.kde.org/show_bug.cgi?id=435155

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Milian Wolff <m...@milianw.de> ---
the reason is probably that a static library doesn't automatically pull in its
dependencies - and you seem to be linking your static libunwind against a
dynamic liblzma. I don't know how to detect this best, quite frankly I think
that's a pretty custom setup which requires custom code like you have done.
personally I'm always using the shared libraries for libunwind and that works
just fine. if you want to improve support for static libs - patches welcome!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to