All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jma5@umd.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install
Date: Tue, 30 Aug 2005 01:10:41 -0400	[thread overview]
Message-ID: <20050830051041.GA5849@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <Pine.LNX.4.61.0508301242070.8060@spare.gregs.com>

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	other threads:[~2005-08-30  5:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30  2:48 [Qemu-devel] Minor bug in 0.7.1 install Greg Bell
2005-08-30  5:10 ` Jim C. Brown [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050830051041.GA5849@jbrown.mylinuxbox.org \
    --to=jma5@umd.edu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.