This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Declaring functions/classes export from shared libraries...
- From: lrtaylor at micron dot com
- To: <mburbidg at adobe dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Fri, 3 Oct 2003 10:16:23 -0600
- Subject: RE: Declaring functions/classes export from shared libraries...
Note that if you're building shared objects (.so files) on UNIX, all
symbols are exported by default. Most UNIXes that I'm familiar with
don't have the ability to specify whether a symbol is exposed in the
shared library or not.
Cheers,
Lyle Taylor
-----Original Message-----
From: Michael Burbidge [mailto:mburbidg@adobe.com]
How does one control exports using gcc?