From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10141 invoked by alias); 27 Nov 2012 06:31:56 -0000 Received: (qmail 10123 invoked by uid 22791); 27 Nov 2012 06:31:54 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Nov 2012 06:31:51 +0000 Received: by mail-ie0-f175.google.com with SMTP id qd14so12610623ieb.20 for ; Mon, 26 Nov 2012 22:31:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.68.68 with SMTP id w4mr12803970ici.30.1353997910477; Mon, 26 Nov 2012 22:31:50 -0800 (PST) Received: by 10.231.142.134 with HTTP; Mon, 26 Nov 2012 22:31:50 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Nov 2012 06:31:00 -0000 Message-ID: Subject: Re: Fail to configure gcc 4.7.2 with latest version of cloog From: Bryan Hundven To: Steve Lorimer Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg00201.txt.bz2 On Mon, Nov 26, 2012 at 10:26 PM, Steve Lorimer wrote: > I'm trying to configure gcc 4.7.2 using the latest version of cloog > (version 0.17.0) which uses isl. > > Configure fails because it requires version 0.16.1 > > Is the latest cloog version incompatible, or do I need to enable it > with a specific configure option? > > Thanks > Steve Considering that you have 3 threads now on the same mailing list for similar reasons, I would suggest consolidating on one thread and leave it there. That said, I would suggest sticking with the versions recommended in the build/installation documentation. You could also checkout crosstool-ng ( http://crosstool-ng.org ). They usually keep up to date on releases. -Bryan