https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #185 from Sergey Fedorov <vital.had at gmail dot com> --- (In reply to Peter Dyballa from comment #183) > leopard pete 311 /\ curl --version > curl 7.16.4 (i386-apple-darwin9.0) libcurl/7.16.4 OpenSSL/0.9.7l zlib/1.2.3 > Protocols: tftp ftp telnet dict ldap http file https ftps > Features: GSS-Negotiate IPv6 Largefile NTLM SSL libz If you are okay with installing pre-built binaries, this gets you a modern curl on 10.5: https://macos-powerpc.org/PPCPorts/curl-Leopard-8.13.0-ppc_ppc64.zip It installs into /opt/bootstrap, so it does not conflict with ports or pollute default paths. (I use this to build the base against.) Alternatively, the same can be built from source: building curl does not need a modern gcc.
