Re: [HACKERS] HEAD doesn't cope with libraries in non-default locations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] HEAD doesn't cope with libraries in non-default locations
Дата
Msg-id 22946.1120450333@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] HEAD doesn't cope with libraries in non-default locations  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] HEAD doesn't cope with libraries in non-default
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> It appears that somebody has changed things so that the -L switches
>> appear after the -l switches (ie, too late).  I'm too tired to
>> investigate now, but my money is on Autoconf 2.59 being the problem ...

> I wonder if it was this commit.  I am attaching the patch so you can
> test to see if it fixes it.  If it does, please let us know.

> ! SHLIB_LINK := $(filter -L%, $(LDFLAGS)) $(SHLIB_LINK)
> ...
> ! SHLIB_LINK := $(SHLIB_LINK) $(filter -L%, $(LDFLAGS))

Urgh.  This was considered a good idea why exactly?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Disable page writes when fsync off, add GUC
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] HEAD doesn't cope with libraries in non-default