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
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)---
> >
> >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.
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
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