Re: [HACKERS] cvs tip broken build for plpython

2004-10-11 Thread Andrew Dunstan
Tom Lane wrote: "Andrew Dunstan" <[EMAIL PROTECTED]> writes: On my FC3 installation, there is a /usr/lib/libpython2.3.so.1.0 ... do you have anything comparable? No, except the non-standard one on the openoffice libs. Building as shared lib only became a part of standard python in rel

Re: [HACKERS] cvs tip broken build for plpython

2004-10-11 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> writes: >> On my FC3 installation, there is a /usr/lib/libpython2.3.so.1.0 >> ... do you have anything comparable? > No, except the non-standard one on the openoffice libs. Building as shared > lib only became a part of standard python in release 2.3 - see > ht

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
Tom Lane said: > Andrew Dunstan <[EMAIL PROTECTED]> writes: >> The last REL7_4_STABLE build the machine did had this: > >> ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes >> -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 >> plpython.o -L../../../src/port -L/usr

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > The last REL7_4_STABLE build the machine did had this: > ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes > -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 > plpython.o -L../../../src/port -L/usr/lib/python2.2/confi

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: A couple of hours ago things started breaking thus, I assume related to the Makefile changes made around then: ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -shared -Wl,-soname,l

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > A couple of hours ago things started breaking thus, I assume related to > the Makefile changes made around then: > ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes > -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 pl

[HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
A couple of hours ago things started breaking thus, I assume related to the Makefile changes made around then: ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 plpython.o -L../../../src/port -lpython2.2 -ldl -l