From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Greg Bell <gregbell@znet.com>
Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install
Date: Tue, 30 Aug 2005 08:26:39 +0100 [thread overview]
Message-ID: <200508300826.40382.paul@codesourcery.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0508301242070.8060@spare.gregs.com>
> 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.
$config_mak is a makefile fragment, not a shell script, so this should work
fine.
Paul
next prev parent reply other threads:[~2005-08-30 7:32 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
2005-08-30 7:26 ` Paul Brook [this message]
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=200508300826.40382.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=gregbell@znet.com \
--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.