From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: fsimage - no such file Date: Tue, 19 Jun 2012 17:33:34 +0100 Message-ID: <1340123614.24176.48.camel@zakaz.uk.xensource.com> References: <4B45B535F7F6BE4CB1C044ED5115CDDEED66156583@LONPMAILBOX01.citrite.net> <1340103453.24176.7.camel@zakaz.uk.xensource.com> <20120619155828.GA4296@US-SEA-R8XVZTX> <1340122429.24176.43.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1340122429.24176.43.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matt Wilson Cc: Mohammad Hedayati , Thanos Makatos , "xen-devel@lists.xensource.com" , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org On Tue, 2012-06-19 at 17:13 +0100, Ian Campbell wrote: > In the meantime I think defaulting to autodetecting /usr/lib > vs. /usr/lib64 would make things continue to work. multiarch is more > of a packaging thing and the config snippets allow maintainers to do > the right thing). Or maybe we should ditch LIBLEAFDIR_x86_32 and LIBLEAFDIR_x86_64 etc and just have LIBDIR which defaults to /usr/lib but is settable via ./configure --libdir=...? This seems to be the norm for configure using build systems so it shouldn't be all that surprising. Ian.