I am building a shared library on Ubuntu 9.10. I want to export only a subset of my functions from the library. On the Windows platform, this would be done using a module defini
gcc also supports the VC syntax of __declspec(dllexport). See this.