Re: cvs tip broken build for plpython

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs tip broken build for plpython
Date: 2004-10-10 22:37:28
Message-ID: 18441.1097447848@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)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.0 plpython.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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-10-10 22:45:02 Re: Speeding up DELETEs on table with FKs ...
Previous Message Andrew Dunstan 2004-10-10 22:30:01 cvs tip broken build for plpython