Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Thu, 4 Aug 2011 21:22:54 +0200
Eike Rathke <ooo@erack.de> wrote:

But I was lying when I said before the symbols were there, well, they
are, but local, nm gives 't' instead of 'T'. Apparently the gnumake
transition switched visibility to all-off. Looking at the dmake build
there was ucbhelper.flt used to build the ignore list for exports.

Well, indeed gnumake should only care about the symbols marked via 
UCBHELPER_DLLPUBLIC (from ucbhelper/inc/ucbhelper/ucbhelperdllapi.h)
which should expand to
   __attribute__((visibility("default")))
for linux via SAL_DLLPUBLIC_EXPORT on building the object files as
UCBHELPER_DLLIMPLEMENTATION is set during the compiles.

Best,

Bjoern

-- 
https://launchpad.net/~bjoern-michaelsen

Attachment: signature.asc
Description: PGP signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.