From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjzJM-00040V-3o for qemu-devel@nongnu.org; Fri, 04 May 2007 11:03:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjzJJ-00040J-Le for qemu-devel@nongnu.org; Fri, 04 May 2007 11:03:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjzJJ-00040G-FH for qemu-devel@nongnu.org; Fri, 04 May 2007 11:03:05 -0400 Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjzCf-0003Op-2P for qemu-devel@nongnu.org; Fri, 04 May 2007 10:56:13 -0400 Received: by wr-out-0506.google.com with SMTP id 36so984565wra for ; Fri, 04 May 2007 07:56:08 -0700 (PDT) Message-ID: <2abad0510705040756oa0c4983gcd63df80abd6b2bc@mail.gmail.com> Date: Fri, 4 May 2007 16:56:07 +0200 From: "gaurav gunjan jha" Subject: Re: [Qemu-devel] qemu bootstarp error!! unable to compile! In-Reply-To: <46d6db660705040709v31a7745cj5d0f84382adbbac3@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50936_18873182.1178290567160" References: <2abad0510705040619y55e8cd9eidb8729f76fd0413e@mail.gmail.com> <46d6db660705040709v31a7745cj5d0f84382adbbac3@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 ------=_Part_50936_18873182.1178290567160 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Friends!! thanks i was able to install qemu and have installed scientific linux on my disk image!! can u tell me how can i install a .tar.gz file present on my host linux into my guest linux on qemu?? warm regards gaurav jha On 5/4/07, Christian MICHON wrote: > > 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 > > > ------=_Part_50936_18873182.1178290567160 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi Friends!!

 thanks i was able to install qemu and have installed scientific linux on my disk image!!
can u tell me how can i install a .tar.gz file present on my host linux into my guest linux on qemu??

warm regards
gaurav jha


On 5/4/07, Christian MICHON <christian.michon@gmail.com> wrote:
On 5/4/07, gaurav gunjan jha <crazytitan05@gmail.com > 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



------=_Part_50936_18873182.1178290567160--