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 alanh, ned.deily
Date 2013-02-18.22:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361227969.6.0.230507678644.issue17226@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have a use case where this is needed?  As far as I know, Python itself doesn't reference libiconv directly.  libintl may but we're not building it, merely using it.  If libintl does reference it, the linker in use should try to satisfy the dependency for it.  We shouldn't have to specify the transitive closure of all dependent libraries.
History
Date User Action Args
2013-02-18 22:52:49ned.deilysetrecipients: + ned.deily, alanh
2013-02-18 22:52:49ned.deilysetmessageid: <1361227969.6.0.230507678644.issue17226@psf.upfronthosting.co.za>
2013-02-18 22:52:49ned.deilylinkissue17226 messages
2013-02-18 22:52:49ned.deilycreate