Could not initialize SDL - exiting

I used suse 9.3
I compiled SDL 1.2.9 (SDL-1.2.9.tar.gz)
I compiled qemu 0.7.2

yvan at linux:~/Documents/qemu-0.7.2/qemu-0.7.2> ./configure
Install prefix /usr/local
BIOS directory /usr/local/share/qemu
binary directory /usr/local/bin
Manual directory /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /home/yvan/Documents/qemu-0.7.2/qemu-0.7.2
C compiler gcc
Host C compiler gcc
make make
host CPU i386
host big endian no
target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu
ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
gprof enabled no
static build no
SDL support yes
SDL static link yes
mingw32 support no
Adlib support no
FMOD support no
kqemu support yes

KQEMU Linux module configuration:
kernel sources /lib/modules/2.6.11.4-21.9-smp/build
kbuild type 2.6

when I play qemu I found :
yvan at linux:~/qemu> qemu -m 256 -localtime -enable-audio -user-net -cdrom
/dev/cd rom -boot d -hda windows.raw
Could not initialize SDL - exiting

thanks for your help

I used suse 9.3
I compiled SDL 1.2.9 (SDL-1.2.9.tar.gz)
I compiled qemu 0.7.2

[…]

when I play qemu I found :
yvan at linux:~/qemu> qemu -m 256 -localtime -enable-audio -user-net -cdrom
/dev/cd rom -boot d -hda windows.raw
Could not initialize SDL - exiting

Can you compile and run the test applications of SDL (in the test directory)?

Regards,
Johannes

< http://libufo.sourceforge.net > The OpenGL GUI ToolkitOn Wednesday 28 September 2005 22:45, yvan wrote: