Re: utils C files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: utils C files
Дата
Msg-id 18124.1026956234@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> How is this any better than just mentioning the *.o file and letting the
> default rules compile it.  I don't understand how linking to the current
> directory gets us anything.  Now, if you did a 'make -C dir target' that
> would be different.

The whole point of the pushups for libpq is that we DON'T want the
default rules.  We need to compile it PIC so that it can go into a
shared library.  This will not be the same object file built in the
ports directory.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: utils C files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: utils C files