Re: static or dynamic libpgport

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: static or dynamic libpgport
Дата
Msg-id 1323719366.20924.4.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: static or dynamic libpgport  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: static or dynamic libpgport  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On lör, 2011-12-10 at 20:26 -0500, Tom Lane wrote:
> > The other 
> > thing is we'd need to turn on flags that make the object suitable for a 
> > dynamic library (e.g. -fpic).
> 
> Right now, libpq laboriously rebuilds all the .o files it needs from
> src/port/ so as to get them with -fpic.  It would be nice if we could
> clean that up while we're doing this.  It might be all right to always
> build the client-side version of libpgport with -fpic, though I'd be sad
> if that leaked into the server-side build.

So would we continue to build the client binaries (psql, pg_dump, etc.)
against the static libpgport.a, thus keeping it "invisible" there, or
would we dynamically link them, thus creating a new dependency.




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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Is anybody actually using XLR_BKP_REMOVABLE?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch for type privileges