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 collinwinter
Recipients collinwinter, jyasskin, tarek
Date 2009-03-26.19:16:47
SpamBayes Score 4.819565e-07
Marked as misclassified No
Message-id <1238095013.07.0.627782689433.issue5572@psf.upfronthosting.co.za>
In-reply-to
Content
If you pass LIBS to ./configure (as in "LIBS=-lgcov ./configure"),
distutils ignores this when building extension modules, which breaks
when using certain gcc options which require certain libraries (I'm
thinking of -fprofile-generate). The attached patch remedies this.
History
Date User Action Args
2009-03-26 19:16:54collinwintersetrecipients: + collinwinter, jyasskin, tarek
2009-03-26 19:16:53collinwintersetmessageid: <1238095013.07.0.627782689433.issue5572@psf.upfronthosting.co.za>
2009-03-26 19:16:51collinwinterlinkissue5572 messages
2009-03-26 19:16:50collinwintercreate