From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31628 invoked by alias); 4 Apr 2010 22:07:46 -0000 Received: (qmail 31201 invoked by uid 22791); 4 Apr 2010 22:07:33 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 04 Apr 2010 22:07:28 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 29E63B0048; Sun, 4 Apr 2010 18:07:26 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id o34M7P5X016218; Sun, 4 Apr 2010 18:07:25 -0400 Date: Sun, 04 Apr 2010 22:07:00 -0000 From: Jack Howarth To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: cloog/ppl/mpc and gdb? Message-ID: <20100404220725.GA16129@bromo.med.uc.edu> References: <20100404214415.GA16054@bromo.med.uc.edu> <20100404214946.GK4271@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100404214946.GK4271@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00012.txt.bz2 On Sun, Apr 04, 2010 at 02:49:46PM -0700, Joel Brobecker wrote: > > Can someone clarify the reason for the > > --with-cloog, --with-ppl and --with-mpc > > configure options in the gdb 7.1 release? > > It's the first time I hear about these (but often miss messages). > We configure GDB on Darwin as usual... > > -- > Joel Joel, A correction. Because fink always passes -I/sw/include and -I/sw/lib, gdb 7.1 configure does find cloog when built while the fink cloog package is installed. However, I am trying to find out if this is all just noise from configure (in that nothing in a stock build of gdb seems to end up linked against cloog). I am trying to pinpoint the true library dependencies of FSF gdb 7.1 so I can miminize the required packages for the build. Jack