Message219186
Hmm, apparently the -l flag was added in #832799, for a rather complicated case where the interpreter is linked with a library dlopened by an embedding application (I suppose for some kind of plugin system). The OP there also mentions RTLD_GLOBAL as a workaround (or perhaps the right way of achieving the desired effect).
(also, the OP didn't mention why he used a shared library build, instead of linking Python statically with the dlopened library) |
|
| Date |
User |
Action |
Args |
| 2014-05-26 22:24:49 | pitrou | set | recipients:
+ pitrou, loewis, ncoghlan, eric.araujo, dstufft |
| 2014-05-26 22:24:49 | pitrou | set | messageid: <[email protected]> |
| 2014-05-26 22:24:49 | pitrou | link | issue21536 messages |
| 2014-05-26 22:24:48 | pitrou | create | |
|