Re: Re: [PATCHES] patch for minor Win32 makefile bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [PATCHES] patch for minor Win32 makefile bug
Дата
Msg-id 12181.986418280@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-ports
Peter Eisentraut <peter_e@gmx.net> writes:
> It seems we're now down to

> DLLLIBS= -lcygipc -lcrypt

> but I think it can be removed completely.

> We have three uses of this variable:

> 1) Makefile.win, for building extension modules.  No module in existance
> needs -lcygipc, and if one needs -lcrypt it can put it into SHLIB_LINK.

> 2) Makefile.shlib, see 1)

> 3) -lcrypt already comes in via LIBS (like all the other libraries),
> -lcygipc can do the same, or be hard-coded in place.


But you forgot about -lpostgres for the backend libraries (plpgsql etc).

I suppose that we might consider adding these libraries to LIBS not
DLLLIBS, but that's cleanup work that I'd rather not try to do under
time pressure (especially since I can't test it here).

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [PATCHES] patch for minor Win32 makefile bug
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Re: [PATCHES] patch for minor Win32 makefile bug