Re: x86_64 configure problem

From: Joe Conway <mail(at)joeconway(dot)com>
To: James William Pye <flaw(at)rhid(dot)com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: x86_64 configure problem
Date: 2004-09-09 20:30:29
Message-ID: 4140BD65.2090906@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

James William Pye wrote:
> Looking at get_python_lib(), I'm not so sure that I'm correct:
>

It does seem to work for me:

# python -c "from distutils.sysconfig import get_python_lib as f; import
os; print os.path.join(f(plat_specific=1,standard_lib=1),'config')"
/usr/lib64/python2.3/config

Any other proposals? If not, any objections to the attached patch?

Joe

Attachment Content-Type Size
current.80.diff text/x-patch 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Murat Kantarcioglu 2004-09-09 21:03:09 Supporting Encryption in Postgresql
Previous Message James William Pye 2004-09-09 20:14:23 Re: x86_64 configure problem

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2004-09-09 21:30:27 Clarification of action on Delete
Previous Message James William Pye 2004-09-09 20:14:23 Re: x86_64 configure problem