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


Having had trouble getting icu compiled on Solaris with GCC, I
compiled it out of tree and placed it in /opt/icu on my computer (I
want to know what specifically needs to attach to non-standard
libraries on my system for portability)

however I noticed that although LibreOffice is happy to know it exists
it seems to go out of it's way not to try and include it in any paths
(LD_LIBRARY or CFLAGS).

whilst I can hack config_host.mk to make sure that it includes
"-I/opt/icu/include" and set my LD_LIBRARY_PATH so that it includes
the /opt/icu/lib, I have an issue with compiling tail_build on certain
modules because they redefine the LD)LIBRARY_PATH:

S=/home/sal/LibreOffice/libo && O=$S/solver/unxsogi &&
W=$S/workdir/unxsogi &&  LD_LIBRARY_PATH="$O/lib" $O/bin/gencoll_rule
$S/i18npool/source/collator/data/ja_charset.txt
$W/CustomTarget/i18npool/collator/collator_ja_charset.cxx ja_charset
ld.so.1: gencoll_rule: fatal: libicudata.so.40: open failed: No such
file or directory
gmake: *** 
[/home/sal/LibreOffice/libo/workdir/unxsogi/CustomTarget/i18npool/collator/collator_ja_charset.cxx]
Killed

can anyone tell me where this is defined in the source code, and how
to tell it to go away, or how to tell the system to include the ICU
path given to it via icu-config?

Thanks in advance.

Jon

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.