This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
Re: [PATCH] Move print_version into printversion.{h|c}
- From: Ulf Hermann <ulf dot hermann at qt dot io>
- To: Mark Wielaard <mjw at redhat dot com>, <elfutils-devel at sourceware dot org>
- Date: Fri, 17 Feb 2017 13:20:17 +0100
- Subject: Re: [PATCH] Move print_version into printversion.{h|c}
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=ulf dot hermann at qt dot io;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qtcompany.onmicrosoft.com; s=selector1-qt-io; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=GdWvqa16SIAvnkPGNLrPnRAX1enBf60YBhHT4g0M7mo=; b=L6iAclAFbdRPu4dy3czeilAJpCpcRASUbbcPxGlutjieVDrIrfhE24yom8erD7CU48pf7Q0BlDBGTdvl9/bzyT03Agomsy2N1i1u2WK78lntRIw6JLOUSWY/+Fzgu7CAkjaWgHgls4Dza/WHsswLguWsBObxfHD0zlYAh+iyj9k=
- References: <2663918e-b64e-fc56-1547-47de8d1bb2db@qt.io> <1487327210.10240.36.camel@redhat.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
> But like said before argp is needed for the tools and the libdw
> interface. If your glibc replacement doesn't provide argp the build
> should pick up libargp and get the definitions and implementation from
> there.
libdw only needs it for argument parsing, which we can disable if argp isn't available. Not being able to build the tools in that case isn't the end of the world either. We're can still get a perfectly functional libdw and libelf. I would really like to cut down on dependencies rather than add extra third party code.
Ulf