[issue20767] Some python extensions can't be compiled with clang 3.4

Matthias Klose report at bugs.python.org
Tue Feb 25 16:48:31 CET 2014


Matthias Klose added the comment:

this looks safe from my point of view.

However the real problem is that you unconditionally add a runtime path for a standard system path.  I think the better way to fix this is not to pass the -L and -R arguments at all if the library is found in a system path.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20767>
_______________________________________


More information about the Python-bugs-list mailing list