From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C1F21381F3 for ; Wed, 11 Sep 2013 23:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E91B6E0ABD; Wed, 11 Sep 2013 23:02:39 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B966E0ABD for ; Wed, 11 Sep 2013 23:02:39 +0000 (UTC) Received: from t520.localnet ([95.208.250.171]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LlXnX-1Vus8o2M59-00bHHD for ; Thu, 12 Sep 2013 01:02:37 +0200 From: Petric Frank To: gentoo-devhelp@lists.gentoo.org Subject: [gentoo-devhelp] Missing libreoffice sdk libs symlinks ? Date: Thu, 12 Sep 2013 01:02:36 +0200 User-Agent: KMail/1.13.7 (Linux/3.10.0-gentoo; KDE/4.10.5; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Reply-To: gentoo-devhelp@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201309120102.36875.pfrank@gmx.de> X-Provags-ID: V03:K0:OivMp1v01ckghCXYua6MJfOslMlDdt6kEeIUjuk8VJScMdhPVaY Rlz8BVJlJYf6XG7MkOCyv9PJKO8AOZM2HO2YUcCCMGiiYDo6gzvnrOvLQszJdQY6Utyp/Le NGuGq2BOvJAUq4eJ8fRJ3NnthaZZ3fkjbeasOP5GvePeRW2Il3qiOwLnSFsHB1IyrYDaNj2 dDN1ur2CQRSehCEH4Mu5A== X-Archives-Salt: 5b10a03c-c321-4a2c-8fe4-521a167d4466 X-Archives-Hash: ce34b05e24212fbb4f90238736d12f18 Hello, i currently try to do some automation using the libreoffice UNO interface. During linking of my (c++, Qt) project i had to give the full names (and path) of two shared libs required (and provided) by libreoffice. These are /usr/lib(64)/libreoffice/ure/lib/libreg.so.3 /usr/lib(64)/libreoffice/ure/lib/libstore.so.3 As they are not symlinked to version-less versions i can not simply give -lreg -lstore as link statement. I have to refer them using their full path. My questions are: - Is this a bug ? - If yes - should i place the bug report at the gentoo bug tracker or the libreoffice one ? What is your opinion ? Installed is libreoffice-4.0.4.2 (current stable version). The test code is taken from /usr/lib/libreoffice/sdk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx slightly adapted to Qt (printf's replaced). regards Petric