Re: PL/Python build

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: PL/Python build
Дата
Msg-id Pine.LNX.4.21.0105091900100.18313-100000@olympus.scw.org
обсуждение исходный текст
Ответ на Re: PL/Python build  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: PL/Python build  (Mark Hollomon <mhh@mindspring.com>)
Список pgsql-hackers
On Wed, 9 May 2001, Bruce Momjian wrote:

> > 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

One of the small problems of pl/python is going to similar to pl/perl...
many linux distro's don't come with a shared object library for python,
but come w/a static library only.

pl/python will work w/a static library (if you uncomment the lines in the
makefile to link all the modules against it directly); we can add a line
to the faq about where packages, if any, are for python.so.

-- 
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PL/Python build
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: Shared library versions