Re: Cleaning up multiply-defined-symbol warnings on OS X

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Cleaning up multiply-defined-symbol warnings on OS X
Дата
Msg-id 20060429105915.GC31752@svana.org
обсуждение исходный текст
Ответ на Re: Cleaning up multiply-defined-symbol warnings on OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Cleaning up multiply-defined-symbol warnings on OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> I just came across some documentation claiming that it's possible to do
> similar exported-symbol filtering in Linux:
>         http://people.redhat.com/%7edrepper/dsohowto.pdf
> I'm going to see if I can make that work along the same lines as my
> Darwin patch.  If we can get it going on both Linux and Darwin then
> I think we'll have critical mass to make the change.

Now that 95% of this patch [1] (currently in the hold queue) has been
implemented, perhaps we should go the final 5% and version the symbols
to fix the ambiguous symbol problem forever (on linux at least, though
anywhere with the GCC toolchain will work).

Have a nice day,

[1] http://archives.postgresql.org/pgsql-patches/2005-10/msg00166.php
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: patch to have configure check if CC is intel C compiler
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 semaphore patch