X-Spam-Check-By: sourceware.org Date: Mon, 12 Mar 2007 01:54:46 +0100 From: Samuel Thibault To: cygwin AT cygwin DOT com Subject: python & development Message-ID: <20070312005446.GG3707@interface.famille.thibault.fr> Mail-Followup-To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi, I'd need to use pyrexc for building python bindings, is there any plans for including it in the cygwin distribution? (the upstream tgz currently installs just fine). And about python, there's something odd with libpython2.4.dll.a: it is located in /usr/lib/python2.4/config/, unlike Linux where it is located in /usr/lib/python2.4/ That poses problem with linking with it. The ac_python_devel.m4 file shipped with autotools uses get_python_lib(0,1) from the distutils.sysconfig package for determining which path to give to gcc's -L so that gcc's -lpython2.4 can work, and that returns /usr/lib/python2.4 (just like in Linux). Could this somehow be fixed? Samuel -- 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/