[issue4026] fcntl extension fails to build on AIX 6.1

Sébastien Sablé report at bugs.python.org
Mon Sep 6 16:17:53 CEST 2010


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

Here is the version of the patch for Python 2.7.
I had to change AC_TRY_COMPILE to AC_COMPILE_IFELSE and AC_TRY_LINK to AC_LINK_IFELSE.

The syntax in configure.in is the same between Python 2.7 and the trunk. It is also the same between Python 2.6.6 and Python 3.1.2.

So this patch can be applied on the trunk and the patch Python-2.6.6_flock_AIX.diff can be applied on Python 3.1.2.

----------
Added file: http://bugs.python.org/file18766/Python-2.7_flock_AIX.diff

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


More information about the Python-bugs-list mailing list