From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23206 invoked by alias); 12 May 2009 21:39:43 -0000 Received: (qmail 23198 invoked by uid 22791); 12 May 2009 21:39:42 -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-ew0-f157.google.com (HELO mail-ew0-f157.google.com) (209.85.219.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 May 2009 21:39:34 +0000 Received: by ewy1 with SMTP id 1so349169ewy.8 for ; Tue, 12 May 2009 14:39:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.63.18 with SMTP id l18mr7365469eba.96.1242164371885; Tue, 12 May 2009 14:39:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 May 2009 22:09:00 -0000 Message-ID: Subject: Re: Trouble building Graphite From: Sebastian Pop To: Ian Lance Taylor Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 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/msg00325.txt.bz2 On Mon, May 11, 2009 at 14:18, 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. > =C2=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 > =C2=A0time, and recommends using CPPFLAGS=3D-fexceptions when building GM= P. > =C2=A0+ CPPFLAGS is for preprocessor flags, and -fexceptions is not a > =C2=A0 =C2=A0preprocessor flag. =C2=A0However, I admit that setting CFLAG= S does not > =C2=A0 =C2=A0work correctly, as GMP seems to have special requirements fo= r it. > =C2=A0+ I think they mean -funwind-tables anyhow. > > Using ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.3.tar.gz : > > * The --with-ppl configure option does not work. > =C2=A0+ The configure script refers to ${ppl_prefix} without ever setting > =C2=A0 =C2=A0it. > > Could the Graphite maintainers please look into these issues? =C2=A0Thank= s. I will prepare patches for the graphite build instructions and will look at the cloog-ppl configure bug. Sebastian