mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Isaac Dunham <idunham@lavabit.com>
To: musl@lists.openwall.com
Subject: Re: Will musl work as a lsb alternative? (was Re: [musl] re: musl setup attempt)
Date: Wed, 27 Mar 2013 15:14:10 -0700	[thread overview]
Message-ID: <20130327151410.e0017c81.idunham@lavabit.com> (raw)
In-Reply-To: <CAFipMOFePtrSPAL4tKysX9Tg+ezGdhzWj0KDnPvAh=XhkpV4VA@mail.gmail.com>

On Wed, 27 Mar 2013 10:23:46 -0400
LM <lmemsm@gmail.com> wrote:

> FLTK usually requires X Windows (although there's an older
> version that has a port to DirectFB that might be worth
> investigating).  Am wondering if I can build the X libraries from
> scratch with musl, if they'll interact with the host system's X server
> or if a user would need to exit their X server and use a musl built X
> server and X libraries.

You can build the X libraries against musl; you might want to pass 
--target=i486-linux-gnu since autoconf sometimes thinks it's dealing with libc5.

FYI, there is a project called tinyxlib based on a mix of work from xwoaf, Amigo Linux, one or two Puppy developers, and some other sources; I have a git repo for working on it at 
github.com/idunham/tinyxlib
It's not full-featured or complete, but there's enough to build several applications, it's small, and it only takes a couple minutes to build the commonly-used libs, so you might be interestin in trying it. Edit standard_definitions.mk to suit your site.
Of course, you will need a C++ compiler to do anything with FLTK.

X is called a "server" for a reason: assuming you don't have incompatible extensions, you can use any x server and any application you want as long as they can connect.  For example, you can:
-run musl and libc5 X apps with glibc X servers
-have IRIX, BSD, or Solaris apps running remotely and displaying locally on a glibc-based Linux system

HTH,
Isaac Dunham <idunham@lavabit.com>



  reply	other threads:[~2013-03-27 22:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-26 13:02 LM
2013-03-26 23:03 ` Rich Felker
2013-03-27  1:40   ` Isaac Dunham
2013-03-27  3:20     ` Rich Felker
2013-03-28  4:28       ` Rob Landley
2013-03-28 12:12         ` Rich Felker
2013-03-27 13:58     ` Rob Landley
2013-03-27 15:11       ` LM
2013-03-27 14:23     ` LM
2013-03-27 22:14       ` Isaac Dunham [this message]
2013-03-28 11:56         ` LM
2013-03-27 16:21   ` R P Herrold
2013-03-27 17:18     ` Kurt H Maier

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=20130327151410.e0017c81.idunham@lavabit.com \
    --to=idunham@lavabit.com \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).