Re: [HACKERS] Linux and -export-dynamic

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Linux and -export-dynamic
Date: 1998-10-12 01:07:59
Message-ID: 199810120107.KAA21393@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sra(dot)co(dot)jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-12 01:10:53 Re: [HACKERS] No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile
Previous Message Bruce Momjian 1998-10-12 01:04:17 Re: [HACKERS] Minor problem with Solaris 2.7beta