X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 09 Sep 2008 09:24:29 -0400 From: Jason Tishler Subject: Re: Python and sqlite3 In-reply-to: <20080827000402.GA3788@tishler.net> To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20080909132429.GA3996@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> 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, 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. I did some more investigation and I still don't see how you were able to build this module without some kind of workaround. Empirically, I determined that setup.py is trying to find one of the following files: libsqlite3.dll libsqlite3.dylib libsqlite3.a in typical library locations (e.g., /usr/lib). However, sqlite3 only installs the following in /usr/lib: libsqlite3.dll.a libsqlite3.la So, setup.py fails for me in exactly the same way as documented in the above bug report. I was able to (temporarily) workaround the problem with the following hack: $ ln -s libsqlite3.dll.a /usr/lib/libsqlite3.dll Obviously, a better solution is to change setup.py to use the libraries provided by sqlite3 directly. I will try to affect this change. Any insight as to why your build is successful would be greatly appreciated. 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/