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 vstinner
Recipients amaury.forgeotdarc, jcea, loewis, pitrou, skrah, thoratsandip, vstinner
Date 2012-02-05.11:47:58
SpamBayes Score 1.1555277e-06
Marked as misclassified No
Message-id <1328442479.11.0.414606823313.issue13843@psf.upfronthosting.co.za>
In-reply-to
Content
> See also #6617 (which I marked as a duplicate).

This issue contains an interesting message (msg91758):
"I dont know Solaris, but googling for "libintl_textdomain solaris" shows 
that many other projects have the same issue.
The solution seems to set LDFLAGS=-lintl"

But I don't think that it would fix the issue because the failing command is "gcc -o python Modules/python.o libpython3.3dm.a -lintl ...".
History
Date User Action Args
2012-02-05 11:47:59vstinnersetrecipients: + vstinner, loewis, jcea, amaury.forgeotdarc, pitrou, thoratsandip, skrah
2012-02-05 11:47:59vstinnersetmessageid: <1328442479.11.0.414606823313.issue13843@psf.upfronthosting.co.za>
2012-02-05 11:47:58vstinnerlinkissue13843 messages
2012-02-05 11:47:58vstinnercreate