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 erickt
Recipients benjamin.peterson, brett.cannon, erickt, rpetrov, tarek
Date 2009-05-31.19:04:18
SpamBayes Score 0.00073961384
Marked as misclassified No
Message-id <1243796661.32.0.685394242946.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin, I just applied that patch but I still got the same error:

		/usr/bin/libtool -o Python.framework/Versions/3.1/Python 
-dynamic  libpython3.1.a \
			 -lSystem -lSystemStubs -arch_only i386 -
install_name 
/opt/local/Library/Frameworks/Python.framework/Versions/3.1/Python -
compatibility_version 3.1 -current_version 3.1 -framework 
CoreFoundation;\
	fi
Undefined symbols:
  "_libintl_textdomain", referenced from:
      _PyIntl_textdomain in libpython3.1.a(_localemodule.o)
  "_libintl_dgettext", referenced from:
      _PyIntl_dgettext in libpython3.1.a(_localemodule.o)
  "_libintl_dcgettext", referenced from:
      _PyIntl_dcgettext in libpython3.1.a(_localemodule.o)
  "_libintl_bindtextdomain", referenced from:
      _PyIntl_bindtextdomain in libpython3.1.a(_localemodule.o)
  "_libintl_gettext", referenced from:
      _PyIntl_gettext in libpython3.1.a(_localemodule.o)
ld: symbol(s) not found
/usr/bin/libtool: internal link edit command failed
History
Date User Action Args
2009-05-31 19:04:21ericktsetrecipients: + erickt, brett.cannon, benjamin.peterson, tarek, rpetrov
2009-05-31 19:04:21ericktsetmessageid: <1243796661.32.0.685394242946.issue6154@psf.upfronthosting.co.za>
2009-05-31 19:04:19ericktlinkissue6154 messages
2009-05-31 19:04:18ericktcreate