From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3128 invoked by alias); 2 Mar 2011 12:45:14 -0000 Received: (qmail 3052 invoked by uid 22791); 2 Mar 2011 12:45:13 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtp206.alice.it (HELO smtp206.alice.it) (82.57.200.102) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 12:45:12 +0000 Received: from [192.168.1.4] (79.52.240.130) by smtp206.alice.it (8.5.124.08) id 4D49918D024C4F72; Wed, 2 Mar 2011 13:45:01 +0100 Message-ID: <4D6E3BCD.1070100@oracle.com> Date: Wed, 02 Mar 2011 12:45:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: Richard Guenther CC: Sebastian Pop , Ralf Wildenhues , GCC Patches , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] Add -lpwl to ppllibs. References: <20110223193905.GD24784@gmx.de> <1298494027-24185-1-git-send-email-sebpop@gmail.com> <20110227063524.GD16255@gmx.de> <20110227093848.GA19328@gmx.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00089.txt.bz2 On 03/02/2011 01:20 PM, Richard Guenther wrote: > so it seems it broke some configure tests. I have ppl-0.11 and cloog 0.15.10. > I was about to send a message... For the record, it broke the boostrap for me too. Until yesterday I used to build successfully with ppl-0.11 and cloog-0.16.1 with --enable-cloog-backend=isl. Today I see a lot of undefined references. For the record, upgrading to ppl-0.11.2 doesn't help. Paolo.