Mark Dickinson <dicki...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7518>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to