From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] ioemu: 'lib64' is Linux-specific Date: Thu, 24 Jan 2008 00:01:33 +0000 Message-ID: <20080124000133.GG4320@implementation> References: <7e4475e2a9ea07575966.1201123347@hatchback> <20080123213326.GR17258@redhat.com> <20080123215615.GC19702@barman.uk.sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20080123215615.GC19702@barman.uk.sun.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Levon Cc: xen-devel@lists.xensource.com, "Daniel P. Berrange" List-Id: xen-devel@lists.xenproject.org John Levon, le Wed 23 Jan 2008 21:56:16 +0000, a écrit : > On Wed, Jan 23, 2008 at 09:33:26PM +0000, Daniel P. Berrange wrote: > > > Actually that's not entirely correct either - lib64 is specific to multi-lib > > Linux distros only. Fedora / RHEL are multi-lib, Debian isn't. > > Thanks for the correction. I have no idea how to handle that difference, > so someone from Debian will have to fix this up further. Debian is multilib too. On 64bit systems, lib64 points to lib and there's a lib32 pointing to /emul/ia32-linux/usr/lib. Samuel