From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32594 invoked by alias); 11 May 2009 20:11:29 -0000 Received: (qmail 32585 invoked by uid 22791); 11 May 2009 20:11:28 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from yx-out-1718.google.com (HELO yx-out-1718.google.com) (74.125.44.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 May 2009 20:11:23 +0000 Received: by yx-out-1718.google.com with SMTP id 36so1575993yxh.26 for ; Mon, 11 May 2009 13:11:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.74.1 with SMTP id b1mr13786935ybl.161.1242072681249; Mon, 11 May 2009 13:11:21 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 May 2009 20:13:00 -0000 Message-ID: Subject: Re: Graphite build fails if PPL configured with --disable-shared From: Andrew Pinski 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/msg00280.txt.bz2 On Mon, May 11, 2009 at 1:07 PM, Ian Lance Taylor wrote: > Another Graphite build issue: it appears that I must not use > --disable-shared when I configure PPL. =C2=A0If I do use --disable-shared= , I > get this: Yes this is known, see the thread starting at http://gcc.gnu.org/ml/gcc-patches/2009-01/msg00800.html. -- Pinski