Re: PL/Python build

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: PL/Python build
Date: 2001-05-09 22:53:55
Message-ID: 200105092253.f49Mrtf25428@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian writes:
>
> > OK, I have loaded PL/Python into CVS. The problem is that the Makefile
> > does not work with our build system. It assumes someone is
> > hand-configuring the Makefile for python versions and paths.
>
> Might be rather complex. I don't want more of the third party generated
> makefiles in our build system because it messes up many things. As long
> as it's documented how to build it we can work with it for now.

I disabled the plPython Makefile until we can deal with it:

$ gmake
Disabled until merged into our Makefile system, bjm 2001-05-09

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-09 22:55:20 Re: createlang patch
Previous Message Peter Eisentraut 2001-05-09 21:49:14 Re: PL/Python build