elfutils configuration issue on musl

2022-07-11 Thread Mahalingam Kanagasabapathy
Hi team,

 I am working on building elfutils for a project where I am building for i3x86 
with musl and I am facing configure: WARNING: "libc does not have argp"
checking for argp_parse in -largp... no
configure: error: "no libargp found"

elfutils version using : 0.180

I tried with the work arounds on online but couldn't able to fix, Kindly 
provide a suggestions for the issue.

Thanks,
Mahalingam K,
Software Engineer,
Embedur
Chennai.


Re: elfutils configuration issue on musl

2022-07-12 Thread Mahalingam Kanagasabapathy
Thanks Frank for prompt response and support.

Mahalingam K
Software Engineer,
EmbedUR,
Chennai,
India.

From: Frank Ch. Eigler 
Sent: Monday, July 11, 2022 6:49 PM
To: Mahalingam Kanagasabapathy 
Cc: elfutils-devel@sourceware.org 
Subject: Re: elfutils configuration issue on musl

CAUTION:** External Email: Please treat hyperlinks and attachments with caution 
**


Hi -

>  I am working on building elfutils for a project where I am building for 
> i3x86 with musl and I am facing configure: WARNING: "libc does not have argp"
> checking for argp_parse in -largp... no
> configure: error: "no libargp found"

Yes, musl does not include an implementation of the argp API.
This is brought up with musl folks regularly.  This may help:

https://www.openwall.com/lists/musl/2019/01/06/2

- FChE