X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.5 required=5.0 tests=AWL,BAYES_00,BOTNET,J_CHICKENPOX_12 X-Spam-Check-By: sourceware.org Date: Tue, 19 May 2009 09:24:47 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Python enabled GDB (Archer) -Help Message-id: <20090519132447.GA6016@tishler.net> Mail-followup-to: cygwin AT cygwin DOT com References: <41aa4e6c0905151405t9925f2byb698c817ee786075 AT mail DOT gmail DOT com> <41aa4e6c0905160919l57f52d7dx9020fb3d5cae4014 AT mail DOT gmail DOT com> <4A11A937 DOT 3010503 AT cygwin DOT com> <41aa4e6c0905190334v4a533772ice103d5d9eb4dbf8 AT mail DOT gmail DOT com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline In-reply-to: <41aa4e6c0905190334v4a533772ice103d5d9eb4dbf8@mail.gmail.com> User-Agent: Mutt/1.4.2.1i 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 Sreejith, On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote: > 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. Can you get configure to add "-L/usr/lib/python2.5/config" when linking? I think the following should work: $ LDFLAGS=-L/usr/lib/python2.5/config configure ... Does this solve the problem? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- 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/