[issue36659] distutils UnixCCompiler: Remove standard library path from rpath

Florian Weimer report at bugs.python.org
Tue Apr 23 09:53:34 EDT 2019


Florian Weimer <fweimer at redhat.com> added the comment:

Note that linking with -Wl,-rpath,/usr/lib64 (even if it's redundant) disables part of the ld.so cache on Linux.  Instead, paths under /usr/lib64 are probed explicitly.  This can add quite a few failing open/openat system calls to the process startup.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36659>
_______________________________________


More information about the Python-bugs-list mailing list