From: Jacob Gorm Hansen <jacobg@diku.dk>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: "Ronald G. Minnich" <rminnich@lanl.gov>,
Tobias Hunger <tobias@aquazul.com>,
xen-devel@lists.sourceforge.net
Subject: Re: autotoolizing xen?
Date: Fri, 18 Feb 2005 12:03:12 -0800 [thread overview]
Message-ID: <42164A00.1070803@diku.dk> (raw)
In-Reply-To: <1108757091.8084.4.camel@localhost>
Anthony Liguori wrote:
> On Fri, 2005-02-18 at 13:20, Jacob Gorm Hansen wrote:
>
>>Instead, use a better build system. I am using Jam (which is public
>>domain) for my stuff, and that works perfectly, and the build
>>specifications are a lot simpler that the xen Makefiles.
>
>
> I've used Jam before with Boost. It can get quite nasty (if you try to
> be portable and include a version of Jam, you've got a nasty chicken and
> the egg problem).
Most of the major distros (at least debian and gentoo) now come with jam
binaries, so that is not as much of a problem today, but the Jam source
is very small and it would not be impossible to include it as part of
the source tree.
Anyway, I did a fairly thorough investigation of the whole build-system
scene a few years ago, and back then my conclusion was that while Jam is
not perfect, it is lightyears ahead of make in speed and portability
(make will basically not work on a non-unix box, because all Makefiles
tend to rely heavily on tools such as sed and awk), and is both faster
and easier to use than other make replacements such as Ant and SCons.
The linux 2.6 build system is also an option. At least it seems a lot
better than the 2.4 version.
I agree that not being able to build Xen without having xlibs is kind of
silly. When I emerged twisted it ended up dragging in freetype and most
of Gnome as well! But maybe the solution is to just not include ioemu in
the Xen tree until such dependencies are cleaned up, rather than trying
to fix the problem in the build system.
Jacob
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next prev parent reply other threads:[~2005-02-18 20:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-18 13:26 autotoolizing xen? Tobias Hunger
2005-02-18 15:15 ` Ronald G. Minnich
2005-02-18 15:44 ` X86_64 status? Alvin Starr
2005-02-18 15:53 ` autotoolizing xen? Tobias Hunger
2005-02-18 16:06 ` Christian Limpach
2005-02-18 16:33 ` Nivedita Singhvi
2005-02-18 16:03 ` Anthony Liguori
2005-02-18 16:30 ` Tobias Hunger
2005-02-18 19:20 ` Jacob Gorm Hansen
2005-02-18 20:04 ` Anthony Liguori
2005-02-18 20:03 ` Jacob Gorm Hansen [this message]
2005-03-07 10:01 ` Nick Craig-Wood
2005-02-18 21:25 ` Tobias Hunger
2005-02-18 19:56 ` Adam Sulmicki
2005-02-19 13:10 ` Keir Fraser
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=42164A00.1070803@diku.dk \
--to=jacobg@diku.dk \
--cc=aliguori@us.ibm.com \
--cc=rminnich@lanl.gov \
--cc=tobias@aquazul.com \
--cc=xen-devel@lists.sourceforge.net \
/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.