From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: pvops dom0 compile issues Date: Mon, 07 Dec 2009 16:17:41 -0800 Message-ID: <4B1D9B25.3050602@goop.org> References: <4B196248.4030708@goop.org> <20091207143745.GD19365@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091207143745.GD19365@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xensource.com, Michael D Labriola , xen-devel-bounces@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 12/07/09 06:37, Konrad Rzeszutek Wilk wrote: >> I have some very unfortunate dependancies on stuff that doesn't compile >> with gcc>= 4.0. I'll have to figure out which is worse to work through. >> > Oooh that complicates things. > >> > You could compile the kernel using a different compiler than your applications. > You just need to make sure that the modules were compiled using the same > compiler as the kernel. > It's possible to install multiple versions of gcc. Fedora, for example, offers the "compat-gcc-34*" set of packages which can be installed in parallel with the current gcc versions. J