Hi Malli,
Use the '-version-script FILE' switch to explicitly export select symbols.
Sincerely,
--Eljay
Example of my "libtoy.so"
----------------------------------
VERSION {
global:
Alpha;
Beta;
Gamma;
Delta;
local:
*;
};
----------------------------------