I wrote an intro here: http://www.blogs.sun.com/roller/page/rie?entry=interface_creation_using_the_compilers
Check the "May 29" update too. And if you search the compiler documentation you might find descriptions of the _global, _symbolic, etc. directivesand the -xldscope option. But I don't recall their being a very complete description of the options in the compiler docs (although I looked a long time ago ... things may have changed). Alfred Peng wrote: > Gcc provides an extension that programmer can declaring attributes > of functions. The visibility attribute on ELF targets causes the > declaration to be emitted with default, hidden, protected or internal > visibility. And "hidden" visibility indicates that the symbol will not > be placed into the dynamic symbol table, so no other module (executable > or shared library) can reference it directly. Is there a similiar > functionality provided by Suncc compiler? -- Rod
