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 barry
Recipients Arfrever, akitada, andybuckley, barry, belopolsky, christian.heimes, doko, eric.araujo, ivazquez, jafo, jcea, lemburg, matejcik, pitrou, tarek
Date 2011-03-29.22:05:33
SpamBayes Score 1.2084525e-06
Marked as misclassified No
Message-id <20110329180528.1c7c0597@neurotica.wooz.org>
In-reply-to <1301427535.27.0.931648640333.issue1294959@psf.upfronthosting.co.za>
Content
On Mar 29, 2011, at 07:38 PM, Arfrever Frehtes Taifersar Arahesis wrote:

>A proper fix is to introduce sys.libdir, which would be controllable by
>--libdir=${value} option of `configure`. If --libdir=${value} is not passed,
>then sys.libdir would default to sys.prefix + "/lib".  sysconfig, distutils
>etc. would have to use sys.libdir.

Please note that I'm not interested (right now <wink>) in building Python
multiarch, but building Python *on* multiarch.  So I think simply adding the
right search paths to setup.py is the right way to go, and I've opened a
separate issue for it.
History
Date User Action Args
2011-03-29 22:05:34barrysetrecipients: + barry, lemburg, doko, jafo, jcea, belopolsky, pitrou, christian.heimes, matejcik, tarek, ivazquez, eric.araujo, Arfrever, akitada, andybuckley
2011-03-29 22:05:33barrylinkissue1294959 messages
2011-03-29 22:05:33barrycreate