Masayuki Yamamoto added the comment:

I don't know why Cygwin packaging script (cygport) doesn't copy direct 
libpythonX.Ym.dll.a to /usr/lib.  Hence I wrote the patch that doesn't conflict 
with cygport script.

In current makefile rule for Cygwin, Install $(LDLIBRARY) into $(LIBPL).  
Therefore I prefer symlink from $(LIBPL) than copying direct library file to 
$(LIBDIR).
What do you think of makefile rule addition that is same effect (symlink from 
LIBPL) as cygport script?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to