Gentoo Archives: gentoo-devhelp

From: "Steven J. Long" <slong@××××××××××××××××××.uk>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] Re: Missing libreoffice sdk libs symlinks ?
Date: Tue, 18 Mar 2014 22:18:07
Message-Id: 20140318223410.GA4712@rathaus.eclipse.co.uk
In Reply to: [gentoo-devhelp] Re: Missing libreoffice sdk libs symlinks ? by "Steven J. Long"
1 On Tue, Mar 18, 2014, Steven J. Long wrote:
2 > On Thu, Sep 12, 2013, Petric Frank wrote:
3 > > During linking of my (c++, Qt) project i had to give the full names (and path)
4 > > of two shared libs required (and provided) by libreoffice. These are
5 > > /usr/lib(64)/libreoffice/ure/lib/libreg.so.3
6 > > /usr/lib(64)/libreoffice/ure/lib/libstore.so.3
7 > >
8 > > As they are not symlinked to version-less versions i can not simply give
9 > > -lreg -lstore
10 > > as link statement. I have to refer them using their full path.
11 >
12 > You should be able to use: -L '$(libexecdir)' -l libreg.so.3 -l libstore.3
13
14 I'm mistaken (apart from the .so typo). So ignore this part.
15
16 (-L only applies to -l parms, which these aren't in any case. Yuck.)
17
18 Sorry for misleading you.
19
20 Regards,
21 steveL.
22 --
23 #friendly-coders -- We're friendly, but we're not /that/ friendly ;-)

Replies

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