From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9ybT-0006rg-OK for qemu-devel@nongnu.org; Tue, 30 Aug 2005 01:24:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9ybB-0006ht-Ql for qemu-devel@nongnu.org; Tue, 30 Aug 2005 01:23:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9ybB-0006af-9b for qemu-devel@nongnu.org; Tue, 30 Aug 2005 01:23:53 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9yQs-0006T8-4J for qemu-devel@nongnu.org; Tue, 30 Aug 2005 01:13:14 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j7U5AksN027545 for ; Tue, 30 Aug 2005 01:10:47 -0400 (EDT) Date: Tue, 30 Aug 2005 01:10:41 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install Message-ID: <20050830051041.GA5849@jbrown.mylinuxbox.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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.