Nick Papior <[email protected]> added the comment:
FYI: The problem arises since Intel adds a library path to: ../clck/2019.2.1/lib/intel64/ which has libutil.so! This means that the Intel compiler *may* not find OpenPTY since that may optionally be placed in libutil.so... Simply removing the path from the env means Intel compilers functions again ;) *sigh* ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37360> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
