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 Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: cygwin AT cygwin DOT com Content-Transfer-Encoding: 7bit From: John Whitley Subject: Re: Problem with python extension install Date: Mon, 18 Jul 2005 11:59:52 -0700 To: Jason Tishler X-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.drteeth.p.blarg.net Jason Tishler wrote: > Actually, the link line is missing: > > -L/usr/lib/python2.4/config > Thanks for the correction.. I figured that out a few minutes after I sent my last email. 8-) > Does ZopeInterface use Distutils? If so, then the above link option > should be automatically added under Cygwin. It does use distutils, and that's why I was confused. I further noted that other packages (e.g., Twisted-2.0.1) had the same problem -- the distutils generated linker path is appearing as "-L.", causing any extension builds to break. By manually replacing "-L." with "-L/ usr/lib/python2.4/config" in the link lines I was able to get these packages built. This suggests a problem with distutils, but that's as far as I've had time to investigate. Thanks, John -- 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/