[issue7518] Some functions in pymath.c should be moved elsewhere.

Mark Dickinson report at bugs.python.org
Tue Dec 15 21:00:30 CET 2009


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

Incidentally, the build failure described earlier can be fixed by creating python.exe with:

gcc -u _PyMac_Error -o python.exe Modules/python.o -ldl -Wl,-force_load,libpython2.7.a -framework CoreFoundation

instead of with:

gcc -u _PyMac_Error -o python.exe Modules/python.o libpython2.7.a -ldl -framework CoreFoundation

----------

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


More information about the Python-bugs-list mailing list