bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in configure script


From: Bruno Haible
Subject: Re: Possible bug in configure script
Date: Mon, 25 Jan 2021 23:47:14 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; )

Hi,

Peter Dyballa wrote:
> The configure script of wget 1.21.1 seems to have a bug, which becomes visible
> at least on old Mac OS X versions which use old GCC 4.2, see this report:
> https://trac.macports.org/ticket/62134. It's my assumption that the tests for
> C99 and C11 capabilities are incorrect while the maintainer assumes that it's
> a bug in gnulib I should report. Could you check whether we are both wrong?
> Or right?

In my understanding, it's a bug in Autoconf:
<https://savannah.gnu.org/support/?110425>

The workaround is to set CC="/usr/bin/gcc-4.2 -std=gnu99" instead of
CC="/usr/bin/gcc-4.2", before running configure.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]