[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72955: doc: Improve documentation of -export-symbols
From: |
Bruno Haible |
Subject: |
bug#72955: doc: Improve documentation of -export-symbols |
Date: |
Mon, 02 Sep 2024 11:42:17 +0200 |
Hi,
In GNU libffcall, I make use of libtool's '-export-symbols-regex' option.
Since the doc says "This option has no effect on some platforms." I wanted
to know more, in order to judge whether it's worth doing additional measures
for library namespacing.
Here's what I found:
* It has no effect on static libraries.
* It has the desired effect on shared libraries on
- most ELF systems (Linux, FreeBSD, NetBSD, OpenBSD, Solaris 10 and 11,
Android),
- macOS,
- Cygwin,
- native Windows (mingw, MSVC).
* It has no effect on AIX and Haiku.
Find attached a doc patch.
Bruno
0001-Document-situations-where-export-symbols-does-not-wo.patch
Description: Text Data
- bug#72955: doc: Improve documentation of -export-symbols,
Bruno Haible <=