From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id C7406385C41E for ; Thu, 29 Jul 2021 08:47:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7406385C41E Received: by mail-wm1-x32b.google.com with SMTP id f18-20020a05600c4e92b0290253c32620e7so6035206wmq.5 for ; Thu, 29 Jul 2021 01:47:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7c6ypCf/lwSn/0VV0MrmzBQe7IUZgDS0y/S8aG1Mc4s=; b=Ci3YN+Uvj3Kj0JLPZhlEBu0SMMzeSdMoMTVqLU7CuU5BGou7vMu+icbAHnWy4LgYeY wTl9TF3zAZarRiLQHgjfs6/sNG+gmSLYlShXYdyiAFP4WnUg6G6f3sxbY8w1/M1hfIl8 M6FfccQeQAV0Gntc2TWM3pFnkPBIuioLEowqAgHZzEtHSPRRAYlMW/w2LFgSr704uO7L y59v4HKLjHPZLbGP7IbqWGhpULhma60Px8BSVNIAZEFAyWHpxSIoI1RbusJNm4DwtjWr 9E9zc+JYkrQbRB8qlFZhjaFmcRhoK6Ka6eX2DNoSpEWRwNMm0RDBRLAbPHX3wI+3uDtk ArNg== X-Gm-Message-State: AOAM5329FSOlCW/gw3OitIxv15vJfsTMlAFpWq10uQeX/Dghey+5gUrm pLg+EBBZhf7YwWyb/xie7Tq6GFL8Ar+wUaD4spo= X-Google-Smtp-Source: ABdhPJxkt69JjIH0Hs+Stu7cGfsvXbQZjhzBemZLqAJxCeGIt55ulOzHuidi6WUaNnOtAf9ejl9BODmZ/RTS787znUk= X-Received: by 2002:a1c:c91a:: with SMTP id f26mr3638361wmb.162.1627548430733; Thu, 29 Jul 2021 01:47:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 29 Jul 2021 09:46:57 +0100 Message-ID: Subject: Re: wget: command not found error To: "Chang M. Kang" Cc: gcc-help X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2021 08:47:13 -0000 On Thu, 29 Jul 2021, 01:13 Chang M. Kang via Gcc-help, 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. >