[issue35070] test_posix fails on macOS 10.14 Mojave

Ned Deily report at bugs.python.org
Fri Oct 26 17:44:19 EDT 2018


Ned Deily <nad at python.org> added the comment:

Yeah. Can you check the header file paths that are being used in your compiler invocation, e.g something like:  cc -v -c ...
And, while you are at it, the library search path of the test executable:  otool -L ./...
And anything suspicious in /usr/local/include or /usr/local/lib ?

----------

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


More information about the Python-bugs-list mailing list