Re: Problem with python extension install

2005-07-18 Thread John Whitley
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

Re: Problem with python extension install

2005-07-18 Thread Jason Tishler
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 pat

Problem with python extension install

2005-07-15 Thread John Whitley
Hi all, 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 miss