From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12785 invoked by alias); 3 Aug 2011 19:44:37 -0000 Received: (qmail 12771 invoked by uid 22791); 3 Aug 2011 19:44:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-gy0-f171.google.com (HELO mail-gy0-f171.google.com) (209.85.160.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Aug 2011 19:44:18 +0000 Received: by gyh20 with SMTP id 20so864861gyh.2 for ; Wed, 03 Aug 2011 12:44:17 -0700 (PDT) Received: by 10.150.236.12 with SMTP id j12mr397484ybh.159.1312400657241; Wed, 03 Aug 2011 12:44:17 -0700 (PDT) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net [174.5.115.130]) by mx.google.com with ESMTPS id w1sm1074459yhi.23.2011.08.03.12.44.15 (version=SSLv3 cipher=OTHER); Wed, 03 Aug 2011 12:44:16 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] Updated: gdb-7.3.50-1 From: "Yaakov (Cygwin/X)" To: cygwin@cygwin.com Date: Wed, 03 Aug 2011 19:44:00 -0000 In-Reply-To: References: <20050327022314.GA12247@trixie.casa.cgf.cx> <20060707221634.GA31813@trixie.casa.cgf.cx> <20060709174111.GA16106@trixie.casa.cgf.cx> <20080405202216.GA4943@ednor.casa.cgf.cx> <20110731175952.GA12698@ednor.casa.cgf.cx> <1312271047.3500.32.camel@YAAKOV04> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1312400669.7008.3.camel@YAAKOV04> Mime-Version: 1.0 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-08/txt/msg00096.txt.bz2 On Wed, 2011-08-03 at 06:33 -0400, Chris Sutcliffe wrote: > On 2 August 2011 03:44, Yaakov (Cygwin/X) wrote: > > If I may, based on looking at configure, you'll need libpython2.6.dll.a > > in $sysroot/usr/lib and the Python headers in > > $sysroot/usr/include/python2.6, and add -I$sysroot/usr/include/python2.6 > > to CPPFLAGS. (I wouldn't advise moving them straight into > > $sysroot/usr/include/, their names are too generic.) > > Passing '--with-python=/usr/bin/python' as opposed to messing with > CPPFLAGS, etc. might be easier. I just recently built if for MinGW > and specifying the python interpreter in '--with-python' caused gdb's > configure to DTRT (in terms of locating the header files, appropriate > libraries, etc.). cgf is cross-compiling GDB, which rules out using a Python interpreter to get this information, as noted in gdb/configure.ac. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple