[issue9742] Python 2.7: math module fails to build on Solaris 9

Mark Dickinson report at bugs.python.org
Mon Nov 22 16:53:09 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Doug:  thanks.  I think I may just be being stupid here. One thing you might try is replacing the line

  extern double round(double);

in Include/pymath.h, with:

  PyAPI_FUNC(double) round(double);

and see if that helps.

----------

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


More information about the Python-bugs-list mailing list