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 doko
Recipients Arfrever, dmalcolm, doko, jcea, pitrou
Date 2012-07-08.00:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341707053.59.0.665137787059.issue14791@psf.upfronthosting.co.za>
In-reply-to
Content
using sys.maxsize isn't safe for cross builds. it should at least guarded by 'if not cross_compiling'.

I still think that the preferred way to get the library dirs is to ask the compiler (patch attached), however this will add "incompatible" library dirs as well, at least for multilib'd gcc builds, and leading to linker warnings when building the extensions. At least when using gcc this should address the issue finding the lib32 and libx32 dirs.
History
Date User Action Args
2012-07-08 00:24:13dokosetrecipients: + doko, jcea, pitrou, Arfrever, dmalcolm
2012-07-08 00:24:13dokosetmessageid: <1341707053.59.0.665137787059.issue14791@psf.upfronthosting.co.za>
2012-07-08 00:24:12dokolinkissue14791 messages
2012-07-08 00:24:12dokocreate