bug-wget
[Top][All Lists]
Advanced

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

Re: Wget 1.21 and PowerMac results


From: Tim Rühsen
Subject: Re: Wget 1.21 and PowerMac results
Date: Fri, 1 Jan 2021 19:53:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 01.01.21 19:50, Jeffrey Walton wrote:
On Fri, Jan 1, 2021 at 1:42 PM Tim Rühsen <tim.ruehsen@gmx.de> wrote:

Hi Jeff,

we recently updated gnulib for wget 1.21.

Gnulib is C99 and at least in L288 it looks like your compiler doesn't
like a C99 construct. Possibly you need to explicitly switch on C99 mode !?

I _think_ the only thing available nowadays on the PowerMacs is GCC 4.2.1.

In the old days we could use a modern GCC or Clang from MacPorts. But
the standard c++ library no longer builds on the PowerMac, so the
compilers don't build.

gcc 4.2.1 should be ok [1]. Try using

CFLAGS=-std=gnu99 ./configure
...

Regards, Tim

[1] https://gcc.gnu.org/gcc-4.2/changes.html

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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