https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976

--- Comment #184 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Peter Dyballa from comment #183)
> (In reply to Iain Sandoe from comment #178)
> > (In reply to Peter Dyballa from comment #175)
> 
> > `./contrib/download_prerequisites` 
> 
> This script starts with '#! /bin/sh' but is a bash script.
> 
> Using bash for execution it switches to curl
> 
> + type wget
> contrib/download_prerequisites: line 53: type: wget: not found
> + fetch='curl -LO'
> 
> but:
> 
> + curl -LO --no-verbose
> https://gcc.gnu.org/pub/gcc/infrastructure/gettext-0.22.tar.gz
> curl: option --no-verbose: is unknown
> curl: try 'curl --help' or 'curl --manual' for more information

OK.. it is a very old OS .. I guess we could just tweak that script to remove
the option... but...

The source archives you already have should be fine .. as identified on the
prev comment.

Reply via email to