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: Mon, 11 Nov 2013 21:36:55 +0100 Message-ID: <871u2misk8.fsf@gnu.org> References: <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> <878uxw99vs.fsf@gnu.org> <20131111201926.GA30944@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]:45385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfyEJ-00028C-Kc for guix-devel@gnu.org; Mon, 11 Nov 2013 15:37:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfyED-0007gu-Fh for guix-devel@gnu.org; Mon, 11 Nov 2013 15:37:03 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:16571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfyED-0007gl-97 for guix-devel@gnu.org; Mon, 11 Nov 2013 15:36:57 -0500 In-Reply-To: <20131111201926.GA30944@debian> (Andreas Enge's message of "Mon, 11 Nov 2013 21:19:26 +0100") 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 Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Court=C3=A8s wrote: >> Andreas Enge skribis: >> > So indeed this looks like dlopen at run time. ldd on libQt5Core.so sho= ws 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. > > No idea how to do this with the cmake build system... Perhaps by adding -licu to the relevant cmake-generated Makefile, after the =E2=80=98configure=E2=80=99 phase? (Easier said than done.) Ludo=E2=80=99.