From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qt Date: Mon, 11 Nov 2013 21:19:26 +0100 Message-ID: <20131111201926.GA30944@debian> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfxxY-0004zu-Ht for guix-devel@gnu.org; Mon, 11 Nov 2013 15:19:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfxxS-0002J9-D7 for guix-devel@gnu.org; Mon, 11 Nov 2013 15:19:44 -0500 Content-Disposition: inline In-Reply-To: <878uxw99vs.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Courtès wrote: > 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’s > called) against libicu as well. That will make sure it’s found at run > time. No idea how to do this with the cmake build system... Andreas