public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* wget: command not found error
@ 2021-07-29  0:11 Chang M. Kang
  2021-07-29  8:46 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Chang M. Kang @ 2021-07-29  0:11 UTC (permalink / raw)
  To: gcc-help

I encountered the following error message trying to build gcc.

EBT@EBT_MCNP /cygdrive/d/gcc/gcc-4.8.5
$ ./contrib/download_prerequisites
./contrib/download_prerequisites: line 26: wget: command not found

CM Kang
---------------------------------
Script of /contrib/download_prerequisites

MPFR=mpfr-2.4.2
GMP=gmp-4.3.2
MPC=mpc-0.8.1

line26: wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$MPFR.tar.bz2 || exit
1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: wget: command not found error
  2021-07-29  0:11 wget: command not found error Chang M. Kang
@ 2021-07-29  8:46 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-07-29  8:46 UTC (permalink / raw)
  To: Chang M. Kang; +Cc: gcc-help

On Thu, 29 Jul 2021, 01:13 Chang M. Kang via Gcc-help, <gcc-help@gcc.gnu.org>
wrote:

> I encountered the following error message trying to build gcc.
>
> EBT@EBT_MCNP /cygdrive/d/gcc/gcc-4.8.5
> $ ./contrib/download_prerequisites
> ./contrib/download_prerequisites: line 26: wget: command not found


So install wget then. You can use the cygwin installer to do that.



>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-29  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  0:11 wget: command not found error Chang M. Kang
2021-07-29  8:46 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).