[issue35903] Build of posixshmem.c should probe for required OS functions

Neil Schemenauer report at bugs.python.org
Tue Feb 5 23:03:25 EST 2019


Neil Schemenauer <nas-python at arctrix.com> added the comment:

I didn't understand autoconfig well enough but I think I fixed it now.  Apparently MacOS is a platform where it has shm_open but you don't need to link with -lrt.  The revised 'configure' should handle that correctly now.

----------

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


More information about the Python-bugs-list mailing list