Re: PL/perl should fail on configure, not make

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
Subject: Re: PL/perl should fail on configure, not make
Date: 2013-01-10 21:20:01
Message-ID: 50EF3081.7000508@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/9/13 4:06 PM, Andrew Dunstan wrote:
> Here's a patch which does that and produces configure traces like this
> on Mingw:
>
> checking for Perl archlibexp... C:/Perl/lib
> checking for Perl privlibexp... C:/Perl/lib
> checking for Perl useshrplib... true
> checking for flags to link embedded Perl... -LC:/Perl/lib/CORE -lperl512
>
> which seems to be what we want.

It would also be good to fix the same issue in plpython.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-01-10 21:21:40 Re: PL/perl should fail on configure, not make
Previous Message Peter Eisentraut 2013-01-10 21:18:31 Re: PL/perl should fail on configure, not make