From: Martin Bochnig <mb1x@gmx.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Hello
Date: Sat, 14 Oct 2006 01:31:07 +0200 [thread overview]
Message-ID: <453021BB.3010605@gmx.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0610131900280.9228@pali.cps.cmich.edu>
Ishwar Rattan wrote:
>
>
> I think the SDL source I downloaded is already prepatched.
> See the diff file below: my assumption is that --- indicates the
> original file and +++ the patched version (I might be wrong
> here). So, line in file with - in first column is reference to
> original file and is to be replaced by with line with + in
> first column.
Hi,
please ask Eric Lowe.
I did not prepare the x64/x86 stuff.
And the sdl amd64 bit patch is also from him.
The diff is not very big, that's true.
But it is not zero, I don't know.
I didn't build sdl for x64 so far.
I'm mostly "the sparc guy".
I had been busy all week long in improving the src to better support
sparc-hosts.
Therefore didn't I come to amd64 so far, while I do intend to asap.
See my diff from yesterday (which is meanwhile totally obsolete again) :
http://www.martux.org/qemu/qemu-0.8.2-solaris__20061010x11.gdiff
Pls. gimme time until I throw the sparc pkg out before I can deeper look
into amd64-HOST support.
Thanks,
Martin
>
> diff -ur SDL-1.2.11.orig/configure SDL-1.2.11.jnz/configure
> --- SDL-1.2.11.orig/configure Tue Jun 27 06:48:54 2006
> +++ SDL-1.2.11.jnz/configure Mon Sep 4 15:28:28 2006
> @@ -33170,10 +33170,10 @@
>
> if test "x$enable_rpath" = "xyes"; then
> if test $ARCH = bsdi -o $ARCH = freebsd -o $ARCH = irix -o $ARCH =
> linux -o $ARCH = netbsd; then
> - SDL_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
> + SDL_RLD_FLAGS="-Wl,-rpath,\${libdir}"
> fi
> ...
> -->> In configure file (of source distribution):
> Lines around 33170+ already have the replacement done?
>
> # Set runtime shared library paths as needed
>
> if test "x$enable_rpath" = "xyes"; then
> if test $ARCH = bsdi -o $ARCH = freebsd -o $ARCH = irix -o $ARCH =
> linux -o $ARCH = netbsd; then
> SDL_RLD_FLAGS="-Wl,-rpath,\${libdir}"
> fi
> if test $ARCH = solaris; then
> ...
>
> I am stumped by why the compiled binaries do not work. This is the
> limit of my expertise. Can I find pre-patched SDL-1.2.11 source
> somewhere?
>
>
> Regards,
> -ishwar
>
>
next parent reply other threads:[~2006-10-13 23:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.64.0610131900280.9228@pali.cps.cmich.edu>
2006-10-13 23:31 ` Martin Bochnig [this message]
2006-10-14 14:52 [Qemu-devel] Re: Hello Eric Lowe
2006-10-14 15:02 ` Martin Bochnig
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=453021BB.3010605@gmx.com \
--to=mb1x@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).