From: Brad Watson <whitebearded1@yahoo.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] patches in dad-answers.com
Date: Tue, 20 Jul 2004 07:16:43 -0700 (PDT) [thread overview]
Message-ID: <20040720141643.13537.qmail@web51805.mail.yahoo.com> (raw)
In-Reply-To: <40FD10D2.8050007@simtreas.ru>
--- "Vladimir N. Oleynik" <dzo@simtreas.ru> wrote:
> Hetz,
>
> > 1. NO_SDL - removes the SDL requirement and
> replaces it with a native Xlib
> > support (I hardly think Fabrice will ever commit
> this). Anyone can write a
> > small README how to add and compile this thing?
>
> Hmm... You could ask me and in the first person, not
> in the third.
>
> Its trivial:
>
> $ mv sdl.c sdl_orig.c
> $ ln -s nosdl.c sdl.c
> $ patch Makefile.target
>
> $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a
> - $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS)
> $(VL_LIBS) $(SDL_LIBS)
> + $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS)
> $(VL_LIBS) -L/usr/X11R6/lib -lX11
>
>
> PS: If and to correct this file, it is possible to
> delete at the same time from
> there option programs slowing down operation:
> -g,-malign-functions=0,
> -mpreferred-stack-boundary=2 ;-)
>
>
> --w
> vodz
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
Hi All,
The following worked for me:
>$ mv sdl.c sdl_orig.c
>$ ln -s nosdl.c sdl.c
> $ patch Makefile.target
>
$(QEMU_SYSTEM): $(VL_OBJS) libqemu.a
- $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS)
$(VL_LIBS) $(SDL_LIBS)
+ $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS)
$(VL_LIBS) -L/usr/X11R6/lib -lX11 -lpthread
Regards,
Brad Watson
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
next prev parent reply other threads:[~2004-07-20 14:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 16:32 [Qemu-devel] AIO ide patch Vladimir N. Oleynik
2004-05-26 11:03 ` [Qemu-devel] " Vladimir N. Oleynik
2004-05-26 14:39 ` Hetz Ben Hamo
2004-05-26 14:09 ` Vladimir N. Oleynik
2004-05-30 14:30 ` Hetz Ben Hamo
2004-05-31 6:39 ` Vladimir N. Oleynik
2004-05-26 20:03 ` Fabrice Bellard
2004-07-19 7:59 ` [Qemu-devel] noSDL "GUI" for Qemu Vladimir N. Oleynik
2004-07-20 0:16 ` Jim C. Brown
2004-07-20 11:52 ` Richard Zidlicky
2004-07-24 3:21 ` Darrin Ritter
2004-07-20 12:32 ` [Qemu-devel] patches in dad-answers.com Vladimir N. Oleynik
2004-07-20 14:16 ` Brad Watson [this message]
2004-09-16 11:57 ` [Qemu-devel] No usermode hack Vladimir N. Oleynik
-- strict thread matches above, loose matches on Subject: below --
2004-07-19 18:33 [Qemu-devel] patches in dad-answers.com Hetz Ben Hamo
2004-07-19 18:56 ` Lionel Ulmer
2004-07-19 19:47 ` Laurent Amon
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=20040720141643.13537.qmail@web51805.mail.yahoo.com \
--to=whitebearded1@yahoo.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).