On Sat, Sep 8, 2012 at 10:09 PM, Oleg Bobuh <rajon...@gmail.com> wrote: > ** Description changed:
Is this qemu.git/master? > ./configure --enable-sdl --enable-virtfs --enable-vnc --enable-cocoa > --enable-mixemu --enable-brlapi --enable-vnc-tls --enable-vnc-sasl > --enable-vnc-jpeg --enable-vnc-png --enable-curses --enable-curl > --enable-bluez --enable-tcg-interpreter --enable-nptl --enable-system > --enable-user --enable-linux-user --enable-guest-base --enable-pie > --enable-uuid --enable-vde --enable-attr --enable-docs --enable-vhost- > net --enable-smartcard --enable-guest-agent --enable-seccomp --audio- > drv-list="alsa oss sdl esd pa" --audio-card-list="ac97 es1370 sb16 > cs4231a adlib gus hda" --prefix=/opt/qemu ./configure output should say: SDL support yes If you get "no" then something is wrong. SDL on Debian ships with pkgconfig information, which ./configure uses to find the correct -I and -l compiler flags. Do you have the libsdl1.2-dev package installed? Please post the contents of ./config.log after running ./configure. Stefan