[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about libtool
From: |
Wayne Christopher |
Subject: |
Re: question about libtool |
Date: |
Thu, 13 Dec 2001 11:51:07 -0800 |
Robert Boehne wrote:
> I don't think this is supposed to work, if it is, it's news
> to me. Where does the documentation refer to this?
> (and in what version?)
In version 1.3.5, libtool --help --mode=link reports:
-export-symbols-regex REGEX
try to export only the symbols matching REGEX
I interpret this as meaning "don't export the other symbols". Well, I
guess I am reading "export" as "make global" and "don't export" as "make
local or otherwise hide from the linker". Is that incorrect?
Thanks,
Wayne