From: "Vladimir N. Oleynik" <dzo@simtreas.ru>
To: Hetz Ben Hamo <hetz@witch.dyndns.org>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] patches in dad-answers.com
Date: Tue, 20 Jul 2004 16:32:18 +0400 [thread overview]
Message-ID: <40FD10D2.8050007@simtreas.ru> (raw)
In-Reply-To: <40FB7F71.4030709@simtreas.ru>
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
next prev parent reply other threads:[~2004-07-20 12:35 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 ` Vladimir N. Oleynik [this message]
2004-07-20 14:16 ` [Qemu-devel] patches in dad-answers.com Brad Watson
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=40FD10D2.8050007@simtreas.ru \
--to=dzo@simtreas.ru \
--cc=hetz@witch.dyndns.org \
--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.