Re: PL/perl should fail on configure, not make - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PL/perl should fail on configure, not make
Date
Msg-id 50EF3081.7000508@gmx.net
Whole thread Raw
In response to Re: PL/perl should fail on configure, not make  (Andrew Dunstan <andrew@dunslane.net>)
List 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.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PL/perl should fail on configure, not make
Next
From: Peter Eisentraut
Date:
Subject: Re: PL/perl should fail on configure, not make