All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
@ 2008-01-17  6:41 Alexander Graf
  2008-01-17 10:46 ` Ismail Dönmez
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Graf @ 2008-01-17  6:41 UTC (permalink / raw)
  To: qemu-devel

Compiling qemu on gcc4 has been a long standing issue. During the time
several approaches came up, each more or less intrusive.

I have collected the ones I found to be the cleanest, fixed PowerPC host
support with Michael Matz and am sending everything as a patchset now,
hoping that someone comments on these patches and they will finally get
included.

Please test these patches on all platforms you have available.

Regards,

Alex

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17  6:41 [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4 Alexander Graf
@ 2008-01-17 10:46 ` Ismail Dönmez
  2008-01-17 17:00   ` Johannes Schindelin
  0 siblings, 1 reply; 9+ messages in thread
From: Ismail Dönmez @ 2008-01-17 10:46 UTC (permalink / raw)
  To: qemu-devel

Thursday 17 January 2008 08:41:32 tarihinde Alexander Graf şunları yazmıştı:
> Compiling qemu on gcc4 has been a long standing issue. During the time
> several approaches came up, each more or less intrusive.
>
> I have collected the ones I found to be the cleanest, fixed PowerPC host
> support with Michael Matz and am sending everything as a patchset now,
> hoping that someone comments on these patches and they will finally get
> included.
>
> Please test these patches on all platforms you have available.

Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux :

gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. 
-I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-ppc -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user 
-I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/ppc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu-DHAS_AUDIO 
-DHAS_AUDIO_CHOICE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o 
cpu-exec.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/cpu-exec.c
../dyngen -g -o gen-op.h op.o
dyngen: ret or jmp expected at the end of op_divw

This is for ppc-linux-user .

Also arm-linux-user is broken :

gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -I. -I.. 
-I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H 
-I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/mips -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu  -DHAS_AUDIO -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o 
helper.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips/helper.c
/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c: In 
function 'op_iwmmxt_movq_wRn_M0':
/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error: 
unable to find a register to spill in class 'GENERAL_REGS'
/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error: this 
is the insn:
(insn:HI 8 17 18 
2 /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:175 (set 
(mem/s/j:DI (plus:SI (plus:SI (mult:SI (reg/f:SI 59)
                        (const_int 8 [0x8]))
                    (reg/f:SI 58 [ env.2032 ]))
                (const_int 4 [0x4])) [0 <variable>.iwmmxt.regs S8 A32])
        (reg:DI 60 [ <variable>.iwmmxt.val ])) 63 {*movdi_2} 
(expr_list:REG_DEAD (reg:DI 60 [ <variable>.iwmmxt.val ])
        (expr_list:REG_DEAD (reg/f:SI 59)
            (expr_list:REG_DEAD (reg/f:SI 58 [ env.2032 ])
                (nil)))))
/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: confused by 
earlier errors, bailing out

Thanks,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 10:46 ` Ismail Dönmez
@ 2008-01-17 17:00   ` Johannes Schindelin
  2008-01-17 22:34     ` Ismail Dönmez
  0 siblings, 1 reply; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-17 17:00 UTC (permalink / raw)
  To: Ismail Dönmez; +Cc: qemu-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2654 bytes --]

Hi,

On Thu, 17 Jan 2008, Ismail Dönmez wrote:

> Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux :
> 
> gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. 
> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-ppc -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user 
> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/ppc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu-DHAS_AUDIO 
> -DHAS_AUDIO_CHOICE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o 
> cpu-exec.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/cpu-exec.c
> ../dyngen -g -o gen-op.h op.o
> dyngen: ret or jmp expected at the end of op_divw
> 
> This is for ppc-linux-user .

Does not happen for me, with gcc 4.1.2 on OpenSUSE 10.2.

> Also arm-linux-user is broken :
> 
> gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -I. -I.. 
> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H 
> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/mips -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu  -DHAS_AUDIO -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o 
> helper.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips/helper.c
> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c: In 
> function 'op_iwmmxt_movq_wRn_M0':
> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error: 
> unable to find a register to spill in class 'GENERAL_REGS'
> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error: this 
> is the insn:
> (insn:HI 8 17 18 
> 2 /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:175 (set 
> (mem/s/j:DI (plus:SI (plus:SI (mult:SI (reg/f:SI 59)
>                         (const_int 8 [0x8]))
>                     (reg/f:SI 58 [ env.2032 ]))
>                 (const_int 4 [0x4])) [0 <variable>.iwmmxt.regs S8 A32])
>         (reg:DI 60 [ <variable>.iwmmxt.val ])) 63 {*movdi_2} 
> (expr_list:REG_DEAD (reg:DI 60 [ <variable>.iwmmxt.val ])
>         (expr_list:REG_DEAD (reg/f:SI 59)
>             (expr_list:REG_DEAD (reg/f:SI 58 [ env.2032 ])
>                 (nil)))))
> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: confused by 
> earlier errors, bailing out

