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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [PATCHES] patch for minor Win32 makefile bug
Дата
Msg-id 8614.986233703@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Fred Yankowski <fred@ontosys.com>)
Список pgsql-ports
Jason Tishler <Jason.Tishler@dothill.com> writes:
> I now think that backend/Makefile is meant to override the definition
> of DLLLIBS in makefiles/Makefile.win so that the build of the backend
> will not try to link with itself (i.e., -L$(top_builddir)/src/backend
> -lpostgres).

It seems like the real problem here is that DLLLIBS is being used for
two different purposes.  How about offering a patch that splits it into
two symbols, with no redefinition/overriding necessary?

I've also been wondering why we bother with DLLOBJS, which appears never
to be anything different from OBJS ...

            regards, tom lane

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

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