우분투로 qemu 설치중 나오는 오류 질문입니다

r아래와 같이 ./configure를 입력하였는데 오류가 나오는데

혹시 해결법 아시나요

원래 qemu 설치시 ./configure만 입력하면 설치가 가능하다던데

저렇게 할 경우 gcc를 못찾더라구요

질문이 좀 이상한데 답변 부탁드립니다;

oot@ubuntu:/home/user/OS/qemu-0.9.1# ./configure --cc=arm-linux-gcc
/tmp/qemu-conf–3608-: 1: Syntax error: word unexpected (expecting ")")
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/user/OS/qemu-0.9.1
C compiler arm-linux-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 yes
TLS CFLAGS
TLS LIBS -lgnutls
kqemu support yes
Documentation no
The error log from compiling the libSDL test is:
/tmp/qemu-conf–3608-.c:1:17: SDL.h: No such file or directory
/tmp/qemu-conf–3608-.c: In function main': /tmp/qemu-conf--3608-.c:3: error: SDL_INIT_VIDEO’ undeclared (first use in this function)
/tmp/qemu-conf–3608-.c:3: error: (Each undeclared identifier is reported only once
/tmp/qemu-conf–3608-.c:3: error: for each function it appears in.)
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without graphical output configure with --disable-gfx-check
Note that this will disable all output from the virtual graphics card.다

찾아서 해결했습니다.