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 brett.cannon
Recipients benjamin.peterson, brett.cannon, erickt, rpetrov, tarek
Date 2009-05-31.19:36:23
SpamBayes Score 0.00036483555
Marked as misclassified No
Message-id <1243798586.03.0.141413977711.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
Still fails because you are now no longer compiling against
CoreFoundation. Probably need both CoreFoundation and intl:

gcc -L/Users/brett/usr/lib -L/Users/brett/.local/lib -L/unix/lib
-L/unix/macports/lib -L/Developer/usr/lib -lintl -o python.exe \
			Modules/python.o \
			libpython3.1.a -ldl      
Undefined symbols:
  "_CFStringConvertEncodingToIANACharSetName", referenced from:
      _mac_getscript in libpython3.1.a(_localemodule.o)
  "_CFStringGetSystemEncoding", referenced from:
      _mac_getscript in libpython3.1.a(_localemodule.o)
  "_CFStringGetCStringPtr", referenced from:
      _mac_getscript in libpython3.1.a(_localemodule.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
History
Date User Action Args
2009-05-31 19:36:26brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, erickt, tarek, rpetrov
2009-05-31 19:36:26brett.cannonsetmessageid: <1243798586.03.0.141413977711.issue6154@psf.upfronthosting.co.za>
2009-05-31 19:36:24brett.cannonlinkissue6154 messages
2009-05-31 19:36:23brett.cannoncreate