This file contains fixes for shared library location under different oses

core.ctypes_ext.find_library(name)[source]ΒΆ

Similar to ctypes.util.find_library except that on posixes that are not darwin, besides using ldconfig, gcc and objdump, it also browses the LD_LIBRARY_PATH.

Previous topic

<no title>

Next topic

<no title>

This Page