Is it possible to compile/run qemu on a system that does not have SDL?
I assumed this is what --disable-gfx-check does, but it's still giving
me errors (below). The specific error ("The error log from compiling
the libSDL test is") sounds like it's compiling some sort of test -- is
there any way to disable test compilation?
-david
root:/tmp/qemu-0.9.1# ./configure --disable-gfx-check
./configure: pkg-config: command not found
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 /tmp/qemu-0.9.1
C compiler gcc
Host C compiler gcc
make make
install install
host CPU i386
host big endian no
target list i386-linux-user arm-linux-user armeb-linux-user
sparc-linux-user sparc64-linux-user sparc32plus-linux-user
mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user
sh4-linux-user sh4eb-linux-user ppc-linux-user ppc64-linux-user
ppc64abi32-linux-user x86_64-linux-user cris-linux-user i386-softmmu
sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu
mips64el-softmmu arm-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu
m68k-softmmu sh4-softmmu sh4eb-softmmu cris-softmmu
gprof enabled no
profiler no
static build no
-Werror enabled no
SDL support no
mingw32 support no
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
OSS support yes
VNC TLS support no
kqemu support yes
Documentation yes
The error log from compiling the libSDL test is:
/tmp/qemu-conf-12652-8745-10418.c:1: SDL.h: No such file or directory
root:/tmp/qemu-0.9.1#