Re: [HACKERS] Linux and -export-dynamic

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] Linux and -export-dynamic
Дата
Msg-id 199810120107.KAA21393@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] Linux and -export-dynamic  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Linux and -export-dynamic
Список pgsql-hackers
>> Can someone on Linux check to see of -export-dynamic and -Bdynamic do
>> the same thing?

I think they are different. From the man page of ld:

-export-dynamic
            When creating an ELF file, add all symbols  to  the
            dynamic symbol table.  Normally, the dynamic symbol
            table contains only symbols which are used by a dy-
            namic  object.  This option is needed for some uses
            of dlopen.

-Bdynamic
            Link against dynamic libraries.  This is only mean-
            ingful  on platforms for which shared libraries are
            supported.  This option is normally the default  on
            such platforms.
--
Tatsuo Ishii
t-ishii@sra.co.jp

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Minor problem with Solaris 2.7beta
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile