[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] re: [Xen-users] Unable to compile 2.0.7 on FC4 -- resolved
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |