* Dmitry Smirnov <only...@member.fsf.org>, 2013-06-23, 06:03:
Please don't, unless you fancy your software segfaulting. find_library is fundamentally broken: it gives you a library with unpredictable ABI.
What would you recommend to use instead?

Determine shared library names that are compatible with the Python code at development time, and then hardcode them into the Python module.

xpra's webm module does it almost right:
1) It shouldn't try to open "libwebp.so";
2) It should treat gnu* (Hurd, kFreeBSD) platforms in the same way as linux2.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130623212830.ga7...@jwilk.net

Reply via email to