This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients janssen, jcea, schmir, theller
Date 2008-05-30.20:58:18
SpamBayes Score 0.011840751
Marked as misclassified No
Message-id <48406A6B.6000208@ctypes.org>
In-reply-to <4b3e516a0805291808h2200dd4bj223532c7f7ee61da@mail.gmail.com>
Content
> The question is, which linker?  I think it should be ld.so, which links "on
> demand", and does pay attention to LD_LIBRARY_PATH.  I'm not sure what the
> point of find_library() is, otherwise.

The best explanation is in the python docs:
http://docs.python.org/lib/ctypes-finding-shared-libraries.html
History
Date User Action Args
2008-05-30 20:58:23thellersetspambayes_score: 0.0118408 -> 0.011840751
recipients: + theller, jcea, janssen, schmir
2008-05-30 20:58:19thellerlinkissue2936 messages
2008-05-30 20:58:18thellercreate