From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Xen-unstable 32bit build broken on 64bit systems with multiarch Date: Thu, 23 May 2013 11:27:09 +0100 Message-ID: <519DEEFD.1030008@citrix.com> References: <519DE3CE.7020703@citrix.com> <1369303267.17830.25.camel@zakaz.uk.xensource.com> <519DEB16.7080706@citrix.com> <1369304621.17830.27.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: <1369304621.17830.27.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: Ian Campbell Cc: Ian Jackson , Xen-devel List List-Id: xen-devel@lists.xenproject.org On 23/05/13 11:23, Ian Campbell wrote: > On Thu, 2013-05-23 at 11:10 +0100, Andrew Cooper wrote: >> With -m32, I fail to link against -lbz2 and -lz. I thought I had >> installed both variants of these libraries but I am now not so sure. > Although perhaps core libraries like libz have already been done I think > you can't in general currently have two different arch's -dev package > installed simultaneously. AIUI that's Phase II of multiarch (i.e. > splitting /usr/include and *.so into multiarch paths). This effectively > limits you to either a 32 or 64 bit (or cross) build environment even > when you runtime environment is entirely multiarch. > > Ian. > Ok - lets settle with "Dont Do That Then" for now. ~Andrew