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 X-AuthUser: gerrit:koeln.convey.de Date: Sat, 16 Aug 2003 20:30:14 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <46-1761957431.20030816203014@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: Python gcc compile error: cannot find -lpython2.3 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Jari, 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 Gerrit -- =^..^= -- 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/