ModuleUIConfigurationManager
Stephan Bergmann
sbergman at redhat.com
Fri May 30 01:45:01 PDT 2014
On 05/30/2014 10:30 AM, Richard PALO wrote:
> after objdumping libfwklo.so, I believe this may be perhaps related to
> my dropping the mapfile given it's invalid on solaris (with sun ld)
> because of the inappropriate wildcarding syntax used.
> Is there any work advancing on fixing these? I may need to come up with
> alternative mapfiles where necessary. (too bad)
But there should be no mapfile involved for libfwklo.so anyway? We
dropped almost all mapfiles a long time ago (the only remaining ones are
for the handful of URE libs like cppu, cppuhelper, sal, salhelper, where
they're only still used for symbol versioning). Export lists (on unixy
platforms, Linux and OS X at least) are exclusively controlled via GCC's
-fvisibility=hidden and explicitly annotating exported entities with
SAL_DLLPUBLIC_EXPORT etc.
For libfwklo.so, the relevant symbol that needs to be exported is
fwk_component_getFactory (denoting a C function).
Stephan
More information about the LibreOffice
mailing list