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 22:46:47 +0200 Message-ID: <878uxw99vs.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> <87vc118eev.fsf@gnu.org> <20131013141824.GA32115@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]:37390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVSdp-0001gG-PU for guix-devel@gnu.org; Sun, 13 Oct 2013 16:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVSdj-0008Bz-LY for guix-devel@gnu.org; Sun, 13 Oct 2013 16:51:57 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:39084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVSdj-0008Bu-FE for guix-devel@gnu.org; Sun, 13 Oct 2013 16:51:51 -0400 In-Reply-To: <20131013141824.GA32115@debian> (Andreas Enge's message of "Sun, 13 Oct 2013 16:18:24 +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: > So indeed this looks like dlopen at run time. ldd on libQt5Core.so shows = that > in Qt 5, the library is explicitly linked with the icu libraries. So I would patch Qt 4 to explicitly link libQt4Core.so (whatever it=E2=80= =99s called) against libicu as well. That will make sure it=E2=80=99s found at = run time. HTH, Ludo=E2=80=99.