This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/6] Link against standalone argp library


On Mon, May 04, 2015 at 02:25:39AM +0300, Max Filippov wrote:
> From: "Anthony G. Basile" <blueness@gentoo.org>
> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]