Help needed with shared library & symbol hiding

John Love-Jensen eljay@adobe.com
Thu Oct 25 05:21:00 GMT 2001


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:
    *;
};
----------------------------------




More information about the Gcc-help mailing list