Gentoo Archives: gentoo-devhelp

From: Petric Frank <pfrank@×××.de>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] Missing libreoffice sdk libs symlinks ?
Date: Wed, 11 Sep 2013 23:02:45
Message-Id: 201309120102.36875.pfrank@gmx.de
1 Hello,
2
3 i currently try to do some automation using the libreoffice UNO interface.
4
5 During linking of my (c++, Qt) project i had to give the full names (and path)
6 of two shared libs required (and provided) by libreoffice. These are
7 /usr/lib(64)/libreoffice/ure/lib/libreg.so.3
8 /usr/lib(64)/libreoffice/ure/lib/libstore.so.3
9
10 As they are not symlinked to version-less versions i can not simply give
11 -lreg -lstore
12 as link statement. I have to refer them using their full path.
13
14 My questions are:
15 - Is this a bug ?
16 - If yes - should i place the bug report at the gentoo bug tracker or the
17 libreoffice one ?
18
19 What is your opinion ?
20
21 Installed is libreoffice-4.0.4.2 (current stable version).
22
23 The test code is taken from
24 /usr/lib/libreoffice/sdk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
25 slightly adapted to Qt (printf's replaced).
26
27 regards
28 Petric

Replies

Subject Author
[gentoo-devhelp] Re: Missing libreoffice sdk libs symlinks ? "Steven J. Long" <slong@××××××××××××××××××.uk>