From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: need to compile 32bit on x86_64 cpu Date: Thu, 22 Jun 2006 20:06:25 +0200 Message-ID: <200606222006.25052.ak@suse.de> References: <200606221952.53577.ak@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anand Gupta Cc: Harry Butterworth , xen-devel@lists.xensource.com, Xen Users List-Id: xen-devel@lists.xenproject.org On Thursday 22 June 2006 19:54, Anand Gupta wrote: > On 6/22/06, Andi Kleen wrote: > > > > > > > I am trying this on centos 4.3 and its complaining. I posted the entire > > > compile errors earlier. > > > > Then you either didn't install the right compat libraries or > > didn't use setarch correctly. > > > > This is what i did > > setarch i386 bash > > And the machine is a fresh install of centos 4.3 x86_64. Then likely the compat rpms are not installed. I don't know they are called on RH and Clones, on SUSE they are called *-32bit.rpm -Andi