From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88434 invoked by alias); 1 Jul 2015 01:12:11 -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 88423 invoked by uid 89); 1 Jul 2015 01:12:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 01 Jul 2015 01:12:09 +0000 Received: by qkei195 with SMTP id i195so19528431qke.3 for ; Tue, 30 Jun 2015 18:12:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.101.97 with SMTP id t88mr12897829qge.9.1435713127837; Tue, 30 Jun 2015 18:12:07 -0700 (PDT) Received: by 10.140.43.102 with HTTP; Tue, 30 Jun 2015 18:12:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 01 Jul 2015 01:12:00 -0000 Message-ID: Subject: Re: Bootstrapping GCC 5.1.0 together with Binutils 2.25 From: Jonathan Wakely To: Ondrej Jakubcik Cc: gcc-help Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00000.txt.bz2 On 30 June 2015 at 21:50, Ondrej Jakubcik wrote: > Hi all, > > I am having problems with boostrapping GCC 5.1.0 using a merged tree > together with Binutils 2.25 and other dependencies (GMP, MPC, MPFR, > ISL). > > I even raised a bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66356 IIRC combined-tree builds do not work for released versions of GCC and binutils, you need to use the latest HEAD or trunk of both for that to work. Why not just install binutils first, then install GCC to the same prefix?