Re: PL/perl should fail on configure, not make
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Josh Berkus <josh@agliodbs.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>, Tim Bunce <Tim.Bunce@pobox.com>
Date: 2013-01-10T21:20:01Z
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.