This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2009-12-15.20:00:27
SpamBayes Score 0.002571153
Marked as misclassified No
Message-id <1260907230.27.0.986456076944.issue7518@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-12-15 20:00:30mark.dickinsonsetrecipients: + mark.dickinson
2009-12-15 20:00:30mark.dickinsonsetmessageid: <1260907230.27.0.986456076944.issue7518@psf.upfronthosting.co.za>
2009-12-15 20:00:27mark.dickinsonlinkissue7518 messages
2009-12-15 20:00:27mark.dickinsoncreate