X-Spam-Check-By: sourceware.org Date: Thu, 1 Jun 2006 08:55:15 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: python: update soon? Message-ID: <20060601125515.GA2824@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <446BDB51 DOT 9060906 AT users DOT sourceforge DOT net> <20060518131754 DOT GD836 AT tishler DOT net> <446CED1D DOT 5080202 AT users DOT sourceforge DOT net> <20060519132037 DOT GC2848 AT tishler DOT net> <4474BEAE DOT 3040600 AT users DOT sourceforge DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4474BEAE.3040600@users.sourceforge.net> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 Yaakov, On Wed, May 24, 2006 at 03:14:38PM -0500, Yaakov S wrote: > Jason Tishler wrote: > > AFAICT, Cygwin Python uses the normal Python layout. > > > > On Cygwin, we have: > > > > $ ls /usr/lib/python2.4/config > > Makefile Setup.config config.c install-sh makesetup > > Setup Setup.local config.c.in libpython2.4.dll.a python.o > > > > and on Linux, we have: > > > > $ ls usr/lib/python2.4/config > > Makefile Setup.config config.c install-sh makesetup > > Setup Setup.local config.c.in libpython2.4.a python.o > > AFAIK the difference is not in config but in /usr/lib; on Linux, > libpython2.4.so* are installed in /usr/lib, allowing one to link > against python with a simple -lpython2.4, where we need - > -L/usr/lib/python2.4/config also. Under Cygwin, the "analog" of libpython2.4.so, libpython2.4.dll, is installed in /usr/bin. So, users don't have to add /usr/lib to their PATH. > Having a copy/symlink of libpython2.4.dll.a in /usr/lib would help > make Cygwin more compatible with python-dependent autotooled packages, > which are not yet sensitive to this peculiarity. Understood. Would you be willing to champion a patch that creates a symlink of libpython2.4.dll.a in /usr/lib? Thanks, 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/