This is the mail archive of the gcc@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: exporting symbols in shared libraries


On Thu, Oct 24, 2002 at 10:56:01PM +1300, thomas joseph wrote:
> 
> Hi All,
>  I have a small question to you.
>  Could some body tell me how do I stop exporting
>  a symbol in a shared libraries using gcc.

Usually this is done by the linker, not the compiler.  See your linker's
documentation on symbol maps.

Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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