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


On 11/01/2013 03:24 PM, Eric Bautsch wrote:
On 01/11/2013 13:55, Stephan Bergmann wrote:
Try "ldd -r solver/unxsogi.pro/bin/idlc" to force symbol resolution.

    bautsche@cressida $ ldd -r solver/unxsogi.pro/bin/idlc
[...]
             libuno_sal.so.3 =>
    /export/home/bautsche/libre-office/libreoffice-4.1.2.3/solver/unxsogi.pro/lib/libuno_sal.so.3
[...]
             symbol not found: osl_getProcessInfo
    (solver/unxsogi.pro/bin/idlc)

Try "nm -D solver/unxsogi.pro/lib/libuno_sal.so.3" to see whether it
exports rtl_string_new.

    bautsche@cressida $ nm -D solver/unxsogi.pro/lib/libuno_sal.so.3
[...]
    [336]   |    252720|       449|FUNC |GLOB |0    |11 |osl_getProcessInfo
[...]

So solver/unxsogi.pro/lib/libuno_sal.so.3 exports osl_getProcessInfo etc. but solver/unxsogi.pro/bin/idlc doesn't find it. Try "LD_DEBUG=all -r solver/unxsogi.pro/bin/idlc >log" to get (lots of) detailed output of what the loader actually does and grep the generated log e.g. for the lines where it says it does not find osl_getProcessInfo.

Stephan

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.