[issue4026] fcntl extension fails to build on AIX 6.1

Michael Haubenwallner report at bugs.python.org
Mon Sep 6 17:12:26 CEST 2010


Michael Haubenwallner <michael.haubenwallner at salomon.at> added the comment:

While I've not tested these patches myself, I do think there still is an unhandled case: building a 64bit python.
As libbsd.a contains 32bit objects only, there is no 64bit flock().
So AC_CHECK_LIB(bsd,flock) may still fail, which should result in have_flock=no then.
Thank you!

----------

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


More information about the Python-bugs-list mailing list