Hi Дилян,
On Sunday, 2019-01-20 17:08:35 +0000, Дилян Палаузов wrote:
On my system I have 2x libicuuc.so:
- in /usr/local/lib, which contains ublock_getCode_60 and
- in
/src/libreoffice-6.1.4.2/build5/workdir/UnpackedTarball/icu/source/lib/libicuuc.so
containing ublock_getCode_61
Linking libsofficeapp.so is performed by calling
S=/src/libreoffice-6.1.4.2 && B=$S/build5 && I=$B/instdir &&
W=$B/workdir && g++
[...]
'-Wl,-rpath,$ORIGIN' -Wl,-rpath-link,$I/program
-Wl,-rpath-link,/lib:/usr/lib
[...]
-L$W/UnpackedTarball/icu/source/lib -licuuc -
which prefers /usr/local/lib/libicuuc.so over
-L$W/UnpackedTarball/icu/source/lib/libicuuc.so and the linker
complains:
That's odd. -L... tells where to look for the lib. Which perfectly
works
for me (also using g++ 8.2.1) with icu 60 in /usr/lib64/icu
Do you by chance have /usr/local/lib in the LIBRARY_PATH environment
variable (note that's not LD_LIBRARY_PATH)? If so, please unset before
building.
Eike
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.