On 20 October 2015 at 07:59, sai pavan <[email protected]> wrote: > Hi , > > I am trying to compile QEMU with --enable-sdl and --static. And i have > installed libsdl-dev. > I get the following error > > ERROR: User requested feature sdl > configure was not able to find it. > Install SDL devel > > Is there any know issue here ? or am i missing any more libraries.
This probably means you haven't installed the static library version of libsdl, or possibly that your distro's static libsdl packaging is broken. You can look at config.log to see what test program command line configure was trying that didn't work. You can also look in the configure script itself to see what our libsdl test is checking for. thanks -- PMM
