Re: pl/perl won't build under 7.1.3

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: jim(at)spectrumtelecorp(dot)com
Cc: "-wiseguy" <no-one(at)all(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: pl/perl won't build under 7.1.3
Date: 2001-11-26 17:10:46
Message-ID: xuywv0de9ux.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jim Buttafuoco" <jim(at)spectrumtelecorp(dot)com> writes:

> Hi,
>
> I "fixed" the Makefile.PL script under src/pl/plperl and
> removed the if ($Config{'useshrplib'} ne 'true') { ... } code.
>
> This will link in the static libperl.a file. The only down side
> of this is your libplperl.so file is going to be larger.

That's not the only downside, on most architectures it won't
work. Code used like this should be compiled with -fpic, and static
libraries rarely are.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brent Verner 2001-11-26 18:30:31 Re: Strange performance issue
Previous Message Jim Buttafuoco 2001-11-26 17:07:38 Re: pl/perl won't build under 7.1.3