From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11384 invoked by alias); 8 Aug 2014 11:38:43 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11375 invoked by uid 89); 8 Aug 2014 11:38:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f43.google.com Received: from mail-la0-f43.google.com (HELO mail-la0-f43.google.com) (209.85.215.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Aug 2014 11:38:42 +0000 Received: by mail-la0-f43.google.com with SMTP id hr17so4593422lab.30 for ; Fri, 08 Aug 2014 04:38:38 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.10.193 with SMTP id k1mr1454247lab.79.1407497918727; Fri, 08 Aug 2014 04:38:38 -0700 (PDT) Received: by 10.112.94.70 with HTTP; Fri, 8 Aug 2014 04:38:38 -0700 (PDT) In-Reply-To: References: <3c0a74bf59884203f5d4ada056b31054.squirrel@mx.sscc.ru> Date: Fri, 08 Aug 2014 11:38:00 -0000 Message-ID: Subject: Re: Re: Problem with building gcc 4.9.0 (libstdc++) From: Jonathan Wakely To: Kirill Voronin Cc: gcc-help Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00070.txt.bz2 On 8 August 2014 12:33, Jonathan Wakely wrote: > On 8 August 2014 12:13, Kirill Voronin wrote: >> >> OK, thanks for you responses. >> >> Can you please make it a bit more clear about how to build gcc after using >> download_prerequisites script ? > > I don't know what isn't clear about the steps at the bottom of the > http://gcc.gnu.org/wiki/InstallingGCC page. "Alternatively, after extracting the GCC source archive, simply run the ./contrib/download_prerequisites script in the GCC source directory." Note "in the GCC source directory", not in the GCC build directory, not in the contrib sub-directory of the GCC source directory, not anywhere else. After doing that you should have symlinks called "gmp", "mpfr" and "mpc" in the gcc-4.9.0 source directory - are they present?