> 1) on my FC3 box, i had to force sdl to compile statically because
> the sdl test didn't work for some reason (could be my box's
> problem).  but there's no way to set sdl = 'yes' from the
> configure command line.  so i hacked configure, but then line
> 730 dies:
>
>              echo "SDL_LIBS=$sdl_static_libs" >> $config_mak
>
> this is because $sdl_static_libs evaluates to a multiple word string on my
> system.  eg:
>
> $ sdl-config --static-libs
> -L/usr/lib -lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib -lX11 -lXext
>
> so "SDL_LIBS=multiple word thing" is an error.

$config_mak is a makefile fragment, not a shell script, so this should work 
fine.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to