Opened 10 years ago
Last modified 10 years ago
#13914 closed defect
Install zlib shared objects on Cygwin — at Version 6
Reported by: | jpflori | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-5.7 |
Component: | packages: standard | Keywords: | cygwin zlib spkg |
Cc: | kcrisman, dimpase | Merged in: | |
Authors: | Jean-Pierre Flori | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
We need to modify the makefile so that SHARED_OBJECT is set to 1.
Use spkg at http://boxen.math.washington.edu/home/jpflori/zlib-1.2.6.p0.spkg
Change History (6)
comment:1 Changed 10 years ago by
- Status changed from new to needs_review
comment:2 follow-up: ↓ 3 Changed 10 years ago by
comment:3 in reply to: ↑ 2 Changed 10 years ago by
comment:4 follow-up: ↓ 5 Changed 10 years ago by
I mean it is unrelated because zlib does not use autotools at all.
If you really want it can be related in the sense that in the end the problem is that shared objects are not installed (even though in the autotools case they are not even built).
comment:5 in reply to: ↑ 4 Changed 10 years ago by
If you really want it can be related in the sense that in the end the problem is that shared objects are not installed (even though in the autotools case they are not even built).
That is what I meant, I guess.
So this would remove the zlib-devel dependency on Win 7, okay, I understand now.
comment:6 Changed 10 years ago by
- Cc kcrisman added
- Description modified (diff)
Is this somehow related to #13354?