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: Jim C. Brown
Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install
Date: Tue, 30 Aug 2005 01:10:41 -0400
User-agent: Mutt/1.4i

On Tue, Aug 30, 2005 at 12:48:41PM +1000, Greg Bell wrote:
> 
> hi qemu,
> 
> thanks for a neat project.  two minor problems:
> 
> 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.
> 

My config.mak has this multi-word line (for dynamic SDL)

                SDL_LIBS=-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread

and it works fine. I'm not sure why its not working for you. At least its not
the length, as I have longer LIB lines which work (tho none of them are static).

> 
> 2) i needed to chmod 777 /usr/local/share/qemu/ before i could run qemu as 
> a normal user.
> 

Assuming its owned by root:root, chmod 555 should be enough (mine is currently
set to 755).

> 
> ~gb
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.




reply via email to

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