Re: State of PL/Python build - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: State of PL/Python build
Date
Msg-id Pine.LNX.4.30.0105151859350.757-100000@peter.localdomain
Whole thread Raw
In response to Re: State of PL/Python build  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: State of PL/Python build  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> I wonder whether people would like an option to statically link
> libperl.a and/or libpython.a into the Postgres backend proper?  That
> would allow plperl/plpython to be used on platforms where this is an
> issue, without having to make a nonstandard build of perl/python.

Not unless you also link in plperl/plpython itself or mess with
-whole-archive type linker flags.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Configurable path to look up dynamic libraries
Next
From: Tom Lane
Date:
Subject: Re: State of PL/Python build