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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PL/perl should fail on configure, not make
Дата
Msg-id 50EDDBC2.4040002@dunslane.net
обсуждение исходный текст
Ответ на Re: PL/perl should fail on configure, not make  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PL/perl should fail on configure, not make  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PL/perl should fail on configure, not make  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 01/09/2013 10:16 AM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 01/08/2013 10:37 PM, Tom Lane wrote:
>>> We could try adding an AC_TRY_LINK test using perl_embed_ldflags,
>>> but given the weird stuff happening to redefine that value on Windows
>>> in plperl/GNUmakefile I think there's a serious risk of breaking Cygwin
>>> builds.  Since I lack access to either Cygwin or a platform on which
>>> there's a problem today, I'm not going to be the one to mess with it.
>> ITYM Mingw - the Makefile doesn't do anything for Cygwin.
> OK, sorry.
>
>> If you want to build a configure test, you could make it conditional on
>> the PORTNAME not being win32, since we don't seem to have a problem
>> there anyway.
> Actually, if we were to try to clean this up, I'd suggest moving that
> logic into the configure script --- it's not apparent to me why it's
> a good idea to be changing configure-determined values in the Makefile.
> But in any case this would have to be done by somebody who's in a
> position to test on affected platforms.


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.

Given that, you should be able to write a reasonably portable configure
test for library presence.

Barring objection I'll apply this shortly.

cheers

andrew

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index build temp files
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Index build temp files