mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Chris Hall <musl@gmch.uk>
To: musl@lists.openwall.com
Subject: Fwd: Re: Detecting musl at compile and/or configure time
Date: Sun, 30 Jun 2019 13:03:27 +0100	[thread overview]
Message-ID: <3767f116-4a52-e9ef-a2ee-df1c23719e34@gmch.uk> (raw)
In-Reply-To: <26f5537f-a876-209c-a27c-cd2619f5c834@gmch.uk>

On 29/06/2019 14:27, A. Wilcox wrote:
> On 06/29/19 06:48, Chris Hall wrote:
>>
>> Is there a supported way of detecting that one is building against 
>> the musl libc ?
...
> The musl libc specifically does not have a FTM (feature test macro)
> because it aims to be an exact implementation of C11 / POSIX and
> therefore it has no "quirks" to detect.

I too aim for perfection, but find that I approach it asymptotically :-)

However, restating the question in those terms: how should I detect that 
one is *not* building against some library which is *not* musl ?  [Given 
that other libraries may be equally discrete.]

...
> See here for more information:
> 
> https://wiki.musl-libc.org/faq.html#Q:-Why-is-there-no-%3Ccode%3E__MUSL__%3C/code%3E-macro?

FWIW: I read https://www.musl-libc.org/faq.html, but did not also find 
the wiki's FAQ :-(

> Is there a reason you wish to detect musl at configure/compile time?
> Perhaps if we knew the reason, we could help you make your code more
> portable and/or not require such detection.

I have a little build system which tries to detect the "usual suspects" 
automatically, even without a full configure/cmake/etc. step.  If the 
detection process fails, it generates a warning and the user must (at 
least) add a '-Dxxx' to suppress that.

I confess I have only recently stumbled across musl.  Perhaps systems 
which default to musl are so rare that I can, as a practical matter, 
ignore them ?  The question then is whether to add a '-DqLIB_MUSL' gizmo 
to my build stuff -- so that "musl-gcc -DqLIB_MUSL" will do the trick.

Thanks,

Chris



       reply	other threads:[~2019-06-30 12:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <26f5537f-a876-209c-a27c-cd2619f5c834@gmch.uk>
2019-06-30 12:03 ` Chris Hall [this message]
2019-06-30 12:28   ` Samuel Holland
2019-06-30 14:30     ` Chris Hall
2019-06-30 14:54     ` Jeffrey Walton
2019-07-02 12:19     ` Florian Weimer
2019-06-30 14:51   ` Jeffrey Walton

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=3767f116-4a52-e9ef-a2ee-df1c23719e34@gmch.uk \
    --to=musl@gmch.uk \
    --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).