Re: [GENERAL] PG compilation

2007-01-12 Thread km
On Fri, Jan 12, 2007 at 11:50:19AM +0100, Albe Laurenz wrote: > > gmake[3]: Entering directory > `/home/km/postgresql8.2.1/postgresql-8.2.1/src/pl/plpython' > > gcc -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Winline > -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g > -fp

Re: [GENERAL] PG compilation

2007-01-11 Thread Peter Eisentraut
km wrote: > I would like to know if there is a way to pass an argument to > ./configure to consider compiling with a specific python version ? configure PYTHON=/usr/bin/python2.5 -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [GENERAL] PG compilation

2007-01-11 Thread km
> > > >I would like to know if there is a way to pass an argument to ./configure > >to consider compiling with a specific python version ? coz i have many > >python versions in the system .I presume that configure would check for > >the /usr/bin/python alone, but what if i want /usr/bin/python2.

Re: [GENERAL] PG compilation

2007-01-11 Thread Shane Ambler
km wrote: Hi, I would like to know if there is a way to pass an argument to ./configure to consider compiling with a specific python version ? coz i have many python versions in the system .I presume that configure would check for the /usr/bin/python alone, but what if i want /usr/bin/python2.5

[GENERAL] PG compilation

2007-01-10 Thread km
Hi, I would like to know if there is a way to pass an argument to ./configure to consider compiling with a specific python version ? coz i have many python versions in the system .I presume that configure would check for the /usr/bin/python alone, but what if i want /usr/bin/python2.5 to be com