X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 09 Sep 2008 10:09:38 -0400 From: Jason Tishler Subject: Re: Python and sqlite3 In-reply-to: <20080909132429.GA3996@tishler.net> To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20080909140938.GA2160@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20080806131217 DOT GA4524 AT tishler DOT net> <4899C862 DOT 7060305 AT users DOT sourceforge DOT net> <20080808124731 DOT GA3572 AT tishler DOT net> <489CC769 DOT 3030902 AT users DOT sourceforge DOT net> <20080827000402 DOT GA3788 AT tishler DOT net> <20080909132429 DOT GA3996 AT tishler DOT net> 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 Yaakov, On Tue, Sep 09, 2008 at 09:24:29AM -0400, Jason Tishler wrote: > On Tue, Aug 26, 2008 at 08:04:02PM -0400, Jason Tishler wrote: > > On Fri, Aug 08, 2008 at 05:23:37PM -0500, Yaakov (Cygwin Ports) wrote: > > > Jason Tishler wrote: > > > | Since the following is still open: > > > | > > > | http://bugs.python.org/issue1706863 > > > | > > > | I didn't realize that this problem was resolved in Python 2.5.2. > > > > > > Actually, it was working with 2.5.1 also, so it must have been > > > something else. > > > > OK, I'll try again. > > [snip] > Any insight as to why your build is successful would be greatly > appreciated. I believe I figured out why your build was successful. You built against a sqlite3 that provided a static library (i.e., libsqlite3.a): $ tar -tvjf libsqlite3-devel-3.5.9-1.tar.bz2 | fgrep usr/lib/libsqlite3 -rw-r--r-- Yaakov/None 403280 2008-05-22 00:52 usr/lib/libsqlite3.a -rwxr-xr-x Yaakov/None 102334 2008-05-22 00:52 usr/lib/libsqlite3.dll.a -rwxr-xr-x Yaakov/None 909 2008-05-22 00:52 usr/lib/libsqlite3.la So, now we have two approaches to solve this problem: 1. release a sqlite3 with a static library 2. change Python to build against the import library Does sqlite3 have a maintainer? If so, then please release a new package with the static library included. This is an easy, short term fix that can be used, while I pursue the other (harder, more long term) approach. 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/