All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Minor bug in 0.7.1 install
@ 2005-08-30  2:48 Greg Bell
  2005-08-30  5:10 ` Jim C. Brown
  2005-08-30  7:26 ` Paul Brook
  0 siblings, 2 replies; 6+ messages in thread
From: Greg Bell @ 2005-08-30  2:48 UTC (permalink / raw)
  To: qemu-devel


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.


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


~gb

-- 
Greg Bell +61 4 10 432 772  (alternately gbell_spamless@yahoo.com)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-30 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30  2:48 [Qemu-devel] Minor bug in 0.7.1 install Greg Bell
2005-08-30  5:10 ` Jim C. Brown
2005-08-30  7:26 ` Paul Brook
2005-08-30  7:34   ` Greg Bell
2005-08-30 17:39     ` Henrik Nordstrom
2005-08-30 17:42     ` Henrik Nordstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.