From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hjya8-0006ak-NF for qemu-devel@nongnu.org; Fri, 04 May 2007 10:16:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hjya7-0006Zz-Tw for qemu-devel@nongnu.org; Fri, 04 May 2007 10:16:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjya7-0006Zw-RR for qemu-devel@nongnu.org; Fri, 04 May 2007 10:16:23 -0400 Received: from nz-out-0506.google.com ([64.233.162.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjyTT-0004ZO-Hz for qemu-devel@nongnu.org; Fri, 04 May 2007 10:09:31 -0400 Received: by nz-out-0506.google.com with SMTP id i11so2183070nzi for ; Fri, 04 May 2007 07:09:31 -0700 (PDT) Message-ID: <46d6db660705040709v31a7745cj5d0f84382adbbac3@mail.gmail.com> Date: Fri, 4 May 2007 16:09:26 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] qemu bootstarp error!! unable to compile! In-Reply-To: <2abad0510705040619y55e8cd9eidb8729f76fd0413e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2abad0510705040619y55e8cd9eidb8729f76fd0413e@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 5/4/07, gaurav gunjan jha 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= --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