cvs tip broken build for plpython

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: cvs tip broken build for plpython
Date: 2004-10-10 22:30:01
Message-ID: 4169B7E9.2000501@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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
collect2: ld returned 1 exit status

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-10-10 22:37:28 Re: cvs tip broken build for plpython
Previous Message Marc G. Fournier 2004-10-10 22:13:59 Speeding up DELETEs on table with FKs ...