Re: [Mingw-users] mingw64

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [Mingw-users] mingw64
Дата
Msg-id 4D587203.5030008@dunslane.net
обсуждение исходный текст
Ответ на Re: [Mingw-users] mingw64  (Ralf Wildenhues <Ralf.Wildenhues@gmx.de>)
Список pgsql-hackers

On 02/12/2011 05:10 AM, Ralf Wildenhues wrote:
> Hello, and sorry for the delay,
>
> * Peter Rosin wrote on Sat, Jan 29, 2011 at 02:26:24PM CET:
>> Or is plain 'ar' used somewhere instead of 'x86_64-w64-mingw32-ar'?
> Automake outputs 'AR = ar' in Makefile.in for rules creating old
> libraries iff neither AC_PROG_LIBTOOL nor another method to define
> AR correctly is used in configure.ac.
>
> So this issue concerns packages using Automake but not using Libtool.
>
> I figured with AM_PROG_AR eventually being needed anyway that would fix
> this in one go ...
>
> A good workaround, as already mentioned, is to use this in configure.ac:
>    AC_CHECK_TOOL([AR], [ar], [false])
>

This was sorted out some time ago.

cheers

andrew


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions vs PGXS' MODULE_PATHNAME handling
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: SQL/MED - file_fdw