Re: cvs tip broken build for plpython - Mailing list pgsql-hackers

From Tom Lane
Subject Re: cvs tip broken build for plpython
Date
Msg-id 18441.1097447848@sss.pgh.pa.us
Whole thread Raw
In response to cvs tip broken build for plpython  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: cvs tip broken build for plpython
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> 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.0plpython.o -L../../../src/port  -lpython2.2 -ldl  -lpthread -lutil -lm  -o
libplpython.so.0.0
> /usr/bin/ld: cannot find -lpython2.2

What fun.  What Python version have you got *exactly*, and what does it
use for the python shared library name?  What link command does 7.4 use
for plpython on your machine?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: cvs tip broken build for plpython
Next
From: Tom Lane
Date:
Subject: Re: Speeding up DELETEs on table with FKs ...