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

Antoine Brodin.FreeBSD report at bugs.python.org
Tue Feb 25 17:45:44 CET 2014


Antoine Brodin.FreeBSD added the comment:

For the python-ldap extension, this seems to be a buglet in its setup.cfg, it lists /usr/lib in library_dirs and /usr/include in library_dirs

For the others, /usr/local/lib is not in the default library search path (only /lib and /usr/lib) so at least -L has to be specified.

----------

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


More information about the Python-bugs-list mailing list