From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31247 invoked by alias); 2 Mar 2011 15:09:09 -0000 Received: (qmail 31230 invoked by uid 22791); 2 Mar 2011 15:09:09 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 15:09:04 +0000 Received: by iyf13 with SMTP id 13so10404iyf.0 for ; Wed, 02 Mar 2011 07:09:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.179.67 with SMTP id bp3mr14814icb.57.1299078516819; Wed, 02 Mar 2011 07:08:36 -0800 (PST) Received: by 10.231.10.201 with HTTP; Wed, 2 Mar 2011 07:08:36 -0800 (PST) In-Reply-To: References: <20110223193905.GD24784@gmx.de> <1298494027-24185-1-git-send-email-sebpop@gmail.com> <20110227063524.GD16255@gmx.de> <20110227093848.GA19328@gmx.de> Date: Wed, 02 Mar 2011 15:09:00 -0000 Message-ID: Subject: Re: [PATCH] Add -lpwl to ppllibs. From: Richard Guenther To: Sebastian Pop Cc: Ralf Wildenhues , GCC Patches , binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00099.txt.bz2 On Wed, Mar 2, 2011 at 4:07 PM, Sebastian Pop wrote: > On Wed, Mar 2, 2011 at 09:01, Richard Guenther > wrote: >> On Wed, Mar 2, 2011 at 3:48 PM, Sebastian Pop wrote: >>> On Wed, Mar 2, 2011 at 06:20, Richard Guenther >>> wrote: >>>> As you can see from the link line it doesn't link ppl at all. =A0pplli= bs is empty >>>> for me. >>>> >>>> Please revert or fix ASAP. >>> >>> Does the attached patch fix the problem you are seeing? >> >> It seems to work for me (bootstrap is in stage2, HAVE_cloog is 1). > > Ok, thanks for checking. > > So my theory is that you configured with "--with-ppl" with no arguments, > that sets the variable $with_ppl to the empty string, and so "x$with_ppl" > is not equal to "xyes" in that case. No, I configured with just ./configure --enable-languages=3Dc Richard. > Sebastian >