qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Minor bug in 0.7.1 install


From: Henrik Nordstrom
Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install
Date: Tue, 30 Aug 2005 19:39:32 +0200 (CEST)

On Tue, 30 Aug 2005, Greg Bell wrote:

sdl_too_old=no
-
+sdl=yes
if test -z "$sdl" ; then

sdl_config="sdl-config"


This is not sufficient as a lot of the SDL logics is contained in the if block you have now disabled.. you need to also at minimum set sdl_config, sdl_static and sdl_static_libs accordingly.

I am a little curious about what exacly you are attemptig to do. SDL is by default linked statically if your SDL installation supports static linking..

What is the output of "sdl-config --static-libs" on your system? Prehaps your SDL is not built with support for static linking?

Regards
Henrik






reply via email to

[Prev in Thread] Current Thread [Next in Thread]