This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]