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 <[EMAIL PROTECTED]> wrote:
On 5/4/07, gaurav gunjan jha <[EMAIL PROTECTED]> 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