Hallo,

beim Versuch qemu 6.2 zu installieren kommt folgende
Fehlermeldung (make):

Code:
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I/tmp/qemu/target-i386 -I/tmp/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu/slirp -c -o op.o /tmp/qemu/target-i386/op.c
In file included from /tmp/qemu/target-i386/op.c:2396:
/tmp/qemu/target-i386/ops_sse.h: In function `op_shufps':
/tmp/qemu/target-i386/ops_sse.h:588: Unable to find a register to spill in class `SIREG'.
/tmp/qemu/target-i386/ops_sse.h:588: This is the insn:
(insn 72 71 73 (parallel[ 
            (set (reg:SI 2 ecx [66])
                (const_int 0 [0x0]))
            (set (reg/f:SI 64)
                (plus:SI (ashift:SI (reg:SI 2 ecx [66])
                        (const_int 2 [0x2]))
                    (reg/v/f:SI 42)))
            (set (reg/f:SI 0 eax [65])
                (plus:SI (ashift:SI (reg:SI 2 ecx [66])
                        (const_int 2 [0x2]))
                    (reg/f:SI 0 eax [65])))
            (set (mem/s:BLK (reg/v/f:SI 42) 0)
                (mem/s:BLK (reg/f:SI 0 eax [65]) 0))
            (use (reg:SI 2 ecx [66]))
            (use (reg:SI 19 dirflag))
        ] ) 394 {rep_movsi} (insn_list 68 (insn_list 69 (insn_list 71 (nil))))
    (expr_list:REG_DEAD (reg:SI 19 dirflag)
        (expr_list:REG_DEAD (reg/v/f:SI 42)
            (expr_list:REG_UNUSED (reg:SI 2 ecx [66])
                (expr_list:REG_UNUSED (reg/f:SI 64)
                    (expr_list:REG_UNUSED (reg/f:SI 0 eax [65])
                        (nil)))))))
/tmp/qemu/target-i386/ops_sse.h:588: confused by earlier errors, bailing out
make[1]: *** [op.o] Fehler 1
make[1]: Leaving directory `/tmp/qemu/i386-softmmu'
make: *** [all] Fehler 1
kann mir noch einer sagen wo qemu bei configure
nach fmod sucht? habs zwar installiert er findets aber nicht

MfG stylloop