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 ned.deily
Recipients benjamin.peterson, ned.deily, ronaldoussoren
Date 2009-05-25.07:39:00
SpamBayes Score 0.0013571108
Marked as misclassified No
Message-id <1243237144.62.0.281871401059.issue6104@psf.upfronthosting.co.za>
In-reply-to
Content
Undefined symbols:
 "_CFStringConvertEncodingToIANACharSetName", referenced from:
    _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
 "_CFStringGetSystemEncoding", referenced from:
    _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
 "_CFStringGetCStringPtr", referenced from:
   _PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)

SOLUTION:
   add "-framework CoreFoundation" to Makefile target
   "$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)"
   build of temporary minimal framework bootstrap
History
Date User Action Args
2009-05-25 07:39:04ned.deilysetrecipients: + ned.deily, ronaldoussoren, benjamin.peterson
2009-05-25 07:39:04ned.deilysetmessageid: <1243237144.62.0.281871401059.issue6104@psf.upfronthosting.co.za>
2009-05-25 07:39:02ned.deilylinkissue6104 messages
2009-05-25 07:39:01ned.deilycreate