Message277254
| Author | masamoto |
|---|---|
| Recipients | erik.bray, masamoto |
| Date | 2016-09-23.08:38:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474619909.02.0.746370963671.issue27374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-23 08:38:29 | masamoto | set | recipients: + masamoto, erik.bray |
| 2016-09-23 08:38:29 | masamoto | set | messageid: <1474619909.02.0.746370963671.issue27374@psf.upfronthosting.co.za> |
| 2016-09-23 08:38:29 | masamoto | link | issue27374 messages |
| 2016-09-23 08:38:28 | masamoto | create | |