Message 73812 - Python tracker
Message73812
| 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:49 | rothrock | set | recipients: + rothrock, nijel, spektrum, sergiodj |
| 2008-09-25 20:38:49 | rothrock | set | messageid: <1222375129.06.0.580696123054.issue858809@psf.upfronthosting.co.za> |
| 2008-09-25 20:38:47 | rothrock | link | issue858809 messages |
| 2008-09-25 20:38:47 | rothrock | create | |