I do not get this error, either.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 17:00   ` Johannes Schindelin
@ 2008-01-17 22:34     ` Ismail Dönmez
  2008-01-17 22:59       ` Johannes Schindelin
  2008-01-18  6:14       ` Alexander Graf
  0 siblings, 2 replies; 9+ messages in thread
From: Ismail Dönmez @ 2008-01-17 22:34 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: qemu-devel

Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız:
> Hi,
>
> On Thu, 17 Jan 2008, Ismail Dönmez wrote:
> > Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux :
> >
> > gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer
> > -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer
> > -I. -I.. -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-ppc
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/ppc -D_GNU_SOURCE
> > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu-DHAS_AUDIO
> > -DHAS_AUDIO_CHOICE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c
> > -o cpu-exec.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/cpu-exec.c
> > ../dyngen -g -o gen-op.h op.o
> > dyngen: ret or jmp expected at the end of op_divw
> >
> > This is for ppc-linux-user .
>
> Does not happen for me, with gcc 4.1.2 on OpenSUSE 10.2.
>
> > Also arm-linux-user is broken :
> >
> > gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer
> > -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -I. -I..
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/mips -D_GNU_SOURCE
> > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu  -DHAS_AUDIO
> > -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o helper.o
> > /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips/helper.c
> > /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c: In
> > function 'op_iwmmxt_movq_wRn_M0':
> > /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error:
> > unable to find a register to spill in class 'GENERAL_REGS'
> > /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176: error:
> > this is the insn:
> > (insn:HI 8 17 18
> > 2 /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:175 (set
> > (mem/s/j:DI (plus:SI (plus:SI (mult:SI (reg/f:SI 59)
> >                         (const_int 8 [0x8]))
> >                     (reg/f:SI 58 [ env.2032 ]))
> >                 (const_int 4 [0x4])) [0 <variable>.iwmmxt.regs S8 A32])
> >         (reg:DI 60 [ <variable>.iwmmxt.val ])) 63 {*movdi_2}
> > (expr_list:REG_DEAD (reg:DI 60 [ <variable>.iwmmxt.val ])
> >         (expr_list:REG_DEAD (reg/f:SI 59)
> >             (expr_list:REG_DEAD (reg/f:SI 58 [ env.2032 ])
> >                 (nil)))))
> > /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176:
> > confused by earlier errors, bailing out
>
> I do not get this error, either.

Might be a GCC 4.3 thing :-/

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 22:34     ` Ismail Dönmez
@ 2008-01-17 22:59       ` Johannes Schindelin
  2008-01-17 23:05         ` Ismail Dönmez
  2008-01-17 23:28         ` Andreas Färber
  2008-01-18  6:14       ` Alexander Graf
  1 sibling, 2 replies; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-17 22:59 UTC (permalink / raw)
  To: Ismail Dönmez; +Cc: qemu-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 263 bytes --]

Hi,

On Fri, 18 Jan 2008, Ismail Dönmez wrote:

> Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız:

??

> Might be a GCC 4.3 thing :-/

I guess so.  Maybe I will find some time next week to compile gcc 4.3 and 
test with it...

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 22:59       ` Johannes Schindelin
@ 2008-01-17 23:05         ` Ismail Dönmez
  2008-01-17 23:52           ` Johannes Schindelin
  2008-01-17 23:28         ` Andreas Färber
  1 sibling, 1 reply; 9+ messages in thread
From: Ismail Dönmez @ 2008-01-17 23:05 UTC (permalink / raw)
  To: qemu-devel

Friday 18 January 2008 00:59:36 tarihinde Johannes Schindelin şunları 
yazmıştı:
> > Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız:
>
> ??

Turkish for "@date you wrote this."

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 22:59       ` Johannes Schindelin
  2008-01-17 23:05         ` Ismail Dönmez
@ 2008-01-17 23:28         ` Andreas Färber
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Färber @ 2008-01-17 23:28 UTC (permalink / raw)
  To: qemu-devel


Am 17.01.2008 um 23:59 schrieb Johannes Schindelin:

> On Fri, 18 Jan 2008, Ismail Dönmez wrote:
>
>> Thursday 17 January 2008 19:00:11 tarihinde şunları  
>> yazmıştınız:
>
> ??

 From the 'missing' i-dots and the mail domain I'd infer Turkish. ;)

