Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 24 Aug 2003 16:43:17 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Python gcc compile error: cannot find -lpython2.3 Message-ID: <20030824204317.GI1676@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <46-1761957431 DOT 20030816203014 AT familiehaase DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46-1761957431.20030816203014@familiehaase.de> User-Agent: Mutt/1.4i [I would have responded sooner, but I have been on vacation.] On Sat, Aug 16, 2003 at 08:30:14PM +0200, Gerrit P. Haase wrote: > Am Samstag, 16. August 2003 um 19:20 schriebst du: > > I didn't find 'libpython2.3.a' anywhere in my system. The only files > > that come up were: > > > root AT w2kpicasso:/# ls /bin/libpyt* /lib/python2.3/config/libpytho* > > /bin/libpython2.3.dll /lib/python2.3/config/libpython2.3.dll.a > This ^^^ is -lpython2.3 > Just add the path to the linkline: > -L/usr/lib/python2.3/config -lpython2.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The above should be added to the link line automatically by distutils. I'm not sure why it isn't happening in Jari's case. 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/