[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] qemu bootstarp error!! unable to compile!
From: |
Christian MICHON |
Subject: |
Re: [Qemu-devel] qemu bootstarp error!! unable to compile! |
Date: |
Fri, 4 May 2007 16:09:26 +0200 |
On 5/4/07, gaurav gunjan jha <address@hidden> wrote:
Hello Friends !!
I am trying to install Qemu from source on suse 10
suse 10 implies gcc >= 4.0.x, so you cannot compile a
working qemu. another alternative than installing gcc3
from sources is to install Suse 9 packages...
configure --prefix=<where_you_want> --enable-languages=c --with-gnu-as
--with-gnu-ld --with-included-gettext --disable-nls
make bootstrap install
might be useful to restrict your gcc target to x86-32bits
--
Christian