From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Qt Date: Sun, 13 Oct 2013 15:54:16 +0200 Message-ID: <87vc118eev.fsf@gnu.org> References: <20131008190520.GA31264@debian> <87mwmjxym7.fsf@gnu.org> <20131010125952.GA32470@debian.bordeaux.inria.fr> <874n8pe0i2.fsf@gnu.org> <20131010200038.GA16170@debian> <20131012130804.GA4092@debian> <87k3hib7q7.fsf@gnu.org> <20131012212538.GA11121@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVMCb-0005Qr-5F for guix-devel@gnu.org; Sun, 13 Oct 2013 09:59:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVMCU-0002WX-QW for guix-devel@gnu.org; Sun, 13 Oct 2013 09:59:25 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:38559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVMCU-0002WR-Jz for guix-devel@gnu.org; Sun, 13 Oct 2013 09:59:18 -0400 In-Reply-To: <20131012212538.GA11121@debian> (Andreas Enge's message of "Sat, 12 Oct 2013 23:25:38 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Sat, Oct 12, 2013 at 09:38:08PM +0200, Ludovic Court??s wrote: [...] >> If so, I would make sure that it=E2=80=99s NEEDed by libqt.so, and that = it=E2=80=99s in >> its RUNPATH. To do that, run: >> objdump -x libqt.so | grep -E '(NEED|PATH)' > > Hm, which libqt.so? There are 20 libQt*.so! Precisely: > libQt3Support.so libQtDesignerComponents.so libQtNetwork.so lib= QtSvg.so > libQtCLucene.so libQtDesigner.so libQtOpenGL.so lib= QtTest.so > libQtCore.so libQtGui.so libQtScript.so lib= QtWebKit.so > libQtDBus.so libQtHelp.so libQtScriptTools.so lib= QtXmlPatterns.so > libQtDeclarative.so libQtMultimedia.so libQtSql.so lib= QtXml.so > > Anyway, objdump on none of them yields anything after piped through "grep= icu". (Should be =E2=80=98objdump -x=E2=80=99.) Could you look for -licu in the Qt build log, to see which of those shared libs is meant to be linked against it? Thanks, Ludo=E2=80=99.