X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4A11A937.3010503@cygwin.com> References: <41aa4e6c0905151405t9925f2byb698c817ee786075 AT mail DOT gmail DOT com> <41aa4e6c0905160919l57f52d7dx9020fb3d5cae4014 AT mail DOT gmail DOT com> <4A11A937 DOT 3010503 AT cygwin DOT com> Date: Tue, 19 May 2009 16:04:06 +0530 Message-ID: <41aa4e6c0905190334v4a533772ice103d5d9eb4dbf8@mail.gmail.com> Subject: Re: Python enabled GDB (Archer) -Help From: Sreejith To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 2009/5/19 Larry Hall (Cygwin) : > On 05/16/2009, Sreejith wrote: >> >> This is probably because python development packages (Equivalent to >> python2.5-dev deb package) are not installed. Unfortunately it is not >> available for cygwin. Is there any other way to solve this issue? > > > > So, do you have Python installed? Yes. I have python 2.5 installed using Setup.exe. In debian I had the same issue with python enabled GDB. But I could solve it by installing the python2.5-dev development packages. I had a look at the files included in cygwin package (you mentioned) and the files in python2.5-dev deb package: http://packages.debian.org/lenny/i386/python2.5-dev/filelist The observation is that python static library (in case of linux- libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly what gcc is complaining when building gdb (please refer to the config log in my previous post). I dont know whether this is handled differently in cygwin. Please give your suggestions. -Sreejith -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/