Re: pgxs/windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgxs/windows
Дата
Msg-id 9197.1137348580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgxs/windows  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: pgxs/windows  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
> As you see, it adds both bin and lib.

Is the bin part even necessary?

It looks to me like the -L for libdir is coming from Makefile.global.in:

# add location of libpgport.a to LDFLAGS
ifdef PGXS
override LDFLAGS := -L$(libdir) $(LDFLAGS)
else
override LDFLAGS := -L$(top_builddir)/src/port $(LDFLAGS)
endif

Comparing that to the code in Makefile.win32, one of them is wrong
about the need for $(DESTDIR).  Perhaps that has something to do with
it not working for Andrew?
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgxs/windows
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgxs/windows