Re: Building PL/Perl without libperl.so fails - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Building PL/Perl without libperl.so fails
Date
Msg-id 3597.1041539251@sss.pgh.pa.us
Whole thread Raw
In response to Building PL/Perl without libperl.so fails  (Palle Girgensohn <girgen@pingpong.net>)
Responses Re: Building PL/Perl without libperl.so fails
List pgsql-interfaces
Palle Girgensohn <girgen@pingpong.net> writes:
> I'd rather link libplperl with a static libperl.a than adding a shared 
> libperl.so to the perl port. Can this be done, or will something break?

It will not work unless your platform is one where PIC code generation
is the default, so that the contents of libperl.a are amenable to
inclusion into a .so library.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Robert Hord
Date:
Subject: OpenOffice connection
Next
From: Tom Lane
Date:
Subject: Re: bug report