From: | James William Pye <flaw(at)rhid(dot)com> |
---|---|
To: | Joe Conway <mail(at)joeconway(dot)com> |
Cc: | "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: x86_64 configure problem |
Date: | 2004-09-09 20:14:23 |
Message-ID: | 1094760863.487.146.camel@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Thu, 2004-09-09 at 12:28, James William Pye wrote:
> That should work, regardless of the lib directory that Python is
> installed to.
Looking at get_python_lib(), I'm not so sure that I'm correct:
if os.name == "posix":
libpython = os.path.join(prefix,
"lib", "python" + get_python_version())
Although, I'm getting a bit confused. I just compiled and installed
Python(CVS) configured as:
./configure --prefix=/usr/dev --libdir=/usr/dev/pylib
But it didn't install anything in /usr/dev/pylib, as one would expect.
It just threw everything in /usr/dev/lib. I even gmake'd distclean to
make sure there wasn't some configure option cache of some sort. Same
thing.
ISTM that Python's libdir wasn't meant to be located anywhere other than
EPREFIX/lib.
--
Regards,
James William Pye
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2004-09-09 20:30:29 | Re: x86_64 configure problem |
Previous Message | Marc G. Fournier | 2004-09-09 20:05:53 | tablespace question ... pg vs oracle |
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2004-09-09 20:30:29 | Re: x86_64 configure problem |
Previous Message | James William Pye | 2004-09-09 19:28:53 | Re: x86_64 configure problem |