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 Arfrever
Recipients Arfrever, tarek
Date 2010-01-01.13:38:02
SpamBayes Score 0.01923929
Marked as misclassified No
Message-id <1262353086.09.0.683625884424.issue7617@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option()
currently only recognizes "gcc" or "gcc-${version" (e.g. "gcc-4.4.2"),
but it doesn't recognize "${configuration_name}-gcc" (e.g. "x86_64-pc-
"x86_64-pc-linux-gnu-gcc-4.4.2"). Python is configured with such fully
qualified configuration names in some distributions (e.g. Gentoo).

Configuration names are described in:
http://sourceware.org/autobook/autobook/autobook_17.html
http://www.gnu.org/software/autoconf/manual/html_node/Specifying-
History
Date User Action Args
2010-01-01 13:38:06Arfreversetrecipients: + Arfrever, tarek
2010-01-01 13:38:06Arfreversetmessageid: <1262353086.09.0.683625884424.issue7617@psf.upfronthosting.co.za>
2010-01-01 13:38:04Arfreverlinkissue7617 messages
2010-01-01 13:38:03Arfrevercreate