[LC++]need help on .so files

shrikant vishwanathan shrikantetrx at rediffmail.com
Fri Aug 27 16:55:02 UTC 2004


An HTML attachment was scrubbed...
URL: http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20040827/f2ce028a/attachment.htm 
-------------- next part --------------
Hi,
Thanks for the help. 

I have another query. Why isnt there much activity in the list.

Regards,
Shrikant


>With gcc (at leat with gcc 3.4) you can set the symbol visibility to hidden
>with the flag -fvisibility=hidden and choose what to export with visibility
>attribute:
>
>#define NO_EXPORT __attribute__ ((visibility("hidden")))
>#define EXPORT    __attribute__ ((visibility("default")))
>




More information about the tuxCPProgramming mailing list