Andreas

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 23:05         ` Ismail Dönmez
@ 2008-01-17 23:52           ` Johannes Schindelin
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Schindelin @ 2008-01-17 23:52 UTC (permalink / raw)
  To: Ismail Dönmez; +Cc: qemu-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 351 bytes --]

Hi,

On Fri, 18 Jan 2008, Ismail Dönmez wrote:

> Friday 18 January 2008 00:59:36 tarihinde Johannes Schindelin şunları 
> yazmıştı:
> > > Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız:
> >
> > ??
> 
> Turkish for "@date you wrote this."

I thought as much, but at least in other mails I can read my name...

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4
  2008-01-17 22:34     ` Ismail Dönmez
  2008-01-17 22:59       ` Johannes Schindelin
@ 2008-01-18  6:14       ` Alexander Graf
  1 sibling, 0 replies; 9+ messages in thread
From: Alexander Graf @ 2008-01-18  6:14 UTC (permalink / raw)
  To: qemu-devel


On Jan 17, 2008, at 11:34 PM, Ismail Dönmez wrote:

> Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız:
>> Hi,
>>
>> On Thu, 17 Jan 2008, Ismail Dönmez wrote:
>>> Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686- 
>>> linux :
>>>
>>> gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer
>>> -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -fomit-frame- 
>>> pointer
>>> -I. -I.. -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-ppc
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/ppc - 
>>> D_GNU_SOURCE
>>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu-DHAS_AUDIO
>>> -DHAS_AUDIO_CHOICE -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/ 
>>> slirp    -c
>>> -o cpu-exec.o /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/cpu-exec.c
>>> ../dyngen -g -o gen-op.h op.o
>>> dyngen: ret or jmp expected at the end of op_divw
>>>
>>> This is for ppc-linux-user .
>>
>> Does not happen for me, with gcc 4.1.2 on OpenSUSE 10.2.
>>
>>> Also arm-linux-user is broken :
>>>
>>> gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer
>>> -Wstrict-overflow -Wall -O2 -g -fno-strict-aliasing -I. -I..
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1 -MMD -MP -DNEED_CPU_H
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/linux-user/mips - 
>>> D_GNU_SOURCE
>>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/fpu  -DHAS_AUDIO
>>> -I/var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/slirp    -c -o helper.o
>>> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-mips/helper.c
>>> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c: In
>>> function 'op_iwmmxt_movq_wRn_M0':
>>> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176:  
>>> error:
>>> unable to find a register to spill in class 'GENERAL_REGS'
>>> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176:  
>>> error:
>>> this is the insn:
>>> (insn:HI 8 17 18
>>> 2 /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c: 
>>> 175 (set
>>> (mem/s/j:DI (plus:SI (plus:SI (mult:SI (reg/f:SI 59)
>>>                        (const_int 8 [0x8]))
>>>                    (reg/f:SI 58 [ env.2032 ]))
>>>                (const_int 4 [0x4])) [0 <variable>.iwmmxt.regs S8  
>>> A32])
>>>        (reg:DI 60 [ <variable>.iwmmxt.val ])) 63 {*movdi_2}
>>> (expr_list:REG_DEAD (reg:DI 60 [ <variable>.iwmmxt.val ])
>>>        (expr_list:REG_DEAD (reg/f:SI 59)
>>>            (expr_list:REG_DEAD (reg/f:SI 58 [ env.2032 ])
>>>                (nil)))))
>>> /var/pisi/qemu-0.9.1-9/work/qemu-0.9.1/target-arm/op_iwmmxt.c:176:
>>> confused by earlier errors, bailing out
>>
>> I do not get this error, either.
>
> Might be a GCC 4.3 thing :-/
>
> Regards,
> ismail
>
> -- 
> Never learn by your mistakes, if you do you may never dare to try  
> again.
>
>

This looks rather like an old version of the patch. Are you sure you  
did a ./configure after applying the newest version of the patch (the  
one that modifies the configure script)?


Alex

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-01-18  6:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17  6:41 [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4 Alexander Graf
2008-01-17 10:46 ` Ismail Dönmez
2008-01-17 17:00   ` Johannes Schindelin
2008-01-17 22:34     ` Ismail Dönmez
2008-01-17 22:59       ` Johannes Schindelin
2008-01-17 23:05         ` Ismail Dönmez
2008-01-17 23:52           ` Johannes Schindelin
2008-01-17 23:28         ` Andreas Färber
2008-01-18  6:14       ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.