From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1497224126843396933==" MIME-Version: 1.0 From: Mark Wielaard To: elfutils-devel@lists.fedorahosted.org Subject: Re: [PATCH 1/6] Link against standalone argp library Date: Mon, 04 May 2015 16:02:50 +0200 Message-ID: <20150504140250.GC20890@blokker> In-Reply-To: 1430695544-7336-2-git-send-email-jcmvbkbc@gmail.com --===============1497224126843396933== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, May 04, 2015 at 02:25:39AM +0300, Max Filippov wrote: > From: "Anthony G. Basile" > = > argp is not part of POSIX standards and not provided by uClibc or > some other standard C libraries. However, it is possible to link > against a breakout argp library. One is provided at > = > http://www.lysator.liu.se/~nisse/misc/ > = > This patch tests if libc provides argp otherwise it adds the linker > flag -largp where needed in the build system. Thanks. Applied and pushed to master. But anybody relying on this is on their own. There is some risk of bit-rot in the test suite when more tests are added that rely on the argp hepers. And as you know the current implementation of standalone argp is buggy and needs at least your isprint. Cheers, Mark --===============1497224126843396933==--