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 Date: Mon, 18 Jul 2005 08:21:44 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Problem with python extension install Message-ID: <20050718122144.GA1412@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-IsSubscribed: yes John, On Fri, Jul 15, 2005 at 11:22:07AM -0700, John Whitley wrote: > I'm running into an odd problem attempting to install the > ZopeInterface package on Cygwin. > > The relevant part of the build output is below. The failure "cannot > find -lpython2.4" appears to be merely because the link path (-L > option) isn't being set correctly; the link line is missing the "-L/ > usr/lib/python2.4" option. Actually, the link line is missing: -L/usr/lib/python2.4/config Does ZopeInterface use Distutils? If so, then the above link option should be automatically added under Cygwin. If not, then you will have to make the build Cygwin-aware. 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/