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 rothrock
Recipients nijel, rothrock, sergiodj, spektrum
Date 2008-09-25.20:38:47
SpamBayes Score 1.6085502e-05
Marked as misclassified No
Message-id <1222375129.06.0.580696123054.issue858809@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

This problem still exists in 2.5.2. Setting the libdir argument doesn't
correctly set LIBDIR in the Makefile.


[rothrock@su1 Python-2.5.2]$ ./configure --prefix=/home/y
--libdir=/home/y/lib64

...

[rothrock@su1 Python-2.5.2]$ cat Makefile | grep LIBDIR=
LIBDIR=		$(exec_prefix)/lib
History
Date User Action Args
2008-09-25 20:38:49rothrocksetrecipients: + rothrock, nijel, spektrum, sergiodj
2008-09-25 20:38:49rothrocksetmessageid: <1222375129.06.0.580696123054.issue858809@psf.upfronthosting.co.za>
2008-09-25 20:38:47rothrocklinkissue858809 messages
2008-09-25 20:38:47rothrockcreate