This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with python extension install


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]