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 taylor
Recipients taylor
Date 2013-05-29.16:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369845924.16.0.424451971001.issue18096@psf.upfronthosting.co.za>
In-reply-to
Content
Misc/python-config.in returns a bad library order when given the --ldflags or --libs arguments.  A library should be listed *BEFORE* those libraries that it depends upon.  The python library depends upon all the other libraries listed, but it is listed last -- it should be first.

When linking with shared libraries, you can generally get away with the current behaviour.  When linking with static libraries, it fails
History
Date User Action Args
2013-05-29 16:45:24taylorsetrecipients: + taylor
2013-05-29 16:45:24taylorsetmessageid: <1369845924.16.0.424451971001.issue18096@psf.upfronthosting.co.za>
2013-05-29 16:45:24taylorlinkissue18096 messages
2013-05-29 16:45:23taylorcreate