Re: [gentoo-user] Qemu compilation fails

2007-09-07 Thread Rumen Yotov
Hi, On (06/09/07 15:36) Marco Antônio da Veiga wrote: CFLAGS=-march=k8 -O2 -pipe -fomit-frame-pointer Try the following: EXTRA_ECONF=-mmx -sse emerge qemu-softmmu -a Assuming your processor is k8 compatible. ...SKIP... HTH. Rumen -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Qemu compilation fails

2007-09-06 Thread Marco Antônio da Veiga
CFLAGS=-march=k8 -O2 -pipe -fomit-frame-pointer On 9/6/07, Rumen Yotov [EMAIL PROTECTED] wrote: On (06/09/07 01:36) Marco Antônio da Veiga wrote: Hi, I'm trying to have qemu running, but compiling qemu-softmmu with gcc-3.4.6fails. This is the error: i686-pc-linux-gnu-gcc -Wall -O2

[gentoo-user] Qemu compilation fails

2007-09-05 Thread Marco Antônio da Veiga
Hi, I'm trying to have qemu running, but compiling qemu-softmmu with gcc-3.4.6fails. This is the error: i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386

Re: [gentoo-user] Qemu compilation fails

2007-09-05 Thread Rumen Yotov
On (06/09/07 01:36) Marco Antônio da Veiga wrote: Hi, I'm trying to have qemu running, but compiling qemu-softmmu with gcc-3.4.6fails. This is the error: i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing -I. -I..