On Tue, Jan 26, 2021 at 12:32 PM Bruno Haible wrote:
>
> Jeffrey Walton wrote:
> > > Jeffrey Walton wrote:
> > > > Placing flags in CC breaks other scripts. For example, this no longer
> > > > works:
> > > >
> > > > if [[ ! $(command -v "${CC}") ]]; then
> > > > echo "The compiler is
Jeffrey Walton wrote:
> > Jeffrey Walton wrote:
> > > Placing flags in CC breaks other scripts. For example, this no longer
> > > works:
> > >
> > > if [[ ! $(command -v "${CC}") ]]; then
> > > echo "The compiler is not valid. Please install a compiler."
> > > exit 1
> > >
Paul Eggert writes:
> On 1/25/21 7:55 PM, Jeffrey Walton wrote:
>
>>> Jeffrey Walton wrote:
Placing flags in CC breaks other scripts. For example, this no longer
works:
if [[ ! $(command -v "${CC}") ]]; then
echo "The compiler is not valid. Please install a
On 1/25/21 7:55 PM, Jeffrey Walton wrote:
Jeffrey Walton wrote:
Placing flags in CC breaks other scripts. For example, this no longer works:
if [[ ! $(command -v "${CC}") ]]; then
echo "The compiler is not valid. Please install a compiler."
exit 1
fi
You can easil
On Mon, Jan 25, 2021 at 8:41 PM Bruno Haible wrote:
>
> Jeffrey Walton wrote:
> > Placing flags in CC breaks other scripts. For example, this no longer works:
> >
> > if [[ ! $(command -v "${CC}") ]]; then
> > echo "The compiler is not valid. Please install a compiler."
> > exi
Jeffrey Walton wrote:
> Placing flags in CC breaks other scripts. For example, this no longer works:
>
> if [[ ! $(command -v "${CC}") ]]; then
> echo "The compiler is not valid. Please install a compiler."
> exit 1
> fi
Such scripts are not supported. Some flags, like '-m
On Mon, Jan 25, 2021 at 5:49 PM Bruno Haible wrote:
>
> 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'
On 1/25/21 1:25 PM, 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 capabilitie
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 incor
Hello!
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 maintain
10 matches
Mail list logo