WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

re: [Xen-users] Unable to compile 2.0.7 on FC4 -- resolved

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: re: [Xen-users] Unable to compile 2.0.7 on FC4 -- resolved
From: master@xxxxxxxxxxxxxxx
Date: Fri, 16 Sep 2005 12:13:12 -0700 (PDT)
Delivery-date: Fri, 16 Sep 2005 19:11:04 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.6 [CVS]-0.cvs20050812.1.fc4
Figured it out -- pilot error. Hadn't installed python-devel -- was sure
it was installed, but it wasn't. So the magic steps were --

yum -y install compat-gcc-32
yum -y install compat-gcc-c++

Make sure all of the listed packages are installed.

Remove references to "tune=pentium4" in /usr/lib/python2.4/config/Makefile

Change references for gcc to gcc32 in the same file.

Compile with --

make CC=gcc32 HOSTCC=gcc32 world

Setting HOSTCC was essential for me. Not sure where it is set otherwise.

Have't tested it yet, but it no longer fails during the tools compile.




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • re: [Xen-users] Unable to compile 2.0.7 on FC4 -- resolved, master <=