From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26068 invoked by alias); 12 May 2009 09:28:27 -0000 Received: (qmail 26054 invoked by uid 22791); 12 May 2009 09:28:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-qy0-f126.google.com (HELO mail-qy0-f126.google.com) (209.85.221.126) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 May 2009 09:28:16 +0000 Received: by qyk32 with SMTP id 32so4377069qyk.0 for ; Tue, 12 May 2009 02:28:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.97.203 with SMTP id m11mr10754374vcn.13.1242120493998; Tue, 12 May 2009 02:28:13 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 May 2009 10:03:00 -0000 Message-ID: <84fc9c000905120228p1c5a7ae8wd60761631d0c4ac8@mail.gmail.com> Subject: Re: Trouble building Graphite From: Richard Guenther To: Ian Lance Taylor Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg00297.txt.bz2 On Mon, May 11, 2009 at 9:18 PM, Ian Lance Taylor wrote: > I'm having some trouble building the Graphite support. > > Using ftp://gcc.gnu.org/pub/gcc/infrastructure/ppl-0.10.2.tar.gz : > > * Unlike gcc, does not support a --with-gmp option. > =A0+ Does support a --with-libgmpxx-prefix option. > * If GMP was not built with C++ support, fails at build time. > * If GMP was not built with exception support, complains at configure > =A0time, and recommends using CPPFLAGS=3D-fexceptions when building GMP. > =A0+ CPPFLAGS is for preprocessor flags, and -fexceptions is not a > =A0 =A0preprocessor flag. =A0However, I admit that setting CFLAGS does not > =A0 =A0work correctly, as GMP seems to have special requirements for it. > =A0+ I think they mean -funwind-tables anyhow. I think they mean -fexceptions. At least only if built with that ppl configure no longer complains. And it works for me setting CFLAGS. Richard. > Using ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.3.tar.gz : > > * The --with-ppl configure option does not work. > =A0+ The configure script refers to ${ppl_prefix} without ever setting > =A0 =A0it. > > Could the Graphite maintainers please look into these issues? =A0Thanks. > > Ian >