https://sourceware.org/bugzilla/show_bug.cgi?id=32548
Mark Wielaard changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi,
While building elfutils on musl with different features enabled I hit this.
Curiously this also affects glibc if you explicitly build without optimizations.
I didn't observe any explicit order with the headers, so I just added it after
the rest.From 4a11af08aea00cbe6362e82a14010ca3ea5fa9e7
Hi,
On Wednesday, January 29th, 2025 at 2:40 PM, Mark Wielaard
wrote:
> I definitely like this patch. But when doing an autoreconf -f -v -i
> (autoconf 2.27) I get:
>
> autoheader: warning: missing template: HAVE_ERROR_H
> autoheader: warning: Use AC_DEFINE([HAVE_ERROR_H], [], [Description])
>
Hi,
On Wed, Jan 29, 2025 at 07:57:37AM +, parona wrote:
> On Monday, January 27th, 2025 at 10:40 PM, Mark Wielaard
> wrote:
> > So maybe our configure check is wrong and it should just test whether
> > there is an error.h but also if you can link the result?
>
> Included patch that checks i