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


> 
> 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.

You can use "version script", or "Linker Mapfile":

http://www.gnu.org/manual/ld-2.9.1/html_node/ld_25.html
http://soldc.sun.com/articles/linker_mapfiles.html

Rayson


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


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